(proto-stream-open-starttls): Actually implement the starttls.el STARTTLS.
[gnus] / lisp / ChangeLog
1 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4
5         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6         starttls.el STARTTLS.
7
8         * color.el (color-lab->srgb): Fix function call name.
9
10         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
11         if we're using tls.el.
12         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
13         built in, then don't try to establish a STARTTLS connection.
14
15         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
16         servers.
17
18         * proto-stream.el (open-proto-stream): Use network, not stream.
19         (open-proto-stream): Add a way to specify what the end of a command is.
20
21         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
22         connections types.
23         (nntp-open-network-stream): Removed.
24         (nntp-open-ssl-stream): Removed.
25         (nntp-open-tls-stream): Removed.
26         (nntp-ssl-program): Removed.
27
28         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
29
30 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
31
32         * nnir.el: Fix typos.
33         (nnir-retrieve-headers-override-function): Rename variable to reflect
34         new semantics.
35         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
36         macros.
37         (nnir-request-article, nnir-request-move-article): Use them.
38         (nnir-categorize): New function.
39         (nnir-run-query): Use it.
40         (nnir-retrieve-headers): Rewrite to batch header retrieval.
41         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
42         sorted.
43         (nnir-group-full-name): Use gnus-group-full-name instead.
44         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
45         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
46
47 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
50
51         * proto-stream.el: New library to provide protocol-specific
52         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
53         protocols.
54         (open-proto-stream): Complete the documentation.
55         (proto-stream-open-network): Fix some typos.
56
57         * nnimap.el (nnimap-open-connection): Use it.
58
59 2010-11-26  Julien Danjou  <julien@danjou.info>
60
61         * color.el: Rename various rgb functions to srgb.
62
63 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
66         names.
67
68 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * shr.el (shr-insert): Revert last change.
71         (shr-find-fill-point): Never leave point being at bol;
72         relax the kinsoku limitation when rendering tables.
73
74 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
77         results from -accept-article.
78
79         * shr-color.el: Require cl when compiling.
80
81         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
82         checkin.
83
84         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
85
86         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
87
88         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
89         'add and 'delete to set backend marks.
90
91         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
92
93         * nnheader.el (nnheader-update-marks-actions): Refactor out.
94
95         * nntp.el (nntp-request-set-mark): Use it.
96
97         * nnfolder.el (nnfolder-request-set-mark): Ditto.
98
99         * nnml.el (nnml-request-set-mark): Ditto.
100
101         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
102         introduces regressions in article selection.
103         (nnimap-find-uid-response): New function.
104         (nnimap-request-accept-article): Use the UID returned, if any.
105         (nnimap-request-move-article): Use the UID returned, if any.
106         (nnimap-get-groups): Reimplement to work with folded lines.
107         (nnimap-find-uid-response): The UID is the last element in the list.
108         (nnimap-request-set-mark): Extend syntax with 'set.
109
110         * nnml.el (nnml-request-set-mark): Ditto.
111
112         * nnfolder.el (nnfolder-request-set-mark): Ditto.
113
114         * nntp.el (nntp-request-set-mark): Ditto.
115
116 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * message.el (message-called-interactively-p): A temporary macro.
119         (message-goto-body): Use it temporarily.
120
121 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
124         (nnimap-last-response-string): Unfold quoted lines, if they exist.
125         (nnimap-last-response-string): Fix last unfolding fix.
126
127 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * shr.el (shr-insert): Fix the way to fold lines.
130
131 2010-11-25  Julien Danjou  <julien@danjou.info>
132
133         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
134
135         * color.el: Rename from color-lab.el
136         (color-rgb->hex): Add.
137         (color-complement): Add.
138         (color-complement-hex): Add.
139
140         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
141
142 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * shr-color.el (shr-color-visible): Don't bug out if the colour names
145         don't exist.
146
147 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
150         assuming that article displaying or another mml-preview may be
151         interrupted for an error or for the like.
152
153         * shr.el (shr-get-background): Fix argument name.
154
155 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
158
159         * gnus-sum.el (gnus-summary-include-articles): New function.
160
161         * message.el (message-goto-body): called-interactively-p needs a
162         parameter, so use `any'.
163
164         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
165         clear marks before moving, since they're synced from the Gnus side
166         first.
167
168         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
169         (gnus-summary-move-article): Copy over all marks before moving, so that
170         IMAP doesn't think a new article has arrived.
171
172 2010-11-24  Julien Danjou  <julien@danjou.info>
173
174         * shr.el (shr-insert-background-overlay): Fix typo.
175         (shr-render-td): Copy the background before rendering.
176
177         * shr-color.el (shr-color-visible): Fix docstring.
178
179         * shr.el (shr-tag-table): Add bgcolor support.
180         (shr-render-td): Add bgcolor support.
181         (shr-get-background): Add.
182         (shr-insert-foreground-overlay): Use shr-get-background.
183
184         * message.el (message-goto-body): Use called-interactively-p.
185         (message-in-body-p): message-goto-body returns point.
186
187 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
190         Fixes something or other in Emacs 23, and is backwards compatible.
191
192         * message.el (message-goto-body): Remove the <#secure special-casing,
193         which is too special.
194
195         * shr.el (shr-parse-style): Drop !important from styles.
196
197 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
198
199         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
200         this function to return incorrect results when calling it with an
201         explicit article argument different from
202         (gnus-summary-article-number).
203
204 2010-11-24  Julien Danjou  <julien@danjou.info>
205
206         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
207         (shr-tag-body): Add background support.
208         (shr-descend): Add background support.
209         (shr-tag-title): Add.
210
211         * shr-color.el (shr-color-visible): Really return original background
212         if fixed.
213
214 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * shr.el (shr-color-check): Protect against non-existant colour names.
217
218 2010-11-24  Julien Danjou  <julien@danjou.info>
219
220         * color-lab.el: Require 'cl when compiling.
221
222         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
223
224         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
225         matched part.
226
227         * color-lab.el: Fix all expt calls to use float type.
228
229 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
232         expression to shr-color-check as is.
233
234         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
235
236         * color-lab.el: Add coding cookie.
237         (float-pi): Use eval-and-compile.
238
239         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
240         compiled for Emacsen having no `libxml-parse-html-region' support.
241
242 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * shr.el (shr-insert-color-overlay): Split stuff like
245         "#444444 !important" to find the real colour.
246         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
247         parse <font color="red"> entries.
248
249 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
250
251         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
252         point when parsing headers.
253
254         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
255         is positioned properly when parsing headers.
256
257 2010-11-23  Julien Danjou  <julien@danjou.info>
258
259         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
260
261         * shr-color.el (shr-color->hexadecimal): Add support for color names.
262
263         * shr.el (shr-parse-style): Replace \n with space in style parsing.
264
265         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
266         shr-color-hue-to-rgb.
267         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
268
269 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * shr.el (shr-color->hexadecimal): Autoload.
272         (shr-descend): Add color to all tags.
273
274 2010-11-22  Julien Danjou  <julien@danjou.info>
275
276         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
277         shr-color->hexadecimal.
278
279         * shr-color.el (shr-color->hexadecimal): Add converting functions for
280         RGB() or HSL() color representation.
281
282         * shr.el (shr-tag-font): Add.
283         (shr-tag-color-check): New function to get better colors.
284         (shr-tag-insert-color-overlay): Factorize code between tag-font and
285         tag-span.
286
287         * shr-color.el: New file.
288
289         * color-lab.el: New file.
290
291         * gnus-art.el (gnus-url-mailto): Do not downcase args.
292
293 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
294
295         * nnir.el: Fix typo in comments.
296         (nnir-run-imap): Simplify code. No need to reverse artlist.
297         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
298
299 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
302
303         * nnimap.el (nnimap-get-capabilities): Refactor out.
304         (nnimap-open-connection): Re-request capabilities after STARTTLS.
305
306 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
307
308         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
309         appearing when `mm-uu-hide-markers' is nil.
310
311 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * nnimap.el (nnimap-unselect-group): Make into its own function.
314         (nnimap-request-rename-group): Unselect group before renaming.
315         This had gotten lost somewhere.
316         (nnimap-request-accept-article): Keep track of examined groups, and
317         unselect the group before APPENDing to read-only groups.
318         (nnimap-request-move-article): Clear flags before moving so that they
319         can be re-set later.
320
321 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
324         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
325
326 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * gnus-art.el (gnus-mime-display-single)
329         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
330         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
331         parameter.
332
333 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
336         (shr-table-vertical-line): New variable.
337         (shr-insert-table): Use it.
338
339 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * gnus-html.el (gnus-html-wash-images): Don't display images if
342         gnus-inhibit-images is non-nil; register displayer for cid images.
343         (gnus-html-display-image): Work for cid image.
344         (gnus-html-insert-image): Allow arguments.
345         (gnus-html-put-image): Inhibit read-only.
346         (gnus-html-prefetch-images): Don't prefetch images if
347         gnus-inhibit-images is non-nil.
348
349 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * shr.el (shr-put-image): Break lines when inserting big pictures.
352
353 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
354
355         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
356         sender, thanks Katsumi Yamaoka.
357
358 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
359
360         * nnir.el (nnir-run-imap): Reverse the article list for each group
361         rather than the whole list.
362
363 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * shr.el (shr-image-displayer): Protect function against non-existent
366         image source.
367
368         * gnus-art.el (gnus-inhibit-images): New user option.
369         (gnus-mime-display-single): Don't display image if it is non-nil.
370
371         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
372         gnus-inhibit-images.
373
374         * shr.el (shr-image-displayer): New function.
375         (shr-tag-img): Use it.
376
377 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
378
379         * mml2015.el (mml2015-epg-sign): Use From header.
380
381 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-html.el (gnus-html-wash-images): Register a displayer.
384
385         * gnus-util.el (gnus-find-text-property-region): Return markers.
386
387         * shr.el (shr-tag-img): Put a displayer in the text property.
388
389         * gnus-util.el (gnus-find-text-property-region): New utility function.
390
391         * gnus-html.el (gnus-html-display-image): Make the alt optional.
392         (gnus-html-show-images): Remove.
393
394         * gnus-art.el (gnus-article-show-images): New, more general function.
395
396         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
397         image url text properties.
398
399         * shr.el: Ditto.
400
401         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
402         gnus-agent-auto-agentize-methods is set.  Which it isn't.
403
404 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
407         work for two or more articles.
408
409 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
412         divide an image that's in an html article to two or more when washing
413         non-ASCII characters in alt text of it.
414
415 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
418         smime-decrypt-region using function argument.
419         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
420
421         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
422
423         * smime.el (smime-decrypt-region): Catch it.
424
425 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
426
427         * smime.el (smime-mode-map): Move initialization into declaration.
428         (gnus-run-mode-hooks): Don't autoload.
429         (smime-mode): Use define-derived-mode.
430
431 2010-11-11  Glenn Morris  <rgm@gnu.org>
432
433         * smime.el (from): Restrict declaration to XEmacs.
434
435         * nnir.el (gnus-group-topic-name): Autoload.
436
437 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * shr.el (shr-insert): Don't break long line if it is because of
440         kinsoku-bol characters in the line end.
441
442 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
443
444         * nnir.el (nnir-request-move-article): Fix to provide original group
445         and subject.
446         (nnir-warp-to-article): Don't fail on articles whose headers haven't
447         been retrieved.
448
449         * gnus-sum.el (gnus-summary-move-article): Use original group and
450         subject for virtual articles such as those in an nnir summary buffer.
451
452 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
455         least 21.5).
456
457         * smime.el (from): Declare it again for XEmacs.
458
459 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * message.el (message-resend): Don't disable encoding unless it's
462         already encoded.
463
464         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
465         low-numbered articles.
466
467 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * rfc2047.el (rfc2047-syntax-table): Simplify.
470
471         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
472
473         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
474         set-char-table-range for XEmacs.
475
476 2010-11-10  Glenn Morris  <rgm@gnu.org>
477
478         * time-date.el (time-to-seconds): Always an alias on Emacs,
479         never a real function.
480         (with-no-warnings): Remove compat stub, now unused.
481         (time-less-p): Doc fix.
482         (time-to-number-of-days): Simplify.
483
484         * smime.el (from): Remove unused declaration.
485
486         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
487         (gnus-float-time): On Emacs, always an alias.
488
489         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
490         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
491
492 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * dgnushack.el: Don't use ignore-errors in the top level form since it
495         is unavailable in XEmacs even if cl is loaded.
496
497         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
498
499 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * shr.el (browse-url-mailto): Autoload.
502
503         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
504
505         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
506         regexp doesn't need quoting.
507
508 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
509
510         * message.el (message-subject-trailing-was-ask-regexp)
511         (message-subject-trailing-was-regexp): Match was: in addition to was.
512
513 2010-11-09  Glenn Morris  <rgm@gnu.org>
514
515         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
516         (nnbabyl-check-mbox): Use point-at-bol.
517
518 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
521
522         * message.el (message-mailto): New function.
523         (message-mailto): Should accept other parameters.
524         (message-mailto): Remove since it duplicates browse-url-mailto
525         functionality.
526
527 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
530         methods.
531         (gnus-read-active-file): Ditto.
532
533         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
534         ": " from the prompt.
535         (gnus-group-make-group): Ditto.
536
537 2010-11-07  Glenn Morris  <rgm@gnu.org>
538
539         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
540         (gnus-bookmark-kill-line): Use point-at-eol.
541
542 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
545         asterisks in From header.
546
547 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
550         string to avoid making the From headers syntactically invalid.
551
552         * message.el (message-send-mail): Don't insert courtesy messages if the
553         message already has List-Post and List-ID messages.
554
555 2010-11-06  Glenn Morris  <rgm@gnu.org>
556
557         * gnus-art.el (gnus-treat-article): Give dynamic local variables
558         `condition', `type', `length' a prefix.
559         (gnus-treat-predicate): Update for above name changes.
560
561 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
562
563         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
564         binding.  Handled by `gnus-summary-refer-thread' instead.
565         (nnir-warp-to-article): New backend function.
566
567         * nnimap.el (nnimap-request-thread): Force dependency updating.
568
569         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
570         (gnus-summary-refer-thread): Rework to improve thread-referral.
571
572         * gnus-int.el (gnus-warp-to-article): New function.
573
574         * gnus-sum.el (gnus-summary-article-map): Bind it.
575
576 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
577
578         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
579         gnus-summary-refer-thread.
580
581         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
582         headers.
583         (gnus-summary-limit-include-thread): Prevent articles in thread from
584         being cut in gnus-cut-threads.
585         (gnus-summary-refer-thread): Limit retrieved headers to those in
586         thread.
587
588 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * message.el (message-send-mail): Use the value of
591         message-courtesy-message from the message buffer.
592
593         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
594
595         * shr.el (shr-browse-url): Implement mailto: URLs.
596
597         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
598         "raw".
599
600         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
601         if it's already selected.
602
603         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
604
605 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
608         to measure the length and truncate alt text.
609
610 2010-11-03  Glenn Morris  <rgm@gnu.org>
611
612         * nndiary.el (nndiary-generate-nov-databases-1)
613         (nndiary-generate-active-info): Rename dynamic variable `files' to
614         something less generic.
615
616 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
617
618         * nnir.el (nnir-request-move-article): Call the underlying backend to
619         move articles from nnir.
620
621 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
624
625 2010-11-02  Julien Danjou  <julien@danjou.info>
626
627         * nnir.el: Remove wais support.
628
629 2010-11-02  Glenn Morris  <rgm@gnu.org>
630
631         * gnus-html.el: Reorder requirements to quieten compiler.
632
633 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
636         properly for XEmacs as well.
637         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
638         (gnus-article-natural-long-line-p): Use window-width rather than
639         frame-width.
640
641 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
642
643         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
644         (nnir-read-parms): Don't modify query.
645         (nnir-run-query): Add ability to search topic on current line.
646         (nnir-get-active): Clean up.
647
648 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
651         degenerate articles.
652
653         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
654         (gnus-print-buffer): Just print the buffer as is, without any copying
655         to a buffer and then re-highlighting.
656
657         * nnimap.el (nnimap-request-group): Store the new updated info.
658         (nnimap-request-group): Select the group when we don't know whether it
659         exists or not.
660
661         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
662         groups.
663
664         * gnus-group.el (gnus-group-find-new-groups): Display all the new
665         groups.
666
667         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
668         groups.
669
670         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
671         long-lines case by only filling the long lines.
672
673         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
674         (bug #7311).
675
676 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * shr.el: No need to declare `declare-function' since shr.el is for
679         only Emacsen that provide `libxml-parse-html-region'.
680
681         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
682         effective only in a file it is referred to.
683
684 2010-11-01  Glenn Morris  <rgm@gnu.org>
685
686         * mm-util.el (gnus-completing-read): Autoload.
687         (mm-read-coding-system): Simplify Emacs definition.
688
689         * nnmail.el (gnus-activate-group):
690         * nnimap.el (gnutls-negotiate):
691         * nntp.el (netrc-parse): Fix declarations.
692
693 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
696         string-match-p in Emacs >=23.
697
698         * gnus-msg.el (gnus-configure-posting-styles)
699         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
700
701 2010-11-01  Glenn Morris  <rgm@gnu.org>
702
703         * nnir.el (declare-function): Add compat stub.
704         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
705         (nnir-run-gmane): Require 'mm-url.
706
707         * mm-util.el (mm-string-to-multibyte): Simplify.
708
709         * shr.el (declare-function): Add compat stub.
710         (url-cache-create-filename): Declare.
711         (mm-disable-multibyte, widget-convert-button): Autoload.
712
713         * smime.el (ldap-search): Declare.
714         (smime-cert-by-ldap-1): Require ldap on Emacs.
715
716         * nnimap.el: Require nnmail, and gnus-sum when compiling.
717         (nnimap-keepalive): Use gnus-float-time.
718
719         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
720         (mail-source-delete-crash-box): Use gnus-float-time.
721
722         * gnus-dired.el (gnus-completing-read): Autoload.
723
724         * mm-view.el (gnus-rescale-image): Autoload.
725
726         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
727
728         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
729
730         * sieve-manage.el: Require 'cl when compiling.
731
732         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
733         (gnus-iswitchb-completing-read): Require iswitchb.
734         (gnus-select-frame-set-input-focus): Silence compiler.
735
736 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * message.el (message-subject-trailing-was-query): Change default to t,
739         since I think that's what most people want.
740
741         * nnimap.el (nnimap-request-accept-article): Erase buffer before
742         appending for easier debugging.
743         (nnimap-wait-for-connection): Take a regexp.
744         (nnimap-request-accept-article): Wait for the continuation line before
745         sending anything unless we're streaming.
746
747         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
748         leave the header washing to take place.
749
750 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
751
752         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
753         regular expression match and replace in posting styles.
754
755 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
756
757         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
758         an entire server.
759         (nnir-get-active): New function.
760         (nnir-run-imap): Use it.
761         (nnir-run-gmane): Who knew, gmane search returns an article score!
762
763         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
764         server on the current line with nnir.
765
766 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
769         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
770         left edge.
771         (gnus-article-foldable-buffer): Skip past the prefix when determining
772         raggedness.
773
774         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
775         the raw article, and change `C-u g' to show the article without doing
776         treatments.
777
778         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
779         on to `gnus-treat-article'.
780         (gnus-inhibit-article-treatments): New variable.
781
782         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
783
784         * gnus-art.el (gnus-treatment-function-alist): Have
785         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
786         (gnus-treat-fill-long-lines): Change default to fill all text/plain
787         sections.
788
789         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
790         parameter.
791         (gnus-article-fill-cited-long-lines): New function.
792         (gnus-article-fill-cited-article): Allow filling only long sections.
793
794         * shr.el (shr-find-fill-point): Don't break lines between punctuation
795         and non-punctuation (like after the apostrophe in "'We").
796
797         * gnus-sum.el (gnus-summary-select-article): Make sure
798         gnus-original-article-buffer is alive.
799
800         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
801         reflect the order they're in in the digest.
802
803         * gnus.el (gnus-group-startup-message): Move point to the start of the
804         buffer.
805
806         * nnimap.el (nnimap-capability): New function.
807         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
808         is set.
809
810 2010-10-31  David Engster  <dengste@eml.cc>
811
812         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
813         conform with changes to gnus-completing-read.
814
815 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * shr.el (shr-tag-img): Output "*" instead of "[img]".
818
819 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
820
821         * nnir.el: Move defvar, defcustom around to keep file organized
822         and keep byte-compiler quiet.
823         (nnir-read-parms): Accept search-engine as arg.
824         (nnir-run-query): Pass search-engine as arg.
825         (nnir-search-engine): Remove.
826
827 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * shr.el (shr-generic): The text nodes should be text, not :text.
830
831         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
832         later in the file.
833
834 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
835
836         * nnir.el: General clean up.  Allow searching with multiple engines.
837         Allow separate extra-parameters for each engine.
838         Batch queries when possible.
839         (nnir-imap-default-search-key,nnir-method-default-engines):
840         Add customize interface.
841         (nnir-run-gmane): New engine.
842         (nnir-engines): Use it.  Qualify all prompts with engine name.
843         (nnir-search-engine): Remove global variable.
844         (nnir-run-hyrex): Restore for now.
845         (nnir-extra-parms,nnir-search-history): New variables.
846         (gnus-group-make-nnir-group): Use them.
847         (nnir-group-server): Remove in favor of gnus-group-server.
848         (nnir-request-group): Avoid searching twice.
849         (nnir-sort-groups-by-server): New function.
850
851 2010-10-30  Julien Danjou  <julien@danjou.info>
852
853         * gnus-group.el: Remove gnus-group-fetch-control.
854
855         * gnus-start.el (gnus-find-new-newsgroups):
856         Remove gnus-check-first-time-used.
857
858         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
859
860 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
861
862         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
863         set on groups that don't have \* permanentflags.
864
865 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
868         control the background color.
869         (shr-tag-img): Ignore very small web bug type images.
870         (shr-put-image): Add help-echo alt texts to the images.
871         (shr-tag-video): Show the video poster image.
872
873 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * shr.el (shr-table-depth): New variable.
876         (shr-tag-table-1): Only insert the images after the top-level table.
877
878         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
879
880         * gnus-util.el (gnus-list-memq-of-list): New function.
881
882         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
883         selected.
884         (nnimap-unsplittable-articles): New slot.
885         (nnimap-new-articles): Use it.
886
887 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
888
889         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
890         move to the previous line on `M-g'.
891
892 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
895         *-request-group, which seems unnecessary.
896
897         * nnimap.el (nnimap-quote-specials): Function copied over from
898         imap.el.
899         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
900         they support that.  Suggested by Tom Regner.
901
902 2010-10-29  Julien Danjou  <julien@danjou.info>
903
904         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
905         defalias.
906         (gnus-summary-delete-marked-with): Remove obsolete defalias.
907
908         * gnus.el: Remove `gnus-nntp-service' variable.
909         (gnus-secondary-servers): Make obsolete.
910         (gnus-nntp-server): Make obsolete.
911
912         * gnus-start.el (gnus-1): Remove x-splash calls.
913
914         * gnus-ems.el (gnus-x-splash): Remove.
915
916         * gnus.el (gnus-group-startup-message): Simplify/update code.
917
918         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
919         definition.
920
921         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
922         capability before doing anything.
923         (gnus-group-insert-group-line): Remove useless
924         gnus-group-remove-excess-properties.
925
926 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
929
930 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
933         config after reselecting.
934
935 2010-10-28  Julien Danjou  <julien@danjou.info>
936
937         * shr.el (shr-put-image): Use point even if only inserting text.
938         (shr-put-image): Save excursion when inserting alt text on non-graphic
939         display, so the behaviour is the same when we are on a graphic display.
940
941         * nnir.el (nnir-run-swish-e): Remove hyrex support.
942
943 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
946         (gnus-mime-copy-part): Check coding system, not charset.
947         (gnus-mime-view-part-externally): Never remove part.
948         (gnus-mime-view-part-internally): Don't remove part here.
949         (gnus-article-part-wrapper): Make sure MIME tag is visible.
950         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
951         multipart/alternative.
952
953         * mm-decode.el (mm-display-part): Take optional arg `force'.
954
955 2010-10-26  Julien Danjou  <julien@danjou.info>
956
957         * gnus-group.el (gnus-group-default-list-level): Add this function to
958         compute the default list level.
959         (gnus-group-default-list-level): Add possibility to use a function.
960
961 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
964
965         * gnus-group.el (gnus-group-completing-read)
966         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
967         gnus-replace-in-string.
968
969 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * shr.el (shr-tag-div): Add.
972
973         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
974
975 2010-10-25  Julien Danjou  <julien@danjou.info>
976
977         * gnus-util.el: Remove `gnus-with-local-quit'.
978
979         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
980
981 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
984         the original article buffer.
985
986 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nnimap.el (nnimap-request-head): New function.
989         (nnimap-request-move-article): Try to be slighly faster by not
990         requesting the entire message when moving.
991         (nnimap-transform-headers): Don't bug out on bodiless articles.
992         (nnimap-send-command): Have no outstanding messages if the IMAP server
993         doesn't support streaming.
994         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
995
996 2010-10-24  Julien Danjou  <julien@danjou.info>
997
998         * message.el (message-default-headers): Fix type.
999
1000 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1003         prefetching images.
1004
1005         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1006         backend for unknown groups.  This is mainly useful for nnimap groups.
1007
1008         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1009         group isn't covered by the agent.
1010
1011 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1012
1013         * nnir.el (nnir-method-default-engines): New variable.
1014         (nnir-run-query): Use it.
1015         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1016         (gnus-summary-nnir-goto-thread): Change group if needed.
1017
1018         * gnus-group.el (gnus-group-group-map): Add key binding for
1019         gnus-group-make-nnir-group.
1020
1021 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * shr.el (shr-tag-object): Add.
1024
1025         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1026         original article buffer live.
1027         (gnus-summary-select-article-buffer):
1028         Mention gnus-widen-article-buffer.
1029
1030 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * shr.el (shr-tag-strong): Add.
1033
1034 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1037         group names.  They mess up the group buffer badly.
1038
1039         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1040
1041         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1042         instead of the summary one.
1043
1044 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * mml.el (mml-preview): Work properly when editing article.
1047
1048         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1049         gnus-have-read-active-file if it's already been in.
1050
1051 2010-10-22  Tom Tromey  <tromey@redhat.com>
1052
1053         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1054         gnus-group-completing-read.
1055
1056 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * message.el (message-mode-map): Don't bind M-; to comment region, to
1059         allow the global comment-dwim to work.
1060
1061 2010-10-21  Julien Danjou  <julien@danjou.info>
1062
1063         * message.el (message-setup-1): Allow message-default-headers to be a
1064         function.
1065
1066 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * shr.el (shr-tag-table): Simplify.
1069
1070 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1073         to avoid trying to snarf invalid stuff.
1074
1075         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1076
1077         * gnus.el (gnus-message-archive-group): Quote value.
1078         (gnus-message-archive-group): Mark as changed.
1079
1080         * shr.el (shr-add-font): Don't put the font properties on the newline
1081         or the indentation.
1082
1083         * message.el (message-fix-before-sending): Change options when sending
1084         non-printable characters.
1085
1086         * gnus.el (gnus-message-archive-method): Change the default to
1087         monthly outgoing groups.
1088
1089         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1090         that have gotten new numbers.
1091
1092         * nnimap.el (nnimap-request-replace-article): New function.
1093
1094 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1097         (nnrss-request-article): Don't use special html washing code.
1098
1099 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * shr.el (shr-tag-table): Remove useless nconc.
1102
1103 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-art.el (article-wash-html): Simplify and remove the charset
1106         stuff.  Use the normal html rendering code instead of the special html
1107         washing code.
1108
1109         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1110         `gnus-w3m' symbols.
1111         (mm-text-html-washer-alist): Remove.
1112
1113         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1114         (mm-inline-media-tests): Remove use.
1115         (mm-text-html-renderer): Change default to the `shr' symbol.
1116
1117         * mm-view.el (mm-inline-text-html): Remove use.
1118
1119         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1120         `gnus-blocked-images' to be a function.
1121         (gnus-article-wash-function): Remove.
1122
1123 2010-10-20  Julien Danjou  <julien@danjou.info>
1124
1125         * spam.el (spam-list-of-processors): Mark as obsolete.
1126
1127         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1128         (nnimap-insert-partial-structure): Fix boundary detection.
1129
1130 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1131
1132         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1133         run file-truename on remote files.  This can be expensive and even
1134         prevent one from editing drafts if some unrelated buffer has a stale
1135         connection.
1136
1137 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1140         kinsoku-eol regardless of shr-kinsoku-shorten.
1141         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1142         (shr-tag-table): Support caption, thead, and tfoot.
1143
1144 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1147         lines.
1148         (shr-save-contents): New command and keystroke.
1149
1150         * nndoc.el (nndoc-type-alist): Add git support.
1151         (nndoc-git-type-p): New function.
1152         (nndoc-transform-git-article): Ditto.
1153         (nndoc-transform-git-headers): Ditto.
1154         (nndoc-transform-git-headers): Generate Subject headers.
1155
1156         * shr.el (shr-parse-style): New function.
1157         (shr-tag-span): Ditto.
1158
1159         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1160         to `G G' to avoid collisions.
1161
1162 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * shr.el: Load kinsoku if necessary.
1165         (shr-kinsoku-shorten): New internal variable.
1166         (shr-find-fill-point): Make kinsoku shorten text line if
1167         shr-kinsoku-shorten is bound to non-nil.
1168         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1169         shr-indentation too when testing if table is wider than frame width.
1170         (shr-insert-table): Use `string-width' instead of `length' to measure
1171         text width.
1172         (shr-insert-table-ruler): Make sure indentation is done at bol.
1173
1174 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1175
1176         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1177         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1178         undecoded network data.
1179
1180 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1183         name in the mode line spec so that the mode line menu works
1184         (bug #2431).
1185
1186         * message.el (message-get-reply-headers): If we're fed `to-address',
1187         then always use that.
1188
1189         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1190         aren't so wide as to need to switch off the edit menu.
1191
1192         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1193         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1194
1195         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1196         `M-g'.
1197         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1198         the permanent marks.
1199
1200 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1201
1202         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1203         Splitting according to references/in-reply-to obeys the ignore-groups
1204         variable, while splitting by sender and subject do not.
1205
1206 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1209         alist, so that we can look for non-Unicode chars.
1210         (article-translate-strings): Allow both character and string maps.
1211
1212 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * shr.el (shr-insert): Don't insert space behind a wide character
1215         categorized as kinsoku-bol, or between characters both categorized as
1216         nospace.
1217
1218 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1219
1220         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1221         headers to gnus-newsgroup-headers.
1222
1223 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * shr.el (shr-tag-img): Don't align images -- since we're not
1226         rescaling, this often leads to ugly displays.
1227
1228 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1229
1230         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1231         duplicates.
1232
1233 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1234
1235         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1236         call.
1237
1238 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * gnus.el: Autoload gnus-html-show-images.
1241
1242         * nnimap.el: Use nnheader-message throughout.
1243
1244         * shr.el (shr-tag-img): Ignore images with no data.
1245
1246 2010-10-15  Julien Danjou  <julien@danjou.info>
1247
1248         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1249         a possibility to disable format=flow encoding when using hard newlines.
1250
1251 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * shr.el (shr-insert): Remove space inserted before or after a
1254         breakable character or at the beginning or the end of a line.
1255         (shr-find-fill-point): Do kinsoku; find the second best point or give
1256         it up if there's no breakable point.
1257
1258 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * nnimap.el (nnimap-open-connection): Message when opening connection
1261         for debugging purposes.
1262
1263         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1264         on every setup buffer call to allow this to change from article to
1265         article.
1266
1267         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1268         buffers where we have a wide table.
1269
1270 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1271
1272         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1273         uses *-request-thread.
1274
1275 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1278         incantation, which is no longer valid.
1279
1280 2010-10-14  Julien Danjou  <julien@danjou.info>
1281
1282         * shr.el: Fix defcustom type (char -> character).
1283
1284 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1287         programs.
1288
1289 2010-10-14  Julien Danjou  <julien@danjou.info>
1290
1291         * shr.el (shr-tag-a): Use url-link as widget type.
1292
1293         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1294         `gnus-group-get-icon'.
1295
1296 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297
1298         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1299         This should make server editing work better.
1300
1301         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1302
1303         * tls.el (tls-program): Remove spurious %s from openssl.
1304
1305         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1306         (nnimap-parse-flags): Fix regexp.
1307
1308         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1309         probably work for CJVK text, too.
1310
1311         * nnimap.el (nnimap-extend-tls-programs): Remove.
1312         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1313
1314         * tls.el (tls-starttls-switches): Remove starttls hack.
1315         (open-tls-stream): Ditto.
1316         (tls-find-starttls-argument): Ditto.
1317
1318 2010-10-13  Julien Danjou  <julien@danjou.info>
1319
1320         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1321         responses.
1322
1323 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1326
1327         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1328         anything in Emacs.
1329
1330         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1331
1332 2010-10-13  Julien Danjou  <julien@danjou.info>
1333
1334         * shr.el (shr-width): Make shr-width a defcustom with default to
1335         fill-column.
1336         (shr-tag-img): Use shr-width rather than fill-column.
1337
1338 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * dgnushack.el (byte-optimize-apply)
1341         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1342
1343         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1344         position when (X-)Faces exist.
1345         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1346         avatars when called interactively.
1347
1348 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1351         gnus-article-x-face-too-ugly is bound.
1352
1353 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1356
1357         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1358         mailbox that doesn't exist.
1359
1360 2010-10-12  Julien Danjou  <julien@danjou.info>
1361
1362         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1363         (shr-get-image-data): Encode URL properly when fetching from cache.
1364         (shr-tag-img): Use aligned-to spaces to align correctly images.
1365
1366         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1367         before inserting the Gravatar.
1368
1369         * shr.el (shr-tag-img): Add align attribute support for <img>.
1370
1371 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * gnus-gravatar.el (gnus-art): Require.
1374
1375         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1376         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1377         Remove long obsoleted functions.
1378
1379 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1382
1383         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1384
1385         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1386         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1387         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1388         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1389         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1390         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1391         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1392
1393 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * nnimap.el (nnimap-request-rename-group): Select group read-only
1396         before renaming it.
1397
1398         * shr.el (shr-insert): Fix up the white space only regexp.
1399
1400         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1401         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1402
1403         * shr.el (shr-current-column): New function.
1404         (shr-find-fill-point): New function.
1405
1406 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1407
1408         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1409         numbers.
1410
1411 2010-10-11  Julien Danjou  <julien@danjou.info>
1412
1413         * shr.el (shr-hr-line): Add.
1414         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1415         display hr lines.
1416         (shr-max-columns): Do not change state to nil if we just inserting
1417         spaces.
1418
1419 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1422         select the last group.
1423
1424 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1425
1426         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1427
1428 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1429
1430         * dig.el (dig-mode-map): Declare and define in one step.
1431
1432 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1435         for Gnus.
1436         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1437         (nnimap-update-qresync-info): Mark \Seen articles as read.
1438
1439         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1440         non-variable, too.
1441
1442         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1443         available.
1444         (nnimap-update-info): Rely more on the current active than the param
1445         active to avoid marking articles as read too much.
1446
1447         * auth-source.el (auth-source-create): Use (user-login-name) for the
1448         user name default.
1449
1450         * nnimap.el (nnimap-update-info): If the server doesn't return any
1451         useful info, just use the previous info.
1452         (nnimap-update-info): Prefer old info over start-article.
1453         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1454
1455 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1456
1457         * nnir.el (autoload): Clean up autoloads.
1458         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1459         Use key rather than value.
1460         (nnir-imap-search-other): New variable.
1461         (nnir-read-parm): Use it.
1462         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1463         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1464
1465 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1466
1467         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1468         the process, too.
1469
1470 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * spam.el (gnus-summary-mode-map): Bind to "$".
1473         Suggested by Russ Allbery.
1474
1475         * shr.el: Rework the way things are indented by <li> slightly.
1476
1477         * gnus.el (gnus-group-set-parameter): Fix typo.
1478
1479         * nnimap.el: Start implementing QRESYNC support.
1480
1481 2010-10-09  Julien Danjou  <julien@danjou.info>
1482
1483         * nnir.el (nnir-engines): Fix too many arguments.
1484
1485 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1488         group is the "last", so that the backends like nnfolder actually save
1489         their folders.
1490
1491         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1492         try to use that for the tls stream.
1493         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1494         UIDVALIDITY and find out which groups are read-only and not.
1495         (nnimap-get-flags): Use the same marks parsing code as the rest of
1496         nnimap.
1497
1498 2010-10-09  Julien Danjou  <julien@danjou.info>
1499
1500         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1501
1502         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1503         retrieving gravatars.
1504
1505         * shr.el (shr-table-corner): Add.
1506         (shr-table-line): Add.
1507         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1508
1509 2010-10-08  Julien Danjou  <julien@danjou.info>
1510
1511         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1512
1513 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1514
1515         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1516
1517         * gnus-sum.el (gnus-mark-article-as-unread)
1518         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1519         (gnus-summary-set-bookmark): Use it.
1520
1521         * gnus-msg.el (gnus-setup-message): Use it.
1522
1523         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1524
1525         * gnus.el (gnus-group-remove-parameter): Use it.
1526
1527         * gnus-group.el (gnus-group-make-web-group): Use it.
1528
1529         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1530
1531         * nnregistry.el: Update docs to mention manual.
1532
1533         * gnus-registry.el: Update docs to mention nnregistry.el.
1534         (gnus-registry-initialize): Don't install nnregistry refer method
1535         automatically.
1536         (gnus-registry-install-nnregistry): Remove it.
1537
1538 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * shr.el (shr-insert): Don't insert double spaces.
1541
1542 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gnus-gravatar.el (gnus-treat-from-gravatar)
1545         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1546         called interactively.
1547
1548         * gnus-art.el (gnus-mime-view-part-externally)
1549         (gnus-mime-view-part-internally): Make predicate function passed to
1550         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1551         of a mime type.
1552
1553         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1554
1555 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * shr.el (require): Require cl when compiling.
1558         (shr-tag-hr): New function.
1559
1560         * nnimap.el (nnimap-update-info): Remove double setting of high.
1561         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1562         This makes nnimap work properly on Courier again.
1563
1564         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1565         the variable for backwards compatability.
1566
1567         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1568         the file name before using to avoid setting mm-default-directory to
1569         nil.
1570
1571         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1572         bidning gnus-agent variables.
1573
1574         * shr.el (shr-render-td): Use a cache for the table rendering function
1575         to avoid getting an exponential rendering behaviour in nested tables.
1576         (shr-insert): Rework the line-breaking algorithm.
1577         (shr-insert): Don't leave trailing spaces.
1578         (shr-insert-table): Also insert empty TDs.
1579         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1580
1581 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1582
1583         * gnus-sum.el (gnus-number): Rename from `number'.
1584         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1585         (gnus-summary-limit-children): Update uses correspondingly.
1586
1587 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1590         (gnus-gravatar-transform-address): Don't show avatars of people of
1591         which mail addresses match gnus-gravatar-too-ugly.
1592
1593 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * shr.el (shr-table-widths): Expand TD elements to fill available
1596         space.
1597
1598 2010-10-07  Julien Danjou  <julien@danjou.info>
1599
1600         * nnimap.el (nnimap-request-rename-group): Add this method.
1601
1602 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1605         name from XEmacs' function-arglist.
1606
1607         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1608         gravatar under XEmacs.
1609
1610 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1611
1612         * auth-source.el: Update docs with TODO items.
1613
1614         * gnus-sync.el: Update docs to explain state and plans.
1615
1616         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1617         Hooks for mark updates.
1618         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1619
1620         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1621         hooks with arguments, which is needed for mark update hooks.
1622
1623 2010-10-06  Julien Danjou  <julien@danjou.info>
1624
1625         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1626         was matched.
1627
1628         * sieve-manage.el: Update example in `Commentary'.
1629
1630         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1631
1632         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1633         not 2000.
1634         (sieve-manage-authenticate): Re-add function.
1635
1636 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * shr.el (shr-insert): Get 'space transition right.
1639         (shr-render-td): Only delete space at the end of the TD.
1640
1641         * nnimap.el (nnimap-open-connection): Prepare to support
1642         open-gnutls-stream.
1643
1644         * shr.el: Rearrange function order to be more logical.
1645
1646 2010-10-06  Julien Danjou  <julien@danjou.info>
1647
1648         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1649         (nnrss-discover-feed): Remove 404 URL in docstring.
1650
1651         * nnir.el: Fix Swish-E URL.
1652         Fix Namazu URL.
1653
1654         * message.el (message-change-subject): Remove 404 URL in a comment.
1655
1656 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1659         called interactively.
1660
1661         * gnus-util.el (gnus-remove-if): Allow hash table.
1662         (gnus-remove-if-not): New function.
1663
1664         * gnus-art.el (gnus-mime-view-part-as-type)
1665         * gnus-score.el (gnus-summary-score-effect)
1666         * gnus-sum.el (gnus-read-move-group-name):
1667         Replace remove-if-not with gnus-remove-if-not.
1668
1669         * gnus-group.el (gnus-group-completing-read):
1670         Regard collection as a hash table if it is not a list.
1671
1672 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1675
1676         * shr.el: Document the table-rendering algorithm.
1677
1678 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1681         for Emacsen having no `libxml-parse-html-region' support.
1682
1683 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1686         invalid URLs.
1687
1688         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1689         line-broken.
1690         (shr-tag-img): Ignore image fetching errors.
1691         (shr-overlays-in-region): Compute overlay positions correctly.
1692
1693         * mm-decode.el (mm-shr): Require shr.
1694
1695         * gnus-art.el (gnus-blocked-images): Move variable here.
1696
1697         * shr.el (shr-insert-table): Bind free variable.
1698
1699         * mm-decode.el (mm-shr): Bind shr-content-function.
1700
1701         * shr.el (shr-content-function): New variable.
1702
1703         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1704         added for symmetry.
1705
1706         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1707
1708         * gnus-group.el (gnus-group-make-group): Doc fix.
1709
1710         * nnimap.el (nnimap-request-newgroups): Return success.
1711
1712         * shr.el (shr-find-elements): New function.
1713         (shr-tag-table): Put all the images after the table.
1714         (shr-tag-table): Really inhibit images inside the table.
1715         (shr-collect-overlays): Copy over overlays from the TD elements to the
1716         main document.
1717
1718         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1719         gnus-blocked-images.
1720
1721 2010-10-05  Julien Danjou  <julien@danjou.info>
1722
1723         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1724
1725         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1726         (gnus-html-maximum-image-size): Add this function.
1727         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1728
1729         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1730         server-value of the capability is nil.
1731
1732 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * shr.el (shr-tag-em): Add <EM> tag.
1735
1736 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1737
1738         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1739         customizable.
1740
1741         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1742         handing broken links to browse-url.
1743
1744 2010-10-05  Julien Danjou  <julien@danjou.info>
1745
1746         * gnus-util.el (gnus-emacs-completing-read)
1747         (gnus-iswitchb-completing-read): Use autoload rather than require.
1748
1749 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1752         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1753         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1754         iswitchb-temp-buflist for XEmacs.
1755
1756         * gnus-util.el (gnus-completing-read-function): Exclude
1757         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1758         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1759         XEmacs.
1760
1761         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1762         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1763
1764         * gnus-html.el: Don't require help-fns under XEmacs.
1765         (gnus-html-schedule-image-fetching): Work for XEmacs.
1766
1767         * mm-decode.el (mm-shr): Decode contents by charset.
1768
1769 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1772         unknown.
1773
1774         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1775         (shr-get-image-data): Ensure against the cache file missing.
1776
1777         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1778         for data.
1779
1780         * spam-report.el (spam-report-url-ping-plain): Don't query about
1781         killing the process.
1782
1783         * shr.el (shr-render-td): Protect against too-wide text.
1784
1785 2010-10-04  Julien Danjou  <julien@danjou.info>
1786
1787         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1788         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1789
1790         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1791         retrieved.
1792
1793 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * shr.el (browse-url): Require.
1796         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1797         lines.
1798         (shr-show-alt-text, shr-browse-image): New commands.
1799         (shr-browse-url, shr-copy-url): New commands.
1800
1801         * gnus-sum.el (gnus-widen-article-window): New variable.
1802         (gnus-summary-select-article-buffer): Use it.
1803
1804         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1805         without @ signs.
1806
1807 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1808
1809         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1810
1811 2010-10-04  Julien Danjou  <julien@danjou.info>
1812
1813         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1814         for XEmacs.
1815
1816 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1819
1820         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1821         (nnimap-close-server): Implement.
1822
1823         * dgnushack.el (iswitchb): Require to shut up the compiler.
1824
1825         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1826         (shr-insert): Tweak line breaking.
1827         (shr-insert): Handle <pre> better.
1828         (shr-tag-li): Get <li> indentation right.
1829         (shr-tag-li): Get <li> indentation even righter.
1830         (shr-tag-blockquote): Ensure paragraph start.
1831         (shr-make-table): Tweak table generation.
1832         (shr-make-table): Fix typo.
1833
1834         * shr.el: Implement table rendering.
1835
1836 2010-10-04  Julien Danjou  <julien@danjou.info>
1837
1838         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1839
1840 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * shr.el (shr-insert): Use string anchors instead of line anchors.
1843
1844 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * shr.el: Add headings.
1847         (shr-ensure-paragraph): Actually work.
1848         (shr-tag-li): Make <ul> prettier.
1849         (shr-insert): Get white space at the beginning/end of elements right.
1850         (shr-tag-p): Collapse subsequent <p>s.
1851         (shr-ensure-paragraph): Don't insert double line feeds after blank
1852         lines.
1853         (shr-insert): \t is also space.
1854         (shr-tag-s): Fix "s" tag name function.
1855         (shr-tag-s): Fix face prop name.
1856
1857 2010-10-03  Julien Danjou  <julien@danjou.info>
1858
1859         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1860
1861         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1862         gnus-window-inside-pixel-edges.
1863
1864         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1865         gnus-ems.
1866
1867         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1868
1869         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1870         function.
1871
1872         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1873         resize choice.
1874
1875 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1878         beginning of the buffer.
1879
1880         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1881         article buffer again.
1882
1883         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1884
1885         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1886         when it's at the start of the buffer.
1887
1888         * shr.el (shr-tag-blockquote): Convert name.
1889         (shr-rescale-image): Use the right image-size variant.
1890
1891         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1892         buffer isn't shown, then select the current article first instead of
1893         bugging out.
1894         (gnus-summary-select-article-buffer): Show both the article and summary
1895         buffers again.
1896
1897         * shr.el (shr-fontize-cont): Protect against regions with no text.
1898         Rename tag functions to shr-tag-* for enhanced security.
1899         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1900
1901 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1902
1903         * shr.el (shr-insert):
1904         * pop3.el (pop3-movemail):
1905         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1906         loaded.
1907
1908 2010-10-03  Glenn Morris  <rgm@gnu.org>
1909
1910         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1911
1912         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1913
1914         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1915
1916         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1917
1918         * gnus-util.el (gnus-make-local-hook): Simplify.
1919
1920 2010-10-02  Julien Danjou  <julien@danjou.info>
1921
1922         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1923         (gnus-ido-completing-read): New function.
1924         (gnus-emacs-completing-read): New function.
1925         (gnus-completing-read): Use gnus-completing-read-function.
1926         Add gnus-completing-read-function.
1927
1928 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * shr.el (shr-insert-document): Autoload.
1931         (shr-img): Be silent.
1932         (shr-insert): Add a newline after every picture before text.
1933         (shr-add-font): Use overlays for combining faces.
1934         (shr-insert): Pass upwards the text start point.
1935
1936         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1937         possible.
1938         (mm-shr): New function.
1939
1940 2010-10-02  Julien Danjou  <julien@danjou.info>
1941
1942         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1943         should go backward.
1944
1945 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1946
1947         * shr.el (shr): Fix typo in provide call.
1948
1949 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * shr.el: New file.
1952
1953         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1954
1955         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1956         completing read.
1957
1958 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1961         we're being queried about.  Suggested by Dan Jacobson.
1962
1963         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1964         Suggested by Jason Eisner.
1965
1966         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1967         table, too.  Suggested by Stefan Wiens.
1968         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1969         the table unnecessary.  Suggested by Stefan Wiens.
1970
1971         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1972         longer needed, and probably doesn't work either, as pointed out by
1973         Stefan Wiens.
1974         (gnus-summary-exit): Remove call to the clearing function.
1975         (gnus-summary-exit-no-update): Ditto.
1976
1977         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1978         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1979         Reported by Stefan Monnier.
1980         (gnus-summary-save-in-rmail): Ditto.
1981
1982         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1983         article buffer, instead of both the article buffer and the summary
1984         buffer.  Sort of suggested by Dan Jacobson.
1985
1986         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1987
1988         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1989         Suggested by Dan Jacobson.
1990
1991         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1992         documentation clearer.
1993
1994         * message.el (message-shorten-references): Comment on the number "21".
1995         Suggested by Stefan Monnier.
1996
1997         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1998         Suggested by Dan Jacobson.
1999
2000         * gnus.el (gnus-large-newsgroup):
2001         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2002
2003         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2004         externalize attachments.  Bug reported by Steve Wen.
2005
2006         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2007         really message anything to the user.
2008
2009         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2010         directly.
2011
2012         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2013         messages in empty groups.
2014
2015 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2016
2017         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2018         non-UIDNEXT group.
2019
2020 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2023         not the value from the collection.
2024
2025         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2026         values.  This sometimes happens on some groups that have no info.
2027         (nnimap-request-newgroups): New function.
2028
2029 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2030
2031         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2032         check into `gnus-registry-initialize'.
2033         (gnus-registry-initialize): Ditto.
2034         Fix and extend header docs.
2035
2036 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2039         regexp backtrace overflows.
2040
2041         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2042         for starttls that tls.el implements; i.e. openssl.
2043
2044         * tls.el (tls-starttls-switches): Give up on using starttls with
2045         gnutls-cli.
2046         (tls-program): Add --insecure to be consistent with the defaults from
2047         openssl s_client.  Now all three commands are insecure.
2048
2049 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * lpath.el: Bind completion-styles-alist for XEmacs.
2052
2053         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2054         (gravatar-create-image): New function that's an alias to
2055         gnus-xmas-create-image, gnus-create-image, or create-image.
2056         (gravatar-data->image): Use it.
2057
2058 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2059
2060         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2061         install the nnregistry refer method.
2062         (gnus-registry-install-hooks): Use it.
2063         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2064         unfollowed groups.
2065
2066 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2067
2068         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2069         expanding threads.
2070
2071 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * nnir.el: Use the server names without suffixes (bug #7009).
2074
2075         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2076         unencrypted to STARTTLS, if possible.
2077
2078 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2079
2080         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2081         headers before superseding.
2082
2083 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * nnrss.el (nnrss-use-local): Add documentation.
2086
2087         * nnimap.el (nnimap-extend-tls-programs): New function.
2088         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2089         (nnimap-wait-for-connection): Accept the greeting from the stupid
2090         output from openssl s_client -starttls, too.
2091
2092         * tls.el (tls-starttls-switches): New variable.
2093         (tls-find-starttls-argument): Use it.
2094         (open-tls-stream): Ditto.
2095
2096         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2097         (netrc-machine): Ditto.
2098
2099         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2100         article number.
2101         (nnimap-split-fancy): New variable.
2102         (nnimap-split-incoming-mail): Use it.
2103
2104         * nntp.el (nntp-server-list-active-group): Document.
2105
2106         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2107         SELECT to get the message-id.
2108
2109         * mail-source.el (mail-sources): Remove webmail support.
2110         (defvar): Ditto.
2111         (mail-source-fetcher-alist): Ditto.
2112         (mail-source-fetch-webmail): Remove.
2113
2114         * webmail.el: Remove -- doesn't seem relevant any more.
2115
2116         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2117
2118         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2119         the \r.
2120
2121 2010-09-30  Julien Danjou  <julien@danjou.info>
2122
2123         * gnus-agent.el (gnus-agent-add-group): Fix call to
2124         gnus-completing-read.
2125
2126 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * nndoc.el (nndoc-retrieve-groups): New function.
2129
2130         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2131         `default', use nnmail-split-methods.
2132         (nnimap-request-article): Downcase the NILs so that they are nil.
2133
2134         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2135         symbol.
2136
2137         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2138         code, since if the user has requested network, that's what they ought
2139         to get.
2140         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2141         (nnimap-split-rule): Mark as obsolete.
2142
2143         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2144         New variable.
2145
2146         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2147         correct slot, too.
2148
2149 2010-09-29  Julien Danjou  <julien@danjou.info>
2150
2151         * gnus.el (gnus-local-domain): Declare variable obsolete.
2152
2153         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2154         Fix history computing.
2155         (gnus-ido-completing-read): Require ido.
2156
2157 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2160         build Gnus.
2161
2162         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2163         when interpreting the structures.
2164         (nnimap-request-accept-article): Add \r\n to the lines to make this
2165         work with Cyrus.
2166
2167         * nndraft.el (nndraft-request-expire-articles): Use the group name
2168         instead if "nndraft".  Fix found by Nils Ackermann.
2169
2170 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2171
2172         * nnregistry.el: Add.
2173
2174 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2175
2176         * nnmail.el (group, group-art-list, group-art):
2177         Remove unneeded directives.
2178
2179 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2182         (mm-mime-charset)
2183         * rfc2047.el (rfc2047-syntax-table)
2184         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2185
2186         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2187         rather than `insert-file-contents' and `eval-region'.
2188
2189         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2190         construction.
2191
2192         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2193
2194         * time-date.el: No need to require cl for Emacs 21.
2195
2196 2010-09-29  Julien Danjou  <julien@danjou.info>
2197
2198         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2199         replacement of `gnus-gravatar-relief' to mimic
2200         `gnus-faces-properties-alist'.
2201         Add :version property.
2202
2203 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * mail-source.el (mail-source-report-new-mail)
2206         * message.el (message-default-mail-headers)
2207         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2208
2209         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2210
2211 2010-09-28  Julien Danjou  <julien@danjou.info>
2212
2213         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2214         mail-address contains the same string as real-name.
2215
2216         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2217         non-blank in header, otherwise it'll get stripped.
2218
2219         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2220         real-name, and then for mail address rather than doing : or , search.
2221
2222 2010-09-27  Julien Danjou  <julien@danjou.info>
2223
2224         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2225         right completing-read function.
2226         (gnus-use-ido): New variable
2227         (gnus-completing-read-with-default): Remove.
2228         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2229         (gnus-agent-add-group):
2230         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2231         * mm-view.el (mm-view-pkcs7-decrypt):
2232         * mm-util.el (mm-codepage-setup):
2233         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2234         * mml-smime.el (mml-smime-openssl-sign-query):
2235         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2236         (mml-insert-multipart):
2237         * gnus-msg.el (gnus-summary-yank-message):
2238         * gnus-int.el (gnus-start-news-server):
2239         * mm-decode.el (mm-interactively-view-part):
2240         * gnus-dired.el (gnus-dired-attach):
2241         * gnus.el (gnus-read-method):
2242         * gnus-bookmark.el (gnus-bookmark-jump):
2243         * gnus-art.el (gnus-mime-view-part-as-type)
2244         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2245         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2246         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2247         * nnmairix.el (nnmairix-create-server-and-default-group)
2248         (nnmairix-update-groups, nnmairix-get-server)
2249         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2250         (nnmairix-get-group-from-file-path):
2251         * nnrss.el (nnrss-find-rss-via-syndic8):
2252         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2253         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2254         (gnus-group-browse-foreign-server):
2255         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2256         (gnus-summary-execute-command, gnus-summary-respool-article)
2257         (gnus-read-move-group-name):
2258         * gnus-score.el (gnus-summary-increase-score)
2259         (gnus-summary-score-effect):
2260         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2261
2262 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2265         x-focus-frame.
2266
2267         * nnimap.el (auth-source-forget-user-or-password)
2268         (auth-source-user-or-password): Autoload.
2269
2270         * message.el (message-from-style, message-interactive)
2271         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2272         (message-yank-prefix, message-indentation-spaces, message-signature)
2273         (message-signature-file): Add comment.
2274
2275 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2278         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2279         new articles.
2280
2281         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2282         parts.
2283         (nnimap-request-article): Work with the t setting, too.
2284
2285         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2286         that you don't get flashes of other buffers.
2287         (gnus-summary-show-complete-article): Intern before setting.
2288
2289 2010-09-27  David Engster  <dengste@eml.cc>
2290
2291         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2292         well as HEADERS.
2293         (nnmairix-retrieve-headers): Provide new argument for the above.
2294
2295 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-sum.el (gnus-summary-move-article): Don't alter
2298         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2299         group.
2300
2301         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2302
2303         * message.el (message-cite-prefix-regexp): Revert my last edit.
2304
2305         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2306         variable instead of the Gnus variable.
2307
2308         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2309
2310         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2311
2312         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2313         since some servers don't like it.
2314         (nnimap-open-connection): Forget credentials if the server says the
2315         password was wrong.
2316         (nnimap-parse-line): Protect against invalid data.
2317
2318         * gnus-sum.el (gnus-summary-move-article): Add comment.
2319         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2320         nothing alters it while scanning for new messages.
2321
2322         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2323         which may or may not help.
2324         (nnimap-open-connection): If we're doing a stream connection, and then
2325         discover we're on a STARTTLS-capable server, then open a STARTTLS
2326         connection instead.
2327
2328 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * nnimap.el (utf7): Require.
2331
2332         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2333         prefix.
2334
2335 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2336
2337         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2338
2339 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * nnimap.el (nnimap-request-accept-article): Message the error on
2342         error.
2343
2344 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2347
2348 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * nndoc.el (nndoc-request-list): Return success always.
2351
2352         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2353         `fetch-old' -- we only want to fetch the articles we've requested.
2354         The rest are in the agent, probably.
2355         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2356         disappeared server" to something low.  It's not important.
2357
2358         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2359         arrived before the FETCH data.
2360
2361         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2362         target here, because we don't know the Gnus name of the group.
2363
2364         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2365         for the correct group.
2366
2367         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2368
2369         * gnus.el (gnus): Give a final warning after startup.
2370
2371         * gnus-util.el (gnus-action-message-log): New variable.
2372         (gnus-message): Use it.
2373         (gnus-final-warning): New function.
2374
2375         * nnimap.el (nnimap-open-connection): Record the greeting.
2376         (nnimap): Add greeting.
2377
2378 2010-09-26  Julien Danjou  <julien@danjou.info>
2379
2380         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2381         arguments.
2382         (gnus-html-wash-images): Fix spec computing to include start/end.
2383
2384         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2385
2386 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2389         deletion.
2390         (nnimap-retrieve-headers): Don't select the group, because that's
2391         already done by nnimap-possibly-change-group.
2392
2393         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2394         (gnus-picon-transform-address): Use it.
2395
2396         * mail-source.el (mail-source-value): Revert previous patch.
2397
2398         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2399         on failure.
2400         (nnimap-open-connection): Look up both virtual and physical server name
2401         credentials.
2402
2403         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2404
2405 2009-02-07  Dave Love  <fx@gnu.org>
2406
2407         * tls.el (open-tls-stream): Don't query killing process.
2408
2409 2009-02-08  Dave Love  <fx@gnu.org>
2410
2411         * gnus-win.el (gnus-window-to-buffer-helper)
2412         (gnus-all-windows-visible-p): Function needn't be a symbol.
2413
2414         * mail-source.el (mail-source-value): Function needn't be a symbol.
2415
2416 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * message.el (message-cite-prefix-regexp): Remove } from the cite
2419         prefix.
2420
2421         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2422         highlight again, so that the highlight is correct.
2423
2424         * gnus-picon.el (gnus-picon): Remove again.
2425         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2426
2427         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2428         doing the header highlightling, so that the background colour of the
2429         picon is correct.
2430
2431         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2432         (gnus-picon): Ditto.
2433         (gnus-picon): Reinstate.  The background colour for picons is white.
2434         (gnus-picon-insert-glyph): Make the background white.
2435
2436         * nnml.el (nnml-open-nov): Don't return dead buffers.
2437
2438         * auth-source.el (auth-source-create): Query the user for whether to
2439         store the credentials.
2440
2441         * netrc.el (netrc-store-data): New function.
2442
2443         * auth-source.el (auth-source-user-or-password): Use the existing auth
2444         sources, if any, for creation.
2445
2446         * gnus.el (gnus-group-fast-parameter): Return the last matching
2447         parameter instead of the first matching parameter.
2448
2449 2010-09-26  Julien Danjou  <julien@danjou.info>
2450
2451         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2452
2453 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * mml2015.el (mml2015-use): Remove gpg support.
2456
2457         * mml1991.el (mml1991-function-alist): Remove gpg function.
2458         (mml1991-gpg-sign): Remove.
2459
2460 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2461
2462         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2463         (gnus-browse-unsubscribe-current-group): Document it.
2464         (gnus-browse-unsubscribe-group): Use it.
2465
2466 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2469         address to the To list for easier response.
2470
2471         * gnus.el (gnus-play-startup-jingle): Remove.
2472         (gnus-splash): Don't play jingle.
2473         (gnus): Silence gnus-load message.
2474
2475         * gnus-art.el (gnus-treat-play-sounds): Remove.
2476
2477         * gnus.el (gnus-play-jingle): Remove audio support.
2478
2479         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2480
2481         * earcon.el: Remove -- no users.
2482
2483         * gnus-audio.el: Remove -- no users of this package.
2484
2485         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2486
2487         * gnus-start.el (gnus-setup-news): Remove nocem support.
2488
2489         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2490
2491         * gnus.el (gnus-use-nocem): Remove.
2492
2493         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2494         Remove.
2495
2496         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2497         uses NoCeM any more.
2498
2499         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2500         (gnus-button-ctan-handler): Ditto.
2501         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2502         (gnus-button-ctan-directory-regexp): Ditto.
2503         (gnus-button-handle-ctan): Ditto.
2504         (gnus-button-tex-level): Ditto.
2505         (gnus-button-alist): Remove CTAN stuff.
2506
2507 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508
2509         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2510         nnimap-streaming test.
2511
2512         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2513         servers twice.
2514
2515         * nnimap.el (nnimap-open-connection): Add more error reporting when
2516         nnimap fails early.
2517
2518         * nnheader.el (nnheader-get-report-string): New function.
2519         (nnheader-get-report): Use it.
2520
2521         * gnus-int.el (gnus-check-server): Say what the error was when opening
2522         failed.
2523
2524         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2525         using streaming.
2526
2527 2010-09-25  Julien Danjou  <julien@danjou.info>
2528
2529         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2530         gnus-window-inside-pixel-edges.
2531
2532 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533
2534         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2535
2536         * mm-decode.el (mm-save-part): Allow saving to other directories the
2537         normal Emacs way.
2538
2539         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2540         Suggested by Jay Berkenbilt.
2541
2542         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2543         there isn't a single byte.
2544
2545         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2546         just do it.  It doesn't really seem to matter what the user responds
2547         here, I think, so it's just a confusing question.
2548
2549         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2550         non-streaming case.
2551
2552         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2553         (gnus-article-encrypt-body): Use it.
2554
2555         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2556         keystroke.
2557
2558         * nnimap.el (nnimap-find-wanted-parts-1):
2559         Use gnus-fetch-partial-articles.
2560
2561         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2562
2563         * nnimap.el (nnimap-insert-partial-structure): New function.
2564         (nnimap-get-partial-article): New function.
2565         (nnimap-request-article): Use it.
2566         (nnimap-wait-for-response): Return whether the wait was successful.
2567         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2568         retrieval wasn't successful.
2569         (nnimap-retrieve-group-data-early): Allow throttling servers.
2570         (nnimap-streaming): New variable.
2571         (nnimap-fetch-partial-articles): Remove.
2572
2573         * mm-decode.el (mm-with-part): Protect against killed buffers.
2574
2575         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2576         for prettier summary display.
2577
2578 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2579
2580         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2581
2582 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2585         apparently third-party libraries depend on it.
2586
2587         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2588         before starting negotiation.
2589
2590         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2591         privacy reasons.
2592         (gnus-treat-mail-gravatar): Ditto.
2593
2594         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2595         buffer when inserting images.  Inserting text into the headers, for
2596         instance, can make them invalid.
2597
2598 2010-09-25  Julien Danjou  <julien@danjou.info>
2599
2600         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2601         variables.
2602
2603         * nnheader.el: Remove useless variables news-reply-yank-from and
2604         news-reply-yank-message-id.
2605
2606         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2607         variables.
2608
2609         * mml1991.el: Remove useless mml1991-verbose.
2610
2611         * gnus.el: Remove useless variable gnus-use-generic-from.
2612         Remove obsolete variable gnus-topic-indentation.
2613
2614         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2615
2616         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2617
2618         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2619
2620         * gnus-group.el: Remove useless gnus-group-icon-cache.
2621         Remove useless gnus-ephemeral-group-server.
2622
2623         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2624
2625         * mml2015.el: Remove useless mml2015-verbose.
2626
2627         * mml-smime.el: Remove useless mml-smime-verbose.
2628
2629         * gnus.el: Remove useless gnus-local-domain.
2630
2631         * gnus-gravatar.el (gnus-gravatar-transform-address):
2632         Use gnus-gravatar-size.
2633
2634         * gnus-art.el: Remove useless gnus-treat-translate.
2635
2636 2010-09-24  Julien Danjou  <julien@danjou.info>
2637
2638         * gnus-sum.el: Add support for Gravatars.
2639
2640         * gnus-art.el: Add support for Gravatars.
2641
2642         * gnus-gravatar.el: Add this file.
2643
2644         * gravatar.el: Add this file.
2645
2646 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2649
2650         * gnus-group.el (gnus-group-fetch-faq): Remove.
2651
2652         * gnus.el (gnus-group-faq-directory): Remove.
2653
2654         * gnus-group.el (gnus-group-fetch-charter): Remove.
2655
2656         * gnus.el (gnus-group-charter-alist): Remove.
2657
2658         * gnus-group.el (gnus-group-archive-directory): Remove.
2659         (gnus-group-recent-archive-directory): Ditto.
2660         (gnus-group-make-archive-group): Remove.
2661
2662         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2663
2664         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2665         use the same article number for all the cached articles.
2666
2667         * nnimap.el (nnimap-command): Register the last command time so
2668         that we can use it for idling NOOPs.
2669         (nnimap-open-connection): Start the keeplive timer.
2670         (nnimap-make-process-buffer): Store all the process buffers.
2671         (nnimap-keepalive): New function.
2672
2673         * starttls.el (starttls-open-stream): Add autoload cookie.
2674
2675 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2676
2677         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2678         handling.
2679
2680 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681
2682         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2683         its data structures.
2684
2685         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2686         instead of the cl.el copy-list.
2687         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2688         equalp.
2689
2690 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2693         and tool-bar-local-item-from-menu.
2694
2695         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2696         mode-line-highlight face for Emacs.
2697
2698         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2699         loading gnus-sum.elc; fix comment for canlock-verify.
2700         (gnus-article-jump-to-part): Use read-number.
2701         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2702         Remove Emacs pre-21 compatible code for help-echo.
2703         (gnus-article-next-page-1): No need to adjust the number of lines.
2704         (gnus-article-describe-bindings): Always use help-buffer.
2705
2706         * gnus-audio.el (gnus-audio-inline-sound)
2707         * gnus-cus.el (gnus-custom-mode)
2708         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2709
2710         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2711
2712         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2713         compatible code.
2714
2715 2010-09-24  Glenn Morris  <rgm@gnu.org>
2716
2717         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2718         visiting the fcc file in rmail-mode.
2719
2720         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2721
2722 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * nnir.el: Silence the byte compiler.
2725
2726         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2727         alias to browse-url-url-encode-chars if any.
2728         (gnus-html-encode-url): Use it.
2729
2730 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * gnus-start.el (gnus-use-backend-marks): New variable.
2733         (gnus-get-unread-articles-in-group): Use it.
2734
2735         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2736         makeover.
2737
2738 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2739
2740         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2741
2742 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2745         Remove.
2746         (gnus-setup-news-hook):
2747         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2748
2749         * gnus-int.el (gnus-request-update-info): Protect against backends not
2750         having the function.
2751
2752         * nnimap.el (nnimap-stream): Mention starttls.
2753         (nnimap-open-connection): Add starttls support.
2754
2755 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2756
2757         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2758
2759 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2762         BODYSTRUCTUREs.
2763         (nnimap-transform-headers): Unfold quoted {42} headers.
2764
2765         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2766         the info.
2767         (gnus-get-unread-articles): Only call updatep on backends that support
2768         it.
2769
2770         * nnweb.el (nnweb-request-update-info): NOOP.
2771
2772         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2773
2774         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2775         since it only deals with marks.
2776
2777         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2778         gnus-request-marks, and make a new gnus-request-update-info.
2779
2780         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2781         the active instead of the high number, which is usually too low.
2782
2783 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2786         * encrypt.el: Remove.
2787
2788 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2791         server in symbolic form.
2792
2793         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2794
2795 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2798         (nnimap-update-info): Fix up code slightly.
2799
2800         * gnus-int.el (gnus-open-server): Add tracing for performance
2801         debugging.
2802
2803         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2804         (gnus-group-insert-group-line): Pass the real group name so that it
2805         gets the right data.
2806
2807         * gnus-start.el (gnus-get-unread-articles): Don't have
2808         `gnus-get-unread-articles-in-group' update info, since that can be
2809         really slow and doesn't seem to be needed?
2810
2811 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2812
2813         * time-date.el (date-to-time): Try using parse-time-string first before
2814         using the slower timezone-make-date-arpa-standard.
2815
2816 2010-09-22  Julien Danjou  <julien@danjou.info>
2817
2818         * gnus-group.el (gnus-group-insert-group-line):
2819         Call gnus-group-highlight-line.
2820         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2821         default hook list.
2822         (gnus-group-update-eval-form): Add new function.
2823         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2824         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2825
2826 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2829         immediate, then expire all articles.
2830         (nnimap-update-info): Fix off-by-one errors.
2831         (nnimap-flags-to-marks): Would return no marks lists for group with no
2832         flags.  Instead return the other data.
2833
2834 2010-09-22  Julien Danjou  <julien@danjou.info>
2835
2836         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2837         Only return an icon.
2838         (gnus-group-insert-group-line): Compute icon to return.
2839
2840         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2841         (gnus-html-image-fetched): Only cache if
2842         gnus-html-image-automatic-caching is set.
2843         (gnus-html-image-fetched): Check for errors.
2844
2845 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2848         once per method on `g'.  This ensures that backends like nnfolder don't
2849         open all their folders.
2850
2851         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2852         (nnimap-request-list): Nix out group in the correct buffer.
2853         (nnimap-parse-flags): Implement by using `read' instead of
2854         hand-parsing.
2855         (nnimap-flags-to-marks): Pass on permanent-flags.
2856         (nnimap-make-process-buffer): Record the server name.
2857         (nnimap-parse-flags): Fix typo.
2858         (nnimap-request-scan): Run split on the server in general, not just a
2859         single group.
2860
2861         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2862         parameter, and propagate this downwards.
2863
2864         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2865         since EXAMINE changes it on the server.
2866
2867         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2868         this command might take a while.
2869
2870 2010-09-22  Julien Danjou  <julien@danjou.info>
2871
2872         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2873         harmful if you have 2 images side-by-side, they can't be properly
2874         update on text deletion.  Using text-property is safer here.
2875         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2876         data.
2877
2878 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * nnimap.el (nnimap-expunge-inbox): Remove.
2881         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2882         (nnimap-expunge): Flip default to t.
2883
2884         * gnus.el (gnus-method-to-server): Don't push things to the cache
2885         unless it's unique.
2886         (gnus-server-to-method): Ditto.
2887
2888 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2889
2890         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2891
2892 2010-09-22  Julien Danjou  <julien@danjou.info>
2893
2894         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2895         get the start of data.
2896         (gnus-html-encode-url): Add this function to encode special chars in
2897         URL.
2898         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2899         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2900
2901         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2902         default.
2903         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2904
2905         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2906         images alt-text.
2907         (gnus-html-put-image): Put alt-text as help-echo.
2908
2909 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2912         * mm-util.el (mm-decompress-buffer)
2913         * nnir.el (nnir-run-find-grep)
2914         * pop3.el (pop3-list): Use 3rd arg of split-string.
2915
2916         * time-date.el (format-seconds): Comment fix.
2917
2918         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2919         and byte-optimize-form-code-walker.
2920         (dgnushack-make-auto-load): Don't advise make-autoload.
2921
2922         * lpath.el: Remove Emacs 21 stuff.
2923
2924 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2927         outside the active range.  Suggested by Dan Christensen.
2928
2929         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2930         slightly later to avoid double-getting it.
2931
2932         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2933         previous patch.
2934
2935         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2936
2937 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2938
2939         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2940
2941 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-int.el (gnus-open-server): Give a better error message in the
2944         "go offline" case.
2945
2946         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2947         marks for nnimap, which is seldom the right thing to do.
2948
2949         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2950         (gnus-same-method-different-name): New function.
2951
2952         * nnimap.el (parse-time): Require.
2953
2954         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2955         method in the presence of many similar methods.
2956
2957         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2958
2959         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2960         nnml-inhibit-expiry.
2961
2962         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2963         find out whether methods are equal.
2964
2965         * nnimap.el (nnimap-find-expired-articles): New function.
2966         (nnimap-process-expiry-targets): New function.
2967         (nnimap-request-move-article): Request the article before looking at
2968         what the Message-ID is.  Fix found by Andrew Cohen.
2969         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2970
2971         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2972         for oldness in addition to being a predicate.
2973
2974         * nnimap.el (nnimap-request-group): When we have zero articles, return
2975         the right data to Gnus.
2976         (nnimap-request-expire-articles): Only delete articles immediately if
2977         the target is 'delete.
2978
2979         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2980         method, this would bug out.
2981
2982         * gnus-group.el (gnus-group-expunge-group): Rename from
2983         gnus-group-nnimap-expunge, and implemented as a normal interface
2984         function.
2985
2986         * gnus-int.el (gnus-request-expunge-group): New function.
2987
2988         * nnimap.el (nnimap-request-create-group): Implement.
2989         (nnimap-request-expunge-group): New function.
2990
2991 2010-09-21  Julien Danjou  <julien@danjou.info>
2992
2993         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2994         (gnus-html-cache-expired): Add new function.
2995         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2996         wethever we should display image for fetch it.
2997         Compute alt-text earlier to pass it to the fetching function too.
2998         (gnus-html-schedule-image-fetching): Change function argument to only
2999         get one image at a time, not a list.
3000         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3001         cache.
3002         (gnus-html-get-image-data): New function to retrieve image data from
3003         cache.
3004         (gnus-html-put-image): Change buffer argument to use image data rather
3005         than file, and place image above region rather than inserting a new
3006         one.  Do not take alt-text as argument, since it's useless now: we place
3007         the image above alt-text.
3008         (gnus-html-prune-cache): Remove.
3009         (gnus-html-show-images): Start to fetch image when we find one, do not
3010         push into a temporary list.
3011         (gnus-html-prefetch-images): Only fetch image if they have expired.
3012         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3013         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3014
3015 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3018
3019 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3022         spec inser "*" if the group isn't active instead of 0.
3023
3024         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3025         opening the server.
3026         (nnimap-request-delete-group): Implement group deletion.
3027         (nnimap-transform-headers): Return the size of the entire message in
3028         the Bytes header, not just the size of the first part.
3029         (nnimap-request-move-article): When moving an article from nnimap,
3030         request the article first so the accepting form has an article to
3031         accept.  Reported by Dan Christensen.
3032         (nnimap-command): Make sure that the error message doesn't error out.
3033
3034 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3035
3036         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3037         we haven't requested anything.
3038
3039 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3042         "".  Fix found by Andrew Cohen.
3043
3044         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3045         instead of -encode-string.
3046
3047 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3050
3051         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3052         by mm-subst-char-in-string.
3053
3054 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3057         waiting for the connection string.
3058
3059         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3060         arriving.
3061
3062         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3063         bogus characters.  This allows selecting certain Gmail groups.
3064
3065         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3066         (nnimap-fetch-partial-articles): New variable.
3067         (nnimap-open-connection): When looking for credentials, also use the
3068         nnimap-server-port.
3069         (nnimap-request-article): Return the group/article number, so that Gnus
3070         `^' works as expected.
3071         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3072
3073         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3074         comments.
3075         (gnus-methods-sloppily-equal): New function.
3076         (gnus): When using the development version of Gnus, load the gnus-load
3077         file.
3078
3079         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3080         `gnus-open-server' on each method before trying to scan them etc.
3081         This ensures that all the backend parameters are set correctly.
3082
3083         * nnimap.el (nnimap-authenticator): New variable.
3084         (nnimap-open-connection): Allow anonymous login.
3085         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3086         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3087
3088         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3089         patch, found by Knut Anders Hatlen.
3090
3091 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3092
3093         * gnus-agent.el (gnus-agent-batch-confirmation)
3094         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3095         to gnus-message.
3096         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3097         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3098         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3099         * gnus-int.el (gnus-open-server): Likewise.
3100         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3101         (gnus-score-check-syntax): Likewise.
3102         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3103         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3104         Likewise.
3105         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3106
3107 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3110         calling conventions so that prefetch doesn't bug out.
3111
3112 2010-09-19  Julien Danjou  <julien@danjou.info>
3113
3114         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3115         rather than `subst-char-in-region' in order to be able to replace ASCII
3116         char by UTF-8 ones.
3117
3118         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3119         than curl.
3120         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3121         the right URL and ALT text on images.
3122         (gnus-html-wash-tags): Fix tag case.
3123         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3124         (gnus-article-html): Add -o display_ins_del=2 option.
3125         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3126
3127 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3130         the extra mail headers, which sometimes seem to happen for unknown
3131         reasons.
3132
3133         * mail-parse.el (mail-header-encode-parameter): Define as
3134         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3135         (or most, perhaps?) mail readers don't understand the latter, but do
3136         understand the former.
3137
3138         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3139         to nil, so that no methods are automatically agentized.  I think this
3140         is probably what most users want.
3141
3142         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3143         from url-retrieve, for instance about invalid URLs.
3144
3145         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3146         groups that have no articles.
3147         (nnimap-request-article): Check that we really got an article when we
3148         requested one.
3149
3150         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3151         doesn't exist.
3152
3153         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3154         nntp buffer so the agent can save it.
3155         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3156         that CRLF doesn't get translated to \n.
3157         (nnimap-open-connection): Don't make 'shell commands only send \n.
3158
3159 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3160
3161         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3162         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3163         Update var name.
3164         (nnml-generate-nov-file): Use dolist.
3165         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3166         Use with-current-buffer.
3167
3168 2010-09-18  Julien Danjou  <julien@danjou.info>
3169
3170         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3171         parallel.
3172
3173 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3176         the range update right.
3177         (nnimap-request-group): Don't make `M-g' bug out on group with no
3178         marks.
3179         (nnoo): Require, so that other packages can require nnimap.
3180         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3181         command we're looking for.  This helps when the server sends more
3182         responses after we've gotten everything we expected.
3183         (nnimap): Add a `newlinep' field to keep track of end-of-line
3184         conventions.
3185         Don't send CRLF to things that don't want it.
3186         (nnimap-request-accept-article): Ditto.
3187
3188 2010-09-18  Julien Danjou  <julien@danjou.info>
3189
3190         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3191         than curl to retrieve images.
3192
3193 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3196         the marks.
3197         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3198         (nnimap-wait-for-connection): New function.
3199         (nnimap-open-connection): If we have PREAUTH, don't query for login
3200         credentials.
3201         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3202         when doing a partial update.
3203
3204 2010-09-18  Julien Danjou  <julien@danjou.info>
3205
3206         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3207         tags.
3208
3209 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * nnimap.el (nnimap-credentials): New function.
3212         (nnimap-open-connection): Use the new function to look for credentials
3213         also on the numeric equivalents of "imap" and "imaps".
3214
3215         * gnus-start.el (gnus-activate-group): Send the info to
3216         gnus-request-group.
3217
3218         * nnimap.el (nnimap-request-group): Have the "check" version of the
3219         function parse flags and update the info, so that a `M-g' get a total
3220         resync of all flags from the group.
3221
3222         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3223         to allow backends to alter the info on group selection.  Also alter all
3224         the backend -request-group functions to take the parameter.
3225
3226         * nnimap.el (nnimap-store-info): New function.
3227         (nnimap-update-info): Store the info for later usage.
3228         (nnimap-request-group): Use the stored info for the dont-check case, so
3229         that we don't retrieve all marks when we enter a group.
3230
3231         * nnimap.el: Use deffoo instead of defun for interface functions.
3232
3233         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3234         update the group info.  This makes the nndraft groups, for instance, go
3235         back to their old behaviour.
3236
3237         * gnus-sum.el (gnus-select-newsgroup): Indent.
3238
3239         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3240         in.
3241         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3242         nothing.
3243
3244         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3245         from methods that are denied.
3246
3247         * gnus-int.el (gnus-method-denied-p): New function.
3248
3249         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3250         store the password instead of netrc.
3251         (nnimap-open-connection): Don't error out when we can't make a
3252         connections.
3253
3254         * auth-source.el (auth-source-create): In the password prompt, say what
3255         we're querying for.  Also prompt for user name if that hasn't been
3256         given.
3257
3258         * nnimap.el (nnimap-with-process-buffer): Remove.
3259
3260 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3263         method when we're reading from the agent.
3264
3265         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3266
3267         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3268         that's probably most useful for users.
3269
3270         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3271         "failed" all the time.
3272
3273         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3274         ...)) with (with-current-buffer ... ).
3275
3276         * nntp.el (nntp-open-server): Return whether the open was successful or
3277         not.
3278
3279         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3280         select an unread unseen article first.
3281
3282         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3283         /etc/services, supply some sensible port defaults.
3284
3285         * dgnushack.el: Define netrc-credentials.
3286
3287 2010-09-17  Julien Danjou  <julien@danjou.info>
3288
3289         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3290
3291 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3292
3293         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3294         doesn't have any parameters.
3295
3296 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3299         only upcased checks.
3300
3301         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3302
3303         * nnimap.el (nnimap-open-shell-stream): New function.
3304         (nnimap-open-connection): Use it.
3305         (nnimap-transform-headers): Get the number of lines in each message.
3306         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3307         number of lines.
3308         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3309         problem.
3310
3311         * utf7.el (utf7-encode): Autoload.
3312
3313         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3314         to allow the mail splitting to not return a default group.  This is
3315         useful for nnimap, which will leave unmatched mail in the inbox.
3316
3317         * nnimap.el: Rewritten.
3318
3319         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3320         nnimap usage.
3321
3322         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3323         if the move is internal, so that nnimap can do fast internal moves.
3324
3325         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3326         data.
3327         (gnus-read-active-for-groups): Support finishing the early retrieval of
3328         data.
3329
3330         * gnus-range.el (gnus-range-nconcat): New function.
3331
3332         * gnus-int.el (gnus-finish-retrieve-group-infos)
3333         (gnus-retrieve-group-data-early): New functions.
3334
3335 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3336
3337         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3338         (nnrss-retrieve-groups):
3339         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3340         (pop3-quit): Use with-current-buffer.
3341
3342 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3345         instead of nnheader-accept-process-output.
3346
3347         * dgnushack.el (dgnushack-compile): Add comment.
3348
3349         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3350
3351         * gnus-html.el (gnus-html-schedule-image-fetching)
3352         (gnus-html-prefetch-images): Replace process-kill-without-query by
3353         gnus-set-process-query-on-exit-flag.
3354
3355 2010-09-16  Romain Francoise  <romain@orebokech.com>
3356
3357         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3358
3359 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360
3361         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3362         parameter to unintern is mandatory-ish in Emacs 24.
3363
3364         * gnus-html.el (gnus-html-schedule-image-fetching)
3365         (gnus-html-prefetch-images): Check for curl before using it.
3366
3367         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3368         depend on curl, which isn't essential.
3369
3370         * imap.el: Revert back to version
3371         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3372         seem problematic.
3373
3374 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3375
3376         * gnus-registry.el (gnus-registry-install-shortcuts):
3377         Explicitly pass `obarray' to `unintern' to avoid a warning.
3378
3379 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3382         change.
3383
3384         * nnrss.el (nnrss-request-list): Remove this function and related
3385         functions, including the moreover stuff.
3386
3387 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * nnrss.el (nnrss-retrieve-groups): New function.
3390
3391 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3392
3393         * .dir-locals.el: Add no-byte-compile cookie.
3394
3395 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * time-date.el (format-seconds): Comment fix.
3398
3399         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3400         for back end that doesn't support request-scan.
3401
3402 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3405         then do request scans from the backends.
3406
3407         * netrc.el (netrc-credentials): New conveniency function.
3408
3409         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3410         avoid running a hook per line, since this takes a lot of time,
3411         profiling shows.
3412         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3413         directly if gnus-visual-p is true.
3414
3415 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3418         groups; replace mapcar with dolist which is a bit faster; pass groups
3419         info to gnus-read-active-file-1.
3420         (gnus-read-active-file-1): Scan only specified groups if the new
3421         optional arg `infos' is given.
3422
3423 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3426
3427         * pop3.el (pop3-movemail): Remove.
3428         (pop3-streaming-movemail): Rename to pop3-movemail.
3429
3430         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3431         don't restrict end-tag searches to the end of the line.
3432
3433 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3436         articles of every unchecked group to t, which means unknown since the
3437         server has never been opened.
3438
3439 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3440
3441         * gnus-html.el (gnus-html-show-alt-text): New command.
3442         (gnus-html-browse-image): Ditto.
3443         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3444         to browse the image directly.
3445         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3446         better.
3447
3448         * gnus-async.el (gnus-async-article-callback):
3449         Call `gnus-html-prefetch-images' unconditionally.
3450
3451         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3452         before feeding URLs to curl.
3453
3454 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3457         internal images as deletable by `W D D'.
3458
3459         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3460         (gnus-async-article-callback): Fix typo.
3461
3462 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3465         current line to work around bugs in the output from w3m.
3466
3467         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3468         for groups that want that.
3469
3470         * nntp.el (nntp-wait-for-string): Supply a timeout for
3471         accept-process-output to ensure progress.
3472
3473         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3474         level to get unread articles from, then use that for foreign groups,
3475         too.
3476
3477         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3478         confuses the rest of the function.
3479
3480         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3481         for the methods that support -retrieve-groups, too.
3482
3483         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3484
3485 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3488         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3489
3490         * pop3.el: Require cl when compiling.
3491         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3492
3493 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3496         that aren't going to be activated.
3497         (gnus-get-unread-articles): Fix up the last commit.
3498
3499         * gnus-html.el (gnus-article-html): Allow calling without specifying
3500         the handle.  In that case, dissect the buffer first.
3501
3502         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3503
3504         * nnimap.el (nnimap-open-connection): Revert the change that would look
3505         into authinfo for imaps instead of imap.
3506
3507         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3508         say that you don't want to call gnus-request-group with don-check, but
3509         do check the reponse.  This is for virtual groups only.
3510         (gnus-get-unread-articles): Count the archive groups as secondary, so
3511         that they're activated the same way as before.
3512
3513         * imap.el (imap-message-map): Removed optional buffer parameter, since
3514         no callers use it.
3515         (imap-message-get): Ditto.
3516         (imap-message-put): Ditto.
3517         (imap-mailbox-map): Ditto.
3518         (imap-mailbox-put): Ditto.
3519         (imap-mailbox-get): Ditto.
3520         (imap-mailbox-get): Revert last change for this function.
3521
3522         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3523         case-insensitively.
3524         (nnimap-debug): Remove.
3525
3526         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3527         to use `imap-fetch' instead.  According to the comments, this should be
3528         safe, since all other IMAP clients use the 1:* syntax.
3529         (imap-enable-exchange-bug-workaround): Removed.
3530         (imap-debug): Removed -- doesn't seem very useful.
3531
3532         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3533         mail from a file, and the file doesn't exist.
3534
3535         * imap.el (imap-log): New convenience function used throughout instead
3536         of repeating the same code all over the place.
3537
3538         * pop3.el (pop3-streaming-movemail): Return t for success.
3539
3540         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3541         .authinfo if we're using ssl connection.
3542
3543         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3544         already have if we're in a main Gnus `g' run.
3545
3546         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3547
3548 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3551
3552         * nnmh.el (nnmh-request-list-1): Bind `file'.
3553
3554         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3555         alias to set-process-query-on-exit-flag or process-kill-without-query.
3556         (pop3-open-server): Use it.
3557
3558 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3561         box to the Incoming file.  Fixes mistake in previous checkin.
3562
3563         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3564         request loop (for debugging purposes) removed.
3565
3566         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3567         culprit is more visible.
3568         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3569         (nnml-add-incremental-nov): New functions to do "incremental" nov
3570         updates, where we just append to the end of the existing nov files
3571         without reading/writing them in full.
3572
3573         * mail-source.el (mail-source-delete-crash-box): Really only check the
3574         incoming files once in a while.
3575
3576         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3577
3578         * mail-source.el (mail-source-delete-crash-box): Only check the
3579         incoming files for deletion once per day to save a lot of file
3580         accesses.
3581
3582         * pop3.el (pop3-logon): Fix up unbound variable typo.
3583
3584         * mail-source.el (pop3-streaming-movemail): Autoload.
3585
3586         * pop3.el (pop3-streaming-movemail):
3587         Respect pop3-leave-mail-on-server.
3588
3589         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3590         retrieval.
3591
3592         * pop3.el (pop3-process-filter): Remove unused function.
3593         (pop3-streaming-movemail, pop3-send-streaming-command)
3594         (pop3-wait-for-messages, pop3-write-to-file)
3595         (pop3-number-of-responses): New functions for streaming pop3
3596         retrieval.
3597
3598         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3599         come from no known methods.
3600         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3601         list.
3602
3603         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3604         message sizes.
3605         (pop3-movemail): Use erase-buffer instead of looping and deleting
3606         regions, which seems rather odd.
3607
3608         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3609         file once per `g' run.
3610
3611         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3612         directories.  This makes the draft queue directory work.
3613
3614         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3615         data from the backends, so that we only request the list of groups from
3616         each method once.  This should speed things up considerably.
3617
3618         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3619         detect that it's not implemented.
3620
3621         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3622         we actually do recurse down into the tree, but don't stat all leaf
3623         nodes.
3624
3625         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3626         then say so instead of bugging out.
3627
3628         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3629         files exist before trying to read them.
3630
3631         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3632         around <pre_int>.
3633
3634         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3635
3636         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3637
3638 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * mm-util.el (mm-image-load-path): Just return the image directories,
3641         not all directories in the path in addition to the image directories.
3642         (mm-image-load-path): Maintain a cache of the image directories so that
3643         the `g' command in Gnus doesn't have to stat dozens of directories each
3644         time.
3645
3646         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3647         (gnus-html-wash-tags): Add a new `i' command to insert images.
3648         (gnus-html-insert-image): New command and keystroke.
3649         (gnus-html-redisplay-with-images): New command and keystroke.
3650         (gnus-html-show-images): Rename command.
3651         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3652         spacers.
3653         (gnus-html-wash-tags): Decode entities at the end, so that entities
3654         inside the tags don't mess up the rest of the "parsing".
3655
3656         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3657         so that nnimap methods aren't agentized by default.  There's apparently
3658         many problems related to agent/imap behaviour.
3659
3660         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3661
3662         * gnus-html.el: Doc fix.
3663
3664 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3667         specifier-spec-list for Emacs 21.
3668
3669         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3670         glyph-width and glyph-height instead of display-graphic-p and
3671         image-size; make avoidance of displaying small images work for XEmacs.
3672
3673         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3674         for XEmacs.
3675
3676         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3677         of symbol that holds plist data.
3678         (gnus-process-plist): Remove plist of process after getting it.
3679
3680 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * message.el (message-generate-hashcash): Change default to
3683         'opportunistic if hashcash is installed.
3684
3685         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3686         (gnus-html-put-image): Only call image-size once, since it's somewhat
3687         time-consuming on remote X servers.
3688
3689 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3692         type on data, not a file name.
3693
3694         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3695         window-pixel-edges for Emacs 21.
3696
3697         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3698         decoded contents.
3699         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3700
3701 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3704         group line format, since it isn't very interesting.
3705
3706         * gnus-agent.el (gnus-agent-short-article),
3707         (gnus-agent-long-article): Increase values for these two variables,
3708         since most people are likely to have more network connection and
3709         storage than before.
3710
3711         * gnus.el (gnus-refer-article-method): Change default to 'current.
3712         When referring an article, the common behaviour is to refer it from the
3713         current select method, not the native select method.  The chances of
3714         the native select method having the message in question is rather slim
3715         these days.
3716
3717         * gnus-sum.el (gnus-auto-select-subject): Change default to
3718         `unseen-or-unread'.  I think it's likely that most people want to
3719         select an unseen article over a previously seen, but unread one.
3720
3721         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3722         means that in the article buffer none of the minor mode elements will
3723         be shown, usually, and this is not desirable in most cases.
3724
3725         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3726         that commands like `d' (and the like) go to the next line in the
3727         buffer, instead of the next unread article.  I think this is the
3728         behaviour that is most natural for most users.
3729         (gnus-single-article-buffer): Change default to nil, so that people can
3730         have as many article buffers open as they have summary buffer.  I think
3731         this is the most natural way for the groups to behave.
3732
3733         * message.el (message-generate-new-buffers): Change default to
3734         `unsent', so that all new message buffers start their names with the
3735         string "*unsent", and it's easier to find the buffers if you move from
3736         them.
3737
3738 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3741         small.  They're probably tracking images.
3742         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3743         (gnus-html-rescale-image): Yet another try at getting the image sizing
3744         right.
3745
3746         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3747         nntp-marks-file-name is nil.
3748
3749 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3750
3751         * gnus-html.el (gnus-html-wash-tags)
3752         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3753         Better logging.
3754
3755 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756
3757         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3758
3759         * gnus-html.el (gnus-html-wash-tags): Check the value of
3760         gnus-blocked-images in the summary buffer.
3761
3762 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3765
3766 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3769         like "a", it seems like.
3770         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3771         since it needs to be picked from the correct buffer.
3772
3773         * nnwfm.el: Remove.
3774
3775         * nnlistserv.el: Remove.
3776
3777 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3780         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3781
3782 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3783
3784         * nnkiboze.el: Remove.
3785
3786         * nndb.el: Remove.
3787
3788         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3789         alt text.
3790         (gnus-html-rescale-image): Try to get the rescaling logic right for
3791         images that are just wide and not tall.
3792
3793         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3794         overshadow variable bindings.
3795
3796 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3797
3798         * gnus-html.el (gnus-html-wash-tags)
3799         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3800         Add extra logging.
3801
3802 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3805         (gnus-max-image-proportion): New variable.
3806         (gnus-html-rescale-image): New function.
3807         (gnus-html-put-image): Rescale images.
3808
3809 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3810
3811         Fix up some byte-compiler warnings.
3812         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3813         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3814         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3815         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3816         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3817         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3818         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3819
3820 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-html.el (gnus-article-html): Decode contents by charset.
3823
3824 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3827         (gnus-html-frame-width, gnus-blocked-images)
3828         * message.el (message-prune-recipient-rules): Add custom version.
3829         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3830
3831         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3832         functions.
3833
3834         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3835         gnus-process-get.
3836
3837 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3838
3839         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3840         instead of lsub directly.
3841
3842 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3843
3844         * nnwarchive.el: Remove.
3845
3846         * gnus-soup.el: Remove.
3847
3848         * nnsoup.el: Remove.
3849
3850         * nnultimate.el: Remove.
3851
3852         * gnus-html.el (gnus-blocked-images): New variable.
3853
3854         * message.el (message-prune-recipients): New function.
3855         (message-prune-recipient-rules): New variable.
3856
3857         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3858         guess whether a long line is natural text or not.
3859
3860         * gnus-html.el (gnus-html-schedule-image-fetching):
3861         Use gnus-process-plist and friends for compatibility.
3862
3863 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3864
3865         * gnus-html.el: Require packages that define macros used in this file.
3866         (gnus-article-mouse-face): Declare to silence byte-compiler.
3867         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3868         process-get.
3869         (gnus-html-put-image): Use plist-get to avoid getf.
3870         (gnus-html-prefetch-images): Use with-current-buffer.
3871
3872 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-ems.el: Provide compatibility functions for
3875         gnus-set-process-plist.
3876
3877         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3878         header-line-format for XEmacs 21.4.
3879
3880         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3881         * gnus.el (gnus-valid-select-methods)
3882         * message.el (message-send-mail-partially-limit)
3883         * mm-decode.el (mm-text-html-renderer)
3884         * mml.el (mml-insert-mime-headers-always)
3885         * smiley.el (smiley-regexp-alist): Bump custom version.
3886
3887 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * gnus-html.el: require mm-url.
3890         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3891         with the url to `url'.
3892         (gnus-html-wash-tags): Support cid: URLs/images.
3893
3894 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895
3896         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3897         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3898         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3899
3900         * gnus-move.el: Remove file, since it doesn't really work.
3901
3902         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3903         UTF-8.  This seems to fix problems with some German web feeds.
3904
3905         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3906         at the top so that the proper colours are applied.
3907
3908         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3909         don't have dots in their names.
3910
3911         * gnus-art.el (gnus-article-view-part): Doc fix.
3912
3913         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3914         XEmacs-compatible.
3915         (gnus-html-put-image): Don't do images on non-graphic displays.
3916
3917         * nnslashdot.el: Remove this unused backend.
3918
3919         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3920         actions.
3921         (gnus-undo-register-1): Revert last change.
3922
3923         * gnus-group.el (gnus-group-completing-read): Protect against not
3924         having completion-styles bound.
3925
3926         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3927         make broken recipients happier.
3928
3929         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3930
3931         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3932         point parameter.
3933
3934         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3935
3936         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3937         completion-styles for group selection.
3938
3939 2009-02-04  Andreas Schwab  <schwab@suse.de>
3940
3941         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3942         headers and regexp-quote the match if necessary.
3943
3944 2009-03-24  Miles Bader  <miles@gnu.org>
3945
3946         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3947         the blinking smiley.
3948
3949 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3950
3951         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3952         blink smiley.
3953
3954 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3957         where the dribbel file lives exists.
3958
3959         * message.el (message-send-mail-partially-limit): Change the default to
3960         nil, since most people don't want this.
3961
3962         * mm-url.el (mm-url-decode-entities): Also decode entities like
3963         &#x3212.
3964
3965 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3966
3967         * gnus-sum.el (gnus-summary-idna-message):
3968         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3969         Hyperlink urls in docstrings with URL `...'.
3970
3971 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3972
3973         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3974         functions.
3975
3976 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3979         say what the mouseover text should be.
3980
3981         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3982         version of the mm-w3m-safe-url-regexp variable to only download images
3983         in the groups where we want that to happen.
3984
3985         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3986
3987         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3988         easier debugging.
3989         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3990         big pictures in the article buffer.
3991
3992         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3993         gnus-article-html.
3994         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3995         w3m.
3996
3997         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3998
3999 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4000
4001         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4002         which doesn't exist.
4003
4004         * message.el (message-inhibit-ecomplete): New variable to allow some
4005         function to inhibit ecomplete address storage.
4006         (message-resend): Disable ecomplete message storage when resending
4007         messages.
4008
4009         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4010
4011 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4014         Save excursion while copying, moving, and deleting articles in order to
4015         prevent the cursor from jumping to unforeseen place.
4016
4017 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * lpath.el: No need to bind bookmark-current-buffer,
4020         bookmark-yank-point and bookmark-make-record-function.
4021
4022 2010-08-17  Glenn Morris  <rgm@gnu.org>
4023
4024         * gnus-sync.el: Require gnus components whose functions are used.
4025
4026         * gnus-art.el (bookmark-make-record-function):
4027         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4028         Declare for compiler.
4029
4030         * mm-url.el (mml-compute-boundary): Autoload.
4031
4032 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4035
4036 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4037
4038         Typo fix "hoo4a" -> "hook".
4039
4040         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4041
4042 2010-08-14  Glenn Morris  <rgm@gnu.org>
4043
4044         * gnus-sync.el (gnus-sync): Fix defgroup version.
4045
4046 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4047
4048         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4049
4050         * gnus-sync.el: Fix docs.
4051         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4052         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4053
4054 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4055
4056         Optimizations for gnus-sync.el.
4057
4058         * gnus-sync.el: Add docs about gnus-sync-backend
4059         possibilities.
4060         (gnus-sync-save): Remove unnecessary message.
4061         (gnus-sync-read): Optimize and show what groups were skipped.
4062
4063 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4064
4065         Minor bug fixes for gnus-sync.el.
4066
4067         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4068         Don't read the sync on get-new-news.
4069
4070         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4071         quiet.
4072
4073         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4074         (fix typo).
4075
4076 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4077
4078         Make saving and restoring of hidden threads work with overlays.
4079         Patch applied by Ted Zlatanov.
4080
4081         * gnus-sum.el (gnus-hidden-threads-configuration)
4082         (gnus-restore-hidden-threads-configuration): Update to deal with text
4083         properties, rather than searching for a magic character.
4084
4085 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4086
4087         New gnus-sync.el library for synchronization of marks.
4088
4089         * gnus-sync.el: New library for synchronization of marks.
4090
4091         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4092         renamed from `gnus-registry-grep-in-list'.
4093
4094         * gnus-registry.el (gnus-registry-follow-group-p):
4095         Use `gnus-grep-in-list'.
4096
4097         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4098
4099 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4102         determining charset of text fails.
4103
4104 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * nnmail.el (nnmail-get-new-mail-1): Revert.
4107
4108         * nnml.el (nnml-active-number): Make sure names of newly created groups
4109         in nnml-group-alist are encoded.
4110
4111 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4114         containing non-ASCII characters in active file for nnml back end.
4115
4116 2010-07-24  David Engster  <dengste@eml.cc>
4117
4118         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4119         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4120
4121 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4122
4123         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4124         tag (Bug#6654).
4125
4126 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4129         the article buffer, not the summary buffer.
4130
4131 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4134         Emacs 23 as well.
4135
4136 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4139         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4140
4141 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4142
4143         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4144         Patch applied by Karl Fogel.
4145
4146         * gnus-sum.el (gnus-summary-bookmark-make-record):
4147         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4148
4149 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4150
4151         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4152         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4153         C-w still not working correctly from Article buffers; Thierry's
4154         patch to fix that will be applied after this.
4155
4156         * gnus-art.el (bookmark-make-record-function): New local variable.
4157
4158         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4159         article buffer.
4160         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4161
4162 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4163
4164         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4165         on changes in bookmark.el.
4166
4167 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4170         `no-log' instead of message not to log prompt string.
4171
4172 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4173
4174         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4175         the *other* type of HTML form submission.
4176
4177 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4178
4179         * auth-source.el (auth-source-pick): If choice does not contain a
4180         questioned keyword, set the check to t.
4181
4182 2010-06-12  Romain Francoise  <romain@orebokech.com>
4183
4184         * gnus-util.el (gnus-date-get-time): Move up before first use.
4185
4186 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4189         (gnus-article-edit-part): Bind it to make last part that is substituted
4190         or deleted visible.
4191         (gnus-mime-display-single): Buttonize part of which id equals to
4192         gnus-mime-buttonized-part-id.
4193
4194 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4195
4196         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4197         (gnus-dd-mmm): Use gnus-date-get-time.
4198         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4199         simplify logic.
4200         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4201         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4202
4203 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4204
4205         * auth-source.el (top): Autoload `secrets-list-collections',
4206         `secrets-create-item', `secrets-delete-item'.
4207         (auth-sources): Fix tag string.
4208         (auth-get-source, auth-source-retrieve, auth-source-create)
4209         (auth-source-delete): New defuns.
4210         (auth-source-pick): Rewrite in order to avoid 2 passes.
4211         (auth-source-forget-user-or-password): New parameter USERNAME.
4212         (auth-source-user-or-password): New parameters CREATE-MISSING and
4213         DELETE-EXISTING.  Retrieve password interactively, if needed.
4214
4215 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4216
4217         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4218         deleting unused directories when gnus-expert-user is t.
4219
4220 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4223         for each temp file when gnus-article-browse-delete-temp is ask.
4224
4225 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4226
4227         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4228         Lisp calls to delete-backward-char by calls to delete-char.
4229
4230 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4231
4232         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4233
4234 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4235
4236         * password-cache.el (password-cache-remove): Fix docstring.
4237
4238 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4241         article unless decoding article to be saved.
4242
4243 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4246         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4247         generated within the mm-with-unibyte-current-buffer macro.
4248
4249 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4252         to nil when we're in a mml-preview buffer and no group is selected.
4253
4254 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4255
4256         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4257         when catching the `C-g'.  Reported by "Leo".
4258
4259 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * message.el (message-forward-make-body-plain)
4262         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4263         multibyte-string-p.
4264
4265         * lpath.el: Revert.
4266
4267 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * message.el (message-forward-make-body-mml): Assume original message
4270         is multibyte string; error on unibyte.
4271         (message-forward-make-body-plain): Ditto; don't add excessive newline
4272         in body end.
4273
4274         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4275
4276 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4277
4278         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4279         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4280
4281 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * mm-extern.el (mm-extern-url): Don't use
4284         mm-with-unibyte-current-buffer.
4285         (mm-extern-cache-contents): Use with-current-buffer instead of
4286         save-excursion + set-buffer.
4287
4288 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * mm-util.el (mm-emacs-mule): Remove.
4291
4292 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4293
4294         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4295         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4296         change.
4297
4298 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4301         bind the default value of enable-multibyte-characters to nil.
4302
4303 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * message.el (message-forward-make-body-plain)
4306         (message-forward-make-body-mml):
4307         Don't use mm-with-unibyte-current-buffer.
4308
4309 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4310
4311         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4312
4313 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4314
4315         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4316         (Bug#5592).
4317
4318 2010-05-07  Julien Danjou  <julien@danjou.info>
4319
4320         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4321         it to mm-pipe-part.
4322
4323         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4324         it is given.
4325
4326 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * binhex.el (binhex-decode-region-internal)
4329         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4330         (dns-query)
4331         * nnweb.el (nnweb-gmane-search)
4332         * pgg-parse.el (pgg-parse-armor)
4333         * pgg.el (pgg-verify-region)
4334         * sha1.el (sha1-string-external)
4335         * uudecode.el (uudecode-decode-region-internal)
4336         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4337         XEmacs.
4338
4339         * gnus-art.el (gnus-article-browse-html-parts)
4340         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4341         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4342         make-temp-file.
4343
4344         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4345         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4346         compiling.
4347
4348         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4349         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4350         XEmacs when compiling.
4351
4352         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4353         gnus-pick-mode-off-hook for XEmacs when compiling.
4354         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4355         gnus-binary-mode-off-hook for XEmacs when compiling.
4356
4357         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4358         Return nil if char-charset is not available.
4359
4360         * imap.el (imap-disable-multibyte)
4361         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4362         macros.
4363
4364         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4365         instead of encode-coding-string.
4366
4367         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4368         'xemacs) instead of mm-emacs-mule to switch function definitions.
4369         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4370
4371         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4372         bind temporary-file-directory for XEmacs;
4373         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4374         timer-set-function for XEmacs 21.4 and SXEmacs;
4375         bind timer-list for XEmacs 21.4 and SXEmacs;
4376         fbind char-charset and find-charset-region for non-Mule XEmacs;
4377         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4378         encode-coding-region and encode-coding-string for XEmacs having no
4379         file-coding feature.
4380
4381 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4382
4383         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4384
4385 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4388         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4389
4390 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4391
4392         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4393         alias `jka-compr-delete-temp-file' no longer exists.
4394
4395 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4396
4397         Use define-minor-mode in Gnus where applicable.
4398         * mml.el (mml-mode): Use define-minor-mode.
4399         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4400         (gnus-undo-mode): Use define-minor-mode.
4401         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4402         (gnus-dead-summary-mode): Use define-minor-mode.
4403         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4404         Initialize in declaration.
4405         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4406         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4407         (gnus-mailing-list-mode): Use define-minor-mode.
4408         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4409         (gnus-draft-mode): Use define-minor-mode.
4410         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4411         (gnus-dired-mode): Use define-minor-mode.
4412
4413 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4414
4415         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4416         handles on recursive mml-to-mime translation and check them for
4417         boundary delimiter collisions.  Reported by Greg Troxel.
4418
4419 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4422
4423 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4424
4425         * mm-util.el (mm-find-buffer-file-coding-system):
4426         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4427
4428 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4429
4430         * message.el (message-generate-headers): Record insertion of optional
4431         headers as well.  Otherwise the check to prevent repeated insertion of
4432         optional headers is a no-op.
4433
4434 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4435
4436         * smime.el: Don't mention CVS.
4437
4438         * nnrss.el (nnrss-fetch): Don't mention CVS.
4439
4440         * nnir.el: Don't mention CVS.
4441
4442 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4443
4444         * gnus-sum.el (gnus-summary-bookmark-make-record):
4445         Add `location' field.
4446
4447 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * lpath.el: Fbind bookmark-default-handler,
4450         bookmark-get-bookmark-record, bookmark-make-record-default,
4451         bookmark-prop-get for Emacs <23 and XEmacs.
4452
4453 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4454
4455         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4456         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4457         Use with-current-buffer to silence the byte-compiler.
4458         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4459         bother to require `gnus'.
4460         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4461
4462 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4463
4464         * gnus-sum.el (gnus-summary-bookmark-make-record)
4465         (gnus-summary-bookmark-jump): New functions.
4466         (gnus-summary-mode): Setup bookmark support.
4467
4468 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4469
4470         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4471         if set.
4472
4473 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4476         gnus-article-browse-html-save-cid-image; make it work recursively for
4477         forwarded messages as well.
4478         (gnus-article-browse-html-parts): Work when prefix arg is given.
4479         (gnus-article-browse-html-article): Doc fix.
4480
4481 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4482
4483         * message.el (message-default-mail-headers):
4484         (message-default-headers): Carry the value mail-default-headers over
4485         into message-default-mail-headers, rather than message-default-headers.
4486
4487 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4488
4489         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4490         charset.
4491
4492         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4493         charset into the <meta> tag when the article is encoded to utf-8.
4494
4495 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * gnus-art.el (gnus-article-browse-delete-temp-files):
4498         Delete directories as well.
4499         (gnus-article-browse-html-parts): Work for images that do not specify
4500         file names; delete temp directory when quitting; insert header at the
4501         right place; use file: scheme for image files.
4502
4503 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4504
4505         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4506         (gnus-article-browse-html-parts): Use it to make temporary cid image
4507         files in addition to html file so that browser may display them.
4508
4509 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4512
4513 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4514
4515         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4516
4517 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4518
4519         * auth-source.el (auth-sources): Change default to be simpler.
4520         Explain about Secret Service API sources.  Improve Customize options.
4521         (auth-source-pick): Change to accept any number of search parameters.
4522         Implement fallbacks iteratively, not recursively.  Add scoring on the
4523         second pass and sort by score.  Call Secret Service API when needed.
4524         (auth-source-user-or-password): Use it.  Call Secret Service API
4525         directly when needed to get the user name and the password.
4526
4527 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4528
4529         * message.el (message-interactive): Doc fix.
4530         (message-qmail-inject-args): Reflow.
4531         (message-kill-to-signature): Fix typo in docstring.
4532
4533         * smiley.el (smiley-buffer): Fix typo in docstring.
4534
4535 2010-03-24  Glenn Morris  <rgm@gnu.org>
4536
4537         * mail-source.el (gnus-message): Declare.
4538         (mail-source-delete-old-incoming): Require gnus-util.
4539
4540 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4543
4544         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4545
4546         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4547         password-cache's default if it is not bound.
4548         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4549         password-cache-expiry's default if it is not bound.
4550
4551         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4552         available in Emacs 21.
4553
4554         * lpath.el: Suppress compiler warnings for:
4555         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4556         XEmacs;
4557         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4558         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4559         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4560
4561 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4562
4563         * auth-source.el (auth-sources): Fix up definition so extra parameters
4564         are always inline.
4565
4566 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4567
4568         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4569         wasn't updated after mismatch.  Clear cached mailbox info correctly
4570         when uidvalidity changes.
4571         (nnimap-group-prefixed-name): New function to avoid some code
4572         duplication.
4573         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4574         (nnimap-request-group): Use it.
4575         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4576         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4577         with many imap folders.  This is done by caching the group status from
4578         the imap server persistently in a group parameter `imap-status'.  (This
4579         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4580         but not persistently, so every Gnus startup was still very slow.)
4581
4582 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4583
4584         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4585         delete the extra newline.  Otherwise editing of :string and :number
4586         types don't work.
4587
4588 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4589
4590         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4591         secrets.el dependency.
4592         (auth-sources): Add optional user name.  Add secrets.el configuration
4593         choice (unused right now).
4594
4595 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * gnus-sum.el (gnus-summary-make-menu-bar):
4598         Let `gnus-registry-install-shortcuts' fill in the functions.
4599
4600         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4601         warnings.
4602         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4603         (gnus-registry-install-shortcuts): Populate and use it in a
4604         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4605
4606 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4607
4608         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4609         In-place substitutions for the group name encoding/decoding.
4610         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4611         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4612         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4613         (nnimap-update-unseen, nnimap-request-list)
4614         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4615         (nnimap-request-set-mark, nnimap-split-to-groups)
4616         (nnimap-split-articles, nnimap-request-newgroups)
4617         (nnimap-request-create-group, nnimap-request-accept-article)
4618         (nnimap-request-delete-group, nnimap-request-rename-group)
4619         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4620         `encoded-mbx' for consistency.
4621         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4622         variable `imap-current-mailbox'.
4623
4624         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4625         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4626
4627 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4628
4629         * pop3.el (pop3-display-message-size-flag): Display message size byte
4630         counts during POP3 download.
4631         (pop3-movemail): Use it.
4632         (pop3-list): Implement listing of available messages.
4633
4634 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4635
4636         * nnir.el (nnir-get-article-nov-override-function): New function to
4637         override the normal NOV retrieval.
4638         (nnir-retrieve-headers): Use it.
4639
4640 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4641
4642         * auth-source.el (netrc-machine-user-or-password): Autoload.
4643
4644 2010-03-19  Glenn Morris  <rgm@gnu.org>
4645
4646         Stop message.el from loading about 40 libraries it doesn't always need.
4647         The general approach is to autoload rather than require, and to
4648         require in the specific functions rather than the file.  (Bug#5642)
4649
4650         * gmm-utils.el: Don't require wid-edit.
4651         (widget-create-child-value, widget-convert, widget-default-get):
4652         Autoload.
4653
4654         * gnus-util.el: Don't require time-date, netrc.
4655         (message-fetch-field, gnus-group-name-decode): Declare rather than
4656         autoloading.
4657         (gnus-fetch-field): Require message.
4658         (gnus-decode-newsgroups): Require gnus-group.
4659
4660         * ietf-drums.el: Don't require time-date.
4661
4662         * message.el: Don't require hashcash, canlock, ecomplete.
4663         Do require mail-utils.  Require nnheader only when compiling.
4664         (smtpmail-default-smtp-server): Remove declaration.
4665         (message-send-mail-function): Check smtpmail-default-smtp-server
4666         is bound rather than requiring smtpmail.
4667         (message-auto-save-directory, message-insert-signature):
4668         Use expand-file-name rather than nnheader-concat.
4669         (nnheader-insert-file-contents): Autoload.
4670         (hashcash-wait-async): Declare.
4671         (message-send-mail): Only call gnus-setup-posting-charset if
4672         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4673         (message-send-mail-with-sendmail): Require sendmail.
4674         (canlock-password, canlock-password-for-verify): Declare.
4675         (message-canlock-password): Require canlock.
4676         (nnheader-get-report): Autoload.
4677         (gnus-setup-posting-charset): Declare.
4678         (message-send-news): Require gnus-msg.
4679         (message-make-references, message-make-in-reply-to): Use mail-header-id
4680         rather than the alias mail-header-message-id.
4681         (ecomplete-add-item, ecomplete-save): Declare.
4682         (message-put-addresses-in-ecomplete): Require ecomplete.
4683         (ecomplete-display-matches): Autoload.
4684
4685         * mm-decode.el: Don't require mailcap, gnus-util.
4686         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4687         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4688         Autoload.
4689         (mailcap-mime-extensions): Declare.
4690
4691         * mm-encode.el: Don't require mailcap.
4692         (mailcap-extension-to-mime): Autoload.
4693
4694         * mml-sec.el: Don't require password-cache.
4695
4696         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4697         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4698         (mml-minibuffer-read-type): Require mailcap.
4699         (mml-preview): Require gnus-msg.
4700
4701         * mml1991.el: Require password-cache.
4702         (password-cache-expiry): Remove declaration.
4703
4704         * mml2015.el: Require password-cache.
4705         (password-cache-expiry): Remove declaration.
4706
4707         * nneething.el (mailcap): Require mailcap.
4708
4709         * nnheader.el (declare-function): Add compatibility stub.
4710         (message-remove-header): Declare rather than autoload.
4711         (nnheader-replace-header): Require message.
4712
4713         * nnimap.el (declare-function): Add compatibility stub.
4714         (netrc-parse, netrc-machine-user-or-password): Declare.
4715         (nnimap-open-connection): Require netrc.
4716
4717         * nntp.el (declare-function): Add compatibility stub.
4718         (netrc-parse, netrc-machine, netrc-get): Declare.
4719         (nntp-send-authinfo): Require netrc.
4720
4721         * rfc2047.el: Don't require qp.
4722         (quoted-printable-encode-region, quoted-printable-decode-string):
4723         Autoload.
4724
4725         * sieve-mode.el: Don't require easymenu.
4726         (easy-menu-add-item): Autoload it.
4727
4728         * spam-stat.el (time-to-number-of-days): Autoload it.
4729
4730 2010-03-19  Glenn Morris  <rgm@gnu.org>
4731
4732         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4733
4734 2010-03-18  Glenn Morris  <rgm@gnu.org>
4735
4736         * hashcash.el (declare-function): Remove duplicate definition.
4737
4738 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4739
4740         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4741         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4742         value if any backslash escapes).
4743
4744 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4747         if it is available.  (bug#5647)
4748
4749         * lpath.el: Suppress compiler warning for coding-system-from-name for
4750         Emacs 21 and XEmacs.
4751
4752 2010-03-14  Juri Linkov  <juri@jurta.org>
4753
4754         * hmac-def.el:
4755         * hmac-md5.el:
4756         * netrc.el: Fix keywords.
4757
4758 2010-02-26  Glenn Morris  <rgm@gnu.org>
4759
4760         * message.el (message-send-mail-function): Change the default, so that
4761         it inherits from a customized send-mail-function.  (Bug#5643)
4762
4763 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4764
4765         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4766         shell-command-to-string signals an error (bug#5299).
4767
4768 2010-02-24  Glenn Morris  <rgm@gnu.org>
4769
4770         * message.el (message-smtpmail-send-it)
4771         (message-send-mail-with-mailclient): Doc fixes.
4772
4773 2010-02-16  Glenn Morris  <rgm@gnu.org>
4774
4775         * message.el (message-default-mail-headers): Change the default value
4776         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4777
4778 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4781         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4782
4783 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4784
4785         * time-date.el (date-to-time): Doc fix (Bug#5408).
4786
4787 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4788
4789         * message.el (message-mail): Just pass yank-action on to message-setup.
4790         (message-setup): Handle (FUN . ARGS) form of yank-action.
4791         (message-with-reply-buffer, message-widen-reply)
4792         (message-yank-original): Handle non-buffer values of
4793         message-reply-buffer (Bug#4080).
4794         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4795
4796 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4797
4798         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4799         Fix typo in docstring.
4800
4801 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4802
4803         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4804         response.
4805
4806 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4809
4810         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4811
4812         * message.el (message-check-news-header-syntax): Protect against a
4813         string that `rfc822-addresses' returns when parsing fails.
4814
4815 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4818         (gnus-previous-char-property-change): New functions.
4819
4820         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4821
4822 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4823
4824         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4825         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4826
4827 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4828
4829         * message.el (message-exchange-point-and-mark): Rework last change to
4830         avoid using optional arg of exchange-point-and-mark, for backward
4831         compatibility.
4832
4833 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4834
4835         * message.el (message-exchange-point-and-mark):
4836         Call exchange-point-and-mark with an argument rather than setting
4837         mark-active by hand (Bug#5175).
4838
4839 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * nntp.el (nntp-service-to-port): Work for service expressed with
4842         numeric string; replace [:digit:] with [0-9] for XEmacs.
4843
4844 2009-12-17  Glenn Morris  <rgm@gnu.org>
4845
4846         * gnus-group.el (gnus-bug-group-download-format-alist):
4847         Change emacs entry to debbugs.gnu.org.  Bump :version.
4848
4849 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4852
4853 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * message.el (message-info): Explain why we use `Info-goto-node'.
4856
4857 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4860
4861 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4862
4863         * message.el (message-completion-in-region): New compatibility function.
4864         (message-expand-group): Use it.
4865
4866 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4869         with no unread article should be listed if the 2nd arg `predicate' is
4870         given.
4871
4872 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4875
4876 2009-11-29  Juri Linkov  <juri@jurta.org>
4877
4878         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4879         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4880         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4881
4882 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4883
4884         * sha1.el (sha1-string-external): default-directory "/" in case
4885         otherwise non-existent.  process-connection-type pipe for touch of
4886         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4887
4888 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4889
4890         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4891         it's comms related and sgml-mode.el has "comm" on that basis too.
4892
4893 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4896         containing tspecial characters if they have been already quoted.
4897
4898 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4899
4900         * dns-mode.el (auto-mode-alist): Purecopy string.
4901
4902 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4903
4904         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4905
4906 2009-10-24  Glenn Morris  <rgm@gnu.org>
4907
4908         * gnus-art.el (help-xref-stack-item): Define for compiler.
4909
4910 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4911
4912         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4913
4914 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4917
4918 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4921         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4922
4923 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4926         (gnus-overlays-in): New alias to overlays-in.
4927
4928         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4929         gnus-overlay-get, and gnus-delete-overlay.
4930         (gnus-summary-show-thread): Make it work as well for systems in which
4931         next-single-char-property-change is not available.
4932         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4933
4934         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4935         (gnus-overlay-get): New alias to extent-property.
4936         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4937
4938         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4939         SXEmacs.
4940
4941         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4942         SXEmacs.
4943
4944 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4945
4946         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4947
4948 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4949
4950         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4951         and XEmacs that don't have `remove-overlays'.
4952
4953 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4954
4955         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4956         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4957         selective display.  Use overlays instead.
4958
4959 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4960
4961         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4962
4963 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4964
4965         * spam-stat.el (spam-stat-load): Fix typo in message.
4966
4967 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4968
4969         * dig.el (dig-invoke): Fix typo in docstring.
4970         (query-dig): Reflow docstring.
4971
4972 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4973
4974         * gnus-art.el (gnus-article-encrypt-body):
4975         * message.el (message-check-recipients):
4976         * mm-util.el (mm-codepage-setup):
4977         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4978         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4979
4980 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4981
4982         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4983         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4984         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4985         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4986         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4987
4988 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4989
4990         * dig.el: Add "Keywords: comm", as per net-utils.el.
4991
4992 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4993
4994         * dig.el (dig-mode): Use define-derived-mode.
4995
4996 2009-09-19  Glenn Morris  <rgm@gnu.org>
4997
4998         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4999
5000 2009-09-18  Glenn Morris  <rgm@gnu.org>
5001
5002         * gnus-diary.el (gnus-diary-check-message):
5003         * message.el (message-insert-formatted-citation-line):
5004         * nnbabyl.el (top-level):
5005         * nndiary.el (nndiary-schedule):
5006         Fix typos in condition-case handlers.
5007
5008 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5011         configuration that provides the sole article window in a frame;
5012         position point correctly after deleting a part.
5013
5014 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5015
5016         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5017         (spam-resolve-registrations-routine): Use it to unregister articles
5018         that change status.
5019
5020 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5023         with XEmacs.
5024         (parse-time-string-chars): Use it.
5025
5026 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5027
5028         * imap.el (imap-interactive-login): Better messages.
5029         (imap-open): Fix bug with renamed buffer on reconnect.
5030         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5031         for easier debugging and cleaner code.  On successful (guessed based on
5032         server capabilities) secondary authentication, set imap-state
5033         correctly.
5034         (imap-last-authenticator): Define imap-last-authenticator as a variable
5035         to avoid warnings.
5036
5037 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * nnrss.el (nnrss-request-article): Remove binding of
5040         default-enable-multibyte-characters that has gotten needless by
5041         the 2007-07-13 change in rfc2047-encode-message-header.
5042
5043         * mml.el (mml-insert-multipart): Error on the message header.
5044         (mml-insert-part): Error on the message header; position point at
5045         the end of a MIME tag.
5046
5047 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * time-date.el (autoload): Expand define-obsolete-function-alias into
5050         defalias and make-obsolete for old Emacsen that Gnus supports.
5051         (with-no-warnings): Define it for old Emacsen.
5052         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5053         is available.
5054         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5055         float-time is available; suppress compile warning for time-to-seconds.
5056
5057         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5058         (gnus-float-time): Alias to float-time if it exists.
5059
5060         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5061         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5062         float-time is available; suppress compile warning for time-to-seconds.
5063
5064         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5065         XEmacs.
5066
5067 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * imap.el (imap-message-map): Docstring fix.
5070
5071 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5074         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5075         Add the optional argument `encoding' that overrides the default.
5076
5077         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5078         mm-encode-buffer.
5079
5080 2009-09-04  Glenn Morris  <rgm@gnu.org>
5081
5082         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5083         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5084         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5085         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5086         * mm-util.el (mm-with-unibyte-current-buffer)
5087         (mm-find-buffer-file-coding-system):
5088         * yenc.el (yenc-decode-region): Use default-value rather than
5089         default-enable-multibyte-characters.
5090
5091 2009-09-03  Glenn Morris  <rgm@gnu.org>
5092
5093         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5094         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5095         than default-enable-multibyte-characters.
5096
5097 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5098
5099         * gnus-art.el (gnus-article-read-summary-keys):
5100         Fix gnus-buffer-configuration's value temporarily used.
5101
5102 2009-09-02  Glenn Morris  <rgm@gnu.org>
5103
5104         * gnus-util.el (gnus-float-time): New function.
5105         * gnus-delay.el (gnus-delay-article):
5106         * gnus-sum.el (gnus-thread-latest-date):
5107         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5108         * nnspool.el (nnspool-request-newgroups):
5109         Use gnus-float-time rather than time-to-seconds.
5110         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5111
5112         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5113         (gnus-header-subject-face, gnus-header-newsgroups-face)
5114         (gnus-header-name-face, gnus-header-content-face):
5115         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5116         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5117         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5118         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5119         (gnus-cite-face-11):
5120         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5121         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5122         (gnus-server-closed-face, gnus-server-denied-face)
5123         (gnus-server-offline-face):
5124         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5125         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5126         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5127         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5128         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5129         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5130         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5131         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5132         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5133         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5134         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5135         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5136         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5137         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5138         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5139         (gnus-summary-high-undownloaded-face)
5140         (gnus-summary-low-undownloaded-face)
5141         (gnus-summary-normal-undownloaded-face)
5142         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5143         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5144         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5145         (gnus-splash-face):
5146         * message.el (message-header-to-face, message-header-cc-face)
5147         (message-header-subject-face, message-header-newsgroups-face)
5148         (message-header-other-face, message-header-name-face)
5149         (message-header-xheader-face, message-separator-face)
5150         (message-cited-text-face, message-mml-face):
5151         * sieve-mode.el (sieve-control-commands-face)
5152         (sieve-action-commands-face, sieve-test-commands-face)
5153         (sieve-tagged-arguments-face):
5154         * spam.el (spam-face):
5155         Mark face aliases with "-face" in the name as obsolete.
5156
5157 2009-09-01  Glenn Morris  <rgm@gnu.org>
5158
5159         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5160         than goto-line.
5161
5162 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5165         Don't move point if the command is invoked inside the message header.
5166
5167 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5168
5169         * imap.el (imap-send-command): Simplify.
5170         (imap-wait-for-tag): point-max -> buffer-size.
5171
5172 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5173
5174         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5175         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5176         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5177         * nnir.el (nnir-swish-e-index-file):
5178         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5179         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5180         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5181         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5182         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5183         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5184
5185 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5188         Don't save excursion.
5189
5190 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5191
5192         * nnheader.el (nnheader-find-file-noselect):
5193         * mm-util.el (mm-insert-file-contents):
5194         Use (default-value 'major-mode) instead of default-major-mode.
5195
5196 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5197
5198         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5199
5200 2009-08-26  Glenn Morris  <rgm@gnu.org>
5201
5202         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5203         than placing in files.el.
5204
5205 2009-08-25  Glenn Morris  <rgm@gnu.org>
5206
5207         * nnir.el (top-level): Don't require cl at run-time.
5208         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5209         Replace cl-function substitute with gnus-replace-in-string.
5210         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5211         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5212         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5213         simplified expansions.
5214
5215 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5216
5217         * dig.el (dig): Add autoload cookie.
5218
5219 2009-08-22  Glenn Morris  <rgm@gnu.org>
5220
5221         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5222         goto-line.
5223
5224 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5225
5226         * parse-time.el (parse-time-string-chars): Save match data.
5227
5228 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5229
5230         * parse-time.el (parse-time-string-chars): Compute using character
5231         classes, to handle non-ascii characters (Bug#3190).
5232
5233 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5236
5237         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5238         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5239         (gnus-mm-display-part, gnus-mime-display-single)
5240         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5241         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5242
5243         * gnus-sum.el
5244         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5245         (gnus-summary-move-article): Add expirable mark to articles copied or
5246         moved to group that has auto-expire turned on if the option is non-nil.
5247
5248 2009-07-24  Glenn Morris  <rgm@gnu.org>
5249
5250         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5251         Fix typo.  (Bug#3903)
5252
5253 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5256         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5257         that should not be used for draft articles.
5258         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5259         that has no concern in minor mode keys.
5260         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5261         Abolish.
5262
5263 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5266         article without making inquiry to a user for unknown encoding.
5267
5268         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5269         (nnmaildir--scan): Assume i-node and device number that file-attributes
5270         returns might be cons-cell.
5271
5272         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5273
5274         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5275
5276 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5277
5278         * auth-source.el: Remove docs now in auth.texi.  Don't use
5279         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5280         `auth-source-hide-passwords' and use them.
5281
5282 2009-07-15  Glenn Morris  <rgm@gnu.org>
5283
5284         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5285
5286 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5289         excessive whitespace from the default values of title and description.
5290
5291 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5294         mail-fetch-field to fetch Content-Description header in order to
5295         exclude newlines.
5296
5297 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5298
5299         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5300         format used by GnuPG 2.0.11.
5301
5302 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5305         to deleted part.
5306
5307 2009-05-30  David Engster  <dengste@eml.cc>
5308
5309         * nnmairix.el: Remove old documentation in the commentary block.
5310         (nnmairix-request-group): Do not update active file for nnml back ends.
5311         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5312         end so that overview files are ignored.
5313         (nnmairix-update-groups): Make updating the groups more robust by using
5314         marks.
5315         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5316         with dollar characters in message-id.
5317
5318 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5319
5320         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5321         2008-12-25 in dns.el.
5322
5323 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5324
5325         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5326         could happen if the text is only composed of spaces and/or tabs.
5327
5328 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5329
5330         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5331         when sending a queued message to avoid extra mml tags.
5332
5333 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5336
5337 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5340         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5341         rmail-toggle-header for XEmacs;
5342         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5343
5344 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-dired.el: Remove autoload for gnus-setup-message.
5347         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5348         displaying Gnus logo; always use compose-mail.
5349
5350 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5353
5354 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5357         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5358         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5359         available.
5360         (gnus-nocem-epg-verify): New function.
5361
5362 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5365
5366 2009-02-15  Glenn Morris  <rgm@gnu.org>
5367
5368         * gnus-util.el (rmail-insert-rmail-file-header)
5369         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5370         autoloads.
5371         (rmail-default-rmail-file): Remove unnecessary declaration.
5372         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5373
5374 2009-02-14  Glenn Morris  <rgm@gnu.org>
5375
5376         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5377         variable (only used in gnus-util, which declares it anyway).
5378         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5379         which was only needed by gnus-art (changed to not use it any more).
5380         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5381         only used in gnus-util, which autoloads it itself.
5382         (rmail-update-summary): Fix autoload.
5383
5384         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5385         rather than rmail-output-to-rmail-file.
5386
5387 2009-02-07  Glenn Morris  <rgm@gnu.org>
5388
5389         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5390         autoload of function that no longer exists.
5391         (rmail-toggle-header): Declare.
5392         (message-forward-rmail-make-body): Handle mbox Rmail.
5393
5394 2009-01-31  Glenn Morris  <rgm@gnu.org>
5395
5396         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5397         2009-01-09 change.
5398
5399 2009-01-31  Dave Love  <fx@gnu.org>
5400
5401         * imap.el (imap-fetch-safe): Bind debug-on-error.
5402         (imap-debug): Add imap-fetch-safe.
5403
5404 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5405
5406         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5407         (auth-source-forget-all-cached): New convenience function.
5408         (auth-source-user-or-password): Accept list of modes or a single mode.
5409
5410         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5411         auth-source modes.
5412
5413         * netrc.el (netrc-machine-user-or-password): Use list of
5414         auth-source modes.
5415
5416         * nnimap.el (nnimap-open-connection): Use list of
5417         auth-source modes.
5418
5419         * nntp.el (nntp-send-authinfo): Use list of
5420         auth-source modes.
5421
5422 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5423
5424         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5425         now.
5426
5427 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5430         coding system in XEmacs; add a workaround for XEmacs.
5431
5432         * lpath.el: Fbind coding-system-aliasee.
5433
5434 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5437         of current-language-environment.
5438
5439 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5442         available at runtime.
5443
5444 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5447
5448 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5449
5450         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5451         the greatest positive fixnum value doesn't work under an XEmacs with
5452         bignum support; use the most-positive-fixnum constant instead,
5453         available since Emacs 21.1 with cl and XEmacs 21.1.
5454
5455 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5458         XEmacs gets not to work.
5459
5460 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * mm-util.el (mm-coding-system-priorities): Allow the value like
5463         "Japanese (UTF-8)" of current-language-environment.
5464
5465 2009-01-09  Glenn Morris  <rgm@gnu.org>
5466
5467         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5468         with last-command-event.
5469
5470 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5473         in the doc string.
5474
5475         * message.el (message-fix-before-sending): Amend comment.
5476
5477 2009-01-08  Dave Love  <fx@gnu.org>
5478
5479         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5480
5481 2009-01-07  David Engster  <dengste@eml.cc>
5482
5483         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5484         simplified server definitions by converting it via
5485         gnus-server-to-method.
5486
5487 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5490         parameter's operands.
5491
5492 2009-01-06  David Engster  <dengste@eml.cc>
5493
5494         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5495         primary select method (for gnus-group-mark-article-as-read).
5496
5497 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5498
5499         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5500         `(gnus)Face', not `(gnus)X-Face'.
5501
5502 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * mm-util.el (mm-ucs-to-char): New function.
5505
5506         * mm-url.el (mm-url-decode-entities): Use it.
5507
5508         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5509         unicode-to-char.
5510
5511 2009-01-05  Dave Love  <fx@gnu.org>
5512
5513         * time-date.el: Require cl for `declare'.
5514
5515 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5516
5517         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5518         Dave Love.
5519
5520 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * message.el (message-fix-before-sending): Add `eight-bit' to
5523         illegible-text check.
5524
5525 2009-01-03  Michael Olson  <mwolson@gnu.org>
5526
5527         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5528         `headers' is nil.  This can occur if the IMAP server does not have
5529         permissions to read messages from a folder, but can write new messages
5530         to the folder.
5531         (nnimap-request-article-part): Do not insert `data' if it is nil.
5532
5533         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5534         characters which will confuse `read', so skip past them.
5535
5536 2009-01-01  Dave Love  <fx@gnu.org>
5537
5538         * imap.el (imap-string-to-integer): Fix typo.
5539         (imap-fetch-safe): New function.
5540         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5541
5542         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5543
5544         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5545         (imap-parse-greeting): Fix doc strings.
5546         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5547         (imap-parse-flag-list): Make messages unique.
5548         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5549
5550         * nnimap.el: Fix author email.
5551         (nnimap-split-rule): Add FIXME comment.
5552         (nnimap-debug): Fix doc string.
5553
5554 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5557
5558 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5561         nslookup if resolv.conf isn't available.
5562         (dns-query): Rename from query-dns.
5563         (dns-query-cached): Rename from query-dns-cached.
5564
5565 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5568         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5569         to check if those variables exist (first appeared in Emacs 18.50).
5570
5571 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * mm-util.el (mm-line-number-at-pos): New function.
5574
5575         * spam-report.el (spam-report-process-queue): Use it.
5576
5577 2008-12-24  David Engster  <dengste@eml.cc>
5578
5579         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5580         parameters that haven't existed as variables as buffer-local variables.
5581
5582 2008-12-23  Dave Love  <fx@gnu.org>
5583
5584         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5585         cadar.
5586
5587         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5588         imap-starttls-p.
5589         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5590
5591 2008-12-22  Dave Love  <fx@gnu.org>
5592
5593         * imap.el: Fix author email.  Doc fixes.
5594         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5595         reply.
5596
5597 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * spam-report.el (spam-report-gmane-max-requests): New constant.
5600         (spam-report-gmane-wait): New variable.
5601         (spam-report-gmane-ham, spam-report-gmane-spam)
5602         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5603         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5604         the server.
5605
5606         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5607         Add explanations.
5608
5609         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5610         nnheader-accept-process-output and nnheader-read-timeout if available.
5611         (pop3-movemail): Use it.
5612
5613         * message.el (message-check-news-body-syntax): Fix signature check if
5614         there's an attachment.
5615
5616 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * mm-util.el: Add comments to the mm- emulating functions.
5619
5620 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5621
5622         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5623         Reported by Stephen Berman <stephen.berman@gmx.net>.
5624
5625 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * mm-util.el (mm-substring-no-properties): New function.
5628         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5629         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5630         (mm-string-to-multibyte): Doc fix.
5631
5632         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5633
5634 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * mml.el (mml-attach-file): Strip text properties from file name.
5637         (Bug#1574)
5638
5639 2008-12-16  Glenn Morris  <rgm@gnu.org>
5640
5641         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5642
5643 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5646         knows since the charset specified might be a bogus alias that
5647         mm-charset-synonym-alist provides.
5648
5649 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5652         "ISO_8859-1".
5653
5654         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5655
5656 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * mm-util.el (mm-charset-eval-alist):
5659         Define it before mm-charset-to-coding-system.
5660         (mm-charset-to-coding-system): Add optional argument `silent';
5661         define it before mm-charset-override-alist.
5662         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5663         default value if it can be used in Emacs currently running;
5664         silence mm-charset-to-coding-system.
5665
5666 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5669         `allow-override' which says whether to use `mm-charset-override-alist'.
5670         (rfc2047-decode-encoded-words): Use it.
5671
5672         * mm-util.el (mm-charset-override-alist): Fix custom type;
5673         add `(gb2312 . gbk)' to choices.
5674
5675 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5678         fast.
5679
5680         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5681
5682         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5683
5684 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5685
5686         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5687         on links.
5688
5689         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5690
5691 2008-12-03  Lute Kamstra  <lute@gnu.org>
5692
5693         * sha1.el: Remove leading * from docstrings of defcustoms,
5694         deffaces, defconsts and defuns.
5695
5696 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5699         users' addresses that don't have domain parts.
5700         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5701         rather than message-narrow-to-head since there will be the message
5702         header separator.
5703
5704 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5705
5706         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5707         since the result is inserted in a unibyte buffer anyway.
5708         (nnimap-demule-use-string-to-multibyte): Remove.
5709         (nnimap-demule): Alias it to mm-string-to-multibyte.
5710
5711 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5712
5713         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5714         variable for debugging bug#464 and bug#1174.
5715         (nnimap-demule): Use it.
5716
5717 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5718
5719         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5720         score calculation correctly.
5721
5722 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         * message.el (message-send-mail): Just set the buffer to unibyte
5725         rather than use mm-with-unibyte-current-buffer which does a lot more.
5726         (message-send-mail-partially): Don't bother with
5727         mm-with-unibyte-current-buffer since it's already been made unibyte by
5728         message-send-mail.
5729
5730 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5731
5732         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5733
5734 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5735
5736         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5737
5738 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5741         require itself and to remove `with-no-warnings'.
5742
5743 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * starttls.el (starttls-any-program-available): Get the name of the
5746         available TLS layer program.
5747         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5748         well as the host name in the "opening" message.
5749
5750         * auth-source.el (auth-source-cache, auth-source-do-cache)
5751         (auth-source-user-or-password): Cache passwords and logins by default,
5752         allow override with `auth-source-do-cache'.
5753         (auth-source-forget-user-or-password): Allow users to remove cache
5754         entries if needed.
5755
5756 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5757
5758         * md4.el (md4-buffer): Fix typo in docstring.
5759         (md4, md4-64): Doc fixes.
5760         (md4-pack-int32): Reflow docstring.
5761
5762 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5763
5764         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5765         condition-case to only the forward-sexp call.
5766
5767 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5768
5769         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5770         quotes contained.  Make it more robust regardless by an extra
5771         condition-case wrapper.
5772
5773 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5776
5777 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * nnml.el (nnml-request-expire-articles): Check if the function set to
5780         `nnmail-expiry-target' returns the symbol `delete'.
5781
5782         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5783
5784         * nnmail.el (nnmail-expiry-target): Fix custom type.
5785
5786 2008-10-02  Glenn Morris  <rgm@gnu.org>
5787
5788         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5789         Silence compiler warning.
5790
5791 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5792
5793         * tls.el (open-tls-stream): Show the actual command being
5794         executed, instead of the format string.
5795
5796 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * lpath.el: Fbind codepage-setup for Emacs 23.
5799
5800 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5801
5802         * mml.el (mml-menu): Don't assume mml2015 is bound.
5803
5804 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5807         exists.
5808
5809 2008-09-27  Glenn Morris  <rgm@gnu.org>
5810
5811         * gnus-util.el (mail-header-remove-comments): Autoload it.
5812
5813 2008-09-27  Andreas Schwab  <schwab@suse.de>
5814
5815         * gnus-util.el (gnus-split-references): Strip comments.
5816         (gnus-parent-id): Likewise.
5817
5818 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5819
5820         * message.el (message-confirm-send): Fix version.
5821
5822 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * message.el (message-idna-to-ascii-rhs-1): Use
5825         mail-extract-address-components rather than mail-header-parse-addresses
5826         that is an alias by default to ietf-drums-parse-addresses that does not
5827         support non-ASCII names in headers' contents.
5828
5829 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5830
5831         * message.el (message-confirm-send): Fix variable documentation to
5832         avoid the "y/n" wording.
5833
5834 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5835
5836         * message.el (message-set-auto-save-file-name): Save to a different
5837         filename so multiple messages (especially drafts) can be recovered.
5838
5839 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * message.el (message-confirm-send): Add appropriate version.
5842
5843 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5844
5845         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5846         defvar.
5847
5848 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5849
5850         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5851         (mm-pkcs7-enveloped-magic): Ditto.
5852
5853 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5854
5855         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5856         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5857
5858 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5859
5860         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5861         default, it's better.
5862
5863 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5866         summary line gnus-number property and ignore them (with a warning
5867         message).
5868
5869 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5872         macro caddr in the interactive form since it won't be expanded.
5873
5874 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5877         `charset'; fix name of function called recursively.
5878         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5879
5880 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5883         (gnus-mime-set-charset-parameters): New function.
5884         (gnus-mime-view-part-as-charset): Use it to correctly display part
5885         specifying wrong charset.
5886
5887 2008-09-08  David Engster  <dengste@eml.cc>
5888
5889         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5890         in completing-read for back end server.
5891
5892 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5893
5894         * message.el (message-confirm-send): New variable to confirm sending a
5895         message.
5896         (message-send): Use it.
5897
5898 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5899
5900         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5901
5902 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5905
5906 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5907
5908         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5909         prevent tracking too many groups.
5910         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5911         Use it.
5912
5913 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5914
5915         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5916         moving point to the bottom of the window in order to avoid recentering.
5917
5918 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5921
5922         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5923         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5924         (gnus-article-beginning-of-window): Fix calculation.
5925
5926 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-msg.el (gnus-summary-supersede-article)
5929         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5930         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5931         message header.
5932
5933 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5934
5935         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5936         pending output coming after the status change.
5937
5938 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5939
5940         * message.el:
5941         * gnus-start.el:
5942         * gnus-registry.el: Remove VMS support.
5943
5944 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5947         macro.
5948         (rfc2104-hash): Use it.
5949
5950 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5953         (gnus-summary-sort-by-most-recent-date): New commands.
5954         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5955         and menu entries.
5956
5957 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5960         don't redisplay article for raw contents; remove plural articles stuff.
5961
5962         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5963         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5964         on gnus-summary-save-article; display results properly.
5965
5966 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * lpath.el: No need to fbind ns-focus-frame.
5969
5970 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5973
5974 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-art.el (gnus-summary-save-in-pipe):
5977         Consider gnus-save-all-headers.
5978
5979 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5980
5981         * gnus-util.el (ns-focus-frame): Remove declaration.
5982         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5983         like x.
5984
5985 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5986
5987         * rfc2104.el (rfc2104-zero): Delete defconst.
5988         (rfc2104-hex-alist): Likewise.
5989         (rfc2104-hex-to-int): Delete func.
5990         (rfc2104-hexstring-to-bitstring): Likewise.
5991         (rfc2104-nybbles): New defconst.
5992         (rfc2104-hash): Rewrite for speed.
5993
5994 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * tls.el (open-tls-stream): Make it work with the 2nd argument
5997         BUFFER that is a string but does not exist as a buffer object, as
5998         mentioned in the doc-string.
5999
6000 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6003         SXEmacs.
6004
6005 2008-07-16  Glenn Morris  <rgm@gnu.org>
6006
6007         * gnus-util.el (ns-focus-frame): Declare for compiler.
6008
6009 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6012         set as a group parameter.
6013         (gnus-summary-save-in-pipe): Work when it is called independently.
6014         (gnus-summary-pipe-to-muttprint): Don't modify
6015         gnus-summary-pipe-output-default-command.
6016
6017 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6018
6019         * message.el (message-send-mail-with-sendmail):
6020         Display the error message.
6021
6022 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (gnus-default-article-saver):
6025         Add gnus-summary-save-in-pipe to choices.
6026         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6027         gnus-summary-pipe-output-default-command as the default command.
6028         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6029         instead of gnus-last-shell-command.
6030
6031         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6032         New user option.
6033         (gnus-summary-muttprint-program): Mention the value will be changed.
6034         (gnus-summary-save-article): Force showing of all headers.
6035         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6036
6037 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6038
6039         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6040
6041 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6042
6043         * nnimap.el (nnimap-id):
6044         * sieve-manage.el (sieve-manage-open): Doc fixes.
6045
6046 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6047
6048         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6049         if available.
6050
6051 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6052
6053         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6054
6055         * nnkiboze.el (nnkiboze-generate-group):
6056         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6057
6058         * nnmairix.el: Require CL.
6059
6060 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * dgnushack.el: Autoload get-display-table and put-display-table for
6063         XEmacs 21.5.
6064
6065         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6066         21.4 and SXEmacs.
6067
6068 2008-06-15  David Engster  <dengste@eml.cc>
6069
6070         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6071
6072 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6073
6074         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6075         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6076         runtime choice under XEmacs.
6077
6078         * gnus-sum.el (gnus-summary-set-display-table):
6079         Use `gnus-put-display-table', `gnus-get-display-table',
6080         `gnus-set-display-table' for the display table, instead of `aset'.
6081
6082         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6083         Use `gnus-put-display-table', `gnus-get-display-table',
6084         `gnus-set-display-table' for the display table.
6085
6086 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * nnmairix.el: Add autoloads.
6089
6090 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6091
6092         * nnmairix.el (nnmairix-delete-recreate-group)
6093         (nnmairix-update-and-clear-marks): Fix error messages.
6094
6095 2008-06-14  David Engster  <dengste@eml.cc>
6096
6097         * nnmairix.el: Upgrade to version 0.6.
6098         (nnmairix-group-toggle-propmarks-this-group)
6099         (nnmairix-group-toggle-readmarks-this-group)
6100         (nnmairix-group-delete-recreate-this-group)
6101         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6102         (nnmairix-remove-tick-mark-original-article): New commands.
6103         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6104         (nnmairix-propagate-marks-to-nnmairix-groups)
6105         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6106         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6107         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6108         functions needed for marks propagation and manipulation of read marks.
6109         (nnmairix-update-groups): New function.
6110         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6111         (nnmairix-determine-original-group-from-registry)
6112         (nnmairix-determine-original-group-from-path)
6113         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6114         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6115         New helper functions.
6116         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6117         keystrokes for new commands.
6118         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6119         (nnmairix-request-group): Check allow-fast group parameter.
6120         (nnmairix-request-create-group): Set allow-fast group parameter if
6121         nnmairix-allowfast-default is set.
6122         (nnmairix-close-group): Propagate marks upon closing if needed.
6123         (nnmairix-group-toggle-threads-this-group): Use new.
6124         nnmairix-group-toggle-parameter helper function.
6125         (nnmairix-search): Better check for empty search result.
6126         (nnmairix-goto-original-article): Use new helper functions for
6127         determining original article.
6128         (nnmairix-show-original-article): Make sure message-id is in brackets.
6129         (nnmairix-call-mairix-binary): Change variable name.
6130         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6131         helper function.
6132         (nnmairix-widget-toggle-activate): Fix doc string.
6133
6134 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * nnir.el: Require edmacro when compiling with XEmacs.
6137         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6138         available in Emacs 21.
6139
6140 2008-06-11  Glenn Morris  <rgm@gnu.org>
6141
6142         * gnus-util.el (x-focus-frame):
6143         * gnus.el (image-size):
6144         * mm-decode.el (image-size): Declare.
6145
6146         * gnus-picon.el (declare-function): Add compat definition.
6147         (image-size): Declare.
6148
6149         * gnus-group.el (tool-bar-map):
6150         * gnus-sum.el (tool-bar-map): Define for compiler.
6151
6152         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6153
6154         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6155
6156         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6157         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6158         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6159         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6160         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6161         * sieve-manage.el, spam-report.el, spam.el:
6162         Remove unnecessary eval-and-compile of autoloads.
6163
6164 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6165
6166         * auth-source.el: Precise Tramp doc.
6167
6168 2008-06-07  Glenn Morris  <rgm@gnu.org>
6169
6170         * nnmairix.el: Remove unnecessary eval-when-compile.
6171
6172 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * lpath.el: Fbind propertize for XEmacs 21.4.
6175
6176 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * nnir.el: Move here from ../contrib.
6179
6180 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6181
6182         * gnus-util.el (gnus-read-shell-command): New function.
6183         * mm-decode.el (mm-pipe-part):
6184         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6185
6186 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6189
6190 2008-06-03  Glenn Morris  <rgm@gnu.org>
6191
6192         * pop3.el (nnheader-accept-process-output): Autoload it.
6193
6194 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6197         are not 2-digit hexadecimal characters that follow `%'s.
6198
6199 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * message.el (message-bogus-recipient-p): Fix type in doc string.
6202         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6203         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6204         Improve custom options.
6205         (message-bogus-recipient-p): Adjust accordingly.
6206
6207 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6208
6209         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6210         long-form month and day names.
6211
6212 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * dgnushack.el: Autoload debug, eudc-expand-inline and
6215         pgg-snarf-keys-region for XEmacs.
6216
6217         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6218
6219         * nnmairix.el: Require edmacro when compiling with XEmacs.
6220
6221 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6224         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6225
6226 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6227
6228         * auth-source.el: Add more docs.
6229
6230         * netrc.el (netrc-machine): Always match if the port is not given.
6231
6232 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6233
6234         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6235         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6236         retrieval faster in some cases, but might make CPU usage larger.
6237         If this has any bad side effects, we might revert this change.
6238
6239         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6240         seems to make mail retrieval much, much faster.
6241         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6242         unconditionally.
6243
6244         * gnus-draft.el (gnus-group-send-queue):
6245         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6246
6247 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6250
6251         * message.el (message-bogus-address-regexp): Fix and improve custom
6252         type.
6253         (message-setup-hook): Add message-check-recipients as custom option.
6254
6255 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * message.el (message-cite-function): Remove bogus autoload which crept
6258         in during merge from v5-10.
6259
6260 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6261
6262         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6263
6264         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6265
6266         * auth-source.el: Preliminary Tramp docs.
6267         (auth-sources): Change the default auth-sources to use
6268         EPA .gpg files.
6269
6270 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         * nntp.el: Autoload `auth-source-user-or-password'.
6273         (nntp-send-authinfo): Use it.
6274
6275         * nnimap.el: Autoload `auth-source-user-or-password'.
6276         (nnimap-open-connection): Use it.
6277
6278         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6279         for the gnus-message function.
6280         (auth-source-user-or-password): Use it.
6281
6282 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6283
6284         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6285         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6286         (rfc2104-hash): Use it.
6287
6288 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6289
6290         * gnus-art.el (gnus-article-toggle-truncate-lines):
6291         Don't use `iff' in docstring.
6292
6293 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6296
6297         * gnus-util.el (gnus-extract-address-component-name)
6298         (gnus-extract-address-component-email): Convenience functions around
6299         `gnus-extract-address-components'.
6300
6301         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6302         Use `gnus-extract-address-component-email' to fix bug of comparing full
6303         sender name to `user-mail-address'.
6304
6305 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6306
6307         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6308         catch/throw to optimize.
6309         (gnus-registry-find-keywords): Just use member to find a keyword.
6310
6311 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6312
6313         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6314         is current before calling gnus-server-prepare.
6315         (gnus-server-setup-buffer, gnus-server-update-server)
6316         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6317
6318 2008-05-04  Juri Linkov  <juri@jurta.org>
6319
6320         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6321         (mailcap-file-default-commands): Use mailcap-replace-in-string
6322         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6323         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6324
6325 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6326
6327         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6328
6329 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6330
6331         * gnus.el: Bump version to 0.11.
6332
6333 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6334
6335         * gnus.el: No Gnus v0.10 is released.
6336
6337 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338
6339         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6340         hooks.
6341         (gnus-update-read-articles): Speed up non-marks-using users.
6342         (gnus-use-marks): Define gnus-use-marks.
6343         (gnus-propagate-marks): Rename variable to something more sensible.
6344
6345 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6346
6347         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6348         (gmm-image-load-path-for-library): Fix typos in docstrings.
6349         (gmm-message): Reflow docstring.
6350
6351 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6352
6353         * mail-source.el (mail-source-set-1, mail-source-bind):
6354         Move auth-source code out of the macro to clean it up and fix bugs.
6355
6356 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6359         by sender if it's equal to user-mail-address, it's likely to be
6360         useless.
6361
6362         * mail-source.el (mail-source-bind): Don't use user or password if they
6363         are not bound.  Unintern them if they are nil.  Don't use server unless
6364         it's bound, and default it to empty string otherwise.
6365
6366 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6367
6368         * mail-source.el: Load auth-source.el.
6369         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6370         get user name or password, if auth-sources is set up.
6371
6372         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6373         strategy of splitting with parent.
6374         (gnus-registry-split-fancy-with-parent)
6375         (gnus-registry-post-process-groups): Use it and fix prior
6376         bug (returning a list as the split result).
6377
6378         * auth-source.el (auth-sources): Remove server parameter.
6379         (auth-source-pick, auth-source-user-or-password)
6380         (auth-source-user-or-password-imap)
6381         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6382         (auth-source-user-or-password-sftp)
6383         (auth-source-user-or-password-smtp): Remove server parameter.
6384
6385 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6386
6387         * smime.el (smime-sign-region, smime-encrypt-region)
6388         (smime-decrypt-region):
6389         Remove redundant calls to `generate-new-buffer-name'.
6390
6391 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6392
6393         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6394         Don't use QP for message/rfc822.
6395         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6396
6397 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6398
6399         * sieve-manage.el (sieve-string-bytes): Remove.
6400         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6401         correct byte-length only if the process's coding-system is the same as
6402         the one used internally by Emacs to represent strings.
6403
6404 2008-04-22  Juri Linkov  <juri@jurta.org>
6405
6406         * mailcap.el (mailcap-file-default-commands): New function.
6407
6408 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * message.el (message-signature-separator, message-cite-function):
6411         Change custom version.
6412
6413 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6414
6415         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6416         commands.
6417         (tls-checktrust): Ditto.
6418
6419 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * mm-decode.el (mm-display-external): Make temp file read-only.
6422
6423 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6426         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6427         `C-c C-f d'.
6428
6429 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6430
6431         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6432
6433 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * gnus.el: Bump version to 0.9.
6436
6437 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * gnus.el: No Gnus v0.8 is released.
6440
6441 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6442
6443         * mail-source.el (mail-source-value):
6444         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
6450
6451 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6452
6453         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6454         Prefer fboundp to functionp so it works with macros as well.
6455
6456 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6457
6458         * auth-source.el: Add docs.
6459         (auth-sources): Modify format to support server.
6460         (auth-source-pick, auth-source-user-or-password)
6461         (auth-source-user-or-password-imap)
6462         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6463         (auth-source-user-or-password-sftp)
6464         (auth-source-user-or-password-smtp): Add server parameter.
6465
6466 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6467
6468         * gnus-registry.el: Initialize the registry when gnus-registry-install
6469         is t.
6470
6471 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * compface.el (uncompface): Make buffer unibyte.
6474
6475 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6476
6477         * mail-source.el (mail-source-value):
6478         Prefer fboundp to functionp so it works with macros as well.
6479
6480 2008-04-05  Glenn Morris  <rgm@gnu.org>
6481
6482         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6483
6484 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6485
6486         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6487         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6488
6489         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6490         multibyteness after rather than before erasing it.
6491
6492         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6493         mm-with-multibyte.
6494         (gnus-request-article-this-buffer): Make sure the proper decoding is
6495         used if gnus-original-article-buffer happens to be unibyte.
6496
6497         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6498         default-enable-multibyte-characters.
6499
6500         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6501         default-enable-multibyte-characters.
6502
6503         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6504
6505         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6506
6507 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6508
6509         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6510         Fix last change in case the element is not even a symbol.
6511
6512 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6513
6514         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6515         (imap-message-copyuid-1): Use it.
6516         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6517         J. Williams in
6518         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6519
6520         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6521         imap-enable-exchange-bug-workaround.
6522         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6523
6524 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6525
6526         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6527         a 100 byte status-checks into a 2-3MB transfer for each group.
6528         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6529         to enable bug workaround or not.
6530         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6531
6532 2008-03-31  Glenn Morris  <rgm@gnu.org>
6533
6534         * message.el (mml2015-use): Declare for compiler.
6535         (message-info): Require mml2015 when appropriate.
6536
6537 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6540         whitespace.
6541
6542 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6543
6544         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6545         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6546         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6547         (nntp-service-to-port): New function.
6548         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6549         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6550         (nntp-open-netcat-stream): New function.
6551         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6552
6553 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6554
6555         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6556
6557 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6558
6559         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6560
6561 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6562
6563         * dns.el (dns-write): Use set-buffer-multibyte.
6564
6565 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6566
6567         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6568
6569 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6570
6571         * message.el (message-signature-separator): Change default.
6572         Improve custom type.
6573         (message-cite-function): Change default to
6574         message-cite-original-without-signature.
6575
6576         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6577         toggle.
6578
6579         * message.el (message-check-news-body-syntax): Fix signature check.
6580         (message-setup-1): Mark buffer as unmodified _after_ running
6581         message-setup-hook and handling message-alternative-emails.
6582         (message-shorten-references): Be more strict when building list of
6583         valid references to comply with GNKSA.
6584
6585         * gnus-group.el (gnus-read-ephemeral-bug-group)
6586         (gnus-read-ephemeral-debian-bug-group)
6587         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6588
6589         * message.el (message-info): Don't use booleanp which isn't supported
6590         in Emacs 21 and XEmacs.
6591
6592 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6595         gnus-group-gmane-group-download-format.
6596         (gnus-group-read-ephemeral-gmane-group): Rename from
6597         gnus-group-read-ephemeral-gmane-group.
6598         (gnus-read-ephemeral-gmane-group-url): Rename from
6599         gnus-group-read-ephemeral-gmane-group-url.
6600         (gnus-bug-group-download-format-alist): New variable.
6601         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6602         (gnus-read-ephemeral-emacs-bug-group): New commands.
6603
6604 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6607         (gnus-visible-headers): Improve custom type.
6608
6609 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6610
6611         * mml.el (mml-menu): Add workarounds for XEmacs.
6612
6613         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6614         X-Boundary header.
6615
6616         * message.el (message-simplify-recipients): Fix previous commit.
6617
6618 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6619
6620         * mm-util.el (mm-set-buffer-multibyte): New function.
6621         * mm-decode.el (mm-copy-to-buffer): Use it.
6622
6623         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6624         Prefer fboundp to functionp so it works with macros as well.
6625
6626 2008-03-19  Glenn Morris  <rgm@gnu.org>
6627
6628         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6629         Accidentally removed in the sync process with Emacs.
6630
6631 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * message.el (message-alter-recipients-discard-bogus-full-name):
6634         New function.
6635         (message-alter-recipients-function): New variable.
6636         (message-get-reply-headers): Use it.
6637         (message-replace-header): New helper function.
6638         (message-recipients-without-full-name): New variable.
6639         (message-simplify-recipients): New command.
6640
6641         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6642
6643         * message.el (message-info): Handle EasyPG manual.
6644
6645         * mml.el (mml-menu): Add entry for EasyPG.
6646
6647 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6648
6649         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6650         parameter.
6651
6652         * message.el (message-disassociate-draft): Specify drafts group name
6653         fully.
6654
6655 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6656
6657         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6658         Eliminate unnecessary duplicates from the match list.
6659
6660 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6663
6664         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6665
6666         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6667         args of `how-many' of which the XEmacs version doesn't take; declare
6668         Info-index-next as function.
6669
6670 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * gnus-score.el (gnus-score-headers): Fix handling of
6673         gnus-inhibit-slow-scoring.
6674
6675         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6676         string.
6677         (gnus-button-url-regexp): Improve handling of parenthesis.
6678         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6679         (gnus-button-handle-info-keystrokes): Handle index entries.
6680
6681 2008-03-15  Glenn Morris  <rgm@gnu.org>
6682
6683         * parse-time.el (parse-time-string): Simplify.
6684
6685 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6688         Incoming* files.
6689
6690 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6691
6692         * auth-source.el (auth-sources): Rename from auth-source-choices.
6693         (auth-source-pick): Use it.
6694
6695 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6696
6697         * binhex.el (binhex-decode-region-internal):
6698         * uudecode.el (uudecode-decode-region-internal):
6699         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6700         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6701         setting default-enable-multibyte-characters.
6702
6703 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * auth-source.el (auth-source-protocols)
6706         (auth-source-protocols-customize, auth-source-choices): Add and
6707         modified variable customizations and defaults.
6708         (auth-source-pick, auth-source-user-or-password)
6709         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6710         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6711         (auth-source-user-or-password-sftp)
6712         (auth-source-user-or-password-smtp): Use new variables and provide an
6713         interface to netrc.el.
6714
6715 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6718         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6719         Make sure the nntp port to specify is a string.
6720
6721 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6722
6723         * nntp.el: Use with-current-buffer.
6724         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6725         dubious mm-with-unibyte-current-buffer.
6726         (nntp-with-open-group-function): New function extracted from
6727         nntp-with-open-group macro.
6728         (nntp-with-open-group): Use the function, so it's easier to debug.
6729         Add indentation and debugging info.
6730         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6731         Recommend the use of the netcat alternatives.
6732
6733         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6734         Avoid mm-string-as-multibyte as well.
6735
6736         * nnweb.el (nnweb-insert-html):
6737         Remove use of nnheader-string-as-multibyte.
6738
6739         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6740         (nnheader-string-as-multibyte): Remove.
6741
6742         * mm-view.el: Use inhibit-read-only.
6743         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6744         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6745         or unibyte-string.
6746
6747         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6748         (mm-uu-yenc-extract): Use with-current-buffer.
6749
6750         * gnus-soup.el (gnus-soup-send-packet): Don't use
6751         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6752
6753         * nnmh.el: Use with-current-buffer.
6754         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6755         mm-string-as-multibyte on the output of mm-encode-coding-string.
6756
6757         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6758         (nnimap-request-move-article): Use with-current-buffer.
6759
6760         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6761         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6762         conversion uses string-make-unibyte rather than string-as-unibyte.
6763
6764         * gnus-msg.el: Use with-current-buffer.
6765
6766         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6767
6768 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6769
6770         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6771         string for caching if it is 'PIN.
6772
6773 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * lpath.el: Consider the case without Emacs/W3.
6776
6777 2008-03-08  Glenn Morris  <rgm@gnu.org>
6778
6779         * time-date.el (date-to-time, time-subtract, time-add)
6780         (safe-date-to-time): Doc fixes.
6781
6782 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * mail-source.el (mail-source-delete-old-incoming-confirm):
6785         Change default to nil.
6786         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6787
6788 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * lpath.el: Rearrange.
6791
6792         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6793         (gnus-article-goto-prev-page): Work for articles having ^L's.
6794
6795         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6796
6797         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6798
6799 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6800
6801         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6802         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6803         (gnus-bookmark-jump): Adjust some variable names.
6804
6805 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6806
6807         * auth-source.el: New package.
6808         (auth-source-choices): Add customization entry point variable.
6809
6810         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6811         bug.
6812
6813 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6816         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6817         (gnus-registry-install-shortcuts): Rename from
6818         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6819         the `gnus-registry-mark-map' keymap dynamically from
6820         `gnus-registry-marks'.  The generated functions update the summary line
6821         when a registry mark is added or deleted, and will call
6822         `gnus-registry-install-p' (see the comments in the code).
6823         (gnus-registry-user-format-function-M): Use concat intelligently.
6824
6825         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6826         the registry mark functions.
6827
6828 2008-03-05  Glenn Morris  <rgm@gnu.org>
6829
6830         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6831         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6832         gnus-art.
6833         (top-level): No need to load own source when compiling.
6834
6835 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6838         Suggested by <chris.anderton@zetnet.co.uk>.
6839
6840 2008-03-04  Glenn Morris  <rgm@gnu.org>
6841
6842         * gnus-sum.el (top-level): No need to require gnus when compiling,
6843         since unconditionally required near start of file.
6844         (gnus-summary-display-while-building): Move definition before use.
6845
6846 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * gnus-registry.el (gnus-registry-user-format-function-M):
6849         Add formatting function.
6850
6851 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6852
6853         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6854         with plists.
6855         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6856         Use new format.
6857
6858 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6861         `where-is-internal' that returns a range of key sequences.
6862
6863 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6864
6865         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6866
6867         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6868         (gnus-summary-jump-to-group): Consider windows on other displayed
6869         frames as well.  Similar changes might be needed elsewhere, but that's
6870         the one I've bumped into during my use.
6871
6872         * nndoc.el (nndoc-oe-dbx-type-p):
6873         * gnus-msg.el (gnus-debug):
6874         * gnus-group.el (gnus-update-group-mark-positions):
6875         Use mm-string-to-multibyte.
6876
6877 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6880         doesn't handle NotDashEscaped.
6881
6882         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6883         (mml-dnd-attach-options): Fix typo in custom choice.
6884
6885         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6886         Change nndoc-article-type to mbox.
6887         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6888
6889         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6890         to nil, instead of html2text.
6891
6892         * imap.el (imap-debug): Add `imap-ping-server'.
6893
6894         * gnus-bookmark.el: Add FIXMEs.
6895
6896         * message.el (message-form-letter-separator)
6897         (message-send-form-letter-delay): New variables.
6898         (message-send-form-letter): Use them.  New command to send form
6899         letters.  Requested by Uwe Siart.
6900         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6901
6902 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * Update copyright years.
6905
6906 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         Sync from EMACS_22_BASE.
6909
6910         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6911
6912 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6913
6914         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6915         empty author.
6916
6917 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6918
6919         * gnus-registry.el (gnus-registry-marks): Add variable for
6920         customization of marks and their appearance.
6921         (gnus-registry-read-mark): Use it.
6922         (gnus-registry-do-marks): Add utility function to loop through
6923         `gnus-registry-marks'.
6924         (gnus-registry-install-shortcuts-and-menus): Add function to install
6925         shortcuts and menus.
6926         (gnus-registry-initialize): Use it.
6927         (gnus-registry-default-mark): Clarify documentation.
6928
6929 2008-02-29  Glenn Morris  <rgm@gnu.org>
6930
6931         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6932         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6933         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6934         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6935         Change defcustom :version from 23.0 to 23.1.
6936
6937 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6938
6939         * gnus-registry.el (gnus-registry-follow-group-p)
6940         (gnus-registry-post-process-groups): Add functions to aid registry
6941         splitting and improve logging.  Clarify behavior in function
6942         documentation.
6943         (gnus-registry-split-fancy-with-parent): Use them.
6944
6945 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6946
6947         * gnus-art.el: Use with-current-buffer.
6948
6949 2008-02-27  David Engster  <dengste@eml.cc>
6950
6951         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6952         Express real group name in the response.
6953
6954 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6957         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6958         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6959         autoload gnus-registry-fetch-group when compiling.
6960         (nnmairix-request-group-with-article-number-correction):
6961         Remove unreferenced argument passed to nnmairix-call-backend.
6962
6963 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6966         (mm-uu-extract): Improve face for low color ttys.
6967         Reported by Sascha Wilde.
6968
6969 2008-02-27  Glenn Morris  <rgm@gnu.org>
6970
6971         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6972         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6973         variables to defconsts.  Convert comments to doc-strings.
6974         (nnmairix-last-server, nnmairix-current-server): Convert from free
6975         variables to defvars.  Convert comments to doc-strings.
6976         (gnus-registry-fetch-group): Autoload.
6977         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6978         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6979         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6980         caddr.
6981         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6982         nnmairix-request-group-with-article-number-correction call.
6983         (nnmairix-fast, nnmairix-group): New, less general names, for free
6984         variables passed from nnmairix-request-group to
6985         nnmairix-request-group-with-article-number-correction.  Declare.
6986         (nnmairix-request-group-with-article-number-correction):
6987         Use nnmairix-fast, nnmairix-group rather than fast, group.
6988
6989 2008-02-26  David Engster  <dengste@eml.cc>
6990
6991         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6992         version 0.5.
6993
6994 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6997         instead of making an extra function call.  Don't add the current group
6998         to articles only when they have the group.  Use
6999         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7000         Reported by David <de_bb@arcor.de>.
7001
7002 2008-02-24  Miles Bader  <miles@gnu.org>
7003
7004         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7005         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7006         (mm-find-mime-charset-region):
7007         * mm-bodies.el (mm-encode-body):
7008         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7009
7010 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7013         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7014
7015 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * mail-source.el (mail-source-delete-incoming): Change default.
7018         Supplement doc string.
7019
7020         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7021
7022 2008-02-14  Glenn Morris  <rgm@gnu.org>
7023
7024         * time-date.el (format-seconds): New function.
7025
7026 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * nnmail.el (nnmail-message-id-cache-file): Derive from
7029         `gnus-home-directory'.
7030
7031 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7034         Document negative prefix.
7035
7036         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7037
7038 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7039
7040         * message.el (message-unsent-separator): Add the Exim bounce
7041         separator.
7042
7043 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7044
7045         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7046         list.
7047         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7048         recipient/signer list.
7049
7050 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * Makefile.in (datarootdir): Define.
7053         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7054         name that might contain whitespace.
7055
7056 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7059         fbound (Emacs 23 unicode), signal an error.
7060
7061 2008-02-08  Glenn Morris  <rgm@gnu.org>
7062
7063         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7064
7065 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7066
7067         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7068         ports to the calls to `netrc-machine-user-or-password' in addition to
7069         "imap" and "imaps".
7070
7071 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7072
7073         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7074
7075         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7076
7077 2008-02-01  Kenichi Handa  <handa@m17n.org>
7078
7079         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7080         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7081         (rfc2104-hash): Convert the result of concat to unibyte string.
7082
7083 2008-02-01  Dave Love  <fx@gnu.org>
7084
7085         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7086         coding-system-for-read.
7087         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7088
7089 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7092         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7093         <hanche@math.ntnu.no>.
7094
7095 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7098
7099         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7100
7101 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7102
7103         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7104         * message.el (message-beginning-of-line): Use featurep instead of bound
7105         tests in order to resolve conditionals at compile time.
7106
7107 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7108
7109         * mail-source.el (mail-sources): Add `group' choice.
7110
7111         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7112         parameter `in-group' to control into which group the articles go.
7113         Add treatment of `group' mail-source.
7114
7115 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7118
7119         * mm-decode.el (mm-dissect-buffer): Decode description.
7120
7121         * mml.el (mml-to-mime): Encode message header first.
7122
7123 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7126         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7127
7128         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7129         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7130
7131 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7134
7135 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7138         prefix keys.
7139         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7140         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7141         gnus-xmas.el.
7142
7143         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7144         (gnus-xmas-article-describe-bindings): New function.
7145         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7146         gnus-xmas-article-describe-bindings.
7147
7148         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7149
7150 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7151
7152         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7153         Add new variables for article mark management.
7154         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7155         list of extra data entries which, when present, will indicate that the
7156         article ID should not be trimmed from the registry.
7157         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7158         functions.
7159         (gnus-registry-read-mark): New function to read a mark name from the
7160         user.
7161         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7162         (gnus-registry-set-article-mark-internal): New functions to add and
7163         remove marks.
7164         (gnus-registry-get-article-marks): New function to show the marks for
7165         an article, or retrieve them for further use.
7166
7167 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7170         keys when no argument is given.
7171
7172 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7173
7174         * imap.el (imap-ping-server): New variable.
7175         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7176         (imap-ping-server): Minor doc string fixes.
7177
7178 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7179
7180         * imap.el (imap-ping-server): New function.
7181         (imap-opened): Call imap-ping-server.
7182
7183 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * gnus-sum.el (gnus-article-sort-by-random)
7186         (gnus-thread-sort-by-random): Fix doc strings.
7187         Reported by jidanni@jidanni.org.
7188
7189 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-art.el (gnus-article-describe-bindings): New function.
7192         (gnus-article-read-summary-keys): Use it.
7193         (gnus-article-mode-map): Bind `C-h b' to it.
7194
7195 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7198         XEmacs.
7199         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7200         Protect against non-character events.
7201
7202         * lpath.el: Fbind map-keymap for Emacs 21.
7203
7204 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7207         New command.
7208         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7209         instead of END.  Change name of the temp file.
7210         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7211         customizable.
7212
7213 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7216         bind `S W' to gnus-article-wide-reply-with-original; set default
7217         binding to gnus-article-read-summary-send-keys.
7218         (gnus-article-read-summary-keys): Fix the order of keys; display
7219         continuation keys correctly in the echo area; describe bindings
7220         correctly when keys end with `C-h'.
7221         (gnus-article-read-summary-send-keys): New function.
7222         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7223         Work for gnus-article-read-summary-send-keys; display continuation keys
7224         correctly in the echo area.
7225         (gnus-article-reply-with-original): Ignore prefix argument.
7226         (gnus-article-wide-reply-with-original): New function.
7227
7228         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7229         Emacs 21.
7230
7231 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7234         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7235
7236 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7237
7238         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7239         (gnus-group-read-ephemeral-gmane-group): New command.
7240
7241 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7242
7243         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7244
7245 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * message.el (message-send-mail-function): Increase custom version.
7248
7249         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7250         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7251
7252 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7255         for the cases where imap-authenticate is called with a nil buffer
7256         parameter.
7257
7258 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7261         html parts correctly; support forwarded messages.
7262         (gnus-article-browse-html-article): Remove work buffers.
7263
7264         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7265         compiling.
7266         (netrc-bound-and-true-p): New macro.
7267         (netrc-parse): Use it instead of bound-and-true-p that is not available
7268         in XEmacs 21.4.
7269
7270 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7271
7272         * gnus-registry.el (gnus-registry-mark-article)
7273         (gnus-registry-article-marks): Add functionality to mark articles
7274         through the Gnus registry.
7275
7276         * encrypt.el: Clarify documentation for the new pgg method.
7277         (encrypt-file-alist): Add PGG option.
7278         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7279         functionality.  Abstract password key and messaging to external
7280         functions.
7281         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7282         (encrypt-message-method-and-cipher): Add new convenience external
7283         functions.
7284         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7285         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7286
7287         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7288         (netrc-parse): Use encrypt-file-alist to determine if
7289         encrypt-find-model or encrypt-insert-file-contents should be used.
7290
7291         * encrypt.el: Clarify documentation.  Load password-cache or
7292         password, whichever one is found first, instead of autoloading.
7293
7294 2007-12-19  Glenn Morris  <rgm@gnu.org>
7295
7296         * mml.el (message-options-set, message-narrow-to-head)
7297         (message-in-body-p, message-mail-p, message-encode-message-body):
7298         Autoload.
7299         (message-remove-header, message-narrow-to-headers-or-head)
7300         (message-subscribed-p, message-make-mail-followup-to)
7301         (message-position-on-field, message-news-p)
7302         (message-options-set-recipient, message-generate-headers)
7303         (message-sort-headers): Declare as functions.
7304
7305 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7308         convention in doc string.
7309
7310 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7313         title to html parts.
7314         (gnus-article-browse-html-article): Pass message header to it.
7315
7316         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7317
7318 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7321         or password compatible with XEmacs.
7322
7323 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7324
7325         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7326         format document.
7327         (gnus-mime-delete-part): Don't write description line if empty.
7328         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7329
7330 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7331
7332         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7333         (gnus-summary-mark-read-and-unread-as-read)
7334         (gnus-summary-mark-current-read-and-unread-as-read)
7335         (gnus-summary-mark-unread-as-ticked): Doc fix.
7336         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7337
7338 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7341         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7342
7343 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7346         yes-or-no-p.
7347
7348 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * mm-decode.el (mm-add-meta-html-tag): New function.
7351         (mm-save-part-to-file, mm-pipe-part): Use it.
7352
7353         * gnus-art.el (gnus-article-browse-delete-temp-files):
7354         Use gnus-y-or-n-p instead of y-or-n-p.
7355         (gnus-article-browse-html-parts): Work with message/external-body; use
7356         mm-add-meta-html-tag.
7357
7358 2007-12-11  Glenn Morris  <rgm@gnu.org>
7359
7360         * gnus-cache.el: Require gnus-sum not just when compiling.
7361
7362         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7363
7364         * gnus-int.el (gnus-server-opened, gnus-status-message):
7365         Move definitions before use.
7366
7367         * mm-decode.el: Require gnus-util.
7368         (mm-remove-part): Only call delete-annotation on XEmacs.
7369
7370         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7371
7372         * nnmail.el: Require gnus-int.
7373
7374         * spam.el: Move `require's before `eval-when-compile's.
7375
7376         * gnus-ems.el (gnus-alive-p):
7377         * gnus-fun.el (message-goto-eoh):
7378         * gnus-util.el (gnus-group-name-decode):
7379         * mail-source.el (gnus-compress-sequence):
7380         * message.el (Info-goto-node, format-spec):
7381         * mm-bodies.el (message-options-get):
7382         * mm-decode.el (mm-view-pkcs7):
7383         * mm-util.el (gmm-write-region):
7384         * mml-smime.el (mml-compute-boundary)
7385         (gnus-completing-read-with-default):
7386         * mml.el (widget-button-press, gnus-make-hashtable):
7387         * mml1991.el (mm-decode-content-transfer-encoding)
7388         (mm-encode-content-transfer-encoding)
7389         (message-options-get, message-options-set):
7390         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7391         * nnfolder.el (gnus-request-group):
7392         * nnheader.el (ietf-drums-unfold-fws):
7393         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7394         * smime.el (gnus-run-mode-hooks):
7395         * spam-stat.el (gnus-message): Autoload.
7396
7397         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7398         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7399         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7400         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7401         Add declare-function compatibility definition.
7402
7403         * gnus-cache.el (nnvirtual-find-group-art):
7404         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7405         (gnus-add-image, gnus-add-wash-type):
7406         * gnus-group.el (nnkiboze-score-file):
7407         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7408         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7409         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7410         (message-tokenize-header, gnus-get-buffer-create)
7411         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7412         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7413         * gnus.el (gnus-group-decoded-name):
7414         * mail-source.el (imap-capability):
7415         * mm-bodies.el (message-options-set):
7416         * mm-decode.el (gnus-configure-windows):
7417         * mm-extern.el (message-goto-body):
7418         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7419         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7420         (epg-sub-key-validity, message-options-set):
7421         * mml.el (widget-event-point, gnus-configure-windows):
7422         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7423         * mml2015.el (epg-check-configuration, epg-configuration)
7424         (message-options-set):
7425         * nndb.el (nndb-request-article):
7426         * nnfolder.el (gnus-request-create-group):
7427         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7428         * nnmaildir.el (gnus-group-mark-article-read):
7429         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7430         * rfc1843.el (message-fetch-field):
7431         * spam.el (gnus-extract-address-components):
7432         Declare as functions.
7433
7434 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7437
7438         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7439
7440         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7441         bind show-trailing-whitespace for XEmacs.
7442
7443 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7444
7445         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7446         new no-op macro for backward compatibility.
7447
7448         * imap.el (imap-string-to-integer): New function.
7449
7450 2007-12-09  Glenn Morris  <rgm@gnu.org>
7451
7452         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7453
7454         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7455         * message.el, mm-view.el, sieve-manage.el, smime.el:
7456         Add declare-function compatibility definition.
7457
7458         * gnus-art.el (w3-region, w3m-region, Info-menu):
7459         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7460         * gnus-sum.el (gnus-get-predicate):
7461         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7462         * message.el (mail-abbrev-in-expansion-header-p):
7463         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7464         (w3m-detect-meta-charset, w3m-region):
7465         * sieve-manage.el (password-read, password-cache-add)
7466         (password-cache-remove):
7467         * smime.el (password-read-and-add): Declare as functions.
7468
7469 2007-12-08  David Kastrup  <dak@gnu.org>
7470
7471         * gnus-sum.el (gnus-summary-simplify-subject-query):
7472         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7473         `message'.
7474
7475 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7478         it to bind idna-program, installation-directory, defined-colors, and
7479         face-attribute for XEmacs of the version that compiles defcustom forms.
7480
7481 2007-12-07  Glenn Morris  <rgm@gnu.org>
7482
7483         * gnus-art.el (article-make-date-line): Revert previous change.
7484
7485 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7488
7489 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7490
7491         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7492         Call gnus-add-to-range ranges only once with a prepared article-list.
7493
7494 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7495
7496         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7497         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7498         group names with backslashes.
7499         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7500
7501 2007-12-06  Deepak Goel  <deego3@gmail.com>
7502
7503         * gnus-art.el (article-make-date-line):
7504         * gnus-start.el (gnus-load):
7505         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7506
7507 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-art.el (gnus-use-idna)
7510         * gnus-start.el (gnus-site-init-file)
7511         * message.el (message-use-idna)
7512         * mm-uu.el (mm-uu-hide-markers)
7513         * smiley.el (smiley-style): Revert changes that suppress warnings.
7514
7515 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7518         specify charset to html source.
7519         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7520
7521 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7524         idna-program in order to suppress byte compile warning issued by XEmacs
7525         that came to byte compile the default value section of defcustom forms
7526         recently.
7527
7528         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7529         value of installation-directory.
7530
7531         * message.el (message-use-idna): Don't directly refer to the value of
7532         idna-program.
7533
7534         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7535
7536         * smiley.el (smiley-style): Don't directly call face-attribute.
7537
7538 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7541
7542         * gnus-dired.el: Reduce Gnus dependencies.
7543         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7544         Don't require.  Use autoloads instead.
7545         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7546         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7547         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7548         (gnus-dired-mode): Adjust doc string.
7549         (gnus-dired-mail-mode): New variable.
7550         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7551         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7552         (gnus-dired-mail-buffers): New function.  Return mail or message
7553         composition buffers.
7554         (gnus-dired-attach): Use it.
7555         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7556         NO-DECODE.
7557         (gnus-dired-print): Use `gnus-print-buffer' depending on
7558         `gnus-dired-mail-mode'.
7559
7560 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * rfc2047.el (rfc2047-encoded-word-regexp)
7563         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7564         explaining what regexp patterns are for.
7565
7566 2007-12-04  Glenn Morris  <rgm@gnu.org>
7567
7568         * password.el: Move to password-cache.el.
7569
7570         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7571         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7572         * mml-smime.el (password-read, password-cache-add)
7573         (password-cache-remove):
7574         No need to autoload, since mml-sec requires password.
7575
7576         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7577         * message.el (gnus-extract-address-components):
7578         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7579
7580         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7581         password.
7582
7583 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * mailcap.el: Reduce dependencies.
7586         (mail-header-parse-content-type): Autoload.
7587         (mailcap-delete-duplicates): New alias.
7588         (mailcap-mime-info): Add optional argument NO-DECODE.
7589         (mailcap-mime-types): Use mailcap-delete-duplicates.
7590
7591         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7592
7593 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7594
7595         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7596         (imap-parse-status): Upcase status-att for servers that sends them
7597         lower-case (e.g., MS Exchange 2007).
7598
7599 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7600
7601         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7602         function.
7603
7604         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7605         (gnus-uu-yenc-article): New function.
7606
7607         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7608
7609         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7610
7611 2007-12-02  Glenn Morris  <rgm@gnu.org>
7612
7613         * binhex.el (binhex): New custom group.
7614         (binhex-decoder-program, binhex-decoder-switches)
7615         (binhex-use-external): Move to the binhex custom group.
7616
7617         * uudecode.el (uudecode): New custom group.
7618         (uudecode-decoder-program, uudecode-decoder-switches)
7619         (uudecode-use-external): Move to the uudecode custom group.
7620
7621         * netrc.el (top-level): Don't load `encrypt' features.
7622         (netrc-parse): Don't use encrypt.
7623         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7624
7625         * encrypt.el: Remove file.
7626
7627 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7630         matches on patches.
7631
7632         * gnus-art.el (gnus-article-browse-html-article):
7633         Mention `mm-text-html-renderer' in the doc string.
7634
7635         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7636         string.  Add comments.
7637
7638         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7639         if rhs is ASCII.
7640
7641 2007-12-01  Glenn Morris  <rgm@gnu.org>
7642
7643         * mail-source.el (top-level): Require format-spec before
7644         eval-when-compile.
7645
7646 2007-11-30  Glenn Morris  <rgm@gnu.org>
7647
7648         * encrypt.el: Require password, rather than autoloading password-read.
7649
7650 2007-11-29  Glenn Morris  <rgm@gnu.org>
7651
7652         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7653         (sasl-make-client, sasl-next-step, sasl-step-data)
7654         (sasl-step-set-data): Declare as functions.
7655
7656 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7659
7660 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7661
7662         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7663         certs should be verified and what is to be done in the event of a
7664         verification failure.
7665
7666         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7667         caller can indicate whether the cache should be disregarded for this
7668         call.  This way the result of the call is reproducible at all times and
7669         can be considered a canonical server name for the supplied method.
7670         (gnus-agent-method-p): Canonicalize server names by pushing their
7671         method through `gnus-method-to-server' using the no-cache argument.
7672
7673         * gnus-srvr.el (gnus-server-insert-server-line):
7674         Call `gnus-method-to-server' with `no-cache' argument.
7675
7676         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7677         gnus-agent-possibly-synchronize-flags as this should be called when the
7678         server is actually being opened.
7679         (gnus-agent-possibly-synchronize-flags)
7680         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7681         flags file of an agentized server to the latter function.
7682
7683         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7684         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7685         after a connection has been established successfully.
7686
7687 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * gnus-art.el (article-display-face): Force to display face if called
7690         interactively; check if gnus-article-x-face-too-ugly matches author.
7691         (article-display-x-face): Display face even if From header is missing
7692         as article-display-face does.
7693
7694 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7695
7696         * hashcash.el (message-narrow-to-headers-or-head)
7697         (message-fetch-field, message-goto-eoh)
7698         (message-narrow-to-headers): Declare as functions.
7699
7700 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         * mail-source.el (mail-sources): Default to fetch from file for
7703         compatibility with default of nnmail-spool-file.
7704
7705 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7708         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7709         to look for encoded word that should be encoded again.
7710         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7711         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7712         encoding pattern.
7713         (rfc2047-decode-region): Switch strict regexp and loose one according
7714         to rfc2047-allow-irregular-q-encoded-words.
7715
7716 2007-11-25  Romain Francoise  <romain@orebokech.com>
7717
7718         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7719
7720 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * tls.el (tls-program): Provide more custom choices from
7723         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7724         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7725
7726 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7729         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7730
7731         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7732         `nnmail-spool-file'.
7733
7734         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7735         `nnmail-spool-file'.
7736
7737         * gnus-move.el (gnus-change-server): Ditto.
7738
7739         * gnus-kill.el (gnus-batch-score): Ditto.
7740
7741         * gnus-cache.el (gnus-jog-cache): Ditto.
7742
7743         * gnus-msg.el (gnus-summary-reply):
7744         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7745
7746 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7749         version.  Minor improvement to doc strings.
7750         (tls-program): Add comment.
7751
7752 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7753
7754         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7755         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7756         mismatch between the hostname provided in the certificate and the name
7757         of the host connnecting to.
7758         (open-tls-stream): Use them.  Check certificates against trusted root
7759         certificates.
7760
7761 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-cache.el (gnus-cache-generate-nov-databases):
7764         Use nnml-generate-nov-databases-directory instead of
7765         nnml-generate-nov-databases-1.
7766
7767 2007-11-24  Glenn Morris  <rgm@gnu.org>
7768
7769         * message.el (message-tool-bar-retro): Update for rename
7770         mail_send.xpm->mail-send.xpm.
7771
7772 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7775         `smime-ldap-search' for Emacs 22 and up.
7776
7777 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7778
7779         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7780
7781         * message.el (message-send-mail-function): Fix error convention.
7782         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7783         (message-widen-reply, message-send-mail, message-talkative-question)
7784         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7785         (message-clone-locals, message-send-news): Use with-current-buffer.
7786         (message-insert-or-toggle-importance): Remove unused var `valid'.
7787         (message-make-references): Remove unused var `new-references'.
7788         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7789
7790 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7791
7792         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7793         (spam-split-symbolic-return-positive): Reflow docstring.
7794         (spam-backends, spam-summary-exit-behavior)
7795         (spam-mark-ham-unread-before-move-from-spam-group)
7796         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7797         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7798         (spam-clear-cache, spam-backend-check, spam-install-backend)
7799         (spam-install-statistical-backend, spam-list-of-processors)
7800         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7801         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7802         (spam-check-crm114, spam-initialize, spam-unload-hook):
7803         Fix typos in docstrings.
7804
7805 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7808         been checked if they have never been read and those group levels are
7809         higher than the one that a user specified.
7810
7811 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7814         foreign groups unless a group level is specified by a user.
7815         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7816
7817 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * message.el (message-send-mail-function): Require sendmail.
7820
7821 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * message.el (message-send-mail-function): Check for smtpmail too.
7824
7825         * utf7.el (utf7-encode, utf7-decode): Use coding system
7826         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7827
7828         * message.el (message-send-mail-function): New function.
7829         (message-send-mail-function): Set default using
7830         message-send-mail-function.  Adjust doc string.
7831         (message-send-mail-with-mailclient): New function.
7832
7833 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7834
7835         * smime.el (from):
7836         * rfc2047.el (message-posting-charset):
7837         * qp.el (mm-use-ultra-safe-encoding):
7838         * pop3.el (parse-time-months):
7839         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7840         * nnml.el (files):
7841         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7842         (jka-compr-compression-info-list, ange-ftp-path-format)
7843         (efs-path-regexp):
7844         * nndiary.el (files):
7845         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7846         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7847         (epg-digest-algorithm-alist, inhibit-redisplay)
7848         (password-cache-expiry):
7849         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7850         (pgg-output-buffer, password-cache-expiry):
7851         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7852         (efs-path-regexp):
7853         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7854         (inhibit-redisplay):
7855         * mm-uu.el (file-name, start-point, end-point, entry)
7856         (gnus-newsgroup-name, gnus-newsgroup-charset):
7857         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7858         (latin-unity-ucs-list):
7859         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7860         (mm-uu-binhex-decode-function):
7861         * message.el (gnus-message-group-art, gnus-list-identifiers)
7862         (rmail-enable-mime-composing, gnus-local-organization)
7863         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7864         (gnus-read-active-file, facemenu-add-face-function)
7865         (facemenu-remove-face-function, gnus-article-decoded-p)
7866         (tool-bar-mode):
7867         * mail-source.el (display-time-mail-function):
7868         * gnus-util.el (nnmail-pathname-coding-system)
7869         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7870         (gnus-original-article-buffer, gnus-user-agent)
7871         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7872         (xemacs-codename, sxemacs-codename, emacs-program-version):
7873         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7874         * gnus-start.el (gnus-agent-covered-methods)
7875         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7876         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7877         (gnus-newsgroup-headers, gnus-group-list-mode)
7878         (gnus-group-mark-positions, gnus-newsgroup-data)
7879         (gnus-newsgroup-unreads, nnoo-state-alist)
7880         (gnus-current-select-method, mail-sources)
7881         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7882         (nnmail-spool-file, gnus-cache-active-hashtb):
7883         * gnus-mh.el (mh-lib-progs):
7884         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7885         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7886         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7887         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7888         (gnus-group-buffer):
7889         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7890         (font-lock-set-defaults):
7891         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7892         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7893         (gnus-summary-post-menu, total-parts, type, condition, length):
7894         * gnus-agent.el (gnus-agent-read-agentview):
7895         * flow-fill.el (show-trailing-whitespace):
7896         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7897         eval-and-compile wrappers for byte compiler pacifiers.
7898
7899         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7900         (mm-display-inline-fontify): Check for featurep 'xemacs not
7901         extent-list.
7902
7903         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7904         itimer-list.
7905         (mm-create-image-xemacs): Only do something for XEmacs.
7906         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7907
7908         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7909
7910         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7911         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7912
7913 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7914
7915         * nnimap.el (nnimap-split-download-body):
7916         * gnus-demon.el (gnus-demon):
7917         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7918
7919 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7922         New macros.
7923         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7924         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7925         copy data from unibyte buffer to multibyte current buffer.
7926         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7927         to copy data from unibyte current buffer to multibyte buffer.
7928         (nntp-make-process-buffer): Make process buffer unibyte.
7929
7930         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7931
7932 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7933
7934         * pop3.el (pop3-open-server): Accept and process data more robustly at
7935         connexion start to avoid spurious "POP SSL connexion failed" errors.
7936
7937 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7940         read group names.
7941
7942 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7945
7946 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7949         (nnmail-save-active): Use a unibyte buffer when saving active file,
7950         which may contain non-ASCII group names.
7951
7952         * nnml.el (nnml-request-group): Decode group names in messages.
7953
7954 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         * message.el (message-citation-line-function)
7957         (message-insert-formatted-citation-line): Fix spelling of
7958         `message-insert-formated-citation-line'.
7959
7960 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7963
7964 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7967         nnmail-pathname-coding-system.
7968
7969         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7970         that a user enters; decode group names in messages.
7971
7972         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7973
7974 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7977
7978         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7979
7980         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7981         risky local variable.
7982
7983         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7984
7985 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7986
7987         * encrypt.el: Improve documentation to fix function name typo.
7988         Reported by Daiki Ueno <ueno@unixuser.org>.
7989
7990 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7993         even if the point is not in the last page of an article.
7994         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7995         back to the previous page.
7996
7997 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8000
8001 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8004
8005 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8006
8007         * message.el (message-check-news-body-syntax):
8008         Avoid mm-string-as-multibyte.
8009         (message-hide-headers): Don't assume (point-min)==1.
8010
8011 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * message.el (message-remove-blank-cited-lines): Fix if remove is
8014         given.
8015         (message-bogus-address-regexp): New variable.
8016         (message-bogus-recipient-p): New function.
8017         (message-check-recipients): New command.
8018         (message-syntax-checks): Add `bogus-recipient'.
8019         (message-fix-before-sending): Add `bogus-recipient'.
8020
8021         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8022         (gnus-treat-body-boundary): Don't test window-system.
8023
8024 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8025
8026         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8027
8028 2007-10-28  Miles Bader  <miles@gnu.org>
8029
8030         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8031         at compile-time too.
8032
8033 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-msg.el (gnus-message-setup-hook):
8036         Add `message-remove-blank-cited-lines' to options.
8037
8038 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * message.el (message-remove-blank-cited-lines): New function.
8041         Suggested by Karl Plästerer.
8042
8043 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8046         mapc.
8047
8048         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8049         (top-level): Use mapc to set functions to be traced for debugging.
8050
8051         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8052         called for effect with while loop.
8053
8054         * message.el (message-talkative-question): Replace mapcar called for
8055         effect with mapc.
8056
8057         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8058         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8059         called for effect with dolist.
8060
8061         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8062
8063         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8064         gnus-extra-headers and nnmail-extra-headers.
8065
8066         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8067         called for effect with dolist.
8068         (top-level): Use mapc to set functions to be traced for debugging.
8069
8070         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8071         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8072         dolist.
8073
8074         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8075         Replace mapcar called for effect with mapc.
8076         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8077         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8078         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8079         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8080
8081         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8082         remove-if that's a cl function.
8083
8084         * webmail.el (webmail-debug): Replace mapcar called for effect with
8085         dolist.
8086
8087         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8088         with mapc.
8089
8090 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8093         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8094         with while loop.
8095
8096         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8097         functions from article-* functions.
8098         (gnus-multi-decode-header): Replace mapcar called for effect with
8099         dolist.
8100
8101         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8102         (gnus-bookmark-show-details): Replace mapcar called for effect with
8103         while loop.
8104
8105         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8106         called for effect with while loop.
8107
8108         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8109         with dolist.
8110
8111         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8112         Replace mapcar called for effect with dolist.
8113
8114         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8115
8116         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8117         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8118         Replace mapcar called for effect with dolist.
8119         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8120         mapc.
8121
8122         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8123         Replace mapcar called for effect with dolist.
8124         (gnus-topic-list): Replace mapcar called for effect with mapc.
8125
8126         * gnus.el: Use mapc instead of mapcar to add autoloads.
8127
8128 2007-10-23  Richard Stallman  <rms@gnu.org>
8129
8130         * gnus-group.el (gnus-group-highlight): Mark as risky.
8131
8132 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus.el (gnus-server-to-method): Return method found first in
8135         gnus-newsrc-alist.
8136
8137         * gnus-art.el (gnus-article-highlight-signature)
8138         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8139         button overlay without the front stickiness.
8140
8141 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8142
8143         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8144         overview buffer needed a catch to receive its throw.
8145         (gnus-agent-flush-cache): Declare as interactive to make this function
8146         easier to use.
8147
8148 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8149
8150         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8151         `next-line'.
8152
8153 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8156         exclude address matching message-dont-reply-to-names.
8157
8158 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-util.el (gnus-string<): New function.
8161
8162         * gnus-sum.el (gnus-article-sort-by-author)
8163         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8164
8165 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8168         the frame-focus tag is set in gnus-buffer-configuration.
8169
8170 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8173         the front stickiness.
8174
8175 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8178         url pattern; remove duplicate one.
8179         (gnus-article-extend-url-button): New function.
8180         (gnus-article-add-buttons): Use it.
8181         (gnus-button-push): Use concatenated url that it makes.
8182
8183 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8184
8185         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8186
8187 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8188
8189         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8190         Don't hardcode point-min==1.
8191
8192 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8195         Fix comment about "iso8859-1".
8196
8197 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8198
8199         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8200         ones returned from the verify-function.
8201
8202         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8203         Call mml2015-extract-cleartext-signature if extraction failed.
8204
8205 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8206
8207         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8208         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8209         failed.
8210
8211 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8214
8215 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8218         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8219         recommends to use EasyPG instead of PGG.
8220
8221         * pgg.el: Revert to revision 6.23.2.16.
8222
8223         * pgg-def.el: Revert to revision 6.6.2.14.
8224
8225         * pgg-gpg.el: Revert to revision 6.23.2.34.
8226
8227 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8228
8229         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8230         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8231         thread for both the null and zero (kill/expire thread) universal prefix
8232         cases.
8233         (gnus-summary-expire-thread): Add new function to expire a thread,
8234         using gnus-summary-kill-thread.
8235         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8236         shortcuts for gnus-summary-expire-thread.
8237         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8238         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8239
8240 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8241
8242         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8243         extras value, so an extras entry can be deleted.
8244         (gnus-registry-delete-extra-entry): Use it.
8245         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8246         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8247         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8248         storage through the gnus-registry, and provide an appropriate API for
8249         it.
8250
8251 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8254         Suggested by Leo <sdl.web@gmail.com>.
8255
8256         * gnus.el: Do.
8257
8258 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8261         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8262
8263         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8264
8265         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8266         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8267
8268 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8271         newline.
8272         (nnmbox-request-accept-article): Don't change article in source buffer;
8273         narrow to header to use message-fetch-field rather than
8274         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8275         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8276         as delimiters; make sure article ends with newline.
8277         (nnmbox-delete-mail): Correct last position of article to be deleted;
8278         ignore X-Gnus-Newsgroup header in article body.
8279         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8280         positions; make sure article ends with newline.
8281
8282         * message.el (message-display-abbrev): Don't infloop when a user
8283         inserts SPC in the beginning of header.
8284
8285         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8286         coding-system-for-read and coding-system-for-write for XEmacs having no
8287         file-coding feature.
8288
8289         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8290
8291 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8292
8293         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8294         list of groups not followed by default.  Fix type to be regexp.
8295         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8296
8297 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8298
8299         * hmac-def.el (define-hmac-function): Switch from old-style to
8300         new-style backquotes.
8301
8302         * md4.el (md4-make-step): Likewise.
8303
8304 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8307         raw-text coding system when saving .newsrc file, which may contain
8308         non-ASCII group names.
8309
8310 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * gnus-cus.el (gnus-score-extra): New widget.
8313         (gnus-score-extra-convert): New function.
8314         (gnus-score-customize): Use it for Extra.
8315
8316 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8317
8318         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8319         (mml2015-mailcrypt-clear-verify): Use it.
8320         (mml2015-gpg-clear-verify): Use it.
8321         (mml2015-pgg-clear-verify): Use it.
8322         (mml2015-epg-clear-verify): Replace the current part with the output
8323         from GnuPG; don't extract the plaintext by itself.
8324
8325         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8326         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8327         mml2015-clear-verify-function; don't touch the armor headers or
8328         dash-escaped text here.
8329
8330 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8333         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8334         parts, or application/octet-stream as a last resort.
8335         (gnus-mime-view-part-as-type): Don't toggle display.
8336         (gnus-mime-view-part-as-charset): Don't turn off display before
8337         querying charset.
8338
8339         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8340         stuff to undisplayer function in Emacs.
8341         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8342
8343         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8344         text/calendar parts.
8345
8346 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8349         decoding text/calendar parts.
8350
8351         * message.el (message-forward-make-body-mime): Always mark body as
8352         having no illegible text; remove signed-or-encrypted argument.
8353         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8354
8355         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8356         (mml-generate-mime-1): Don't encode body if it is specified to be in
8357         raw form; don't make buffer be unibyte when inserting multibyte string.
8358
8359 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8360
8361         * sha1.el: Fix up comment style.
8362         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8363         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8364
8365         * hex-util.el: Fix up comment style.
8366         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8367
8368         * gnus-salt.el: Use with-current-buffer.
8369         (gnus-pick-setup-message): Fix long-standing typo.
8370
8371 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * imap.el (imap-logout-timeout): New variable.
8374         (imap-logout, imap-logout-wait): New functions.
8375         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8376
8377         * nnimap.el (nnimap-logout-timeout): New server variable.
8378         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8379         nnimap-logout-timeout.
8380
8381         * gnus-art.el (gnus-article-summary-command-nosave)
8382         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8383
8384 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus.el (gnus-maximum-newsgroup): New variable.
8387
8388         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8389         according to gnus-maximum-newsgroup.
8390
8391         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8392         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8393         Limit the range of articles according to gnus-maximum-newsgroup.
8394
8395 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8396
8397         * gnus-art.el (gnus-sticky-article): Fix problems described in
8398         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8399         Don't perform gnus-configure-windows here; reuse existing sticky
8400         article buffer.
8401
8402         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8403         it doesn't exist in gnus-article-mode.
8404
8405 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8408         (gnus-agent-decoded-group-name): New function.
8409         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8410         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8411
8412 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8413
8414         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8415         Add binding for gnus-sticky-article.
8416         (gnus-summary-exit): Don't kill sticky article buffers.
8417
8418         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8419         article buffer.
8420         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8421         (gnus-kill-sticky-article-buffers): New commands.
8422
8423 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * nntp.el (nntp-xref-number-is-evil): New server variable.
8426         (nntp-find-group-and-number): If it is non-nil, don't trust article
8427         numbers in the Xref header.
8428
8429 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * gnus-agent.el (gnus-agent-read-group): New function.
8432         (gnus-agent-flush-group, gnus-agent-expire-group)
8433         (gnus-agent-regenerate-group): Use it.
8434         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8435         nnmail-pathname-coding-system.
8436
8437 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8440
8441         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8442         that are unread as unread, and also as selected so that information of
8443         marks having been changed by a user may be updated when exiting group.
8444
8445 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8448
8449 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8452         calculated ignoring signature parts to gnus-treat-article.
8453
8454 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8457         a point here in order to keep the window start.
8458         (gnus-insert-mime-security-button): Make a button overlay without the
8459         front stickiness.
8460         (gnus-mime-display-security): Goto the end of a button.
8461
8462         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8463
8464 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8467         group-name-at-point.
8468         (gnus-group-completing-read): New function that offers decoded
8469         non-ASCII group names for completion.
8470         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8471         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8472         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8473         (gnus-group-fetch-control): Use it.
8474         (gnus-fetch-group): Use group-name-at-point for the initial value
8475         rather than the default value; use gnus-alive-p.
8476
8477         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8478         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8479         (gnus-summary-post-news): Use gnus-group-completing-read.
8480
8481         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8482         (gnus-read-move-group-name): Decode group name for completion.
8483
8484 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8485
8486         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8487         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8488         Yamaoka slightly modified the code).
8489
8490 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8493         (nnmail-split-incoming): Bind it.
8494
8495         * nnml.el (nnml-group-name-charset): New function.
8496         (nnml-decoded-group-name): Use it; don't decode group name if
8497         nnmail-group-names-not-encoded-p is non-nil.
8498         (nnml-encoded-group-name): New function.
8499         (nnml-group-pathname): Inline nnml-decoded-group-name.
8500         (nnml-request-expire-articles): Decode group name in message.
8501         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8502         nnmail-pathname-coding-system.
8503         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8504         not decoded ones according to nnmail-group-names-not-encoded-p.
8505         (nnml-generate-active-info): Use nnml-encoded-group-name.
8506
8507 2007-08-08  Glenn Morris  <rgm@gnu.org>
8508
8509         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8510         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8511         doc-strings and comments.
8512
8513 2007-07-25  Glenn Morris  <rgm@gnu.org>
8514
8515         * Relicense all FSF files to GPLv3 or later.
8516
8517 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-sum.el (gnus-summary-move-article):
8520         Make gnus-summary-respool-article work.
8521
8522 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8525         string.
8526
8527 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8528
8529         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8530         that should be ignored when comparing distant RSS articles with local
8531         ones.
8532         (nnrss-make-hash-index): New function.  Create a hash index according
8533         to the ignored fields.
8534         (nnrss-check-group): Use it.
8535
8536 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8539
8540         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8541
8542         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8543         the new optional argument ENCODED is non-nil.
8544         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8545         coding system for encoding group name.
8546         (gnus-group-make-rss-group): Pass un-encoded group name to
8547         gnus-group-make-group.
8548         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8549         encoded.
8550
8551         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8552         Encode group name to which articles are moved or copied.
8553         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8554         coding system for encoding Newsgroup, Followup-To and Xref headers.
8555
8556         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8557         marks; use nnheader-file-coding-system to write a file.
8558         (nnagent-retrieve-headers): Bind file-name-coding-system to
8559         nnmail-pathname-coding-system.
8560
8561         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8562
8563         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8564         (nnml-request-article, nnml-request-create-group)
8565         (nnml-request-rename-group, nnml-find-id)
8566         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8567         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8568         (nnml-save-marks): Use nnml-group-pathname instead of
8569         nnmail-group-pathname.
8570
8571         (nnml-request-create-group, nnml-request-expire-articles)
8572         (nnml-request-move-article, nnml-request-delete-group)
8573         (nnml-deletable-article-p, nnml-possibly-create-directory)
8574         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8575         (nnml-open-marks): Bind file-name-coding-system to
8576         nnmail-pathname-coding-system.
8577
8578         (nnml-request-article): Pass server argument to nnml-find-group-number.
8579         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8580         Pass server argument to nnml-possibly-create-directory.
8581         (nnml-request-accept-article): Pass server argument to
8582         nnml-active-number and nnml-save-mail.
8583         (nnml-find-group-number): Pass server argument to nnml-find-id.
8584         (nnml-request-update-info): Pass server argument to
8585         nnml-marks-changed-p.
8586
8587         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8588         (nnml-save-mail, nnml-active-number): Add server argument.
8589
8590         (nnml-request-delete-group): Warn if group is missing.
8591         (nnml-get-nov-buffer): Decode group name.
8592         (nnml-generate-active-info): Encode group name.
8593         (nnml-open-marks): Decode group name in messages.
8594
8595 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8598         if it is not specified.
8599         (gnus-article-pipe-part, gnus-article-save-part)
8600         (gnus-article-interactively-view-part, gnus-article-copy-part)
8601         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8602         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8603         (gnus-article-replace-part, gnus-article-delete-part)
8604         (gnus-article-view-part-as-type): Pass raw prefix argument to
8605         gnus-article-part-wrapper.
8606
8607 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-agent.el (gnus-agent-save-active):
8610         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8611
8612         * gnus-cache.el (gnus-cache-save-buffers)
8613         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8614         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8615         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8616         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8617         (gnus-cache-generate-active, gnus-cache-rename-group)
8618         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8619         (gnus-cache-update-overview-total-fetched-for):
8620         Bind file-name-coding-system to nnmail-pathname-coding-system.
8621         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8622         New variables.
8623         (gnus-cache-decoded-group-name): New function.
8624         (gnus-cache-file-name): Use it.
8625         (gnus-cache-generate-active): Use non-decoded group name for active.
8626
8627         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8628         right place.
8629         (gnus-write-active-file): Don't break non-ASCII group names.
8630
8631         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8632         nnmail-pathname-coding-system.
8633
8634         * lpath.el: Bind default-file-name-coding-system,
8635         file-name-coding-system and language-info-alist for XEmacs.
8636
8637         * gnus-uu.el (gnus-uu-decode-save): Typo.
8638
8639 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8642
8643 2007-07-14  David Kastrup  <dak@gnu.org>
8644
8645         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8646         finishing actions if we did not edit the article.
8647
8648 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8651         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8652         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8653         (gnus-agent-flush-group, gnus-agent-flush-cache)
8654         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8655         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8656         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8657         (gnus-agent-regenerate-group)
8658         (gnus-agent-update-files-total-fetched-for)
8659         (gnus-agent-update-view-total-fetched-for):
8660         Bind file-name-coding-system to nnmail-pathname-coding-system.
8661         (gnus-agent-group-pathname): Don't encode file names by
8662         nnmail-pathname-coding-system.
8663         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8664         coding-system-for-write instead of buffer-file-coding-system to
8665         gnus-agent-file-coding-system.
8666
8667         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8668         Decode group name.
8669
8670         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8671
8672         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8673         (gnus-read-newsrc-el-file): Make group names unibyte.
8674
8675         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8676         nnmail-pathname-coding-system.
8677
8678         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8679         (nnrss-request-delete-group): Bind file-name-coding-system to
8680         nnmail-pathname-coding-system.
8681         (nnrss-read-server-data, nnrss-read-group-data):
8682         Bind file-name-coding-system correctly.
8683         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8684
8685         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8686         (nntp-server-to-method-cache): New variable.
8687         (nntp-group-pathname): New function that decodes non-ASCII group names.
8688         (nntp-possibly-create-directory, nntp-marks-changed-p)
8689         (nntp-save-marks, nntp-open-marks): Use it.
8690         (nntp-possibly-create-directory, nntp-open-marks):
8691         Bind file-name-coding-system to nnmail-pathname-coding-system.
8692         (nntp-open-marks): Decode group names when bootstrapping marks.
8693
8694         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8695         Newsgroups and Folowup-To headers.
8696
8697 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8700         (gnus-server-closed-face, gnus-server-denied-face)
8701         (gnus-server-offline-face): Remove variable.
8702         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8703
8704         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8705         of modifying message-stack directly for XEmacs.
8706
8707         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8708         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8709         if the coding-system argument is nil for XEmacs.
8710
8711         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8712         mm-charset-override-alist.
8713
8714         * rfc2047.el: Don't require base64; require rfc2045 for the function
8715         rfc2045-encode-string.
8716         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8717         to quote the parameter value.
8718
8719 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8722         form in gnus-group-name-charset-method-alist.
8723
8724         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8725         overrides the default layout edit-form.
8726
8727         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8728
8729         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8730
8731 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8734         as unfetched articles.
8735
8736 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8739
8740 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8743         original back end that keeps marks in the local system.
8744
8745 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8748         arg of pop-to-buffer for XEmacs.
8749         (gnus-article-read-summary-keys): Ditto; don't restore window
8750         configuration if summary command ends up with neither article buffer
8751         nor summary buffer; describe bindings if summary keys end with C-h.
8752
8753 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * message.el (message-fix-before-sending): Skip raw message part to be
8756         forwarded while checking illegible text.
8757         (message-forward-make-body-mime, message-forward-make-body):
8758         Mark signed or encrypted raw message as having no illegible text.
8759
8760 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8763         (gnus-message-with-timestamp-1): New macro.
8764         (gnus-message-with-timestamp): New function.
8765         (gnus-message): Use them.
8766
8767         * nnheader.el (nnheader-message): Use them.
8768
8769 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8772         .newsrc.eld file.
8773
8774 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-agent.el (gnus-agent-fetch-headers)
8777         (gnus-agent-retrieve-headers):
8778         Bind gnus-decode-encoded-address-function to identity.
8779
8780         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8781         available also when the server returns simply a dot.
8782
8783         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8784
8785 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8788
8789 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * gnus-ems.el (gnus-x-splash): Make it work.
8792
8793         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8794         from being used.
8795
8796         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8797
8798 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8801         4th and the 5th arguments.
8802
8803         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8804         the front stickiness.
8805         (gnus-article-summary-command-nosave): Correct the order of the
8806         arguments passed to pop-to-buffer.
8807         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8808         summary command ends up with the article buffer.
8809
8810         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8811         the same faces.
8812
8813 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8814
8815         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8816
8817 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8818
8819         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8820         * gnus-sum.el (gnus-summary-highlight):
8821         * pgg.el (pgg-sign-region, pgg-sign):
8822         * mail-source.el (mail-source-delete-old-incoming-confirm):
8823         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8824
8825 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * gnus-art.el (gnus-mime-view-part-externally)
8828         (gnus-mime-view-part-internally): Fix predicate function passed to
8829         completing-read.
8830
8831         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8832
8833         * gnus.el (gnus-update-message-archive-method): Add :version.
8834
8835 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus.el (gnus-update-message-archive-method): New variable.
8838
8839         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8840         according to gnus-message-archive-method if
8841         gnus-update-message-archive-method is non-nil.
8842
8843 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8846         Suggested by Loic Dachary <loic@dachary.org>.
8847         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8848
8849 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * message.el (message-pop-to-buffer): Add switch-function argument.
8852         (message-mail): Pass switch-function argument to it.
8853
8854 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8857         Improve doc string.
8858
8859 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8862         (gnus-header-content)
8863         * gnus-cite.el (gnus-cite-10)
8864         * gnus-srvr.el (gnus-server-closed)
8865         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8866         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8867         (gnus-group-mail-3-empty, gnus-group-mail-low)
8868         (gnus-group-mail-low-empty, gnus-splash)
8869         * message.el (message-header-to, message-header-cc)
8870         (message-header-subject, message-header-other, message-header-name)
8871         (message-header-xheader, message-separator, message-cited-text)
8872         (message-mml): Lighten colors of faces used for dark background.
8873
8874 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8875
8876         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8877         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8878
8879 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * message.el (message-narrow-to-headers-or-head):
8882         Ignore mail-header-separator in the body.
8883
8884 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8887         same as window size.
8888
8889 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8890
8891         * message.el (message-font-lock-keywords): Use message-header-xheader
8892         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8893         ahead of the anything pattern, to get it recognised.
8894
8895 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8898         spam.el loads uses it in the compiled defadvice form.
8899
8900 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8901
8902         * gnus-sum.el (gnus-articles-to-read)
8903         (gnus-summary-insert-old-articles): Don't truncate group name for
8904         `read-string'.
8905
8906         * gnus-util.el (gnus-limit-string): Delete this function.
8907
8908         * gnus-sum.el (gnus-simplify-subject-fully):
8909         Use `truncate-string-to-width' instead.
8910
8911 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8912
8913         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8914         Tell if, on summary exit, the next group has to be selected.
8915         (gnus-summary-exit): Use it.
8916
8917 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8920         non-break space.
8921
8922 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8925         Check if group is not a directory.
8926         (nnfolder-request-expire-articles): Don't delete articles if the target
8927         group is not available.
8928
8929         * nnml.el (nnml-request-create-group): Properly check if group is not a
8930         file.
8931         (nnml-request-expire-articles): Don't delete articles if the target
8932         group is not available.
8933
8934         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8935         Don't quote characters that are within parentheses.
8936
8937 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8940         (gnus-handle-ephemeral-exit): Select article according to it.
8941
8942 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * message.el (message-insert-formated-citation-line): Remove newline.
8945         (message-citation-line-format): Add final \n here so that the user can
8946         avoid a blank line.
8947
8948 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8949
8950         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8951         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8952         Update lanl/arXiv support.
8953
8954 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus.el: Bump version number.
8957
8958 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * gnus.el (gnus-version-number): Bump version.
8961
8962 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8963
8964         * gnus.el: No Gnus v0.6 is released.
8965
8966 2007-04-27  Didier Verna  <didier@xemacs.org>
8967
8968         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8969         * gmm-utils.el (gmm-regexp-concat): ... here.
8970         * message.el: Don't require 'gnus-util.
8971         (message-dont-reply-to-names): Handle name change above.
8972         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8973
8974 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8977         since the initial value varies according to the system.
8978
8979 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8982
8983 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8984
8985         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8986
8987 2007-04-24  Didier Verna  <didier@xemacs.org>
8988
8989         Improve the type of gnus-ignored-from-addresses.
8990         * gnus-util.el (gnus-orify-regexp): New function.
8991         * message.el (gnus-util): Require it.
8992         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8993         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8994         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8995
8996 2007-04-24  Didier Verna  <didier@xemacs.org>
8997
8998         * gnus-sum.el:
8999         * gnus-utils.el: Fix some trailing whitespaces.
9000
9001 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9004         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9005         article's Message-ID; refer parent article in summary buffer.
9006
9007         * message.el (message-bounce): Call mime-to-mml.
9008
9009         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9010         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9011         optimize and/or forms properly.
9012
9013 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9016         URL.
9017
9018 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9021
9022 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9025         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9026         displayed of multipart/alternative part if it is invoked from summary
9027         buffer.
9028
9029         * mm-view.el (mm-inline-text-html-render-with-w3m)
9030         (mm-inline-text-html-render-with-w3m-standalone)
9031         (mm-inline-render-with-function): Use mail-parse-charset by default.
9032
9033 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9034
9035         * parse-time.el (parse-time-string-chars): Check if CHAR
9036         is less than the length of parse-time-syntax.
9037
9038 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9041         from gnus-newsgroup-processable.
9042
9043 2007-04-16  Didier Verna  <didier@xemacs.org>
9044
9045         * gnus-msg.el (gnus-configure-posting-styles):
9046         Handle message-signature-directory properly with :file syntax.
9047         Reported by "Leo".
9048
9049 2007-04-11  Didier Verna  <didier@xemacs.org>
9050
9051         New user option: message-signature-directory.
9052         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9053         * message.el (message-insert-signature): Ditto.
9054         * message.el (message-signature-file): Doc update.
9055         * message.el (message-signature-directory): New.
9056
9057 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-msg.el (gnus-inews-yank-articles):
9060         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9061
9062 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * message.el (message-yank-original): Make sure cited text ends with
9065         newline; don't exchange point and mark.
9066
9067 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9068
9069         * tls.el (open-tls-stream): Properly handle case where there
9070         is no associated buffer.
9071
9072 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9073
9074         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9075         message-yank-original, make sure (< mark TEXT point).
9076
9077 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9078
9079         * message.el (message-fill-column): New variable.
9080         (message-mode): Use it.  Add comment on a possible new hook.
9081
9082         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9083         (nnmail-get-new-mail): Reformat.
9084
9085         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9086
9087         * gmm-utils.el: Fix Commentary.
9088         (gmm-tool-bar-from-list): Fix typo in doc string.
9089
9090 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9091
9092         * message.el (message-yank-original): Don't switch point and mark
9093         unnecessarily to put point and mark as documented.
9094
9095 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096
9097         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9098         from the message heads.
9099
9100 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9101
9102         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9103         article buffer does not have a window.  This may not be the best
9104         solution but is certainly better than setting the start of the null,
9105         that is the current, window.
9106
9107 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9110         (gnus-draft-setup): Run it.
9111
9112         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9113         gnus-score-fast-scoring.  Allow regexp.
9114         (gnus-score-headers): Use it.
9115
9116         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9117         XEmacs.
9118
9119         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9120         string.
9121         (gnus-button-alist): Also catch `<f1> k ...'.
9122         (gnus-treat-display-x-face): Fix doc string.
9123
9124 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9125
9126         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9127         evaluation of gnus-extended-version to ensure correct generation of the
9128         User-Agent header when message-generate-headers-first is used.
9129
9130 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9131
9132         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9133         hashcash-path is nil.  Don't call callback with incorrect number of
9134         parameters if val is 0.
9135
9136 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9137
9138         * message.el (message-required-news-headers):
9139         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9140
9141 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9142
9143         * tls.el (open-tls-stream): In handshake-waiting loop,
9144         don't wait more if there is output available to process.
9145
9146 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9147
9148         * tls.el (tls-program): Doc fix.
9149
9150 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * message.el (message-generate-new-buffers): Change the meaning of the
9153         nil value; add `standard' to the choices; treat t as `unique'; improve
9154         doc string.
9155         (gnus-select-frame-set-input-focus): Autoload.
9156         (message-buffer-name): Search for the existing message buffer if
9157         message-generate-new-buffers is nil or `standard'; treat the value t of
9158         message-generate-new-buffers as `unique'.
9159         (message-pop-to-buffer): Raise the frame already displaying the message
9160         buffer; clear the echo area after querying.
9161         (message-setup): Pass the `continue' argument to compose-mail.
9162         (message-mail): Prefer `switch-function' if it is given; search for the
9163         existing message buffer if the `continue' argument is non-nil; pass
9164         continue and switch-function arguments to compose-mail by way of
9165         message-setup.
9166         (message-mail-other-window): Adjust argument of message-setup.
9167         (message-mail-other-frame): Ditto.
9168
9169 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9172         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9173         to turn font-lock on when turning gnus-message-citation-mode on.
9174
9175 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9176
9177         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9178         (mml-smime-function-alist): New variable; add epg as the backend.
9179         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9180         mml-smime- functions instead.
9181         * mm-view.el: Require smime.
9182
9183 2007-03-05  Didier Verna  <didier@xemacs.org>
9184
9185         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9186         instead of just inheritance for posting styles.
9187         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9188
9189 2007-02-24  Chris Moore  <dooglus@gmail.com>
9190
9191         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9192         * pgg-pgp.el (pgg-pgp-encrypt-region):
9193         * pgg-gpg.el (pgg-gpg-encrypt-region):
9194         Check pgg-encrypt-for-me if no other recipients.
9195
9196 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9197
9198         * tls.el (tls-certtool-program): Fix custom type.
9199
9200 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9203         and point-at-eol instead of line-(beginning|end)-position.
9204
9205         * assistant.el (assistant-parse-buffer): Ditto.
9206
9207         * netrc.el (netrc-parse-services): Ditto.
9208
9209 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9210
9211         * mml2015.el (mml2015-epg-find-usable-key): New function.
9212         (mml2015-epg-sign): Use it.
9213         (mml2015-epg-encrypt): Use it.
9214
9215 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * message.el (message-make-in-reply-to): Quote name containing
9218         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9219         if there are special characters.  Reported by NAKAJI Hiroyuki
9220         <nakaji@jp.freebsd.org>.
9221
9222 2007-02-27  Didier Verna  <didier@xemacs.org>
9223
9224         Include the group parameters as well as the topic ones in the
9225         inheritance filter process.
9226         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9227         argument GROUP-PARAMS-LIST.
9228         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9229
9230 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * nntp.el (nntp-never-echoes-commands)
9233         (nntp-open-connection-functions-never-echo-commands): New variables.
9234         (nntp-send-command): Use them.
9235
9236 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9237
9238         * mml2015.el (mml2015-epg-verify): Simplify.
9239
9240 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * mml.el (mml-content-disposition-alist): New user option.
9243         (mml-content-disposition): New function.
9244         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9245         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9246
9247 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9248
9249         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9250         verification.
9251
9252 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9253
9254         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9255         articles posted in the last 24 hours.
9256
9257 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9258
9259         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9260
9261 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9262
9263         * nntp.el (nntp-send-command): Don't wait for echoes when
9264         nntp-open-ssl-stream is used.
9265
9266 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9269         (gnus-message-add-citation-keywords)
9270         (gnus-message-remove-citation-keywords): Remove.
9271         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9272         directly, make the variables in font-lock-defaults buffer-local, add
9273         gnus-message-citation-keywords to them and then update the value of
9274         font-lock-keywords.
9275
9276 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * message.el (message-cite-original-1): Don't call
9279         gnus-article-highlight-citation.
9280
9281         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9282         citations; fix line count.
9283
9284 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9287         (gnus-message-add-citation-keywords)
9288         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9289         versions of font-lock-add-keywords and font-lock-remove-keywords to
9290         work with XEmacs correctly.
9291
9292 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * gnus-cite.el (gnus-cite-face-list): Set the values of
9295         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9296         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9297         (gnus-message-cite-prefix-regexp): New variable.
9298         (gnus-message-search-citation-line): Use it; protect against long
9299         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9300         the 0th match data for Emacs.
9301         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9302         (gnus-message-add-citation-keywords): Append keywords rather than
9303         prepending; emulate font-lock-add-keywords if it is not available.
9304         (gnus-message-remove-citation-keywords):
9305         Emulate font-lock-remove-keywords if it is not available.
9306
9307         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9308
9309         * message.el (message-cite-prefix-regexp): Set the value of
9310         gnus-message-cite-prefix-regexp.
9311
9312 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9313
9314         * nnweb.el (nnweb-google-parse-1): Update parser.
9315
9316 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9317
9318         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9319
9320 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9321
9322         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9323         regexp.
9324
9325 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9328         string-to-multibyte.
9329         (uudecode-decode-region-internal): Use it.
9330
9331         * lpath.el: Fbind string-as-multibyte for XEmacs.
9332
9333 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9336         Fix custom choice.
9337
9338         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9339
9340 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9341
9342         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9343
9344         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9345         `write-region' to respect `mm-inhibit-file-name-handlers'.
9346
9347 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9350         Use gnus-home-directory instead of "~/" or "$HOME".
9351
9352 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9353
9354         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9355         to mention filename.
9356         Add comments at beginning regarding usage.
9357         (encrypt-write-file-contents): Change interactive so a string is
9358         acceptable.  If the file has no associated model, show an error instead
9359         of a nonsense prompt.
9360
9361 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9362
9363         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9364         Thanks to Yoshihiko Yamada for kind notification of this typo.
9365
9366 2007-01-12  Kenichi Handa  <handa@m17n.org>
9367
9368         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9369         multibyte buffer.
9370
9371 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * gnus-score.el (gnus-score-fast-scoring): New variable.
9374         (gnus-score-headers): Use it.
9375
9376         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9377
9378         * message.el (message-cite-original-1):
9379         Call gnus-article-highlight-citation if requested.
9380         (message-make-from): Allow name and address as optional arguments.
9381
9382         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9383
9384         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9385         bugs to doc string.
9386         (gnus-button-alist): Add mid\\|message-id.
9387         (gnus-button-fetch-group): Extend for use in
9388         `browse-url-browser-function'.
9389         (gnus-button-url-regexp): Try to catch paired parentheses like in
9390         Wikipedia URLs.
9391
9392         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9393         Suggested by Simon Krahnke <overlord@gmx.li>.
9394
9395 2007-01-13  Romain Francoise  <romain@orebokech.com>
9396
9397         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9398         Update copyright.
9399
9400 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9401
9402         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9403
9404 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9405
9406         * gnus-registry.el (gnus-registry-unfollowed-groups)
9407         (gnus-registry-split-fancy-with-parent): Fix documentation.
9408
9409 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9410
9411         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9412         from nnweb groups.
9413
9414 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9417         Xref urls.  Erase buffer before requesting head.
9418
9419         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9420
9421 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9424         customizable.
9425
9426 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9427
9428         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9429         no signing key is found.
9430         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9431         no encrypting and/or signing key is found.
9432
9433 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9436
9437 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9438
9439         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9440         headers read from disk with the ones newly found in the current search.
9441         This should no longer cause problems, because the article numbers in
9442         Gmane's `nov.php' output are ignored since the previous change.
9443
9444 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9445
9446         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9447
9448 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9451         replace-regexp-in-string; bind url-version; fbind display-images-p and
9452         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9453         find-face and set-itimer-function for Emacs; bind itimer-list for
9454         Emacs.
9455
9456         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9457
9458 2007-01-01  Romain Francoise  <romain@orebokech.com>
9459
9460         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9461
9462 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9463
9464         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9465         `define-minor-mode' macro definition expanded properly.
9466         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9467         exclude it there.
9468
9469         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9470         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9471         `fboundp' test.
9472         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9473         This is OK to autoload in (S)XEmacs now.
9474
9475 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9478         keystroke.
9479         (gnus-summary-limit-to-singletons): Fix typo.
9480
9481         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9482         else fails.
9483
9484 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9485
9486         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9487         docstring.
9488
9489         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9490         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9491         (gnus-summary-insert-dormant-articles): Fix typo in message.
9492
9493 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9496         nil for XEmacs.
9497         (gnus-message-citation-mode): Don't autoload in XEmacs.
9498
9499         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9500
9501 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9502
9503         * nnimap.el (nnimap-expunge-search-string):
9504         Mention nnimap-search-uids-not-since-is-evil in docstring.
9505
9506 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * spam.el: Revert to make-obsolete-variable because
9509         define-obsolete-variable-alias is not supported in Emacs 21.
9510
9511         * spam.el (spam-ifile-path, spam-ifile-database-path)
9512         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9513         make-obsolete-variable.
9514         (spam-bsfilter-path, spam-bsfilter-program)
9515         (spam-spamassassin-path, spam-spamassassin-program)
9516         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9517         Don't use "path" inappropriately.
9518         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9519         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9520         variable names.
9521
9522 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9523
9524         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9525         summary buffer.
9526
9527         * password.el (password-cache-remove): Use clear-string to burn
9528         password, if available.
9529
9530 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9533
9534         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9535
9536         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9537         (gnus-message-highlight-citation): Move defcustom here from
9538         gnus-cite.el.
9539         (gnus-message-citation-mode): Autoload.
9540
9541         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9542         checks to make it compile with XEmacs.
9543         (gnus-message-citation-mode): New minor mode.
9544         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9545         (gnus-message-highlight-citation): New variables.
9546         (gnus-message-search-citation-line)
9547         (gnus-message-add-citation-keywords)
9548         (gnus-message-remove-citation-keywords)
9549         (turn-on-gnus-message-citation-mode)
9550         (turn-off-gnus-message-citation-mode): New functions.
9551
9552 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9553
9554         * gnus-cite.el: Enable highlighting of different citation levels in
9555         message-mode.
9556
9557 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * message.el (message-make-fqdn): Fix comment.
9560         (message-bogus-system-names): Add ".local".
9561
9562         * spam.el (spam-ifile-path, spam-ifile-program)
9563         (spam-ifile-database-path, spam-ifile-database)
9564         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9565         Don't use "path" inappropriately.
9566         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9567         strings.
9568         (spam-check-ifile, spam-ifile-register-with-ifile)
9569         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9570         Use new variable names.
9571
9572         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9573         (gnus-treat-display-smileys): Simplify using
9574         gnus-image-type-available-p.
9575
9576         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9577         available.
9578
9579         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9580         Use `display-images-p' if available.
9581
9582 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9585         one after turning on the buffer's multibyteness instead of decoding
9586         them directly in the unibyte buffer that causes unexpected conversion
9587         in Emacs 23 (unicode).
9588
9589 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9590
9591         * message.el (message-generate-hashcash): Fix custom type.
9592
9593 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9596
9597 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9600         disconnect icons.  Add help text.
9601
9602 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9603
9604         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9605         negated to be consistent with the others we handle.
9606
9607 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9610         version of gnus-summary-buffer to something, so that we can use two
9611         article buffers at the same time.
9612
9613 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9614
9615         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9616         trigger all the extra headers.
9617         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9618         sorting.
9619
9620 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9621
9622         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9623         solid groups.
9624
9625 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9626
9627         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9628
9629 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * legacy-gnus-agent.el: Add Copyright notice.
9632
9633 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9634
9635         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9636
9637 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9640
9641         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9642         to make it work reliably in CVS Emacs.
9643         (gnus-summary-limit-strange-charsets-predicate)
9644         (gnus-summary-limit-to-predicate): New functions.
9645
9646 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9647
9648         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9649         specifying array size.
9650         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9651         array if it is too small.
9652         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9653         (gnus-sort-threads-loop): New function.
9654
9655 2006-12-06  Chris Moore  <dooglus@gmail.com>
9656
9657         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9658         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9659
9660 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9661
9662         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9663         options.
9664
9665 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9668         DOS-ing the recipient.
9669
9670         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9671         the headers when creating the mapping to avoid mismappings.
9672         (nnweb-gmane-create-mapping): Always nix out old mapping.
9673
9674 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9677         and mm-verify-option to never.
9678
9679 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * message.el (message-signed-or-encrypted-p): New function.
9682         (message-forward-make-body): Use it.
9683
9684         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9685         Replace encode-coding-string with mm-encode-coding-string.
9686
9687 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * nneething.el (nneething-decode-file-name):
9690         Replace decode-coding-string with mm-decode-coding-string.
9691
9692         * gnus-int.el (gnus-open-server): Say failed server's name.
9693
9694 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9695
9696         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9697         strings to a single string.  Quote `errors-file-name'.
9698         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9699         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9700         Adjust calls.  Use `shell-quote-argument'.
9701
9702 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9703
9704         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9705         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9706
9707         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9708         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9709         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9710         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9711         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9712         (gnus-subscribe-newsgroup, gnus-1):
9713         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9714         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9715         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9716         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9717
9718 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719
9720         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9721         keystroke.
9722         (gnus-summary-limit-to-bodies): Implement headersp.
9723
9724 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9725
9726         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9727
9728 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9731
9732 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * message.el (message-generate-hashcash): Expand range of values to
9735         include `opportunistic'.
9736         (message-send-mail): Use it.
9737
9738 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9739
9740         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9741         and comment it.
9742
9743         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9744
9745 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * gnus-util.el (gnus-extract-address-components): Improve comment.
9748
9749 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-util.el (gnus-extract-address-components): Work with address in
9752         which the name portion contains @.
9753
9754         * lpath.el: Fbind custom-autoload.
9755
9756 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * gnus.el (gnus-start): Move custom group up.
9759         (gnus-select-method): Don't autoload, but make it available for
9760         `customize-variable'.
9761         (gnus-getenv-nntpserver): Don't autoload.
9762
9763 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9764
9765         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9766
9767 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * message.el (message-sendmail-extra-arguments): New variable.
9770         (message-send-mail-with-sendmail): Use it.
9771
9772 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9775         mm-with-unibyte-current-buffer to make string unibyte.
9776
9777         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9778         mm-string-as-multibyte.
9779
9780 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9781
9782         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9783         Reported by Werner Koch <wk@gnupg.org>.
9784
9785 2006-11-14  Daiki Ueno  <ueno@p360>
9786
9787         * mml2015.el: Autoload epa-select-keys when compiling.
9788
9789 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9790
9791         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9792         message-options.
9793         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9794
9795 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9796
9797         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9798         EasyPG (< 0.0.6).
9799         (mml2015-always-trust): New user option.
9800         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9801         prompt.
9802
9803 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * nntp.el (nntp-authinfo-force): New variable.
9806         (nntp-send-authinfo): Use it.
9807
9808 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9811         decode encoded words.  Improve prompt.  Add comment about forwarding.
9812         (message-replacement-char): Move up.
9813
9814 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9815
9816         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9817         instead of gnus-intersection because arguments of gnus-sorted-nunion
9818         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9819
9820 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9823         (message-simplify-subject-functions):
9824         Enable message-strip-subject-encoded-words by default.
9825
9826 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * message.el (message-strip-subject-encoded-words): New function.
9829         (message-simplify-subject-functions): New variable.
9830         (message-simplify-subject): Use it.  Fix typo in doc string.
9831         Support message-strip-subject-encoded-words.
9832
9833 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9834
9835         * gnus-diary.el (gnus-diary-delay-format-function):
9836         * nndiary.el (nndiary-reminders):
9837         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9838
9839 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * gnus-art.el (article-hide-boring-headers): Fetch date from
9842         gnus-original-article-buffer to avoid problems with localized date
9843         strings.
9844
9845 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9848
9849 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9852         New variables.
9853         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9854         (mm-charset-synonym-alist): Move some entries to
9855         mm-codepage-iso-8859-list.
9856         (mm-charset-synonym-alist, mm-charset-override-alist):
9857         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9858
9859 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9862
9863 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9866         with Emacs 21 and XEmacs.
9867
9868 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9869
9870         * spam.el (spam-parse-address): New function for better parsing,
9871         catching errors, etc.
9872         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9873
9874 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * mm-view.el: Add interactive arg to html2text autoload.
9877
9878 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9881
9882 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9883
9884         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9885         New variables.
9886         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9887         (mm-charset-synonym-alist): Move some entries to
9888         mm-codepage-iso-8859-list.
9889
9890         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9891
9892 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * message.el (message-citation-line-format)
9895         (message-insert-formated-citation-line): Fix implementation of %E, %N
9896         and %n according to the doc string.
9897
9898 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9899
9900         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9901         Use car-safe to avoid bad parses.
9902
9903 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9906         names.
9907
9908         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9909
9910 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9913         header.
9914
9915         * message.el (message-draft-headers): Add Date.
9916         (message-headers-to-generate): Fix typo in docstring.
9917
9918         * nndraft.el (nndraft-required-headers): New variable.
9919         (nndraft-generate-headers): Use it.
9920
9921         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9922
9923 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9924
9925         * gnus-registry.el (gnus-registry-wash-for-keywords)
9926         (gnus-registry-find-keywords): New functions to allow easy searching of
9927         articles that are in the registry.
9928
9929 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9930
9931         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9932         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9933         Reported by Damien Elmes <damien@repose.cx>.
9934
9935 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * gnus.el (gnus-mime): Remove unused custom group.
9938
9939 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9940
9941         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9942         "blank line" when searching for end of armor headers.
9943
9944 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * gmm-utils.el (gmm-write-region): Fix variable name.
9947
9948 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gmm-utils.el (gmm-write-region): New function based on compatibility
9951         code from `mm-make-temp-file'.
9952
9953         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9954
9955         * nnmaildir.el (nnmaildir--update-nov)
9956         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9957         Use `gmm-write-region'.
9958
9959 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9962         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9963
9964         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9965
9966         * message.el (message-replacement-char): New variable.
9967         (message-fix-before-sending): Use it.
9968         (message-simplify-subject): New function to remove duplicate code.
9969         (message-reply, message-followup): Use it.
9970
9971         * gnus-sum.el (gnus-summary-make-menu-bar):
9972         Clarify gnus-summary-limit-to-articles.
9973
9974 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-util.el (gnus-with-local-quit): New macro.
9977
9978         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9979
9980 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9981
9982         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9983         ignore non-string data.
9984
9985 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9986
9987         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9988         non-string data (needs to be done in the registry too).
9989
9990 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9991
9992         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9993         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9994         (gnus-registry-split-fancy-with-parent)
9995         (gnus-registry-fetch-simplified-message-subject-fast)
9996         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9997         Remove text properties on ingress into the registry and when it's saved.
9998         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9999         registry from entries with no groups.
10000
10001 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10002
10003         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10004         function to remove string properties.
10005
10006 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * gmm-utils.el (gmm): Adjust custom version.
10009
10010         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10011         Adjust custom version.
10012
10013         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10014
10015 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus-art.el (gnus-insert-prev-page-button)
10018         (gnus-insert-next-page-button): Simplify.  Reformat.
10019
10020 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10021
10022         * gnus-art.el (gnus-insert-prev-page-button)
10023         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10024
10025 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10026
10027         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10028
10029 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10030
10031         * gnus-art.el (gnus-insert-mime-button)
10032         (gnus-insert-mime-security-button):
10033         Apply gnus-article-button-face to MIME and security buttons.
10034
10035 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10038         readable.
10039
10040 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10043
10044 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10045
10046         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10047         `browse-url-of-file' instead of `browse-url'.
10048
10049 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10050
10051         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10052         regexp.  Articles containing quotation were cut prematurely.
10053
10054 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * message.el (message-cite-original-1): Use nobody by default for the
10057         value of From header.
10058         (message-reply): Ditto.
10059
10060 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10061
10062         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10063         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10064         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10065
10066 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10069         mails in the doc string.  Add some URLs in comment.
10070         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10071
10072 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10075         backslashes handling and the way to find boundaries of quoted strings.
10076
10077 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10078
10079         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10080         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10081         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10082         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10083
10084 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10087         doc string.
10088         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10089
10090 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * lpath.el: Fbind epg-check-configuration.
10093
10094 2006-09-06  Simon Josefsson  <jas@extundo.com>
10095
10096         * mml2015.el (mml2015-use): Doc fix, mention epg.
10097
10098 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10099
10100         * mml2015.el (mml2015-use): Default to epg, if available.
10101
10102 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10103
10104         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10105         message-sender.
10106         (mml1991-epg-encrypt): Ditto.
10107         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10108         message-sender.
10109         (mml2015-epg-encrypt): Ditto.
10110
10111 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10112
10113         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10114         several common directories.
10115
10116 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10117
10118         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10119         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10120
10121 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-art.el (article-decode-encoded-words): Make it fast.
10124
10125 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10128
10129         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10130         in quoted string into `\'.
10131
10132 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10135         Use standard-syntax-table.
10136
10137 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * gnus-art.el (gnus-decode-address-function): New variable.
10140         (article-decode-encoded-words): Use it to decode headers which are
10141         assumed to contain addresses.
10142         (gnus-mime-delete-part): Remove useless `or'.
10143
10144         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10145         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10146         (gnus-nov-parse-line): Use it to decode From header.
10147         (gnus-get-newsgroup-headers): Ditto.
10148         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10149
10150         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10151         (mail-decode-encoded-address-string): New alias.
10152
10153         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10154         New function.
10155         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10156         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10157         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10158         (rfc2047-decode-string): Ditto.
10159         (rfc2047-decode-address-region): New function.
10160         (rfc2047-decode-address-string): New function.
10161
10162 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * message.el (message-caesar-buffer-body): Allow rotating headers.
10165
10166         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10167
10168         * message.el (message-insert-formated-citation-line): Fix %f.
10169         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10170
10171 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10174         (gnus-bookmark-mouse-available-p): New macro.
10175         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10176         (gnus-bookmark-bmenu-show-infos): Use it.
10177         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10178         (gnus-bookmark-bmenu-hide-infos): Ditto.
10179         (gnus-bookmark-remove-properties): New function.
10180         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10181         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10182         (gnus-bookmark-write-file): Bind coding-system-for-write.
10183         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10184         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10185         group before selecting it.
10186         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10187         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10188         quit-window if it is not available; use gnus-mouse-2 and bind it to
10189         gnus-bookmark-bmenu-select-by-mouse.
10190         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10191         (gnus-bookmark-bmenu-select-by-mouse): New function.
10192
10193 2006-08-13  Romain Francoise  <romain@orebokech.com>
10194
10195         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10196         space.
10197
10198 2006-08-10  Romain Francoise  <romain@orebokech.com>
10199
10200         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10201         (dns-mode-soa-auto-increment-serial): New user option.
10202         (dns-mode-soa-maybe-increment-serial): New function.
10203         (dns-mode): Add the latter to `write-contents-functions'.
10204
10205 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * compface.el (uncompface): Use binary rather than raw-text-unix.
10208
10209 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * compface.el (uncompface): Make sure the eol conversion doesn't take
10212         place when communicating with the external programs.
10213         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10214
10215 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10218
10219 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10220
10221         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10222         Make it more robust by parsing author and date independently.
10223
10224 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10227
10228 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10229
10230         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10231         first matching secret key.
10232         (mml2015-epg-encrypt): Ditto.
10233
10234         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10235         first matching secret key.
10236         (mml1991-epg-encrypt): Ditto.
10237
10238         * mml2015.el (mml2015-encrypt-to-self): New user option.
10239         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10240         mml2015-epg-encrypt-to-self is set.
10241
10242         * mml1991.el (mml1991-encrypt-to-self): New variable.
10243         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10244         mml1991-epg-encrypt-to-self is set.
10245
10246         * mml2015.el (mml2015-signers): New user option.
10247         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10248         (mml2015-epg-encrypt): Allow to select signing keys.
10249
10250         * mml1991.el (mml1991-signers): New variable.
10251         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10252         (mml1991-epg-encrypt): Allow to select signing keys.
10253
10254 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * nnheader.el (nnheader-insert-head): Make it work even if the file
10257         uses CRLF for the line-break code.
10258
10259 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10260
10261         * mml2015.el: Require mml-sec instead of password.
10262         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10263         (mml2015-cache-passphrase): Inherit the default value from
10264         mml-secure-cache-passphrase.
10265         (mml2015-passphrase-cache-expiry): Inherit the default value from
10266         mml-secure-passphrase-cache-expiry.
10267
10268         * mml1991.el: Require mml-sec instead of password.
10269         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10270         (mml1991-cache-passphrase): Inherit the default value from
10271         mml-secure-cache-passphrase.
10272         (mml1991-passphrase-cache-expiry): Inherit the default value from
10273         mml-secure-passphrase-cache-expiry.
10274
10275         * mml-sec.el: Require password.
10276         (mml-secure-verbose): New user option.
10277         (mml-secure-cache-passphrase): New user option.
10278         (mml-secure-passphrase-cache-expiry): New user option.
10279
10280 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10281
10282         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10283         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10284         andreas@altroot.de (Andreas Vögele).
10285
10286         FIXME: Use `tiny change'?
10287
10288 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10289
10290         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10291         workaround for the url package included with Emacs.
10292
10293         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10294
10295 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10298         correctly.  This fixes a bug caused by the 2006-05-12 change.
10299
10300 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10301
10302         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10303         some information about the error when saying that the `bogus' mail
10304         group will be used.
10305
10306 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10309         string.
10310
10311 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10312
10313         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10314
10315 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10316
10317         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10318
10319 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10320
10321         * mml1991.el (mml1991-function-alist): Add epg.
10322         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10323         (mml1991-epg-encrypt): New functions.
10324
10325 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10326
10327         * mml2015.el (mml2015-verbose): New variable.
10328         (mml2015-cache-passphrase): Ditto.
10329         (mml2015-passphrase-cache-expiry): Ditto.
10330         (mml2015-function-alist): Add epg.
10331         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10332         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10333         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10334         New functions.
10335
10336 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10337
10338         * message.el (message-cite-original-1): Preserve region when removing
10339         quoted text due to X-No-Archive in order to avoid bogus attribution
10340         when citing multiple messages.
10341
10342 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10343
10344         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10345         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10346
10347 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * gnus-diary.el (gnus-user-format-function-d)
10350         (gnus-user-format-function-D): Autoload.
10351
10352         * imap.el (Commentary): Fix typo.
10353
10354         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10355         2006-04-22 contribution.
10356
10357 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10358
10359         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10360         It didn't really fix the bogosity I'm seeing with solid web groups.
10361
10362 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10363
10364         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10365         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10366         created using server names.  If we use the feature without declaring
10367         it, Gnus does not properly manage server and group state.
10368
10369         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10370         bound.
10371
10372 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10373
10374         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10375         looking up the method using GROUP's prefix before inventing a new one.
10376         It is used on killed/unknown groups in various places where returning
10377         an all-new method isn't expected by the caller.
10378
10379         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10380         and match semantics of gnus-group-real-prefix.
10381
10382 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * nnmail.el (nnmail-broken-references-mailers): New variable.
10385         (nnmail-ignore-broken-references): New function generalizing
10386         nnmail-fix-eudora-headers.
10387         (nnmail-fix-eudora-headers): Now obsolete.
10388
10389         * gnus-art.el (gnus-button-handle-custom):
10390         Support `customize-apropos*'.
10391
10392 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393
10394         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10395
10396         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10397         articles.
10398
10399 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * message.el (message-cite-reply-above): New variable.
10402         (message-yank-original): Use it.
10403
10404 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10407
10408 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10411         as read.
10412
10413         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10414
10415 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10418         (gnus-bookmark-default-file): Use gnus-directory.
10419         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10420         Remove "*" in doc string.
10421         (gnus-bookmark-write-file): Simplify.
10422         (gnus-bookmark-maybe-sort-alist): Use `when'.
10423         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10424         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10425         Add FIXME about Emacs 21 and XEmacs compatibility.
10426         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10427         compatibility.
10428         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10429         compatibility.
10430         (gnus-bookmark-menu-heading): Fix version.
10431
10432 2006-06-19  Bastien Guerry  <bzg@altern.org>
10433
10434         * gnus-bookmark.el: New file.
10435
10436 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * message.el (message-syntax-checks): Doc fix.
10439
10440 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10441
10442         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10443         unsubscribed groups as if they were killed ones.  It causes duplicate
10444         entries in gnus-newsrc-alist.
10445
10446 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * message.el (message-syntax-checks): Doc fix.
10449         (message-send-mail): Add check for continuation headers.
10450         (message-check-news-header-syntax): Fix regexp used to check for
10451         continuation headers.
10452
10453 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10456
10457 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10460
10461 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10464         default-truncate-lines.
10465
10466 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10469         to fill the utf-8 entry.
10470
10471         * lpath.el: Fbind unicode-precedence-list.
10472
10473 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10474
10475         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10476
10477 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10478
10479         * gnus-agent.el (directory-files-and-attributes): Move all the way
10480         forward (the third and final move).
10481         (gnus-agent-read-agentview): Trap reconstruction errors due to
10482         nonexistent directory.  Handle by returning nil.
10483
10484 2006-05-30  Didier Verna  <didier@xemacs.org>
10485
10486         * message.el (message-dont-reply-to-names): Update the custom type.
10487         * message.el (message-dont-reply-to-names): New defsubst: potentially
10488         convert a list of regexps into a single one.
10489         * message.el (message-get-reply-headers): Use it.
10490         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10491
10492 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * gnus-agent.el (directory-files-and-attributes): Move forward.
10495
10496 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * gnus-ml.el (gnus-mailing-list-subscribe)
10499         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10500         (gnus-mailing-list-message): Fix doc strings.
10501
10502 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10503
10504         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10505         of doing it manually.
10506
10507 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10510         comment.
10511
10512 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10513
10514         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10515         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10516         (gnus-agent-read-local): All symbols allocated in my-obarray.
10517         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10518         (gnus-agent-regenerate-group): Check numeric names to see if they are
10519         messages or groups.
10520         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10521         better way of do this...)
10522
10523         * gnus-cache.el (gnus-agent-total-fetched-for):
10524         Ignore 'dummy.group' (there should be a better way of do this...)
10525
10526 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10529         (gnus-saved-headers): Ditto.
10530         (gnus-default-article-saver): Mention functions may have properties.
10531         (gnus-article-save): Override gnus-save-all-headers and
10532         gnus-saved-headers by :headers property which saver function may have.
10533         (gnus-summary-save-in-file): Add :headers property.
10534         (gnus-summary-write-to-file): Ditto.
10535
10536         * gnus-sum.el (gnus-summary-save-article): Bind
10537         gnus-prompt-before-saving to t when saving many articles in a file;
10538         always show all headers.
10539
10540         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10541
10542 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10545         marks.
10546
10547         * message.el (message-indent-citation): Add optional arguments to allow
10548         using it outside of message buffers.
10549
10550         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10551         (gnus-article-treat-unfold-headers): Use it.
10552         (gnus-article-truncate-lines): New variable.
10553         (gnus-article-mode): Use it.
10554         (gnus-article-toggle-truncate-lines): New function.
10555
10556         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10557         Add gnus-article-toggle-truncate-lines.
10558
10559         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10560         coding system in XEmacs, use binary.
10561
10562 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10565         after-load-alist.
10566
10567         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10568         this function should save decoded articles.
10569         (gnus-summary-write-to-file): Use property to specify this function
10570         should save decoded articles and specify gnus-summary-save-in-file
10571         should be used to save articles other than the first one when saving
10572         many articles.
10573         (gnus-summary-save-body-in-file): Use property to specify this
10574         function should save decoded articles.
10575         (gnus-summary-write-body-to-file): Use property to specify this
10576         function should save decoded articles and specify
10577         gnus-summary-save-body-in-file should be used to save articles other
10578         than the first one when saving many articles.
10579
10580         * gnus-sum.el (gnus-summary-save-article): Simplify.
10581
10582 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-art.el (gnus-default-article-saver):
10585         Add gnus-summary-write-body-to-file.
10586         (gnus-article-save-coding-system): Don't use coding system object
10587         in XEmacs.
10588         (gnus-read-save-file-name): Add optional `dir-var' argument which
10589         specifies directory in which files are saved; work even if optional
10590         `variable' argument is not specified.
10591         (gnus-summary-write-to-file): Read file name.
10592         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10593         (gnus-summary-write-body-to-file): New function.
10594
10595         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10596         (gnus-summary-local-variables): Add it.
10597         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10598         (gnus-summary-save-article): Remove optional `decode' argument;
10599         determine whether to decode articles by the value of
10600         gnus-default-article-saver; when saving many files using
10601         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10602         it first and use gnus-summary-save-in-file or
10603         gnus-summary-save-body-in-file thereafter unless
10604         gnus-prompt-before-saving is always; move point to article which
10605         will be saved.
10606         (gnus-summary-save-article-file): Revert.
10607         (gnus-summary-write-article-file): Revert.
10608         (gnus-summary-save-article-body-file): Revert.
10609         (gnus-summary-write-article-body-file): New function.
10610
10611 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-art.el (gnus-default-article-saver): Doc fix.
10614         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10615         from gnus-summary-save-article-coding-system, and default to a
10616         certain coding system.
10617         (gnus-output-to-file): Add coding cookie and encode text according
10618         to gnus-article-save-coding-system; don't use mm-append-to-file.
10619
10620         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10621         gnus-art.el and rename to gnus-article-save-coding-system.
10622         (gnus-summary-save-article): Require gnus-art; don't show all
10623         headers if it decodes articles; don't add coding cookie here;
10624         don't bind mm-text-coding-system-for-write.
10625         (gnus-summary-save-article-file): Save decoded articles.
10626         (gnus-summary-write-article-file): When saving many files, use
10627         gnus-summary-write-to-file first and gnus-summary-save-in-file
10628         thereafter unless gnus-prompt-before-saving is always.
10629         (gnus-summary-save-article-body-file): Save decoded articles.
10630
10631         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10632
10633 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * nnrss.el (nnrss-check-group): Bind hash-index.
10636
10637 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10638
10639         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10640         its hash index.  Store this hash in `nnrss-group-data'.
10641         (nnrss-read-group-data): Update accordingly.
10642
10643 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10646         entry.
10647
10648         * gnus-sum.el (gnus-summary-make-menu-bar):
10649         Add gnus-article-browse-html-article.
10650
10651 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10652
10653         * gnus-sum.el (gnus-summary-mime-map):
10654         Add gnus-article-browse-html-article.
10655
10656         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10657
10658 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10661         suitable coding systems in customize.
10662
10663 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * mail-source.el (mail-sources): Fix custom type.
10666
10667 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10668
10669         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10670         (gnus-summary-expire-articles-now): Shorten prompt.
10671
10672         * gmm-utils.el (wid-edit): Require.
10673         (defun-gmm): Rename from `gmm-defun-compat'.
10674         (gmm-image-search-load-path): Use it.
10675         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10676
10677 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-sum.el (gnus-summary-save-article-coding-system):
10680         New variable.
10681         (gnus-summary-save-article): Add optional `decode' argument.
10682         If it is set and gnus-summary-save-article-coding-system is non-nil,
10683         save decoded article.
10684         (gnus-summary-write-article-file): Save decoded article if
10685         gnus-summary-save-article-coding-system is non-nil.
10686
10687         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10688         type.
10689
10690 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10693
10694 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10697         first to test gnus-single-article-buffer which may be buffer-local.
10698
10699         * gnus-sum.el (gnus-summary-setup-buffer):
10700         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10701         group; make gnus-article-buffer, gnus-article-current, and
10702         gnus-original-article-buffer always buffer-local.
10703         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10704         group.
10705         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10706
10707 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * nnml.el (nnml-request-compact-group): Compressed files might not
10710         have .gz extension.
10711
10712 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10713
10714         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10715         (mm-copy-to-buffer): Use with-current-buffer.
10716         (mm-display-part): Simplify.
10717         (mm-inlinable-p): Add optional arg `type'.
10718
10719 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10720
10721         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10722         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10723         Try harder to show the attachment internally or externally using
10724         gnus-mime-view-part-as-type.
10725
10726 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * message.el (message-from-style, message-signature-separator)
10729         (message-user-organization-file, message-send-mail-function)
10730         (message-citation-line-function, message-yank-prefix)
10731         (message-indent-citation-function, message-signature)
10732         (message-signature-file, message-signature-insert-empty-line):
10733         Remove autoloads.
10734
10735         * gnus-art.el (gnus-buttonized-mime-types):
10736         Remove "multipart/signed".  Revert 2006-04-26 change.
10737
10738 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * gnus.el (gnus-version-number): Bump version.
10741
10742 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10743
10744         * gnus.el: No Gnus v0.5 is released.
10745
10746 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10747
10748         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10749         fetching articles by message-id.
10750
10751 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752
10753         * message.el (hashcash): Require hashcash as normal.
10754
10755         * ecomplete.el (ecomplete-highlight-match-line):
10756         Use point-at-eol.
10757         (ecomplete-highlight-match-line): Use `highlight', because that
10758         face exists in both Emacs and XEmacs.
10759
10760         * message.el (message-display-abbrev): Use point-at-bol.
10761
10762         * mail-source.el: Don't require timer/timer-funcs.
10763
10764         * gnus-async.el: Ditto.
10765
10766         * password.el: Ditto.
10767
10768         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10769
10770         * mm-url.el: Ditto.
10771
10772         * gnus-xmas.el: Don't require timer-funcs.
10773
10774         * mm-util.el: Require timer/timer-funcs.
10775
10776 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10777
10778         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10779         Close.
10780
10781 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10784         unibyte after clear-decrypt function runs.
10785
10786         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10787         returns as a unibyte string.
10788
10789 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * lpath.el: Revert.
10792
10793         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10794         (pgg-gpg-process-sentinel): Revert.
10795
10796         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10797         (pgg-pgp-lookup-key): Revert.
10798
10799         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10800         (pgg-pgp5-lookup-key): Revert.
10801
10802         * pgg.el (pgg-fetch-key): Revert.
10803
10804 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * lpath.el: Fbind string-as-multibyte for XEmacs.
10807
10808         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10809         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10810         (mml1991-pgg-encrypt): Ditto.
10811
10812         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10813         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10814         a multibyte buffer.
10815
10816         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10817         (pgg-pgp-lookup-key): Ditto.
10818
10819         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10820         (pgg-pgp5-lookup-key): Ditto.
10821
10822         * pgg.el (pgg-fetch-key): Ditto.
10823
10824 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * message.el (message-user-organization-file): Check several
10827         locations of the organization file.
10828
10829         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10830         Add gnus-article-view-part-as-type.
10831
10832         * gnus-art.el (gnus-article-view-part-as-type): New function.
10833
10834         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10835         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10836
10837         * mml.el: Simplify autoload.
10838         (mml-mode): defvar dnd-protocol-alist instead of using
10839         symbol-value.
10840         (mml-default-directory): New variable.
10841         (mml-minibuffer-read-file): Use it.
10842         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10843
10844         * message.el (message-citation-line-format): New variable.
10845         (message-insert-formated-citation-line): New function.
10846         (message-citation-line-function):
10847         Add `message-insert-formated-citation-line' to custom type.
10848
10849         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10850         to doc string.
10851
10852         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10853         depending on mm-verify-option.
10854
10855 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10858         binding pgg-* variables; reimplement the section which prevents
10859         MIME header from being signed.
10860         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10861         pgg-text-mode; remove a blank line at the top of body.
10862
10863         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10864         lines at the top of body; use gnus-newsgroup-charset if there's no
10865         Charset header.
10866
10867 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * message.el (message-self-insert-commands): Doc fix.
10870
10871         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10872         (mm-uu-pgp-encrypted-test): Ditto.
10873         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10874         between header and body; return application/pgp-encrypted handle
10875         if decryption failed; decode decrypted body by charset.
10876
10877         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10878         element match to application/pgp-*.
10879
10880 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10881
10882         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10883         HTML.
10884
10885 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * mail-source.el (mail-source-call-script): Message the error
10888         string.
10889
10890 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891
10892         * gnus-util.el (gnus-byte-compile): Use it.
10893
10894 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10895
10896         * gnus-util.el (kill-empty-logs): New function.
10897
10898 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * message.el (message-mail-alias-type): Doc fix.
10901         (message-mail-alias-type-p): New function.
10902         (message-send): Use it.
10903         (message-mode): Ditto.
10904         (message-strip-forbidden-properties): Ditto.
10905
10906         * ecomplete.el (ecomplete-database-file-coding-system):
10907         New variable.
10908         (ecomplete-save): Use it.
10909         (ecomplete-setup): Use it.
10910
10911 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * message.el (message-self-insert-commands): New variable.
10914         (message-strip-forbidden-properties): Use it.
10915
10916 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10917
10918         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10919         that doesn't make XEmacs choke.
10920
10921 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * gnus-util.el (gnus-replace-in-string):
10924         Prefer replace-regexp-in-string over of replace-in-string.
10925
10926 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * gnus-util.el (gnus-select-frame-set-input-focus):
10929         Use select-frame-set-input-focus if it is available in XEmacs; use
10930         definition defined in Emacs 22 for old Emacsen.
10931
10932         * dgnushack.el: Autoload unmorse-region for XEmacs.
10933
10934         * lpath.el: Bind cursor-in-non-selected-windows and
10935         select-frame-set-input-focus for XEmacs.
10936
10937 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10940
10941 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10942
10943         * gnus-registry.el (gnus-registry-cache-save): Remove text
10944         properties when saving via the temp buffer.
10945
10946 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * message.el (message-generate-hashcash): Honor custom type.
10949
10950 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * message.el (message-generate-hashcash): Default to non-nil when
10953         hashcash is found.
10954
10955         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10956         (gnus-refer-thread-limit): Increase default to 500.
10957
10958         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10959
10960         * flow-fill.el (fill-flowed): Allow delete-space.
10961
10962 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10965         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10966         Remove autoloads.
10967
10968 2006-04-18  Simon Josefsson  <jas@extundo.com>
10969
10970         * message.el (message-generate-hashcash): Default to.
10971
10972 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10975         concatenating segments rather than before concatenating them.
10976
10977 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10980
10981 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10982
10983         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10984
10985         * message.el (message-forward-make-body-plain):
10986         Allow message-forward-ignored-headers to be a list.
10987         (message-remove-ignored-headers): Factor out into function.
10988         (message-forward-make-body-mml): Use it.
10989
10990         * imap.el (imap-quote-specials): New function.
10991         (imap-login-auth): Quote specials.
10992
10993         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10994         (rfc2231-parse-string): Allow concatanation of parameters that
10995         aren't contiguous.  The test case is
10996           (mail-header-parse-content-type "message/external-body;
10997             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10998             access-type=LOCAL-FILE;
10999             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11000
11001 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11002
11003         * nntp.el (nntp-accept-process-output): Return the value of
11004         `nnheader-accept-process-output'.
11005
11006 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11007
11008         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11009         (gnus-button-alist): Recognize more diff formats.
11010         (gnus-button-patch): Strip directory.
11011
11012 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11015         Emacs 22 when setting focus.
11016
11017 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11018
11019         * gnus-art.el (gnus-article-treat-types): Do treatment of
11020         text/x-verbatim parts.
11021         (gnus-button-patch): New command.
11022
11023         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11024         addresses that contain invalid characters.
11025
11026 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11027
11028         * message.el (message-put-addresses-in-ecomplete):
11029         Use gnus-replace-in-string.
11030         (message-is-yours-p): Use the more correct
11031         mail-header-parse-address instead of
11032         mail-extract-address-components.
11033         (message-put-addresses-in-ecomplete): Fix typo.
11034
11035         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11036         keystroke.
11037
11038         * gnus-art.el (gnus-treatment-function-alist): Change order of
11039         newsgroups/generic header folding to avoid double-folding.
11040
11041         * message.el (message-hidden-headers): Add X-Draft-From.
11042
11043         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11044         New command.
11045         (gnus-summary-repeat-search-article-backward): New command.
11046
11047         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11048         groups in the parent topic.
11049
11050 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11051
11052         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11053         (spam-extra-header-to-number): Return the CRM114 number as a
11054         number instead of a string.
11055
11056 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057
11058         * gnus-art.el (gnus-face-properties-alist): Move here from
11059         gnus-fun.
11060
11061         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11062
11063 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11064
11065         * message.el (message-strip-forbidden-properties): Only display on
11066         self-insert-command.
11067
11068         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11069         reindent.
11070         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11071
11072 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11073
11074         * smiley.el (smiley-style): Fix typo.
11075
11076 2006-03-23  Kenichi Handa  <handa@m17n.org>
11077
11078         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11079         instead of set-buffer-multibyte.
11080
11081 2006-03-23  Kenichi Handa  <handa@m17n.org>
11082
11083         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11084         buffer and then decode the buffer text if necessary.
11085         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11086         first, and after mm-encode-body, change the buffer to unibyte.
11087
11088 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * hashcash.el (hashcash-insert-payment-async-2):
11091         Use message-goto-eoh instead of doing it manually.
11092         (mail-add-payment): Use message-narrow-to-header instead of trying
11093         to do the same itself.
11094
11095         * message.el (message-hidden-headers): Add Face.
11096
11097         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11098         reparenting code.
11099         (gnus-summary-reparent-children): Refactored out code.
11100         (gnus-summary-thread-map): New keystroke.
11101         (gnus-summary-reparent-children): Make into command.
11102
11103         * smiley.el (smiley-style): Default to `medium' if using a large
11104         font.
11105
11106         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11107         does it itself.
11108
11109         * message.el (message-point-in-header-p): Simplify definition.
11110
11111 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * nnagent.el (nnagent-request-set-mark): Silence log file
11114         writing.
11115         (nnagent-request-set-mark): Use write-region instead of
11116         append-to-file.
11117
11118         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11119         strange select method.
11120
11121         * ecomplete.el (ecomplete-display-matches): Get highlightling
11122         right.
11123         (ecomplete-display-matches): Use literals.
11124         (ecomplete-display-matches): Disable message logging.
11125
11126         * message.el (message-display-abbrev): Small optimization.
11127
11128         * ecomplete.el (ecomplete-display-matches): Allow automatic
11129         display.
11130
11131         * message.el (message-strip-forbidden-properties):
11132         Display abbrevs.
11133         (message-display-abbrev): Get automatic display right.
11134
11135         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11136         keystrokes.
11137
11138 2006-04-13  Romain Francoise  <romain@orebokech.com>
11139
11140         TODO: Backport to v5-10!
11141
11142         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11143         Move here (and rename) from gnus-registry.el.
11144
11145         * gnus-registry.el: Require gnus-util.
11146         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11147
11148 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11149
11150         * gnus-group.el (gnus-group-catchup-current):
11151         Change if-then-else-if-then-else into cond.
11152         (gnus-group-catchup): Indent.
11153         (group-name-at-point): New function.
11154         (gnus-fetch-group): Provide default from thing at point.
11155
11156 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157
11158         * message.el (message-display-abbrev): Fix regexp.
11159
11160         * ecomplete.el (ecomplete-highlight-match-line):
11161         Reimplement choosing.
11162         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11163         dead variables.
11164
11165         * message.el (message-newline-and-indent): Remove debugging.
11166         (message-display-abbrev): Use new implementation.
11167
11168 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-art.el (gnus-article-mode):
11171         Set cursor-in-non-selected-windows to nil.
11172
11173         * smiley.el: Revert previous change.
11174         (smiley-data-directory): defvar it before using it in the
11175         defcustom of `smiley-style'.
11176
11177 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11178
11179         * message.el (message-newline-and-indent): New function.
11180
11181         * ecomplete.el: Implement more bits.
11182
11183         * message.el (message-put-addresses-in-ecomplete): Clean up the
11184         string.
11185
11186         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11187
11188         * gnus-sum.el (gnus-summary-save-parts):
11189         Bind gnus-summary-save-parts-counter and use it to make unique file
11190         names.
11191
11192         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11193
11194         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11195         parameter to say whether to actually parse the individual
11196         addresses.
11197
11198         * message.el (message-put-addresses-in-ecomplete): New function.
11199         (ecomplete): Require.
11200         (message-mail-alias-type): Add ecomplete as an option.
11201
11202 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11203
11204         * flow-fill.el (fill-flowed): Remove trailing space from blank
11205         quoted lines.
11206
11207 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208
11209         * smiley.el (smiley-style): Move definition later to avoid a
11210         compilation warning.
11211
11212 2006-04-12  Kenichi Handa  <handa@m17n.org>
11213
11214         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11215         buffer and then decode the buffer text if necessary.
11216         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11217         first, and after mm-encode-body, change the buffer to unibyte.
11218         Use mm-disable-multibyte instead of set-buffer-multibyte.
11219
11220 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11223         Content-Type header instead of Content-Disposition header.
11224         (gnus-mime-inline-part): Ditto.
11225         (gnus-mime-view-part-as-charset): Ignore charset that the part
11226         specifies.
11227
11228         * mm-decode.el (mm-display-part): Work with external parts and
11229         usual parts similarly.
11230
11231         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11232         instead of gnus-display-mime.
11233
11234         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11235         instead of with-temp-buffer.
11236
11237         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11238         tag to summarized topics part in order to encode non-ASCII text.
11239
11240 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * smiley.el (smiley-style): New variable.
11243         (smiley-directory): New function.
11244         (smiley-data-directory): Derive from `smiley-style' using
11245         `smiley-directory'.
11246         (smiley-regexp-alist): Add new entries.
11247
11248         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11249         (gnus-article-browse-delete-temp): Add :version.
11250
11251 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11252
11253         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11254         the sieve region.
11255
11256 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11257
11258         * gnus.el (gnus-version-number): Bump version.
11259
11260 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11261
11262         * gnus.el: No Gnus v0.4 is released.
11263
11264 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11265
11266         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11267         layout.
11268
11269         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11270         unknown charset.
11271
11272         * message.el (message-header-synonyms): Add Original-To to the
11273         default.
11274
11275         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11276         optional parameter.
11277
11278 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * gnus-fun.el (gnus): Require it for gnus-directory.
11281
11282 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11285
11286 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11287
11288         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11289
11290 2006-04-05  Simon Josefsson  <jas@extundo.com>
11291
11292         * password.el (password-reset): New function.
11293
11294 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11295
11296         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11297         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11298
11299 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11300
11301         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11302         Some whitespace was matched into the url, which broke browsing hits
11303         > 100 when mm-url-use-external was nil.
11304
11305 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11308         Check gnus-extra-headers for 'Newsgroups.
11309
11310         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11311         bound.
11312
11313 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11314
11315         * pgg-gpg.el: Clean up process buffers every time gpg processes
11316         complete.
11317
11318 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11321         doc string.
11322
11323 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11324
11325         * pgg-gpg.el (pgg-gpg-process-filter)
11326         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11327
11328         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11329         lines, temporary fix.
11330
11331 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11334
11335 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11336
11337         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11338         default-enable-multibyte-characters.  This reverts the change from
11339         revision 6.17 which is no longer necessary because the passphrase
11340         is sent separately now.  GnuPG messages are unreadable under
11341         multibyte locales with default-enable-multibyte-characters set to
11342         nil.
11343
11344 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * message.el (message-tool-bar-gnome): Move "spell".
11347
11348 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11351         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11352         instead.
11353
11354 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11355
11356         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11357         Improve newsgroups handling for NNTP overviews which don't include
11358         Newsgroups.
11359
11360 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11361
11362         * message.el (message-resend): Bind message-generate-hashcash to nil.
11363
11364 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11365
11366         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11367         when searching for already-paid recipients.
11368
11369 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11370
11371         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11372         passphrases when it is not needed.
11373         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11374         passphrase stuff from gpg, should only be necessary when you use
11375         gpg with a smartcard.
11376
11377 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * mml.el (mml-insert-mime): Ignore cached contents of
11380         message/external-body part.
11381
11382         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11383         (mm-insert-part): Ditto.
11384
11385 2006-03-23  Simon Josefsson  <jas@extundo.com>
11386
11387         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11388         Reiner.
11389         (pgg-gpg-use-agent-p): Use it again.
11390
11391 2006-03-23  Simon Josefsson  <jas@extundo.com>
11392
11393         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11394         older emacsen.
11395         (pgg-gpg-use-agent-p): Don't use it.
11396
11397 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11400         if we can.
11401
11402 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11403
11404         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11405         (pgg-gpg-update-agent): New function.
11406         (pgg-gpg-use-agent-p): New function.
11407         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11408         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11409         (pgg-gpg-sign-region): Use it.
11410
11411 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11414         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11415
11416 2006-03-21  Simon Josefsson  <jas@extundo.com>
11417
11418         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11419         <wilde@sha-bang.de>.
11420         (pgg-gpg-use-agent): New variable.
11421         (pgg-gpg-process-region): Use it.
11422         (pgg-gpg-encrypt-region): Likewise.
11423         (pgg-gpg-encrypt-symmetric-region): Likewise.
11424         (pgg-gpg-decrypt-region): Likewise.
11425         (pgg-gpg-sign-region): Likewise.
11426         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11427
11428 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11431
11432         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11433         Add comment on version.
11434
11435 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * smiley.el: Add missing test smiley.
11438
11439 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * mm-decode.el (mm-with-part): New macro.
11442         (mm-get-part): Use it; work with message/external-body as well.
11443         (mm-save-part): Treat name and filename equally.
11444
11445         * mm-extern.el (mm-extern-cache-contents): New function.
11446         (mm-inline-external-body): Use it; force the part to be displayed;
11447         move undisplayer added to the cached handle to the parent.
11448
11449         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11450         (gnus-mime-view-part-as-type): Work with message/external-body.
11451
11452         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11453
11454 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11457         images in image-load-path.  [Sync with image.el, revision 1.60, in
11458         Emacs.]
11459
11460 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11463         path rather than symbol.  Always return list of directories.
11464         Guarantee that image directory comes first.  [Sync with image.el,
11465         revision 1.59, in Emacs.]
11466
11467         * message.el (message-make-tool-bar): Adjust to new API of
11468         `gmm-image-load-path-for-library'.
11469
11470         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11471
11472         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11473
11474 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11475
11476         * gnus-art.el (gnus-article-only-boring-p):
11477         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11478         intangible text.
11479         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11480
11481 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11484         Use `defun' instead of `gmm-defun-compat'.
11485
11486 2006-03-14  Simon Josefsson  <jas@extundo.com>
11487
11488         * message.el (message-unique-id): Don't use message-number-base36
11489         if (user-uid) is a float.
11490         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11491
11492 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11495
11496         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11497         empty line between a part and a message part.
11498
11499 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * smiley.el: Add more test smileys.
11502         (smiley-data-directory, smiley-regexp-alist)
11503         (gnus-smiley-file-types): Fix doc strings.
11504         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11505         adding new elements.
11506         (smiley-mouse-map): Unused code.  Make it a comment.
11507
11508 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11511         scan latest NoCeM messages instead of old ones.
11512         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11513         delimiters that are recently used.
11514         (gnus-nocem-load-cache): Add autoload cookie.
11515
11516         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11517
11518         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11519         level which is larger than gnus-use-nocem is specified.
11520
11521         * gnus-group.el (gnus-group-get-new-news): Ditto.
11522
11523 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gnus-util.el (gnus-tool-bar-update): New function.
11526
11527         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11528         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11529
11530         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11531
11532         * gnus-group.el (gnus-group-redraw-when-idle)
11533         (gnus-group-redraw-check): Remove.
11534         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11535
11536 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11539         if optional last element is specified in splits (FIELD VALUE...).
11540
11541 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11544         to gmm-image-load-path-for-library.  Call with no-error argument.
11545         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11546
11547         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11548
11549         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11550
11551         * gmm-utils.el (gmm-image-load-path): Remove alias.
11552
11553 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * gmm-utils.el (gmm-image-load-path): Add alias.
11556
11557         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11558         nnml-generate-nov-databases-1.
11559         (nnml-generate-nov-databases): Use it.
11560         (nnml-generate-nov-databases-directory): Document no-active
11561         argument.
11562
11563         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11564         directory if path is t.  Add no-error.
11565
11566         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11567         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11568
11569         * gnus-art.el (gnus-article-browse-delete-temp-files):
11570         Simplify resetting gnus-article-browse-html-temp-list.
11571
11572         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11573         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11574         Add example to docstring.  Rename local variables.  Move error
11575         checks to default case in cond and simplify.
11576
11577 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11580         handle is multipart when calling it recursively.
11581         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11582
11583 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11584
11585         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11586         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11587
11588 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11591         is loaded.
11592
11593         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11594         loaded.
11595
11596 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11599         to "Emacs 23 (unicode)" in doc string.
11600
11601         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11602         "Emacs 23 (unicode)" in comment.
11603
11604 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11607
11608         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11609         characters 160 through 255 in Emacs 23.
11610
11611 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11614         gnus-article-browse-html-temp.
11615         (gnus-article-browse-delete-temp): Make it customizable.
11616         Add `file'.  Adjust doc string.
11617         (gnus-article-browse-delete-temp-files): Add argument.
11618         Allow query for each file.  Adjust doc string.
11619         (gnus-article-browse-html-parts):
11620         Add `gnus-article-browse-delete-temp-files' to
11621         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11622
11623 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11624
11625         * gnus-art.el (gnus-article-browse-html-temp)
11626         (gnus-article-browse-delete-temp): New variables.
11627         (gnus-article-browse-delete-temp-files): New function.
11628         (gnus-article-browse-html-parts): Use it.
11629
11630 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11633
11634         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11635         string.
11636
11637         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11638         gnus-summary-insert-new-articles when unplugged.
11639         Remove gnus-summary-search-article-forward.
11640
11641         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11642         display-visual-class instead of display-color-cells.
11643
11644 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * dgnushack.el: Autoload customize-group for XEmacs.
11647
11648         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11649         message/* containing non-ASCII text properly.
11650
11651 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * message.el: Require gmm-utils, remove autoloads.
11654         (message-tool-bar): Set default based on
11655         gmm-tool-bar-style.
11656         (message-tool-bar-gnome): Add gmm-customize-mode.
11657
11658         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11659         gmm-tool-bar-style.
11660         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11661
11662         * gnus-group.el (gnus-group-tool-bar): Set default based on
11663         gmm-tool-bar-style.
11664         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11665
11666         * gmm-utils.el (gmm-image-directory): Rename variable from
11667         gmm-image-load-path.
11668         (gmm-image-load-path): Use gmm-image-directory.
11669         (gmm-customize-mode): New function.
11670         (gmm-tool-bar-style): New variable.
11671
11672         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11673         gnus-group-redraw-line-number.
11674         (gnus-group-redraw-check): Simplify.
11675         (gnus-group-tool-bar-update): Remove redraw check.
11676         (gnus-group-make-tool-bar): Add redraw check.
11677
11678 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11679
11680         * gnus-art.el (gnus-button): Add missing parentheses.
11681
11682 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * lpath.el: Fbind line-number-at-pos.
11685
11686 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11689
11690 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * gnus-art.el (gnus-button): New face.
11693         (gnus-article-button-face): Use it.
11694
11695         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11696         Add gnus-summary-next-page.  Re-order.
11697
11698         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11699         next-node are now included.
11700         (gnus-group-redraw-line-number): New internal variable.
11701         (gnus-group-redraw-check): Helper function for updating the tool
11702         bar.
11703         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11704
11705         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11706
11707         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11708         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11709         Use it to match format of Spamassassin 3.0 and later.
11710         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11711         (spam-check-bogofilter)
11712         (spam-bogofilter-register-with-bogofilter): Fix args of
11713         `gnus-error' calls.
11714
11715 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11718         unnecessary interaction when sending queued mails.
11719         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11720
11721 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11724         first or last are nil.
11725
11726 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11727
11728         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11729
11730 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11731
11732         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11733
11734 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11735
11736         * dns.el (query-dns): Protect more against buggy tcp output.
11737
11738 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11741         nov.php.
11742
11743 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11744
11745         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11746         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11747         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11748         output on the server side.
11749         (nnweb-google-create-mapping): Update regexps and add some
11750         progress indication.
11751
11752 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * gnus-group.el (gnus-group-tool-bar-gnome):
11755         Fix gnus-agent-toggle-plugged.  Re-order icons.
11756         (gnus-group-tool-bar-gnome):
11757         Add gnus-group-{prev,next}-unread-group.
11758         (gnus-group-tool-bar-gnome): Re-order icons.
11759
11760         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11761         Move gnus-summary-insert-new-articles.
11762
11763         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11764         Fix comments.
11765
11766         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11767         also available in Emacs 21.3.
11768
11769         * message.el (message-fix-before-sending): Change "Emacs 22" to
11770         "Emacs 23 (unicode)" in comment.
11771
11772         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11773         "Emacs 23 (unicode)" in comment.
11774
11775         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11776         comment.
11777         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11778
11779         * mm-view.el (mm-fill-flowed): Add :version.
11780
11781 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11784         and load-path.
11785
11786 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * message.el: Autoload gmm-image-load-path.
11789         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11790         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11791         consitency.
11792
11793         * gmm-utils.el (gmm-image-load-path): Also search in
11794         "../etc/images".  Don't set gmm-image-load-path if we don't find
11795         the image.
11796
11797 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gmm-utils.el (gmm-image-load-path): Don't make
11800         `gmm-image-load-path' include subdirectories which the second arg
11801         `image' might specify.
11802
11803         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11804         subdirectory to icon file names.
11805
11806         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11807
11808 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11811         gmm-image-load-path calls.
11812
11813         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11814
11815         * message.el (message-make-tool-bar): Ditto.
11816
11817         * mml.el (mml-preview): Add comment concerning tool bar icons.
11818
11819         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11820         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11821
11822         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11823         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11824
11825         * message.el (message-tool-bar-gnome): Use new icon names.
11826         (message-make-tool-bar): Use `gmm-image-load-path'.
11827
11828         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11829         New functions from MH-E.
11830         (gmm-image-load-path): New variable from MH-E.
11831         (gmm-image-load-path): New function from MH-E.  Add arguments
11832         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11833         *-image-load-path-called-flag.
11834
11835 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11836
11837         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11838
11839 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11840
11841         * nnimap.el (nnimap-request-move-article): Change folder back to
11842         source group before deleting.
11843
11844 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11847
11848         * gnus-art.el (mm-url-insert-file-contents-external):
11849         Autoload mm-url.
11850
11851         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11852
11853 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11856         coding system which mm-charset-to-coding-system returns for a
11857         given charset is valid.
11858
11859 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11860
11861         * html2text.el (html2text-remove-tag-list):
11862         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11863
11864 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11865
11866         * gnus-cus.el: Revert 2005-10-17 change.
11867
11868 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus-art.el (article-strip-banner):
11871         Call article-really-strip-banner only when the regexp match is made.
11872
11873 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-art.el (article-strip-banner):
11876         Use gnus-extract-address-components instead of
11877         mail-header-parse-addresses to make it work with non-ASCII text;
11878         remove mail-encode-encoded-word-string.
11879
11880         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11881         values which are surrounded with \"...\"; make it never cause a
11882         Lisp error; give up parsing of parameters if it failed in
11883         extracting type.
11884
11885 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11886
11887         * smime.el (smime-cert-by-ldap-1): Fix bug where
11888         `smime-ldap-search' returns results without userCertificates.
11889
11890 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11893
11894 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11895
11896         * spam.el (spam-check-spamassassin-headers): Adapt format for
11897         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11898         <ari@mbf.ocn.ne.jp>.
11899         (spam-list-of-processors): Add spam-use-gmane.
11900
11901 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11904         make-temp-file; make it work with XEmacs as well.
11905
11906         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11907         mm-make-temp-file.
11908
11909         * mm-decode.el (mm-display-external): Use the 3rd arg of
11910         mm-make-temp-file.
11911         (mm-create-image-xemacs): Ditto.
11912
11913 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11916         with message-narrow-to-headers.
11917         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11918         (gnus-draft-check-draft-articles): New function.
11919         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11920
11921 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * gnus-art.el (gnus-article-browse-html-parts):
11924         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11925         Don't use suffix argument for mm-make-temp-file for Emacs 21
11926         compatibility.  Remove useless `format'.
11927
11928 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11929
11930         * nnweb.el (nnweb-google-wash-article): Update regexps.
11931         (nnweb-group-alist): Use defvoo instead of defvar.
11932
11933 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11936         re-loading nn* modules.
11937
11938 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11941         for `tool-bar-mode' and don't check it's default-value.
11942
11943         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11944
11945         * message.el (message-make-tool-bar): Ditto.
11946
11947         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11948         `substring'.  Shorten tmp-file name.
11949
11950         * gnus.el: Remove bogus comment.
11951
11952 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11953
11954         * gnus-art.el (gnus-article-browse-html-parts): New function.
11955         (gnus-article-browse-html-article): New function for viewing html
11956         articles with a browser.
11957
11958 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11959
11960         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11961         in elisp.
11962         (pgg-gpg-encrypt-symmetric-region): Ditto.
11963         (pgg-gpg-sign-region): Ditto.
11964
11965         * pgg-def.el (pgg-text-mode): New variable.
11966
11967         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11968         (mml2015-pgg-encrypt): Ditto.
11969
11970         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11971         (mml1991-pgg-encrypt): Ditto.
11972
11973 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * nnfolder.el (nnfolder-insert-newsgroup-line):
11976         Use message-make-date instead of current-time-string.
11977
11978         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11979         to gnus-decoded which mm-uu might set.
11980
11981 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11984         don't decode quoted parameters; remove misimported Emacs code.
11985         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11986         (rfc2231-decode-encoded-string): Don't use split-string which
11987         behaves differently according to Emacs version; use
11988         mm-decode-coding-region to convert charset to coding-system.
11989         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11990         (rfc2231-encode-string): Remove misimported Emacs code.
11991
11992 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11995         when calling mail-header-parse-content-type.
11996         (article-de-quoted-unreadable): Ditto.
11997         (article-de-base64-unreadable): Ditto.
11998         (article-wash-html): Ditto.
11999
12000         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12001         calling mail-header-parse-content-type and
12002         mail-header-parse-content-disposition.
12003         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12004         mail-header-parse-content-type.
12005
12006         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12007         insert charset and format parameters; encode description after
12008         inserting it to buffer.
12009         (mml-insert-parameter): Fold lines properly even if a parameter is
12010         segmented into two or more lines; change the max column to 76.
12011
12012         * rfc1843.el (rfc1843-decode-article-body): Don't use
12013         ignore-errors when calling mail-header-parse-content-type.
12014
12015         * rfc2231.el (rfc2231-parse-string): Return at least type if
12016         possible; don't cause an error even if it fails in parsing of
12017         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12018         (rfc2231-encode-string): Don't break lines at the beginning, leave
12019         it to mml-insert-parameter.
12020
12021         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12022         calling mail-header-parse-content-type.
12023
12024 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * spam-report.el (spam-report-gmane-use-article-number):
12027         Improve doc string.
12028         (spam-report-gmane-internal): Check if a suitable header was found
12029         in the article.
12030
12031 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12034         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12035
12036 2006-02-05  Romain Francoise  <romain@orebokech.com>
12037
12038         Update copyright notices of all files in the gnus directory.
12039
12040 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12041
12042         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12043
12044 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12047         segmented lines of parameter value to cope with Thunderbird 1.5
12048         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12049         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12050         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12051
12052 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12053
12054         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12055         parts.
12056
12057 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12058
12059         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12060         there's only one active file for all servers.
12061         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12062         solid groups.  Gnus might have used a FAST request to select the group.
12063         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12064         and nnweb-search redundantly in the active file.
12065         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12066         (nnweb-request-create-group): Don't use ARGS.
12067         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12068         initialisations.  Let nnoo do the work.
12069
12070 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12073         Say the part has been decoded.
12074
12075         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12076
12077 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12078
12079         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12080         mailcap-viewer-test-cache when there's no 'test clause, since that
12081         will invert the meaning of a "nil" test previously determined by
12082         mailcap-mailcap-entry-passes-test.
12083
12084 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12087         compiling.
12088
12089         * gnus-sum.el: Ditto.
12090
12091         * message.el: Don't bind tool-bar-map when compiling.
12092
12093 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12096
12097 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12098
12099         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12100         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12101         current Google Groups.
12102
12103 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12106         and tool-bar-mode.
12107
12108         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12109         and tool-bar-mode.
12110
12111         * message.el (message-tool-bar-update): Simplify.
12112         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12113
12114         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12115         gnus-summary-buffer.
12116         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12117         gnus-summary-reply.
12118
12119         * gmm-utils.el (gmm): Add :version.
12120
12121 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * Makefile.in (clean): New rule.
12124         (distclean): Use it.
12125
12126 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12127
12128         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12129         Don't autoload.
12130
12131 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gmm-utils.el (gmm-verbose): Add :group.
12134
12135 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12136
12137         * message.el: Change some comments WRT tool-bars.
12138
12139         * gnus-sum.el (gnus-summary-tool-bar)
12140         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12141         (gnus-summary-tool-bar-zap-list): New variables.
12142         (gnus-summary-make-tool-bar): Complete rewrite using
12143         `gmm-tool-bar-from-list'.
12144
12145         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12146         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12147         New variables.
12148         (gnus-group-make-tool-bar): Complete rewrite using
12149         `gmm-tool-bar-from-list'.
12150         (gnus-group-tool-bar-update): New function.
12151
12152         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12153
12154 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12157         is dissected into a single part of which the type is the same as
12158         the given one; decode charset.
12159
12160 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12161
12162         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12163         into alists as symbol not string, since that's what
12164         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12165         look for.
12166
12167 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12168
12169         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12170         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12171
12172         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12173
12174 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12177         (gnus-xmas-mime-security-button-menu): New function.
12178
12179         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12180         (gnus-mime-security-button-menu): New definition.
12181         (gnus-mime-security-button-map): Use them.
12182         (gnus-mime-security-button-menu): New function.
12183         (gnus-insert-mime-security-button): Addition to help echo.
12184         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12185         (gnus-mime-security-pipe-part): New functions.
12186
12187         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12188         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12189
12190         * mm-decode.el (mm-handle-set-disposition): Remove.
12191         (mm-handle-set-description): Remove.
12192
12193 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12196         (mm-w3m-standalone-supports-m17n-p): New function.
12197         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12198         w3m usage.
12199
12200         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12201         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12202
12203 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * message.el (message-tool-bar-zap-list):
12206         Use gmm-tool-bar-zap-list as custom type.
12207         (message-tool-bar-update): New function.
12208         (message-tool-bar, message-tool-bar-gnome)
12209         (message-tool-bar-retro): Add message-tool-bar-update.
12210         (message-tool-bar-gnome): Add flyspell-buffer.
12211
12212         * gnus-util.el (gnus-error): Describe `args'.
12213
12214         * gmm-utils.el (gmm-error): Describe `args'.
12215         (gmm-tool-bar-zap-list): New widget.
12216         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12217
12218 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12221         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12222         the number of recursive calls.
12223
12224         * mm-decode.el (mm-handle-set-disposition): New macro.
12225         (mm-handle-set-description): New macro.
12226
12227 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12230         encoding.
12231
12232 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * message.el (message-tool-bar-zap-list, message-tool-bar)
12235         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12236         (message-tool-bar-local-item-from-menu): Remove.
12237         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12238         (message-make-tool-bar): New function.
12239         (message-mode): Use `message-make-tool-bar'.
12240
12241         * gmm-utils.el: New file.
12242         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12243         (gmm-lazy): New widget copied from `nnmail.el'.
12244         (gmm-tool-bar-from-list): New function for creating customizable
12245         tool bars.
12246         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12247         output.
12248         (gmm): Add :prefix to defgroup.
12249
12250 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12251
12252         * gmm-utils.el (gmm-widget-p): New function.
12253
12254 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * mml.el (mml-attach-file): Describe `description' in doc string.
12257         (mml-menu): Add Emacs MIME manual and PGG manual.
12258
12259 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12260
12261         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12262
12263 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12264
12265         * nntp.el (nntp-end-of-line): Doc fix.
12266
12267 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12268
12269         * imap.el (imap-open): Handle case where buffer is a buffer
12270         object.
12271
12272 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12273
12274         * gnus-delay.el (gnus-delay): Don't autoload.
12275         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12276         to be re-loaded when customizing the `gnus-delay' group.
12277
12278 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12279
12280         * message.el (message-insert-citation-line): Use newlines.
12281
12282 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12283
12284         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12285         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12286         these routines, so the passphrase can be managed externally and
12287         passed in to the system.
12288         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12289         pgg-add-passphrase-to-cache function.
12290
12291         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12292         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12293         these routines, so the passphrase can be managed externally and
12294         passed in to the system.
12295         (pgg-pgp5-sign-region): Use new name of
12296         pgg-add-passphrase-to-cache function.
12297
12298 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12299
12300         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12301         part of the decoded armor to find the key-identifier.
12302         (pgg-gpg-lookup-key-owner): New function to return the
12303         human-readable identifier of a key owner.
12304         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12305         itself.
12306         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12307         the key value) if we have a key and can match it against a secret
12308         key.  Also, added a note pointing out fact that the prompt only
12309         indicates the first matching key.
12310
12311         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12312         pgg-decrypt-region.
12313         (pgg-add-passphrase-to-cache): Rename from
12314         `pgg-add-passphrase-cache' to reduce confusion (all callers
12315         changed).
12316         (pgg-remove-passphrase-from-cache): Rename from
12317         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12318         changed).
12319         (pgg-read-passphrase, pgg-add-passphrase-cache)
12320         (pgg-remove-passphrase-cache): Add informative docstrings.
12321         (pgg-decrypt): Convey provided passphrase in subordinate call to
12322         pgg-decrypt-region.
12323
12324 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12325
12326         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12327         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12328         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12329         'passphrase' argument, so the passphrase can be managed externally
12330         and then passed in to the system.
12331
12332         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12333         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12334         so the passphrase cache can be used reliably with identifiers
12335         besides a pgp packet's key id.
12336
12337         * pgg-gpg.el (pgg-gpg-encrypt-region)
12338         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12339         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12340         these routines, so the passphrase can be managed externally and
12341         passed in to the system.
12342
12343         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12344         'notruncate' argument, so the passphrase cache can be used
12345         reliably with identifiers besides a pgp packet's key id.
12346
12347 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12348
12349         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12350         symmetric encryption.
12351         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12352         encrypted session key.
12353         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12354         message ask for the passphrase in a proper way.
12355
12356         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12357         New user commands for symmetric encryption.
12358
12359 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12362
12363         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12364
12365 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12366
12367         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12368
12369 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * mm-decode.el (mm-inlined-types): Add application/pgp.
12372         (mm-automatic-display): Ditto.
12373
12374         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12375         part as text.
12376
12377 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * nnrss.el: Update copyright.
12380         (nnrss-opml-import): Query whether to subscribe to each entry.
12381
12382         * gnus-art.el:
12383         * gnus-sum.el:
12384         * gnus-xmas.el:
12385         * messagexmas.el:
12386         * mm-uu.el:
12387         * mm-view.el: Update copyright.
12388
12389 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12390
12391         * message.el (message-info): New function.
12392         (message-mode-menu): Add it.
12393         Update copyright.
12394
12395         * ChangeLog: Fix and update copyright.
12396
12397 2006-01-13  Romain Francoise  <romain@orebokech.com>
12398
12399         * message.el (message-forward-subject-name-subject): Prefer the
12400         address to 'nowhere' if the sender has no name.
12401         Fix typo.  Update copyright year.
12402
12403 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * gnus-art.el (article-wash-html):
12406         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12407         (gnus-article-wash-html-with-w3m-standalone): New function.
12408
12409         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12410         mm-inline-text-html-render-with-w3m-standalone.
12411         (mm-text-html-washer-alist): Map w3m-standalone to
12412         gnus-article-wash-html-with-w3m-standalone.
12413         (mm-inline-text-html-render-with-w3m-standalone): New function.
12414
12415 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12418         Improve LaTeX.
12419
12420 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12423         (nnrss-request-article): Render text/plain parts as HTML.
12424
12425         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12426         the buffer.
12427
12428 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12431         custom definition of `gnus-posting-styles'.
12432
12433         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12434         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12435
12436 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12439         Use nntp for bug archive.
12440
12441 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12444         parts.
12445         (nnrss-normalize-date): New function converts ISO 8601 date into
12446         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12447         (nnrss-check-group): Use it.
12448
12449 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12452
12453         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12454         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12455         (nnrss-insert-w3): Ditto.
12456
12457 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12460         the articles to be forwarded including the case where neither a
12461         number of articles nor a region is specified.
12462
12463 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * nnrss.el (nnrss-request-article): Fix last change; fill
12466         text/plain parts.
12467
12468 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12471         in text/plain part.
12472         (nnrss-check-group): Don't add excessive newline to dc:subject.
12473
12474 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12475
12476         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12477         article.
12478
12479 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12482         (nnml-use-compressed-files, nnml-save-mail): Support other
12483         comression programs such as bzip2.
12484
12485 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12486
12487         * dns.el (query-dns): Make sure we check the buffer size before
12488         removing tcp headers.
12489
12490 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12493         remove MIME buttons associated with multipart/alternative parts.
12494         (gnus-mime-display-alternative): Tag buttons using `article-type'
12495         text property.
12496
12497         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12498         associated with multipart/alternative parts.
12499
12500         * gnus-art.el (gnus-signature-separator): Fix custom type.
12501
12502         * mm-decode.el (mm-inlined-types): Fix custom type.
12503         (mm-keep-viewer-alive-types): Ditto.
12504         (mm-automatic-display): Ditto.
12505         (mm-attachment-override-types): Ditto.
12506         (mm-inline-override-types): Ditto.
12507         (mm-automatic-external-display): Ditto.
12508
12509 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * spam-report.el (spam-report-user-mail-address)
12512         (spam-report-user-agent): New variables.
12513         (spam-report-url-ping-plain): Use spam-report-user-agent.
12514
12515 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12516
12517         * gnus-art.el (gnus-button-handle-custom): Do not just use
12518         `customize-apropos' for any "M-x customize-*" button but the
12519         function called for.  Accept both the function name and its
12520         argument in order to achieve this.
12521         (gnus-button-alist): Remove support for "custom:" URL's.
12522         Pass function name to `gnus-button-handle-custom' in case of "M-x
12523         customize-*" buttons.
12524
12525 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12528         multipart/alternative and add xref to mm-discouraged-alternatives
12529         in doc string.
12530
12531         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12532         gnus-buttonized-mime-types in doc string.
12533
12534 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12537         Suggest image/.* in the doc string.
12538
12539 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12540
12541         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12542         message-marks (Debian bug #342521).
12543
12544 2005-12-12  Simon Josefsson  <jas@extundo.com>
12545
12546         * password.el (password-read-from-cache): Add.
12547         (password-read): Use it.
12548
12549 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * rfc2047.el (rfc2047-charset-to-coding-system):
12552         Recognize us-ascii as a MIME charset.
12553
12554         * mm-bodies.el (mm-decode-content-transfer-encoding):
12555         Protect against the case where the 2nd arg TYPE is nil.
12556
12557 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12558
12559         * pop3.el (pop3-stream-type): Fix custom version.
12560
12561         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12562
12563 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12564
12565         * mm-decode.el (mm-display-external): Add missing cdr.
12566
12567 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12570         RFC1524) if it is in mailcap or add a suffix according to
12571         mailcap-mime-extensions when generating a temp filename; postpone
12572         deleting a temp file for 2 seconds for some wrappers, shell
12573         scripts, and so on, which might exit right after having started a
12574         viewer command as a background job.
12575
12576 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * nntp.el (nntp-marks-directory): Fix custom group.
12579
12580         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12581         steps when < 10.
12582
12583         * gnus-start.el (gnus-no-server-1):
12584         Mention `gnus-level-default-subscribed' in doc string.
12585
12586 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12587
12588         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12589         parens.
12590
12591 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12592
12593         * gnus-xmas.el (gnus-use-toolbar): Revert.
12594         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12595         gnus-use-toolbar is default.
12596
12597         * messagexmas.el (message-use-toolbar): Revert.
12598         (message-setup-toolbar): Use global default-toolbar if
12599         message-use-toolbar is default.
12600
12601 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12604         according to default-toolbar-visible-p.
12605
12606         * messagexmas.el (message-use-toolbar): Ditto.
12607
12608 2005-11-26  Dave Love  <fx@gnu.org>
12609
12610         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12611         (tls-program, tls-success): Provide openssl alternative.
12612
12613         * starttls.el: Doc fixes.
12614         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12615         SERVICE to PORT.
12616
12617         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12618         port null or service name.
12619         (starttls-negotiate): Autoload.
12620
12621 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12622
12623         * message.el (message-kill-to-signature): Fix interactive spec.
12624
12625 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * pop3.el (pop3-open-server): Recognize a string as a service name.
12628
12629 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12630
12631         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12632
12633 2005-11-23  Dave Love  <fx@gnu.org>
12634
12635         Add pop3s, pop3/starttls.
12636
12637         * pop3.el (pop3-authentication-scheme): Clarify doc.
12638         (open-tls-stream, starttls-open-stream): Autoload.
12639         (pop3-stream-type): New.
12640         (pop3-open-server): Use it.
12641
12642         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12643         for POP.
12644         (mail-source-keyword-map): Add :stream for POP.
12645         (mail-source-fetch-pop): Use pop3-stream-type.
12646
12647 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12650         of current-time-string.
12651
12652 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12653
12654         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12655         date header.
12656
12657 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12658
12659         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12660         it can seriously impact performance as it bypasses the agent's
12661         local caches.
12662
12663 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12664
12665         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12666         must be explicitly online rather than "not explicitly offline" for
12667         its flags to be synchronized.
12668
12669         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12670         that gnus-uu-unmark-thread will function correctly.
12671
12672         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12673         1024K is instead displayed as 1M.
12674
12675 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12676
12677         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12678
12679 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12680
12681         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12682
12683 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12684
12685         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12686         error message to display actual error condition.
12687         (gnus-agent-save-local): Avoid saving symbols that are bound to
12688         nil as they simply result in a warning message in
12689         gnus-agent-read-local.
12690
12691 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12694         rather than make-variable-buffer-local for file-precious-flag.
12695
12696 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12697
12698         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12699         for duplicates which are removed.  The invalid sort check then
12700         triggers a rescan after the sort as sorting may have moved
12701         duplicate entries such that they can be cheaply detected.
12702
12703 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12706
12707 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12708
12709         * gnus-agent.el (gnus-agent-article-alist-save-format):
12710         Change internal variable to a custom variable.  Change default value
12711         from compressed(2) to uncompressed(1).
12712         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12713         support for uncompressed agentview files.  Taken together, reading
12714         the agentview file should now be 6-7 times faster.
12715
12716 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12717
12718         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12719         as a buffer-local variable.  This avoids creating truncated
12720         dribble files as a result of a hang up, eg.
12721
12722 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12723
12724         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12725         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12726         XEmacs.
12727
12728 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * gnus-start.el (gnus-start-draft-setup):
12731         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12732
12733         * gnus.el (gnus-splash): Change custom group.
12734         (gnus-group-get-parameter, gnus-group-parameter-value):
12735         Describe allow-list argument.
12736
12737         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12738         string.
12739
12740 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * gnus-art.el (gnus-default-article-saver): Add user-defined
12743         `function' to custom type.
12744
12745 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12746
12747         * imap.el (imap-open): Handle case where buffer is a buffer
12748         object.
12749
12750 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12753         long lines.
12754         (gnus-cache-delete-group): Wrap doc strings.
12755
12756         * gnus-agent.el (gnus-agent-rename-group)
12757         (gnus-agent-delete-group): Wrap doc strings.
12758
12759 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * messagexmas.el (message-use-toolbar): Change the valid values
12762         into default, top, bottom, left, and right.
12763         (message-toolbar-thickness): New variable.
12764         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12765         well.
12766         (message-setup-toolbar): Make it work.
12767
12768         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12769         (gnus-use-toolbar): Change the valid values into default, top,
12770         bottom, left, and right.
12771         (gnus-toolbar-thickness): New variable.
12772         (gnus-xmas-setup-toolbar): New function.
12773         (gnus-xmas-setup-group-toolbar): Use it.
12774         (gnus-xmas-setup-summary-toolbar): Use it.
12775
12776 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * gnus-start.el (gnus-1): Add "native" to
12779         gnus-predefined-server-alist.
12780
12781         * gnus.el (gnus-method-to-server): Don't add "native" to the
12782         lists here, because that leads to problems when
12783         gnus-select-method is bound.
12784
12785 2005-11-09  Simon Josefsson  <jas@extundo.com>
12786
12787         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12788         use (not sort-by-date) instead.
12789
12790 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12791
12792         * gnus-delay.el (gnus-delay-group): Don't autoload.
12793         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12794         to be re-loaded when customizing the `gnus-delay' group.
12795
12796 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12797
12798         * message.el: Revert last changes.
12799         (message-insert-citation-line): Use newlines.
12800
12801 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12802
12803         * message.el (message-courtesy-message)
12804         (message-mark-insert-begin, message-mark-insert-end)
12805         (message-elide-ellipsis, message-cancel-message)
12806         (message-add-header, message-change-subject)
12807         (message-cross-post-followup-to-header)
12808         (message-cross-post-insert-note, message-reduce-to-to-cc)
12809         (message-widen-reply, message-delete-not-region)
12810         (message-kill-to-signature, message-insert-signature)
12811         (message-insert-importance-high, message-insert-importance-low)
12812         (message-insert-or-toggle-importance)
12813         (message-insert-disposition-notification-to)
12814         (message-indent-citation, message-yank-original)
12815         (message-cite-original-without-signature, message-cite-original)
12816         (message-insert-citation-line, message-position-on-field)
12817         (message-fix-before-sending, message-send-mail-partially)
12818         (message-send-mail, message-send-mail-with-sendmail)
12819         (message-send-mail-with-qmail, message-send-news)
12820         (message-check-news-header-syntax, message-generate-headers)
12821         (message-insert-courtesy-copy, message-fill-address)
12822         (message-fill-header, message-shorten-references)
12823         (message-setup-1, message-cancel-news)
12824         (message-forward-make-body-plain, message-forward-make-body-mime)
12825         (message-forward-make-body-mml, message-encode-message-body)
12826         (message-forward-make-body-digest-plain)
12827         (message-forward-make-body-digest-mime)
12828         (message-use-alternative-email-as-from): Insert `hard-newline'
12829         instead of ordinary newlines.
12830
12831 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * message.el (message-generate-headers): Downcase the argument
12834         given to message-check-element.
12835
12836 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12837
12838         * nntp.el (nntp-authinfo-rejected): New error condition.
12839         (nntp-wait-for): Use new error condition to signal authentication
12840         error.
12841         (nntp-retrieve-data): Rethrow new error condition to break out of
12842         recursive call to nntp-send-authinfo.
12843
12844 2005-11-08  Romain Francoise  <romain@orebokech.com>
12845
12846         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12847         (gnus-summary-exit-map): Bind to `Z p'.
12848         (gnus-summary-make-menu-bar): Add menu item.
12849
12850 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12853         (gnus-treat-*): Add `first' in all doc strings.
12854
12855         * gnus-group.el (gnus-group-compact-group): Fix typo.
12856
12857 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus.el (gnus-parameters-case-fold-search): New variable.
12860         (gnus-parameters-get-parameter): Use it.
12861
12862         * gnus-score.el (gnus-home-score-file): Doc fix.
12863
12864 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12865
12866         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12867
12868 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * mm-util.el (mm-special-display-p): New function.
12871
12872         * mml.el (mml-preview): Use it; doc fix.
12873
12874 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12875
12876         * imap.el (imap-open): Handle case where buffer is a buffer object.
12877
12878 2005-10-29  Romain Francoise  <romain@orebokech.com>
12879
12880         * message.el (message-fix-before-sending): Fix comment.
12881
12882 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12883
12884         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12885
12886 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12887
12888         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12889         Used in gnus-score.el.
12890
12891 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12894
12895 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12898         whitespace removed in revision 7.8.  Use concatenated string to
12899         protect trailing whitespace.
12900
12901 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12902
12903         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12904         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12905         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12906         Courier IMAP ("some version from 2004").  Mostly based on similar
12907         code in the same function.
12908
12909 2005-10-26  Didier Verna  <didier@xemacs.org>
12910
12911         * gnus-group.el (gnus-group-compact-group): Invalidate original
12912         article buffer.
12913         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12914         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12915         NOV database and in article itself.
12916         Invalidate article backlog.
12917
12918 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12921
12922 2005-10-26  Simon Josefsson  <jas@extundo.com>
12923
12924         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12925         part of 2004-07-25 change.
12926
12927 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12928
12929         * message.el (message-display-completion-list): New function.
12930         (message-expand-group): Use it; make sure the Completions buffer
12931         is modifiable.
12932 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12933
12934         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12935         user-mail-name is an empty string.
12936
12937 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12938
12939         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12940         depending on gnus-score-decay-constant.
12941
12942         * encrypt.el (encrypt-insert-file-contents)
12943         (encrypt-write-file-contents): Don't use `gnus-message'.
12944
12945         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12946         arguments.
12947         (mm-uu-type-alist): Add message-marks and insert-marks.
12948         Pass arguments to mm-uu-verbatim-marks-extract.
12949         (mm-uu-hide-markers): New variable.
12950         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12951
12952         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12953         (gnus-convert-image-to-face-command): Use "convert" by default to
12954         allow other input image formats.
12955         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12956         accordingly.
12957
12958 2005-10-23  Simon Josefsson  <jas@extundo.com>
12959
12960         * imap.el (imap-gssapi-program): Align command line parameters
12961         with latest GNU SASL.
12962         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12963
12964 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12967         HTML.
12968         (nnslashdot-request-article): Ditto.
12969
12970         * lpath.el (featurep): Add nobreak-char-display.
12971
12972 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12973
12974         * mail-source.el (mail-source-fetch-pop): Require pop3.
12975         (mail-source-check-pop): Ditto.
12976
12977 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12980         errors.
12981
12982 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12985         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12986
12987         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12988
12989         * mm-bodies.el (mm-decode-string):
12990         Call `mm-charset-to-coding-system' with allow-override argument.
12991
12992 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12995         (rfc2047-charset-to-coding-system): New function.
12996         (rfc2047-decode-encoded-words): New function.
12997         (rfc2047-decode-region): Use them.
12998         (rfc2047-decode-cte): Remove.
12999         (rfc2047-parse-and-decode): Remove.
13000         (rfc2047-decode): Remove.
13001
13002 2005-10-15  Kenichi Handa  <handa@m17n.org>
13003
13004         * rfc2047.el (rfc2047-decode-cte): New function.
13005         (rfc2047-decode-region): Change the way to decode successive
13006         encoded-words: decode B- or Q-encoding in each encoded-word,
13007         concatenate them, and decode it as charset.
13008
13009 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * lpath.el: Fbind codepage-setup for XEmacs.
13012
13013 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13014
13015         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13016         widget-move-and-invoke.
13017         (gnus-custom-mode): Use gnus-custom-map.
13018
13019 2005-10-15  Bill Wohler  <wohler@newt.com>
13020
13021         * message.el (message-tool-bar-map): Rename image file from
13022         mail_send to mail/send.
13023
13024 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13025
13026         * message.el (message-expand-group): Pass the common
13027         prefix substring of completion to `display-completion-list'.
13028
13029 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13030
13031         * mml-sec.el (mml-secure-method): New internal variable.
13032         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13033         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13034         New functions using mml-secure-method.
13035
13036         * mml.el (mml-mode-map): Add key bindings for those functions.
13037         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13038         Harder <harder@myrealbox.com>.
13039         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13040         Goto end of message if point is the headers of the message.
13041
13042         * message.el (message-in-body-p): New function.
13043
13044         * assistant.el: Autoload gnus-util and netrc.
13045
13046         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13047         Use `mm-charset-override-alist' only when decoding.
13048
13049         * mm-bodies.el (mm-decode-body):
13050         Call `mm-charset-to-coding-system' with allow-override argument.
13051
13052         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13053         `filename' from Content-Disposition if Content-Type doesn't
13054         provide `name'.
13055         (gnus-mime-view-part-as-type): Set default instead of
13056         initial-input.
13057
13058 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13059
13060         * format-spec.el (format-spec): Propagate text properties of % spec.
13061
13062 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * gnus-art.el (gnus-treat-predicate): Add `first'.
13065
13066 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13067
13068         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13069         (mm-charset-override-alist): New variable.
13070         (mm-charset-to-coding-system): Use it.
13071         (mm-codepage-setup): New helper function.
13072         (mm-charset-eval-alist): New variable.
13073         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13074         Warn about unknown charsets.
13075
13076         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13077
13078 2005-10-04  David Hansen  <david.hansen@gmx.net>
13079
13080         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13081         (nnrss-check-group): Ditto.
13082
13083 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13086         Rename x-gnus-verbatim to x-verbatim.
13087         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13088
13089         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13090         x-verbatim.
13091
13092         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13093
13094         * gnus-util.el (gnus-remove-duplicates): Remove.
13095
13096         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13097         instead of gnus-remove-duplicates.
13098
13099         * message.el (message-remove-duplicates): Remove.
13100         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13101         message-remove-duplicates.
13102
13103         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13104         available, else use implementation from `delete-dups'.
13105
13106         * message.el (message-insert-expires): New function.
13107         (message-mode-map): Add key binding.
13108         (message-mode-field-menu): Add menu entry.
13109         (message-mode): Document it.
13110         (message-make-expires-date): Use `message-make-date'.
13111
13112 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13113
13114         * message.el (message-make-expires-date): New function.
13115
13116 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * Makefile.in (list-installed-shadows): New entry.
13119         (install): Use it.
13120         (remove-installed-shadows): New entry.
13121
13122         * dgnushack.el (dgnushack-default-load-path): New variable.
13123         (dgnushack-find-lisp-shadows): New function.
13124         (dgnushack-remove-lisp-shadows): New function.
13125
13126 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * Makefile.in (install-el-elc): New entry.
13129         (install): Use it so that .el files are necessarily installed.
13130
13131 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13134
13135 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13136
13137         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13138         function rather than the diff-mode.el package.
13139         (mm-display-external): Use with-current-buffer.
13140         (mm-viewer-completion-map, mm-viewer-completion-map):
13141         Move initialization inside declaration.
13142
13143 2005-09-29  Simon Josefsson  <jas@extundo.com>
13144
13145         * spam.el: Load hashcash when compiling, to avoid warnings.
13146         Don't autoload mail-check-payment.
13147         (spam-check-hashcash): Define unconditionally, since hashcash.el
13148         is part of Gnus now.  Ignore errors from payment checking.
13149
13150 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * message.el (message-bold-region, message-unbold-region):
13153         Rename from `bold-region' and `unbold-region'.
13154
13155         * message.el: Remove useless autoloads.
13156
13157 2005-09-28  Simon Josefsson  <jas@extundo.com>
13158
13159         * message.el (message-use-idna): Default to t.
13160         (message-use-idna): Test whether encoding works too.  Doc fix.
13161
13162 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * nntp.el (nntp-warn-about-losing-connection): Remove.
13165
13166 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13169         customizable.  Change default value.
13170         (mm-uu-diff-groups-regexp): Change default value.
13171         (mm-uu-type-alist): Add doc string.
13172         (mm-uu-configure): Add doc string.  Make it interactive.
13173         (mm-uu-tex-groups-regexp): New variable.
13174         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13175         (mm-uu-type-alist): Add LaTeX documents.
13176         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13177         of "text/verbatim".
13178         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13179
13180         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13181         instead of "text/verbatim".
13182
13183         * message.el (message-mark-inserted-region)
13184         (message-mark-insert-file): Use slrn style marks when called with
13185         prefix argument.
13186
13187 2005-09-27  Simon Josefsson  <jas@extundo.com>
13188
13189         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13190
13191 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13192
13193         * message.el (message-remove-duplicates): New function.
13194         Implementation borrowed from `gnus-remove-duplicates'.
13195         (message-idna-to-ascii-rhs): Also encode idna addresses in
13196         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13197         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13198         only ask about the same idna domain once per header and also tell
13199         in what header to replace the idna domain.
13200
13201         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13202         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13203         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13204         a header is decoded and not just the last one.
13205
13206 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13209         has been decoded.
13210
13211         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13212         (mm-insert-part): Don't modify text if it has been decoded.
13213
13214         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13215         decoded.
13216
13217         * mm-view.el (mm-inline-text): Don't strip text props unless
13218         decoding enriched or richtext parts.
13219
13220 2005-09-25  Romain Francoise  <romain@orebokech.com>
13221
13222         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13223         * gnus-start.el (gnus-subscribe-interactively):
13224         * gnus-uu.el (gnus-uu-grab-articles):
13225         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13226         space.
13227
13228 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13229
13230         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13231         * mm-view.el (mm-view-pkcs7-decrypt):
13232         * gnus-sum.el (gnus-summary-limit-to-extra)
13233         (gnus-summary-respool-article, gnus-read-move-group-name):
13234         * gnus-score.el (gnus-summary-increase-score):
13235         * gnus-util.el (gnus-completing-read-with-default):
13236         * gnus-art.el (gnus-read-save-file-name)
13237         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13238         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13239         * message.el (message-check-news-header-syntax):
13240         Follow convention for reading with the minibuffer.
13241
13242 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13243
13244         * spam-report.el (spam-report-url-ping-plain):
13245         Use gnus-extended-version as User-Agent.
13246
13247         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13248         default value is nil.
13249
13250         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13251         (mm-uu-verbatim-marks-extract): New function.
13252         (mm-uu-extract): New face.
13253         (mm-uu-copy-to-buffer): Use it.
13254
13255         * spam-report.el (spam-report-gmane-ham): Rename from
13256         `spam-report-gmane-unspam'.
13257         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13258         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13259
13260         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13261         Autoload.
13262         (spam-report-gmane-unregister-routine):
13263         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13264
13265 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13266
13267         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13268         (spam-report-gmane-unregister-routine): Add support for gmane
13269         unregistration.
13270
13271         * spam-report.el (spam-report-gmane-unspam)
13272         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13273         (spam-report-gmane): Change to take a single article and do unspam
13274         registration.
13275
13276 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * mm-url.el (mm-url-decode-entities): Fix regexp.
13279
13280 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13281
13282         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13283         default to nil, to be able to use Gnus at all.  If the default
13284         switches to something else, then the function should be fixed not
13285         be exceedingly slow.
13286
13287 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13288
13289         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13290         fail hard.
13291
13292         * spam-report.el: Add better Keywords line.
13293
13294         * spam.el: Add Maintainer and better Keywords line.
13295
13296 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13297
13298         * gnus-art.el (gnus-article-replace-part)
13299         (gnus-mime-replace-part): New functions.
13300         (gnus-mime-action-alist, gnus-mime-button-commands)
13301         (gnus-mime-save-part-and-strip): Add file argument.
13302         (gnus-article-part-wrapper): Add interactive argument.
13303
13304         * gnus-sum.el (gnus-summary-mime-map):
13305         Add `gnus-article-replace-part'.
13306
13307 2005-09-19  Didier Verna  <didier@xemacs.org>
13308
13309         The nnml compaction feature:
13310         * nnml.el (nnml-request-compact-group): New function.
13311         * nnml.el (nnml-request-compact): New function.
13312         * gnus-int.el (gnus-request-compact-group): New function.
13313         * gnus-int.el (gnus-request-compact): New function.
13314         * gnus-group.el (gnus-group-compact-group): New function.
13315         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13316         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13317         * gnus-srvr.el (gnus-server-compact-server): New function.
13318         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13319         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13320
13321 2005-09-18  Deepak Goel  <deego@gnufans.org>
13322
13323         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13324         format spec.
13325
13326 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13329
13330 2005-09-15  Romain Francoise  <romain@orebokech.com>
13331
13332         * message.el (message-fill-paragraph): Clarify docstring.
13333
13334 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-art.el (gnus-mime-display-part): Protect against broken
13337         MIME messages.
13338
13339 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13342         before parsing header.
13343
13344 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13345
13346         * html2text.el (html2text-replace-list): Add new entities.
13347
13348 2005-09-11  Romain Francoise  <romain@orebokech.com>
13349
13350         * message.el (message-alternative-emails): Improve docstring.
13351         (message-setup-1): Call `message-use-alternative-email-as-from'
13352         after `message-setup-hook' to give it precedence over posting
13353         styles, etc.
13354         (message-use-alternative-email-as-from): Add docstring.
13355         Remove the original From header if present.
13356
13357         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13358         (nnml-save-mail): Use it.
13359
13360         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13361         articles.  Add new argument `silent'.
13362         (gnus-uu-mark-all): Report the total number of marked articles.
13363
13364 2005-09-10  Romain Francoise  <romain@orebokech.com>
13365
13366         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13367         (gnus-uu-mark-series): Likewise.
13368
13369 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * spam-report.el (spam-report-gmane): Fix generation of spam
13372         report URL.
13373
13374 2005-09-10  Simon Josefsson  <jas@extundo.com>
13375
13376         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13377         t, based on discussion on the ding list with Robert Epprecht
13378         <epprecht@solnet.ch>.
13379
13380 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * spam-report.el (spam-report-gmane): Make it work without
13383         X-Report-Spam header.  Gmane now only provides Archived-At.
13384         This is only used if `spam-report-gmane-use-article-number' is nil.
13385         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13386
13387         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13388         make `gnus-summary-sort-by-recipient' work with threading.
13389
13390         * nnweb.el (nnweb-google-wash-article): Print a message if article
13391         is not available.
13392
13393 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13394
13395         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13396         change.  Decode text/* parts content before displaying.
13397
13398 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13401
13402 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13405
13406         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13407         url-package-name, url-package-version,
13408         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13409         w3m-display-inline-images, and w3m-minor-mode-map.
13410
13411 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * message.el (message-tab-body-function): Fix mismatched custom type.
13414
13415         * gnus.el (gnus-group-change-level-function): Ditto.
13416
13417         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13418
13419         * gnus-art.el (gnus-signature-limit)
13420         (gnus-article-mime-part-function): Ditto.
13421
13422 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * mml.el (mml-mode): Silence the byte compiler.
13425
13426         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13427         using `(sit-for 0)' before moving the point to the specified part;
13428         skip unbuttonized parts.
13429         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13430         return to the summary window if gnus-auto-select-part is non-nil.
13431
13432 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13435         New variables.
13436         (mml-dnd-attach-file, mml-mode): Use them.
13437
13438         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13439         Make fetching article by MID work again for Google Groups.
13440         Add FIXME concerning gnus-group-make-web-group.
13441
13442         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13443         Don't depend on Gnus by using mail-extract-address-components if
13444         gnus-extract-address-components is not bound.
13445
13446 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13447
13448         * gnus-art.el (gnus-mime-display-security): Don't display the
13449         signature, but only the signed part.
13450
13451 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13454
13455         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13456         list, not listp.
13457
13458 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13459
13460         * mm-encode.el (mm-encode-content-transfer-encoding):
13461         Likewise when encoding.
13462
13463         * mm-bodies.el (mm-decode-content-transfer-encoding):
13464         De-canonicalize CRLF for all text content types, not just
13465         text/plain.
13466
13467 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13470         valid article; point arrow and cursor at the MIME button.
13471
13472 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13475         Suggested by Dan Christensen <jdc@uwo.ca>.
13476
13477         * mm-decode.el (mm-save-part): Enable change of prompt.
13478
13479 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13480
13481         * gnus-msg.el (gnus-inews-add-send-actions):
13482         Make `message-post-method' lambda parameter ARG `&optional'.
13483
13484 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * gnus-sum.el (gnus-summary-mime-map):
13487         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13488         gnus-article-jump-to-part.
13489
13490         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13491         (gnus-article-edit-part): Use it.
13492         (gnus-article-part-wrapper): Add no-handle argument.
13493         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13494         New functions.
13495
13496 2005-08-29  Romain Francoise  <romain@orebokech.com>
13497
13498         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13499         docstring.
13500         (gnus-face-from-file): Likewise.
13501
13502 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13503
13504         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13505         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13506         non-nil.
13507         (gnus-auto-select-part): New variable.
13508         (gnus-article-jump-to-part): New function.
13509         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13510         (gnus-mime-delete-part): Allow selecting specified part after
13511         deleting or stripping parts.
13512         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13513         part if argument is bogus.
13514
13515 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13516
13517         * gnus-art.el (w3m-minor-mode-map):
13518         * gnus-spec.el (gnus-newsrc-file-version):
13519         * gnus-util.el (nnmail-active-file-coding-system)
13520         (gnus-original-article-buffer, gnus-user-agent):
13521         * gnus.el (gnus-ham-process-destinations)
13522         (gnus-parameter-ham-marks-alist)
13523         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13524         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13525         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13526         * mm-decode.el (gnus-current-window-configuration):
13527         * mm-extern.el (gnus-article-mime-handles):
13528         * mm-url.el (url-current-object, url-package-name)
13529         (url-package-version):
13530         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13531         (smime-keys, w3m-cid-retrieve-function-alist)
13532         (w3m-current-buffer, w3m-display-inline-images)
13533         (w3m-minor-mode-map):
13534         * mml-smime.el (gnus-extract-address-components):
13535         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13536         (gnus-newsrc-hashtb, message-default-charset)
13537         (message-deletable-headers, message-options)
13538         (message-posting-charset, message-required-mail-headers)
13539         (message-required-news-headers):
13540         * mml1991.el (mc-pgp-always-sign):
13541         * mml2015.el (mc-pgp-always-sign):
13542         * nnheader.el (nnmail-extra-headers):
13543         * rfc1843.el (gnus-decode-encoded-word-function)
13544         (gnus-decode-header-function, gnus-newsgroup-name):
13545         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13546
13547 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13548
13549         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13550         the end of the date treatments.
13551
13552 2005-08-15  Simon Josefsson  <jas@extundo.com>
13553
13554         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13555         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13556         Capello and Romain Francoise.
13557         (pgg-fetch-key-function): Remove, not used?
13558         (pgg-insert-url-with-w3): Require url, to get
13559         url-insert-file-contents regardless of where it is defined.
13560
13561 2005-08-13  Romain Francoise  <romain@orebokech.com>
13562
13563         * message.el (message-cite-original-1): New function.
13564         (message-cite-original): Use it.
13565         (message-cite-original-without-signature): Ditto.
13566
13567 2005-08-08  Romain Francoise  <romain@orebokech.com>
13568
13569         * message.el (message-yank-empty-prefix): New variable.
13570         (message-indent-citation): Use it.
13571         (message-cite-original-without-signature): Respect X-No-Archive.
13572
13573 2005-08-08  Simon Josefsson  <jas@extundo.com>
13574
13575         * pgg.el: Autoload url-insert-file-contents instead of loading
13576         w3/url.
13577         (pgg-insert-url-with-w3): Don't load url here.
13578
13579 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13580
13581         * message.el (message-kill-to-signature): Don't insert newline at
13582         bol.
13583         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13584
13585 2005-08-06  Romain Francoise  <romain@orebokech.com>
13586
13587         * message.el (message-user-fqdn): Fix typo in docstring.
13588
13589 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13590
13591         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13592
13593         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13594
13595 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * mm-bodies.el (mm-encode-body): Use coding system rather than
13598         charset to encode text.
13599
13600         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13601         number of charsets if utf-8 is available (XEmacs).
13602
13603 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13606         taken from `gnus-button-mid-or-mail-regexp'.
13607         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13608         (gnus-button-alist): Improve regexp for domain part of the MIDs
13609         for news:localpart@domain buttons.
13610         (gnus-button-ctan-directory-regexp): Update.
13611
13612 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * sieve-manage.el (sieve-manage-interactive-login):
13615         Use make-local-variable rather than make-variable-buffer-local.
13616         (sieve-manage-open): Ditto.
13617         (sieve-manage-authenticate): Ditto.
13618
13619         * mml.el (mml-generate-mime-1): Make the content type default to
13620         text/plain if the filename is not specified.
13621
13622 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13625         instead of insert-buffer.
13626
13627         * message.el (message-yank-original): Ditto; set the mark at the
13628         end of the yanked message.
13629
13630 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13633         lines to scroll rather than to stop it.
13634
13635         * mml.el (mml-generate-default-type): Add doc string.
13636         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13637         default to application/octet-stream when determining the content
13638         type if it is not specified for the part or the mml contents; add
13639         a comment about mml-generate-default-type.
13640
13641 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13644         make it default to application/octet-stream when determining the
13645         content type if it is not specified for the external contents.
13646
13647 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13650         segmented parameter but also other parameters might be there.
13651
13652 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * mm-decode.el (mm-display-external): Delete temp file, directory
13655         and buffer immediately if the external process is exited.
13656
13657 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13660         fewer lines than that of scroll-margin.
13661         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13662
13663 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-art.el (gnus-article-next-page): Revert.
13666         (gnus-article-beginning-of-window): New macro.
13667         (gnus-article-next-page-1): Use it.
13668         (gnus-article-prev-page): Ditto.
13669         (gnus-article-edit-part): Use insert-buffer-substring instead of
13670         insert-buffer.
13671         (gnus-article-edit-exit): Ditto.
13672
13673         * gnus-util.el (gnus-beginning-of-window): Remove.
13674         (gnus-end-of-window): Remove.
13675
13676         * lpath.el: Don't bind header-line-format and scroll-margin.
13677
13678 2005-07-25  Simon Josefsson  <jas@extundo.com>
13679
13680         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13681         to have the url package without w3.  Reported by Daiki Ueno
13682         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13683
13684 2005-07-20  Didier Verna  <didier@xemacs.org>
13685
13686         * gnus-diary.el: Remove the description comment (nndiary is now
13687         properly documented in the Gnus manual).
13688         Fix the spelling of "Back End".
13689         * nndiary.el: Ditto.
13690         Fix the copyright notice.
13691
13692 2005-07-18  Romain Francoise  <romain@orebokech.com>
13693
13694         * gnus-sum.el (gnus-summary-to-prefix)
13695         (gnus-summary-newsgroup-prefix): New variables.
13696         (gnus-summary-from-or-to-or-newsgroups): Use them.
13697
13698 2005-07-17  Romain Francoise  <romain@orebokech.com>
13699
13700         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13701         space as it's generally not especially interesting to the user.
13702
13703 2005-07-16  Romain Francoise  <romain@orebokech.com>
13704
13705         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13706         nil to avoid prompting and file modification if one of the
13707         messages at the top of the nnfolder file contains a copyright
13708         notice.
13709         Update copyright notice.
13710
13711         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13712         instead of `current-time-string' as the latter creates a time
13713         string that is not RFC 2822 compliant (it lacks the zone).
13714         Update copyright notice.
13715
13716 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13717
13718         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13719         for text/rtf.  Display default in prompt.  Pass default for M-n.
13720
13721         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13722
13723 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13724
13725         * gnus-msg.el (gnus-button-mailto):
13726         Remove save-selected-window-window hackery because it relies on
13727         save-selected-window internals.
13728
13729 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13732         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13733         (gnus-article-prev-page): Ditto.
13734
13735         * gnus-util.el (gnus-beginning-of-window): New function.
13736         (gnus-end-of-window): New function.
13737
13738         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13739
13740 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13741
13742         * gnus-score.el (gnus-score-edit-all-score):
13743         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13744         gnus-message.
13745
13746 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13747
13748         * gnus-msg.el (gnus-button-mailto):
13749         Remove save-selected-window-window hackery because it relies on
13750         save-selected-window internals.
13751
13752 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13755         add-minor-mode.
13756         (gnus-binary-mode): Ditto.
13757
13758         * gnus-topic.el (gnus-topic-mode): Ditto.
13759
13760 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13761
13762         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13763         (gnus-article-prev-page): Take scroll-margin into consideration.
13764
13765 2005-07-04  Lute Kamstra  <lute@gnu.org>
13766
13767         Update FSF's address in GPL notices.
13768
13769 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13770
13771         * gnus.el (gnus-exit):
13772         * gnus-group.el (gnus-group-icons):
13773         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13774
13775         * gnus-nocem.el (gnus-nocem):
13776         * message.el (message-various, message-buffers, message-sending)
13777         (message-interface, message-forwarding, message-insertion)
13778         (message-headers, message-news, message-mail):
13779         * pgg-gpg.el (pgg-gpg):
13780         * pgg-parse.el (pgg-parse):
13781         * pgg-pgp.el (pgg-pgp):
13782         * pgg-pgp5.el (pgg-pgp5):
13783         * pop3.el (pop3): Finish `defgroup' description with period.
13784
13785 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * gnus-art.el (article-display-face): Improve the efficiency.
13788         (article-display-x-face): Ditto; remove grey x-face stuff.
13789
13790 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * gnus-art.el (article-display-face): Correct the position in
13793         which Faces are inserted.
13794
13795 2005-06-29  Didier Verna  <didier@xemacs.org>
13796
13797         * gnus-art.el (article-display-face): Display faces in correct
13798         order.
13799
13800 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13803         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13804         (gnus-nocem-check-article): Fetch the Type header.
13805         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13806         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13807         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13808         make sure gnus-nocem-hashtb is initialized.
13809         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13810         (gnus-nocem-unwanted-article-p): Ditto.
13811
13812         * pgg.el (pgg-verify): Return the verification result.
13813
13814 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13815
13816         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13817         is ascii.
13818
13819 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13820
13821         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13822         `show-nonbreak-escape'.
13823
13824 2005-06-23  Lute Kamstra  <lute@gnu.org>
13825
13826         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13827
13828         * dig.el (dig-mode):
13829         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13830
13831 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13832
13833         * nnimap.el (nnimap-split-download-body): Fix spellings.
13834
13835 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13836
13837         * gnus-art.el (gnus-article-encrypt-body):
13838         * gnus-cus.el (gnus-score-customize):
13839         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13840         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13841
13842 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13843
13844         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13845         header by looking for magic "MII" at the beginnig.
13846
13847 2005-06-16  Miles Bader  <miles@gnu.org>
13848
13849         * gnus-xmas.el (gnus-xmas-group-startup-message):
13850         Use renamed gnus-splash face.
13851
13852         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13853         (assistant-field-face): New backward-compatibility alias for renamed
13854         face.
13855         (assistant-render-text): Use renamed assistant-field face.
13856
13857         * spam.el (spam): Remove "-face" suffix from face name.
13858         (spam-face): New backward-compatibility alias for renamed face.
13859         (spam-face, spam-initialize): Use renamed spam face.
13860
13861         * message.el (message-header-to, message-header-cc)
13862         (message-header-subject, message-header-newsgroups)
13863         (message-header-other, message-header-name)
13864         (message-header-xheader, message-separator, message-cited-text)
13865         (message-mml): Remove "-face" suffix from face names.
13866         (message-header-to-face, message-header-cc-face)
13867         (message-header-subject-face, message-header-newsgroups-face)
13868         (message-header-other-face, message-header-name-face)
13869         (message-header-xheader-face, message-separator-face)
13870         (message-cited-text-face, message-mml-face):
13871         New backward-compatibility aliases for renamed faces.
13872         (message-font-lock-keywords): Use renamed message faces.
13873
13874         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13875         (sieve-test-commands, sieve-tagged-arguments):
13876         Remove "-face" suffix from face names.
13877         (sieve-control-commands-face, sieve-action-commands-face)
13878         (sieve-test-commands-face, sieve-tagged-arguments-face):
13879         New backward-compatibility aliases for renamed faces.
13880         (sieve-control-commands-face, sieve-action-commands-face)
13881         (sieve-test-commands-face, sieve-tagged-arguments-face):
13882         Use renamed sieve faces.
13883
13884         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13885         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13886         (gnus-group-news-3-empty, gnus-group-news-4)
13887         (gnus-group-news-4-empty, gnus-group-news-5)
13888         (gnus-group-news-5-empty, gnus-group-news-6)
13889         (gnus-group-news-6-empty, gnus-group-news-low)
13890         (gnus-group-news-low-empty, gnus-group-mail-1)
13891         (gnus-group-mail-1-empty, gnus-group-mail-2)
13892         (gnus-group-mail-2-empty, gnus-group-mail-3)
13893         (gnus-group-mail-3-empty, gnus-group-mail-low)
13894         (gnus-group-mail-low-empty, gnus-summary-selected)
13895         (gnus-summary-cancelled, gnus-summary-high-ticked)
13896         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13897         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13898         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13899         (gnus-summary-low-undownloaded)
13900         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13901         (gnus-summary-low-unread, gnus-summary-normal-unread)
13902         (gnus-summary-high-read, gnus-summary-low-read)
13903         (gnus-summary-normal-read, gnus-splash):
13904         Remove "-face" suffix from face names.
13905         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13906         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13907         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13908         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13909         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13910         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13911         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13912         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13913         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13914         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13915         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13916         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13917         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13918         (gnus-summary-normal-ticked-face)
13919         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13920         (gnus-summary-normal-ancient-face)
13921         (gnus-summary-high-undownloaded-face)
13922         (gnus-summary-low-undownloaded-face)
13923         (gnus-summary-normal-undownloaded-face)
13924         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13925         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13926         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13927         (gnus-splash-face):
13928         New backward-compatibility aliases for renamed faces.
13929         (gnus-group-startup-message): Use renamed gnus faces.
13930
13931         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13932         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13933         (gnus-server-agent): Remove "-face" suffix from face names.
13934         (gnus-server-agent-face, gnus-server-opened-face)
13935         (gnus-server-closed-face, gnus-server-denied-face)
13936         (gnus-server-offline-face):
13937         New backward-compatibility aliases for renamed faces.
13938         (gnus-server-agent-face, gnus-server-opened-face)
13939         (gnus-server-closed-face, gnus-server-denied-face)
13940         (gnus-server-offline-face): Use renamed gnus faces.
13941
13942         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13943         Remove "-face" suffix from face names.
13944         (gnus-picon-xbm-face, gnus-picon-face):
13945         New backward-compatibility aliases for renamed faces.
13946
13947         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13948         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13949         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13950         (gnus-cite-11): Remove "-face" suffix from face names.
13951         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13952         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13953         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13954         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13955         New backward-compatibility aliases for renamed faces.
13956         (gnus-cite-attribution-face, gnus-cite-face-list)
13957         (gnus-article-boring-faces): Use renamed gnus faces.
13958
13959         * gnus-art.el (gnus-signature, gnus-header-from)
13960         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13961         (gnus-header-content): Remove "-face" suffix from face names.
13962         (gnus-signature-face, gnus-header-from-face)
13963         (gnus-header-subject-face, gnus-header-newsgroups-face)
13964         (gnus-header-name-face, gnus-header-content-face):
13965         New backward-compatibility aliases for renamed faces.
13966         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13967
13968         * gnus-sum.el (gnus-summary-selected-face)
13969         (gnus-summary-highlight): Use renamed gnus faces.
13970         * gnus-group.el (gnus-group-highlight): Likewise.
13971
13972 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13973
13974         * gnus-sieve.el (gnus-sieve-article-add-rule):
13975         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13976         * spam-stat.el (spam-stat-buffer-change-to-spam)
13977         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13978
13979         * message.el (message-is-yours-p):
13980         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13981
13982 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * mm-view.el (mm-inline-text): Withdraw the last change.
13985
13986 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13989         executing enriched-decode.
13990
13991 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13994         charset of tar files.
13995
13996 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13997
13998         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13999
14000 2005-06-04  Lute Kamstra  <lute@gnu.org>
14001
14002         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14003         information is never recorded.
14004
14005 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14006
14007         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14008
14009 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * pop3.el (pop3-apop): Run md5 in the binary mode.
14012
14013         * starttls.el (starttls-set-process-query-on-exit-flag):
14014         Use eval-and-compile.
14015
14016 2005-05-31  Simon Josefsson  <jas@extundo.com>
14017
14018         * smime.el (smime-replace-in-string): Define.
14019         (smime-cert-by-ldap-1): Use it.
14020
14021 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * gnus-art.el (article-display-x-face): Replace
14024         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14025
14026         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14027         set-process-query-on-exit-flag or process-kill-without-query.
14028
14029         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14030         loop instead of replace-regexp.
14031
14032         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14033         instead of process-kill-without-query if it is available.
14034
14035         * lpath.el: Fbind ldap-search-entries.
14036
14037         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14038         instead of find-file-hooks if it is available.
14039
14040         * mml1991.el: Bind pgg-default-user-id when compiling.
14041
14042         * mml2015.el: Bind pgg-default-user-id when compiling.
14043
14044         * nndraft.el (nndraft-request-associate-buffer):
14045         Use write-contents-functions instead of write-contents-hooks if it is
14046         available.
14047
14048         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14049         instead of find-file-hooks if it is available.
14050
14051         * nntp.el (nntp-open-connection): Replace
14052         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14053         (nntp-open-ssl-stream): Ditto.
14054         (nntp-open-tls-stream): Ditto.
14055
14056         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14057         set-process-query-on-exit-flag or process-kill-without-query.
14058         (starttls-open-stream-gnutls): Use it instead of
14059         process-kill-without-query.
14060         (starttls-open-stream): Ditto.
14061
14062 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14063
14064         * smime.el (smime-cert-by-ldap-1): Don't use
14065         replace-regexp-in-string.
14066
14067 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14068
14069         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14070
14071         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14072         in PEM format.  Adjust to the XEmacs compability.
14073
14074 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14075
14076         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14077         by `string-to-number'.
14078         * gnus-agent.el (gnus-agent-regenerate-group)
14079         (gnus-agent-fetch-articles): Ditto.
14080         * gnus-art.el (gnus-button-fetch-group): Ditto.
14081         * gnus-cache.el (gnus-cache-generate-active)
14082         (gnus-cache-articles-in-group): Ditto.
14083         * gnus-group.el (gnus-group-set-current-level)
14084         (gnus-group-insert-group-line): Ditto.
14085         * gnus-score.el (gnus-score-set-expunge-below)
14086         (gnus-score-set-mark-below, gnus-summary-score-effect)
14087         (gnus-summary-score-entry): Ditto.
14088         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14089         (gnus-soup-pack): Ditto.
14090         * gnus-spec.el (gnus-xmas-format): Ditto.
14091         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14092         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14093         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14094         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14095         * nndb.el (nndb-get-remote-expire-response): Ditto.
14096         * nndiary.el (nndiary-parse-schedule-value)
14097         (nndiary-string-to-number, nndiary-request-replace-article)
14098         (nndiary-request-article): Ditto.
14099         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14100         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14101         * nneething.el (nneething-make-head): Ditto.
14102         * nnfolder.el (nnfolder-request-article)
14103         (nnfolder-retrieve-headers): Ditto.
14104         * nnheader.el (nnheader-file-to-number): Ditto.
14105         * nnkiboze.el (nnkiboze-request-article): Ditto.
14106         * nnmail.el (nnmail-process-unix-mail-format)
14107         (nnmail-process-babyl-mail-format): Ditto.
14108         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14109         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14110         (nnmh-request-create-group, nnmh-request-list-1)
14111         (nnmh-request-group, nnmh-request-article): Ditto.
14112         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14113         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14114         * nnsoup.el (nnsoup-make-active): Ditto.
14115         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14116         * nntp.el (nntp-find-group-and-number)
14117         (nntp-retrieve-headers-with-xover): Ditto.
14118         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14119         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14120         (pgg-format-key-identifier): Ditto.
14121         * pop3.el (pop3-last, pop3-stat): Ditto.
14122         * qp.el (quoted-printable-decode-region): Ditto.
14123
14124         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14125         of concat.
14126
14127 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14130
14131         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14132
14133         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14134
14135         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14136
14137         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14138
14139         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14140
14141         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14142         (gnus-carpal-mode): Ditto.
14143
14144         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14145         (gnus-browse-mode): Ditto.
14146
14147         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14148
14149         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14150
14151 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14152
14153         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14154
14155 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-util.el (gnus-run-mode-hooks): New function.
14158
14159         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14160
14161         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14162         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14163
14164 2005-05-27  Lute Kamstra  <lute@gnu.org>
14165
14166         * dns-mode.el (dns-mode): Specify customization group.
14167
14168 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14169
14170         * gnus-agent.el (gnus-agent-make-mode-line-string):
14171         Use mode-line-highlight as mouse-face.
14172
14173 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * canlock.el (canlock): Change the parent group to news.
14176
14177         * deuglify.el (gnus-outlook-deuglify): Add :group.
14178
14179         * dig.el (dig): Add :group.
14180
14181         * dns-mode.el (dns-mode): Add :group.
14182
14183         * encrypt.el (encrypt): Add :group.
14184
14185         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14186         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14187         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14188         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14189         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14190
14191         * gnus-diary.el (gnus-diary): Add :group.
14192
14193         * gnus.el (gnus-group-news-1-face): Add :group.
14194         (gnus-group-news-1-empty-face): Ditto.
14195         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14196         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14197         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14198         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14199         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14200         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14201         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14202         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14203         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14204         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14205         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14206         (gnus-summary-high-ticked-face): Ditto.
14207         (gnus-summary-low-ticked-face): Ditto.
14208         (gnus-summary-normal-ticked-face): Ditto.
14209         (gnus-summary-high-ancient-face): Ditto.
14210         (gnus-summary-low-ancient-face): Ditto.
14211         (gnus-summary-normal-ancient-face): Ditto.
14212         (gnus-summary-high-undownloaded-face): Ditto.
14213         (gnus-summary-low-undownloaded-face): Ditto.
14214         (gnus-summary-normal-undownloaded-face): Ditto.
14215         (gnus-summary-high-unread-face): Ditto.
14216         (gnus-summary-low-unread-face): Ditto.
14217         (gnus-summary-normal-unread-face): Ditto.
14218         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14219         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14220
14221         * hashcash.el (hashcash): New custom group.
14222         (hashcash-default-payment): Add :group.
14223         (hashcash-payment-alist): Ditto.
14224         (hashcash-default-accept-payment): Ditto.
14225         (hashcash-accept-resources): Ditto.
14226         (hashcash-path): Ditto.
14227         (hashcash-extra-generate-parameters): Ditto.
14228         (hashcash-double-spend-database): Ditto.
14229         (hashcash-in-news): Ditto.
14230
14231         * message.el (message-minibuffer-local-map): Add :group.
14232
14233         * netrc.el (netrc): Add :group.
14234
14235         * sieve-manage.el (sieve-manage-log): Add :group.
14236         (sieve-manage-default-user): Diito.
14237         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14238         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14239         (sieve-manage-authenticators): Ditto.
14240         (sieve-manage-authenticator-alist): Ditto.
14241         (sieve-manage-default-port): Ditto.
14242
14243         * sieve-mode.el (sieve-control-commands-face): Add :group.
14244         (sieve-action-commands-face): Ditto.
14245         (sieve-test-commands-face): Ditto.
14246         (sieve-tagged-arguments-face): Ditto.
14247
14248         * smime.el (smime): Add :group.
14249
14250         * spam-report.el (spam-report): Add :group.
14251
14252         * spam.el (spam, spam-face): Add :group.
14253
14254 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14255
14256         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14257         return \n.\n.\n at the end of articles.  Protect against that.
14258         (nntp-with-open-group): Allow debugging.
14259
14260         * nnheader.el (mail-header-set-extra): Make into a function
14261         because I just could't understand how to quote the list properly.
14262
14263         * dns.el (query-dns-cached): New function.
14264
14265 2005-05-26  Lute Kamstra  <lute@gnu.org>
14266
14267         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14268
14269 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14272
14273         * gnus-art.el: Don't autoload mail-extract-address-components.
14274
14275         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14276         eval-and-compile to evaluate it.
14277
14278         * hashcash.el: Don't autoload executable-find.
14279
14280         * nndb.el: Don't declare the nndb back end two or more times; don't
14281         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14282
14283         * nntp.el: Autoload format-spec instead of format; use
14284         eval-and-compile to evaluate autoload forms.
14285
14286 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14287
14288         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14289
14290 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14291
14292         * gnus.el (gnus-version-number): Bump version.
14293
14294 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14295
14296         * gnus.el: No Gnus v0.3 is released.
14297
14298 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14299
14300         * lpath.el (featurep): Bind show-nonbreak-escape.
14301
14302 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-art.el (gnus-article-edit-part): Disable undo.
14305
14306 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14309         gnus-article-date-lapsed-new-header is t if date timer is active;
14310         skip headers in which the original date value is empty.
14311         (gnus-article-save-original-date): Redefine it as a macro.
14312         (gnus-display-mime): Use it.
14313
14314 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-art.el (article-date-ut): Support converting date in
14317         forwarded parts as well.
14318         (gnus-article-save-original-date): New function.
14319         (gnus-display-mime): Use it.
14320
14321 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14322
14323         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14324         enclosure element of <item>.
14325
14326 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * message.el (message-kill-buffer-query): Rename from
14329         `message-kill-buffer-query-if-modified'.  Add :version.
14330
14331 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14334         window layout.
14335
14336 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * mml.el: Autoload dnd when compiling.
14339
14340 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14343         x-dnd-*.
14344
14345 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * qp.el (quoted-printable-encode-region): Save excursion.
14348
14349 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14350
14351         * message.el (message-kill-buffer-query-if-modified): Add new variable
14352         so the user can kill a modified message buffer quickly.
14353         (message-kill-buffer): Use it.
14354
14355 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * lpath.el: Fbind display-time-event-handler; don't fbind
14358         string-to-multibyte.
14359
14360         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14361
14362 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14365         contained in text because xml.el decodes entities) with LFs.
14366
14367 2005-04-11  Lute Kamstra  <lute@gnu.org>
14368
14369         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14370         differently.
14371
14372 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14373
14374         * mm-util.el (mm-detect-coding-region): Typo.
14375
14376 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14379
14380 2005-04-06  Deepak Goel  <deego@gnufans.org>
14381
14382         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14383         user-function allow user modifications of the scores.
14384         (spam-stat-score-buffer-user): New function, to allow
14385         user-computed modifications to the score.
14386         (spam-stat-score-buffer-user-functions): List of additional
14387         scoring functions.
14388         (spam-stat-error-holder): Global temporary error holder.
14389         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14390         variable.
14391
14392 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * gnus-registry.el (gnus-registry-clean-empty-function)
14395         (gnus-registry-trim, gnus-registry-fetch-groups)
14396         (gnus-registry-delete-group): Groups that match
14397         `gnus-registry-ignored-groups' are removed from the registry
14398         entries, not just ignored for splitting.  This helps clean up the
14399         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14400         to get all the groups a message ID is in.
14401
14402         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14403         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14404         (spam-stat-score-buffer-user-functions): Add :number custom type.
14405
14406 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14409         argument in XEmacs.
14410
14411         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14412         (nnrss-request-group): Decode group name first.
14413         (nnrss-request-article): Make a text/plain article if mml-to-mime
14414         failed.
14415         (nnrss-get-encoding): Return a compatible encoding according to
14416         nnrss-compatible-encoding-alist.
14417         (nnrss-find-el): Use consp instead of listp.
14418         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14419
14420 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14423         which Emacs 20 doesn't support.
14424         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14425
14426 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14429         silence the byte compiler inside the defun.
14430
14431         * gnus-demon.el (parse-time-string): Add autoload.
14432
14433         * gnus-delay.el (parse-time-string): Add autoload.
14434
14435         * gnus-art.el (parse-time-string): Add autoload.
14436
14437         * nnultimate.el (parse-time): Require for `parse-time-string'.
14438
14439 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14442
14443         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14444
14445         * smime.el (smime-ldap-host-list): Add :version.
14446
14447 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14448
14449         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14450         pass it to `gnus-browse-read-group'.
14451         (gnus-browse-read-group): Add NUMBER argument and pass it to
14452         `gnus-group-read-ephemeral-group'.
14453
14454         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14455         argument and pass it to `gnus-group-read-group'.
14456
14457 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14458
14459         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14460         mm-xemacs-find-mime-charset-1 if we have the mule feature
14461         available at runtime.
14462
14463 2005-03-25  Werner Lemberg  <wl@gnu.org>
14464
14465         * nnmaildir.el: Replace `illegal' with `invalid'.
14466
14467 2005-03-23  Lute Kamstra  <lute@gnu.org>
14468
14469         * time-date.el: Add comment on time value formats.
14470         Don't require parse-time.
14471         (with-decoded-time-value): New macro.
14472         (encode-time-value): New function.
14473         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14474         (days-to-time): Return a valid time value when arg is huge.
14475         (time-since): Use time-subtract.
14476         (time-to-number-of-days): Use time-to-seconds.
14477
14478 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14479
14480         * gnus-start.el (gnus-display-time-event-handler):
14481         Check display-time-timer at runtime rather than only at load time
14482         in case display-time-mode is turned off in the mean time.
14483
14484 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14487         used.
14488
14489         * nneething.el (nneething-map-file-directory): Derive from
14490         `gnus-directory'.
14491
14492         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14493         the To/Cc button.
14494
14495 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * nnmaildir.el (nnmaildir-request-accept-article):
14498         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14499
14500 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14501
14502         * gnus-async.el: Require timer-funcs at compile time when in
14503         XEmacs for `run-with-idle-timer'.
14504
14505 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14506
14507         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14508         autoloaded function.
14509
14510 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14511
14512         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14513
14514 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14515
14516         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14517
14518 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14519
14520         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14521         Add gnus-expert-user to default.
14522
14523 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14524
14525         * nnimap.el (nnimap-open-server): Ditto.
14526
14527         * imap.el (imap-authenticate): Fix typo.
14528
14529 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14530
14531         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14532         buffer (since IMAP server might return FETCH response out of
14533         order, and the nntp buffer must be sorted).
14534
14535 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14536
14537         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14538         comparison on string.
14539
14540         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14541         (gnus-agent-score): Rename category keywords to match gnus-cus.
14542         (gnus-agent-summary-fetch-series): Modify to protect against
14543         gnus-agent-summary-fetch-group clearing processable flags.
14544         (gnus-agent-synchronize-group-flags): Update live group buffer as
14545         synchronization may occur due to the user toggle the plugged
14546         status.
14547         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14548         successfully downloaded.
14549         (gnus-agent-expire-group-1): Avoid using markers when the overview
14550         is in ascending order; greatly improves performance.
14551         (gnus-agent-regenerate-group):
14552         Use gnus-agent-synchronize-group-flags to reset read status in both
14553         gnus and server.
14554         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14555
14556 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * message.el: Don't autoload former message-utils variables.
14559         (message-strip-subject-trailing-was): Change doc string.
14560
14561         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14562         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14563         (nnweb-google-search): Add "hl=en" here.
14564         (nnweb-google-parse-1, nnweb-google-create-mapping):
14565         Don't hardcode URL.
14566
14567 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14568
14569         * message.el (message-get-reply-headers, message-followup):
14570         Mention related variables `message-use-followup-to' and
14571         `message-use-mail-followup-to', in the information buffer.
14572
14573         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14574         of broken groups(-beta).google.com.
14575
14576 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14577
14578         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14579         parameter to invoked gnus-request-move-article; remove the
14580         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14581         all at once instead of once per article.
14582         (gnus-summary-remove-process-mark): Accept a list of articles as
14583         well as a single article for processing.
14584
14585         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14586         parameter.
14587
14588         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14589
14590         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14591
14592         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14593         parameter.
14594
14595         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14596         parameter.
14597
14598         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14599         parameter and remove the gnus-sum-hint-move-is-internal variable.
14600
14601         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14602         parameter.
14603
14604         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14605         parameter.
14606
14607         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14608         parameter.
14609
14610         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14611
14612         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14613         parameter.
14614
14615         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14616         parameter.
14617
14618 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14619
14620         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14621         a more conservative way.
14622
14623 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14624
14625         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14626         buffer, so it moves the window's cursor.
14627
14628 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14629
14630         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14631         `mm-dissect-multipart' and receive the from field as an (optional)
14632         argument from `mm-dissect-multipart'.
14633         (mm-dissect-multipart): Receive the from field as an argument and
14634         pass it on when we call `mm-dissect-buffer' on MIME parts.
14635         Fixes verification/decryption of signed/encrypted MIME parts.
14636
14637 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14638
14639         * gnus-sum.el (gnus-summary-move-article):
14640         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14641         whatever it calls (right now, only nnimap-request-move article
14642         respects it).
14643
14644         * nnimap.el (nnimap-request-move-article):
14645         When gnus-sum-hint-move-is-internal is set, don't do the extra
14646         nnimap-request-article.
14647
14648 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14651
14652         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14653         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14654
14655         * gnus-sum.el (gnus-summary-caesar-message):
14656         Apply `gnus-treat-article' after rotation.
14657
14658         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14659         doc string.
14660
14661 2005-02-22  Simon Josefsson  <jas@extundo.com>
14662
14663         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14664         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14665         <arne@arnested.dk>.
14666         (encrypt): Add password-cache and password-cache-expiry as group
14667         members.
14668
14669 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14670
14671         * smime.el (smime-ldap-host-list): Doc fix.
14672         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14673         cache) password.
14674         (smime-sign-region): Use it.
14675         (smime-decrypt-region): Use it.
14676         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14677         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14678         fails.
14679         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14680         certificate from DER to PEM format rather than calling openssl.
14681
14682         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14683
14684         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14685         for signing/encryption.
14686
14687         * mml.el (mml-parse-1): Use them.
14688
14689 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14690
14691         * nnrss.el (nnrss-verbose): Remove.
14692         (nnrss-request-group): Use `nnheader-message' instead.
14693
14694 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14695
14696         * nnrss.el (nnrss-verbose): New variable.
14697         (nnrss-request-group): Make it say nnrss is requesting a group.
14698
14699 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14702         Handle news URL with given port correctly.
14703
14704 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14707         containing special characters.
14708
14709         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14710
14711         * mml.el (mime-to-mml): Ditto.
14712
14713         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14714         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14715         (rfc2047-decode-region): Quote decoded words containing special
14716         characters when rfc2047-quote-decoded-words-containing-tspecials
14717         is non-nil.
14718
14719 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14720
14721         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14722
14723         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14724
14725 2005-02-15  Simon Josefsson  <jas@extundo.com>
14726
14727         * nnimap.el (nnimap-debug): Doc fix.
14728
14729         * imap.el (imap-debug): Doc fix.
14730
14731 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14734
14735 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14736
14737         * gnus.el (spam-contents): Improve docs for spam-contents
14738         parameter in its variable incarnation.
14739
14740 2005-02-14  Simon Josefsson  <jas@extundo.com>
14741
14742         * smime-ldap.el: Use require instead of load-library for ldap.
14743         (smime-ldap-search): Indent.
14744         (smime-ldap-search-internal): Shorten line.
14745
14746         * smime.el (smime-cert-by-dns): Add doc-string.
14747         (smime-cert-by-ldap-1): Indent.
14748
14749         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14750         mml-smime-get-dns-ldap.
14751         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14752
14753 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14754
14755         * smime.el: Require smime-ldap.
14756         (smime-ldap-host-list): New variable.
14757         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14758
14759         * mml-smime.el (mml-smime-encrypt-query): New function.
14760         (mml-smime-encrypt-query): Use it.
14761
14762         * smime-ldap.el: New file.
14763
14764 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14767
14768 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14771         argument in doc string.  Make query for type more clear.
14772
14773 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14774
14775         * gnus.el (gnus-group-startup-message): Search for gnus images in
14776         etc/images/gnus.
14777         * mm-util.el (mm-image-load-path): Likewise.
14778         * smiley.el (smiley-data-directory): Search for smilies in
14779         etc/images/smilies.
14780
14781 2005-02-09  Kim F. Storm  <storm@cua.dk>
14782
14783         Change Emacs release version from 21.4 to 22.1 throughout.
14784         Change Emacs development version from 21.3.50 to 22.0.50.
14785
14786 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14789
14790         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14791         non-Mule XEmacs as well.
14792         (mm-decompress-buffer): Signal an error intentionally if it does
14793         not decompress compressed data because auto-compression-mode is
14794         disabled.
14795
14796 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14797
14798         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14799         an ID in the registry even if it has no groups.
14800
14801 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14804         merge it into mm-decompress-buffer.
14805         (gnus-mime-copy-part): Use the MIME part charset, the value which
14806         a user specified or gnus-newsgroup-charset for decoding, like
14807         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14808         save-buffer what was used.  Suggested by Kevin Ryde
14809         <user42@zip.com.au>.
14810         (gnus-mime-inline-part): Allow the name parameter as well as the
14811         filename parameter; force decompressing of compressed data; always
14812         display contents being not decoded as unibyte.
14813
14814         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14815         as well as the filename parameter.
14816
14817         * mm-util.el (mm-decompress-buffer):
14818         Merge gnus-mime-jka-compr-maybe-uncompress.
14819         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14820         of compressed data.
14821
14822 2005-02-08  Simon Josefsson  <jas@extundo.com>
14823
14824         * imap.el (imap-log): Doc fix.
14825
14826 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14829         the coding cookies; decompress compressed parts.
14830
14831         * mml.el (mml-generate-mime-1): Add the charset parameter according
14832         to the value which a user specified manually or the coding cookie.
14833
14834         * mm-util.el (mm-string-to-multibyte): New function.
14835         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14836         (mm-coding-system-to-mime-charset): New function.
14837         (mm-decompress-buffer): New function.
14838         (mm-find-buffer-file-coding-system): New function.
14839
14840         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14841         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14842         parts.
14843
14844 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14845
14846         * mm-view.el (mm-display-inline-fontify): Decode a part according
14847         to the charset parameter.
14848
14849 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14852         prefix arg is neither nil nor a number, as info specifies.
14853
14854 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14857         timestamps.
14858
14859 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14860
14861         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14862         groups error checking and notify user.
14863
14864 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14865
14866         * message.el (message-send-mail-function): Check existence of
14867         sendmail-program first before using default value
14868         `message-send-mail-with-sendmail'.  Otherwise use more generic
14869         `smtpmail-send-it'.
14870
14871 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * nntp.el (nntp-request-update-info): Always return nil.
14874
14875 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14876
14877         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14878
14879 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14880
14881         * message.el (message-beginning-of-line): Change the behavior when
14882         invoked between BOL and : so that it first moves backward.
14883
14884 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14887         article buffer when editing of the article is discarded.
14888         (gnus-article-prepare): Revert.
14889
14890 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * gnus-art.el (gnus-article-prepare):
14893         Remove message-strip-forbidden-properties from the local hook.
14894
14895 2005-01-27  Simon Josefsson  <jas@extundo.com>
14896
14897         * password.el (password-cache-add): Only start one timer per key.
14898         Reported by Derek Atkins <warlord@MIT.EDU>.
14899
14900 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14901
14902         * run-at-time.el: Remove.  It is no longer needed as
14903         timer-funcs.el in the xemacs-base package has a working version of
14904         `run-at-time'.
14905
14906         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14907
14908         * password.el: Require timer-funcs instead of run-at-time in
14909         XEmacs.
14910         Remove `password-run-at-time' macro.
14911         (password-cache-add): Use `run-at-time' instead of
14912         `password-run-at-time'.
14913
14914         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14915         Remove `nnheader-cancel-function-timers' alias,
14916         `cancel-function-timers' exists in XEmacs in timer-funcs.
14917
14918         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14919         for `run-with-idle-timer'.
14920
14921         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14922         for `run-at-time'.
14923
14924         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14925         for `with-timeout'.
14926
14927         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14928         the same as for XEmacs 21.4.
14929         No need to ignore `run-with-idle-timer', this function exists in
14930         XEmacs now in timer-funcs.el in the xemacs-base package.
14931         (dgnushack-compile): No need to delete
14932         run-at-time.el from the list of files to compile because it
14933         doesn't exist anymore.
14934
14935 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14938         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14939
14940 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14941
14942         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14943         sensitively.
14944
14945 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14946
14947         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14948
14949 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14952         which will be inserted according to the multibyteness of a buffer
14953         rather than the type of contents.  Suggested by ARISAWA Akihiro
14954         <ari@mbf.ocn.ne.jp>.
14955
14956         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14957         of string which old xml.el may return rather than a string.
14958
14959 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14962
14963 2005-01-16  Simon Josefsson  <jas@extundo.com>
14964
14965         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14966         idn/idna.el isn't available.
14967         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14968         <michael@waxrat.com>.
14969
14970         * hashcash.el: Remove non-FSF copyright header.
14971
14972         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14973         (hashcash-generate-payment): Use it.
14974         (hashcash-generate-payment-async): Use it.
14975
14976 2005-01-15  Simon Josefsson  <jas@extundo.com>
14977
14978         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14979         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14980
14981         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14982         gnus-summary-idna-message.
14983         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14984         (gnus-summary-idna-message): New function.
14985
14986 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14987
14988         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14989         gnus-novice-user.
14990
14991 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * nnrss.el (nnrss-request-delete-group): Delete entries in
14994         nnrss-group-alist as well.
14995         (nnrss-save-server-data): Insert newline.
14996
14997 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14998
14999         * gnus.el (gnus-user-agent): Use list of symbols instead of
15000         symbols.  Display full version number for (S)XEmacs.
15001         Optionally display (S)XEmacs codename.
15002
15003         * gnus-util.el (gnus-emacs-version): Update for new
15004         `gnus-user-agent'.
15005
15006         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15007         Gnus version.
15008
15009 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15012         which is unreadable in some setups.
15013
15014 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-spec.el (gnus-update-format-specifications): Flush the
15017         group format spec cache if it doesn't support decoded group names.
15018
15019 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15022         Allow to apply decay on score files matching a regexp.
15023
15024 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15027         compatibility in %g and %c.
15028
15029 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15032         name for only %g and %c.
15033         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15034         of gnus-tmp-group to decoded group name.
15035         (gnus-group-make-rss-group): Exclude `/'s from group names.
15036
15037 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * nnrss.el (nnrss-get-encoding): Fix regexp.
15040
15041 2004-12-27  Simon Josefsson  <jas@extundo.com>
15042
15043         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15044         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15045         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15046
15047 2004-12-17  Kim F. Storm  <storm@cua.dk>
15048
15049         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15050
15051         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15052
15053 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15054
15055         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15056
15057 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * nnrss.el: Require rfc2047 and mml.
15060         (nnrss-file-coding-system): New variable.
15061         (nnrss-format-string): Redefine it as an inline function.
15062         (nnrss-decode-group-name): New function.
15063         (nnrss-string-as-multibyte): Remove.
15064         (nnrss-retrieve-headers): Decode group name; don't use
15065         nnrss-format-string.
15066         (nnrss-request-group): Decode group name.
15067         (nnrss-request-article): Decode group name; allow a Message-ID as
15068         well as an article number; don't use nnrss-format-string; encode a
15069         Message-ID string which may contain non-ASCII characters; use
15070         mml-to-mime to compose a MIME article.
15071         (nnrss-request-expire-articles): Decode group name.
15072         (nnrss-request-delete-group): Decode group name.
15073         (nnrss-fetch): Clarify error message.
15074         (nnrss-read-server-data): Use insert-file-contents instead of load;
15075         bind file-name-coding-system; use multibyte buffer.
15076         (nnrss-save-server-data): Bind coding-system-for-write to the
15077         value of nnrss-file-coding-system; bind file-name-coding-system;
15078         add coding cookie.
15079         (nnrss-read-group-data): Use insert-file-contents instead of load;
15080         bind file-name-coding-system; use multibyte buffer.
15081         (nnrss-save-group-data): Bind coding-system-for-write to the
15082         value of nnrss-file-coding-system; bind file-name-coding-system.
15083         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15084         make it work with non-ASCII text.
15085         (nnrss-find-el): Make it work with old xml.el as well.
15086
15087 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15088
15089         * nnrss.el (nnrss-get-encoding): New function.
15090         (nnrss-fetch): Use unibyte buffer initially; bind
15091         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15092         decode contents according to the encoding attribute.
15093         (nnrss-save-group-data): Add coding cookie.
15094         (nnrss-mime-encode-string): New function.
15095         (nnrss-check-group): Use it to encode subject and author.
15096
15097 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15098
15099         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15100         imaginary variable.
15101
15102 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15105         correctly even if there are wide characters.
15106
15107 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15108
15109         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15110         downcased symbol names; make a new cache instead of reusing
15111         bbdb-hashtable.
15112
15113 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15116         concatenating segments rather than before concatenating them.
15117         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15118
15119         * message.el (message-get-reply-headers): Bind `extra'.
15120
15121 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15122
15123         * message.el (message-extra-wide-headers): New variable.
15124         (message-get-reply-headers): Use it.
15125
15126 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15129         (gnus-agent-group-pathname): Ditto.
15130
15131         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15132
15133         * gnus-group.el (gnus-group-make-group): Decode group name.
15134         (gnus-group-make-rss-group): Register the group data after opening
15135         the nnrss group.
15136
15137 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15138
15139         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15140         by expiry now get marked as read.
15141
15142 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15145
15146 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15147
15148         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15149         unify Latin characters in XEmacs.
15150         (mm-find-mime-charset-region): Use it.
15151
15152 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-util.el (gnus-delete-directory): New function.
15155
15156         * gnus-agent.el (gnus-agent-delete-group): Use it.
15157
15158         * gnus-cache.el (gnus-cache-delete-group): Use it.
15159
15160 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15163         names.
15164
15165 2004-12-16  Simon Josefsson  <jas@extundo.com>
15166
15167         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15168
15169 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15172
15173         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15174         (gnus-group-set-current-level): Decode group name.
15175
15176 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15177
15178         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15179         failed.
15180
15181 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus-group.el (gnus-group-delete-group): Decode group name.
15184         (gnus-group-make-rss-group): Encode group name.
15185         (gnus-group-catchup-current): Decode group name.
15186         (gnus-group-kill-group): Decode group name.
15187
15188 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15189
15190         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15191
15192 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * gnus-group.el (gnus-group-make-rss-group):
15195         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15196
15197         * gnus-start.el (gnus-setup-news): Honor user's setting to
15198         gnus-message-archive-method.  Suggested by Lute Kamstra
15199         <lute@gnu.org>.
15200
15201 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15202
15203         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15204         global counterparts of the buffer-local variables.
15205
15206 2004-11-16  Romain Francoise  <romain@orebokech.com>
15207
15208         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15209         counterparts of the buffer-local variables.
15210
15211 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * message.el (message-forbidden-properties): Fix typo in doc
15214         string.
15215
15216 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * gnus-util.el (gnus-replace-in-string): Add doc string.
15219
15220         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15221         to avoid problems when splitting mails with many recipients.
15222
15223 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15224
15225         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15226         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15227
15228 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15229
15230         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15231         if there is no hashtable in memory or file modification time is
15232         newer than cached timestamp.
15233
15234 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15235
15236         * gnus-sum.el (gnus-summary-limit-to-recipient):
15237         Implement not-matching option.
15238
15239 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15242         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15243         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15244         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15245         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15246         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15247
15248 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * message.el (message-forward-make-body-mml): Remove headers
15251         according to message-forward-ignored-headers if a message is decoded.
15252
15253 2004-12-02  Romain Francoise  <romain@orebokech.com>
15254
15255         * message.el (message-forward-make-body-plain): Always remove
15256         headers according to message-forward-ignored-headers.
15257
15258 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15259
15260         * spam.el (spam-summary-prepare-exit): Remove the
15261         gnus-summary-limit pop for now, it has problems with ham marks for
15262         me.
15263
15264 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15265
15266         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15267         correctly.
15268
15269 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15270
15271         * format-spec.el (format-spec): Message the char.
15272
15273 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * gnus-art.el (gnus-split-methods): Reformat comments.
15276
15277         * spam.el (spam-summary-prepare-exit): Remove article limits
15278         before exiting the summary buffer.
15279
15280 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15283         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15284
15285         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15286         order to silence the byte compiler.
15287
15288         * spam.el: Fix the way to silence the byte compiler, which
15289         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15290         bbdb-search-simple, spam-BBDB-register-routine,
15291         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15292         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15293         spam-stat-buffer-is-spam, spam-stat-load,
15294         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15295         spam-stat-save and spam-stat-split-fancy.
15296
15297 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15300         which may confuse users.
15301         (canlock-password-for-verify): Ditto.
15302
15303         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15304
15305         * gnus-art.el (gnus-emphasis-alist): Ditto.
15306
15307         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15308
15309         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15310
15311         * gnus-start.el (gnus-save-killed-list): Ditto.
15312
15313         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15314         (gnus-sum-thread-tree-root): Ditto.
15315         (gnus-sum-thread-tree-false-root): Ditto.
15316         (gnus-sum-thread-tree-single-indent): Ditto.
15317
15318         * message.el (message-courtesy-message): Ditto.
15319         (message-archive-note): Ditto.
15320         (message-subscribed-address-file): Ditto.
15321         (message-user-fqdn): Ditto.
15322
15323         * spam-report.el (spam-report-gmane-regex): Ditto.
15324
15325         * spam.el (spam-blackhole-good-server-regex): Ditto.
15326
15327 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * mml.el (mml-preview): Widen the message buffer before copying
15330         the contents to the preview buffer; sort headers before previewing.
15331
15332         * message.el (message-hidden-headers): Fix the way to avoid a bug
15333         in the `repeat' widget in Emacs 21.3 or earlier.
15334
15335 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * message.el (message-hidden-headers): Default to "^References:".
15338         Improve customization type.  Suggested by Reiner Steib
15339         <Reiner.Steib@gmx.de>.
15340
15341 2004-11-25  Romain Francoise  <romain@orebokech.com>
15342
15343         * message.el (message-strip-forbidden-properties): Remove check for
15344         obsolete `message-hidden' text property, hidden headers are not
15345         accessible in the buffer anymore.
15346
15347 2004-11-22  Romain Francoise  <romain@orebokech.com>
15348
15349         * message.el (message-header-format-alist): Add `From' in list
15350         so that it can be sorted.
15351         (message-fix-before-sending): Widen and sort headers before
15352         sending.
15353         (message-hide-headers): Use narrowing to hide headers by moving
15354         them to the top of the buffer and narrowing to the region
15355         underneath.
15356
15357 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15358
15359         * message.el (message-strip-forbidden-properties):
15360         Bind buffer-read-only (etc) to nil.
15361
15362 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15365         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15366
15367 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15368
15369         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15370
15371 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15372
15373         * dns.el (query-dns): Use sit-for to time instead of
15374         accept-process-output, since that doesn't seem to work on udp
15375         sockets.
15376
15377 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15380
15381 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15382
15383         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15384         doc string.  Improve doc string.
15385
15386 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * nntp.el (nntp-request-update-info): Return nil if
15389         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15390         may not call gnus-activate-group which uselessly issues the GROUP
15391         commands for all nntp groups and wastes time.  Reported by Romain
15392         Francoise <romain@orebokech.com>.
15393
15394         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15395
15396 2004-11-15  Simon Josefsson  <jas@extundo.com>
15397
15398         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15399         headers separately.
15400         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15401         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15402
15403 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * gnus-start.el (gnus-convert-old-newsrc):
15406         Assign legacy-gnus-agent to 5.10.7.
15407
15408 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15409
15410         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15411         start of the lines.
15412
15413 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15414
15415         * hashcash.el (hashcash-default-payment): Change default to 20.
15416         (hashcash-default-accept-payment): Change default to 20.
15417         (hashcash-process-alist): New variable.
15418         (hashcash-generate-payment-async): Add.
15419         (hashcash-already-paid-p): Add.
15420         (hashcash-insert-payment): Don't generate payments twice.
15421         (hashcash-insert-payment-async): Add.
15422         (hashcash-insert-payment-async-2): Add.
15423         (hashcash-cancel-async): Add.
15424         (hashcash-wait-async): Add.
15425         (hashcash-processes-running-p): Add.
15426         (hashcash-wait-or-cancel): Add.
15427         (mail-add-payment): New optional argument.  Conditionally start
15428         asynchronous calculation.
15429         (mail-add-payment-async): Add.
15430
15431         * message.el (message-send-mail): Wait for asynchronous hashcash
15432         results.  Don't clobber existing X-Hashcash headers.
15433         (message-setup-1): Call mail-add-payment-async when
15434         message-generate-hashcash is non-nil.
15435
15436 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15437
15438         * message.el (message-use-alternative-email-as-from): Examine the
15439         From header as well; use message-make-from in order to include a
15440         user's full name.
15441
15442 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15445         default; improve customization type.
15446         (gnus-emphasis-custom-with-format): New macro.
15447         (gnus-emphasis-custom-value-to-external): New function.
15448         (gnus-emphasis-custom-value-to-internal): New function.
15449
15450 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15451
15452         * dns.el (query-dns): Resolve reverse addresses.
15453
15454 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15455
15456         * gnus-group.el (gnus-group-get-new-news): Use it.
15457
15458         * gnus-start.el (gnus-check-reasonable-setup): New function.
15459
15460 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15463         "Args out of range" error.  Reported by Arnaud Giersch
15464         <arnaud.giersch@free.fr>.
15465
15466 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15467
15468         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15469
15470 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15471
15472         * spam.el (spam group): Add :version.
15473
15474         * pgg-def.el (pgg group): Add :version.
15475
15476 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * gnus-art.el (gnus-article-edit-article): Don't associate the
15479         article buffer with a draft file.  This is a temporary measure
15480         against the 2004-08-22 change to gnus-article-edit-mode.
15481
15482 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15485         (html2text-format-tags): Remove unused variable `attr'.
15486
15487 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15488
15489         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15490
15491         * tls.el (tls-process-connection-type, tls-success)
15492         (tls-certtool-program): Add :version.
15493
15494         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15495         (starttls-extra-arguments, starttls-process-connection-type)
15496         (starttls-connect, starttls-failure, starttls-success): Add :version.
15497
15498         * spam-stat.el (spam-stat): Add :version.
15499
15500         * sieve.el (sieve): Add :version.
15501
15502         * sha1.el (sha1): Add :version.
15503         (sha1-use-external): Remove redundant version.
15504
15505         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15506         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15507         (nnmail-split-fancy-match-partial-words)
15508         (nnmail-split-lowercase-expanded): Add :version.
15509
15510         * nndiary.el (nndiary): Add :version.
15511
15512         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15513
15514         * mml-sec.el (mml-default-sign-method)
15515         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15516         Add :version.
15517
15518         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15519
15520         * mm-url.el (mm-url-use-external, mm-url-program)
15521         (mm-url-arguments): Add :version.
15522
15523         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15524         (mm-attachment-file-modes, mm-decrypt-option)
15525         (mm-w3m-safe-url-regexp): Add :version.
15526
15527         * message.el (message-cite-prefix-regexp)
15528         (message-sendmail-envelope-from, message-minibuffer-local-map)
15529         (message-user-fqdn, message-completion-alist): Add :version.
15530
15531         * gnus-win.el (gnus-configure-windows-hook)
15532         (gnus-use-frames-on-any-display): Add :version.
15533
15534         * gnus-art.el (gnus-article-address-banner-alist)
15535         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15536         (gnus-treat-from-picon, gnus-treat-mail-picon)
15537         (gnus-treat-x-pgp-sig): Add :version.
15538
15539         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15540         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15541         (gnus-summary-article-delete-hook)
15542         (gnus-summary-display-while-building): Add :version.
15543
15544         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15545         (gnus-get-top-new-news-hook): Add :version.
15546
15547         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15548         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15549
15550         * gnus-registry.el (gnus-registry): Add :version.
15551
15552         * gnus-spec.el (gnus-use-correct-string-widths)
15553         (gnus-make-format-preserve-properties): Add :version.
15554
15555         * gnus.el (gnus-group-charter-alist)
15556         (gnus-group-fetch-control-use-browse-url)
15557         (gnus-install-group-spam-parameters): Add :version.
15558
15559         * gnus-diary.el (gnus-diary): Add :version.
15560
15561         * gnus-delay.el (gnus-delay): Add :version.
15562
15563         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15564         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15565         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15566         Add :version.
15567
15568         * gnus-agent.el (gnus-agent-max-fetch-size)
15569         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15570         (gnus-agent-prompt-send-queue): Add :version.
15571
15572         * deuglify.el (gnus-outlook-deuglify): Add :version.
15573
15574         * html2text.el: Beautify code.  Improve doc strings.
15575         Some checkdoc cleanup.
15576         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15577
15578 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15579
15580         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15581
15582 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15583
15584         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15585         when package is loaded.
15586
15587         * spam.el (spam-summary-score-preferred-header): Add global preference
15588         for people who want to override the default SpamAssassin over
15589         Bogofilter preference (when both are set).
15590         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15591         (spam-user-format-function-S):
15592         Check spam-summary-score-preferred-header.
15593         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15594         (spam-user-format-function-S): Format the score correctly.
15595
15596 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15599         signature file.  Suggested by Manoj Srivastava
15600         <srivasta@golden-gryphon.com>.
15601
15602         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15603         iso-2022-jp even in the Japanese language environment.
15604         Suggested by Jason Rumney <jasonr@gnu.org>.
15605
15606 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15609         use the same characters as the dummy marks; make it free from
15610         getting affected by the language environment.
15611         (gnus-summary-read-group-1): Update mark positions only when the
15612         format spec is updated.
15613
15614         * gnus-spec.el (gnus-update-format-specifications): Return a list
15615         of updated types.
15616
15617 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15620         of boundp to check if display-warning is available.
15621
15622 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15623
15624         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15625
15626 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * nnspool.el (nnspool-spool-directory): Use news-path if the
15629         news-directory variable is not bound.
15630
15631         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15632         function instead of display-warning if it is not available.
15633
15634 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15635
15636         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15637         v5-10: Use `point-at-bol'.
15638
15639 2004-10-26  Simon Josefsson  <jas@extundo.com>
15640
15641         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15642         <chenggao@gmail.com>.
15643
15644 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15645
15646         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15647         instead.
15648
15649 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15650
15651         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15652         to remove a server from the nnimap-server-buffer-alist.
15653         (nnimap-open-connection, nnimap-close-server): Use it.
15654
15655         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15656
15657 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15660         running the major-mode function.
15661
15662 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15665         dummy marks in the right way.
15666
15667 2004-10-18  David Edmondson  <dme@dme.org>
15668
15669         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15670         excessively.
15671
15672 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15673
15674         * gnus-util.el (gnus-split-references): Accept a nil references
15675         string and go on blissfully.
15676
15677         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15678         cases where the references string is non-nil but has no references.
15679
15680         * encrypt.el: Add autoload tags.
15681
15682         * spam.el (spam-resolve-registrations-routine): Remove article
15683         from unregistration list too.  Reported by David Hanak
15684         <dhanak@isis.vanderbilt.edu>
15685
15686 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15689         nil.  Change custom type.
15690
15691 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15694
15695         * gnus-sum.el (gnus-summary-move-article): Use it.
15696
15697 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15698
15699         * encrypt.el: Add autoload cookies.
15700
15701         * spam.el (spam-backend-article-list-property)
15702         (spam-backend-get-article-todo-list)
15703         (spam-backend-put-article-todo-list)
15704         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15705         Resolve registrations separately.
15706         (spam-register-routine): Format comments.
15707         (spam-unregister-routine, spam-register-routine): Always call with
15708         specific-articles, no default list.
15709         (spam-summary-prepare-exit): Use the spam-classifications function.
15710
15711         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15712         gnus-encrypt.el.
15713
15714         * encrypt.el: Copied from gnus-encrypt.el.
15715
15716         * gnus-encrypt.el: Commented that it's obsolete.
15717
15718 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15721         (gnus-score-save): Use it.
15722
15723         * message.el (message-bury): Use `window-dedicated-p'.
15724
15725 2004-10-15  Simon Josefsson  <jas@extundo.com>
15726
15727         * pop3.el (top-level): Don't require nnheader.
15728         (pop3-read-timeout): Add.
15729         (pop3-accept-process-output): Add.
15730         (pop3-read-response, pop3-retr): Use it.
15731
15732 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15733
15734         * spam.el (spam-register-routine): Move comment.
15735         (spam-verify-bogofilter): Use 'unknown for the initial
15736         spam-bogofilter-valid state, not 'never.
15737
15738         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15739         for netrc-machine.
15740
15741         * nnimap.el (nnimap-open-connection):
15742         Use netrc-machine-user-or-password.
15743
15744 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15745
15746         * gnus-registry.el (gnus-registry-unload-hook):
15747         Set as a variable with add-hook.
15748
15749         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15750         of news-path.
15751
15752         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15753
15754         * spam.el: Delete duplicate `provide'.
15755         (spam-unload-hook): Set as a variable with add-hook.
15756
15757 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15760         in the doc string.
15761
15762         * message.el (message-ignored-news-headers)
15763         (message-ignored-supersedes-headers)
15764         (message-ignored-resent-headers)
15765         (message-forward-ignored-headers): Improve custom type.
15766
15767 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * message.el (message-tokenize-header): Fix 2004-09-06 change
15770         which used point-min in the wrong place.
15771
15772 2004-10-12  Simon Josefsson  <jas@extundo.com>
15773
15774         * tls.el (tls-certtool-program): New variable.
15775         (tls-certificate-information): New function, based on
15776         ssl-certificate-information.
15777
15778 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * compface.el: Move the version of ELisp-based uncompface program
15781         to the contrib directory because of the copyright problem.
15782
15783 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * message.el (message-kill-buffer): Raise the current frame.
15786
15787 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15790
15791         * gnus.el (message-y-or-n-p): Autoload.
15792
15793         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15794         (pop3-password-required, pop3-authentication-scheme)
15795         (pop3-leave-mail-on-server): Make customizable.
15796         (pop3): New custom group.
15797         (pop3-retr): Remove `sleep-for' statements.
15798         Suggested by Dave Love <fx@gnu.org>.
15799
15800         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15801         Windows/DOS.
15802
15803         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15804         (imap-parse-body): Fix incorrect use of `assert'.
15805         Suggested by Dave Love <fx@gnu.org>.
15806
15807         * mml.el (mml-minibuffer-read-disposition): Require match.
15808         Suggested by Dave Love <fx@gnu.org>.
15809
15810 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15811
15812         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15813         doc string.
15814
15815 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15818
15819 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15820
15821         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15822         instead of calling `mm-insert-inline', to decode text/* parts
15823         before displaying them.
15824
15825 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * mm-uu.el (mm-uu-text-plain-type): New variable.
15828         (mm-uu-pgp-signed-extract-1): Use it.
15829         (mm-uu-pgp-encrypted-extract-1): Use it.
15830         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15831         bind mm-uu-text-plain-type with that value.
15832         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15833         mm-uu-dissect.
15834
15835 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-group.el (gnus-update-group-mark-positions):
15838         * gnus-sum.el (gnus-update-summary-mark-positions):
15839         * message.el (message-check-news-body-syntax):
15840         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15841         of string-as-multibyte.
15842
15843 2004-10-05  Juri Linkov  <juri@jurta.org>
15844
15845         * gnus-group.el (gnus-update-group-mark-positions):
15846         * gnus-sum.el (gnus-update-summary-mark-positions):
15847         * message.el (message-check-news-body-syntax):
15848         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15849         8-bit unibyte values to a multibyte string for search functions.
15850
15851 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15854         (mm-uu-dissect-text-parts): New function.
15855
15856         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15857         dissect text parts.
15858
15859         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15860         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15861
15862         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15863
15864         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15865         Use gnus-current-topics instead of gnus-current-topic.
15866
15867 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15868
15869         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15870
15871 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15872
15873         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15874         where approriate.
15875
15876         * nnml.el (nnml-generate-active-info): do.
15877
15878         * nndiary.el (nndiary-generate-active-info): do.
15879
15880         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15881         (gnus-topic-move): do.
15882
15883         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15884         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15885
15886         * gnus-srvr.el (gnus-server-prepare)
15887         (gnus-server-open-all-servers): do.
15888
15889         * gnus-msg.el (gnus-summary-cancel-article)
15890         (gnus-summary-resend-message)
15891         (gnus-summary-mail-crosspost-complaint): do.
15892
15893         * gnus-move.el (gnus-change-server): do.
15894
15895         * gnus-group.el (gnus-group-unmark-all-groups)
15896         (gnus-group-set-current-level): do.
15897
15898 2004-10-04  Simon Josefsson  <jas@extundo.com>
15899
15900         * message.el (message-generate-hashcash): Doc fix.
15901
15902 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15903
15904         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15905         avoid infinite recursion via gnus-get-function.
15906
15907 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15908
15909         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15910
15911         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15912
15913         * nnmail.el (nnmail-split-history): do.
15914
15915         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15916         (nnml-request-delete-group): do.
15917
15918         * nnslashdot.el (nnslashdot-read-groups): do.
15919
15920         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15921         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15922
15923         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15924         (nnspool-sift-nov-with-sed): Use last.
15925         (nnspool-retrieve-headers-with-nov): Use mapc.
15926         (nnspool-request-newgroups): Use dolist.
15927         (nnspool-request-group): Use last.
15928
15929         * nntp.el (nntp-read-server-type): Use dolist.
15930
15931         * nnvirtual.el (nnvirtual-create-mapping)
15932         (nnvirtual-update-read-and-marked): Use dolist.
15933         (nnvirtual-convert-headers): Simplify.
15934
15935 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15936
15937         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15938         Add support for sync'ing tick marks.
15939
15940 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15943         there's no visible header.
15944
15945 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15946
15947         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15948         When necessary, pass full group name to gnus-request-set-marks.
15949
15950 2004-10-01  Simon Josefsson  <jas@extundo.com>
15951
15952         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15953         acroread.
15954
15955 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15956
15957         * spam-report.el (spam-report-gmane): Fix interactive.
15958
15959         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15960
15961         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15962         when writing file.
15963         (gnus-agent-synchronize-flags): Don't default to being
15964         interactive.
15965
15966 2004-09-30  Simon Josefsson  <jas@extundo.com>
15967
15968         * message.el (message-generate-hashcash): Add.
15969         (message-send-mail): Use it, call mail-add-payment.
15970
15971 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15972
15973         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15974
15975 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15976
15977         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15978         gnus-requst-update-info with explicit code to sync the in-memory
15979         info read flags with the marks being sync'd to the backend.
15980
15981         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15982
15983 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15984
15985         * spam.el (spam-verify-bogofilter): Add new function.
15986         (spam-check-bogofilter)
15987         (spam-bogofilter-register-with-bogofilter): Use it.
15988         (spam-verify-bogofilter): Add small fixes.
15989
15990 2004-09-28  Simon Josefsson  <jas@extundo.com>
15991
15992         * hashcash.el (hashcash-generate-payment): Revert.
15993
15994 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15995
15996         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15997         Use gnus-extract-references instead of gnus-split-references.
15998
15999         * gnus-util.el (gnus-extract-references): Add new function, analogous
16000         to gnus-split-references but extracts only the message-ID without
16001         anything extra.
16002
16003         * hashcash.el (hashcash-generate-payment)
16004         (hashcash-check-payment): Do the right thing if hashcash-path is
16005         nil (because the hashcash program could not be found).
16006
16007         * spam.el (spam-use-hashcash): Remove comment.
16008
16009 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16010
16011         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16012         (gnus-cache-enter-article, gnus-cache-remove-article)
16013         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16014
16015         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16016
16017         * gnus-art.el (article-hide-boring-headers)
16018         (article-translate-strings, article-display-face)
16019         (gnus-article-mime-match-handle-first)
16020         (gnus-article-highlight-headers)
16021         (gnus-article-add-buttons-to-head): do.
16022
16023 2004-09-27  Simon Josefsson  <jas@extundo.com>
16024
16025         * hashcash.el: New version, from
16026         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16027         ../contrib/.
16028
16029 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16032
16033 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16034
16035         * gnus-dup.el (gnus-dup-open): Use mapc.
16036         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16037
16038         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16039         Reported by Stefan Wiens <s.wi@gmx.net>.
16040
16041         * gnus.el (gnus-shutdown): Use dolist.
16042
16043         * gnus-undo.el (gnus-undo): Use mapc.
16044
16045         * nnrss.el (nnrss-generate-active): do.
16046
16047         * message.el (message-cite-original-without-signature)
16048         (message-cite-original): Use mapc.
16049         (message-do-actions, message-make-forward-subject): Use dolist.
16050
16051 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16052
16053         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16054         deletion to remove entire duplicate line.  Fixes merged article
16055         number bug.
16056
16057 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16058
16059         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16060         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16061         first ask if you want to open a server and then, even when you
16062         responded with no, asking if you want to synchronize the server's
16063         flags.
16064         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16065         multi-line expressions.
16066         (gnus-agent-synchronize-group-flags): New internal function.
16067         Updates marks in memory (in the info structure) AND in the
16068         backend.
16069
16070         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16071
16072         * nnagent.el (nnagent-request-set-mark):
16073         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16074         method, to ensure that synchronization updates marks in the
16075         backend and in the info (in memory) structure.
16076
16077 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16080         convention fully; don't miss the root article of a thread; make
16081         the X-Draft-From header with correct article numbers.
16082
16083 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16084
16085         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16086         unless plugged.  Disable the agent so that an open failure causes
16087         an error.
16088
16089         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16090         Revert 2004-09-21 change.  The backend must be opened while
16091         synchronizing flags even when the backend stores the flags
16092         locally.
16093
16094 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16095
16096         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16097         in `header' match.  Reported by Svend Tollak Munkejord.
16098
16099         * message.el (message-cite-original): Fix use of
16100         `message-cite-articles-with-x-no-archive'.
16101
16102 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16105         (gnus-window-to-buffer): Ditto.
16106
16107         * mml.el (mml-preview-buffer): New variable.
16108         (mml-preview): Manage window layout with gnus-buffer-configuration.
16109
16110         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16111         X-Draft-From header even if those articles aren't quoted.
16112
16113 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16114
16115         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16116         (gnus-request-set-mark, gnus-request-update-mark): Use new
16117         g-s-t-u-l-m to decide to use backend even when unplugged.
16118
16119 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16122         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16123
16124 2004-09-20  Simon Josefsson  <jas@extundo.com>
16125
16126         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16127         "utf-16-le".
16128
16129 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16130
16131         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16132
16133 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         * uudecode.el (uudecode-use-external): Add :version.
16136
16137         * smime.el (smime-CA-file, smime-encrypt-cipher)
16138         (smime-dns-server): Add :version.
16139
16140         * smiley.el (gnus-smiley-file-types): Add :version.
16141
16142         * sha1.el (sha1-use-external): Add :version.
16143
16144         * pgg-def.el (pgg-query-keyserver): Add :version.
16145
16146         * nnmail.el (nnmail-fancy-expiry-targets)
16147         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16148         Add :version.
16149
16150         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16151         (nnimap-retrieve-groups-asynchronous): Add :version.
16152         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16153
16154         * mml.el (mml-content-disposition-parameters)
16155         (mml-insert-mime-headers-always): Add :version.
16156
16157         * mm-util.el (mm-coding-system-priorities): Add :version.
16158
16159         * mm-decode.el (mm-inline-text-html-with-images)
16160         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16161         (mm-verify-option): Add :version.
16162         (mm-text-html-renderer): Change :version.
16163
16164         * message.el (message-fcc-externalize-attachments)
16165         (message-required-headers, message-draft-headers)
16166         (message-subject-trailing-was-query)
16167         (message-subject-trailing-was-ask-regexp)
16168         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16169         (message-mark-insert-end, message-archive-header)
16170         (message-archive-note, message-cross-post-default)
16171         (message-cross-post-note, message-followup-to-note)
16172         (message-cross-post-note-function, message-use-mail-followup-to)
16173         (message-subscribed-address-functions)
16174         (message-subscribed-address-file, message-subscribed-addresses)
16175         (message-subscribed-regexps, message-allow-no-recipients)
16176         (message-yank-cited-prefix, message-signature-insert-empty-line)
16177         (message-hidden-headers, message-hierarchical-addresses)
16178         (message-mail-user-agent, message-use-idna)
16179         (message-valid-fqdn-regexp)
16180         (message-strip-special-text-properties, message-header-synonyms)
16181         (message-beginning-of-line, message-tab-body-function): Add :version.
16182         (message-insert-canlock, message-wide-reply-confirm-recipients):
16183         Change :version.
16184
16185         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16186         and :version.
16187         (mail-source-delete-old-incoming-confirm)
16188         (mail-source-movemail-program): Add :version.
16189
16190         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16191         (gnus-agent-cache, gnus-agent): Change :version.
16192
16193         * gnus-util.el (gnus-use-byte-compile): Change :version.
16194
16195         * gnus-sum.el (gnus-summary-make-false-root-always)
16196         (gnus-summary-default-high-score)
16197         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16198         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16199         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16200         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16201         (gnus-sum-thread-tree-single-indent)
16202         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16203         (gnus-sum-thread-tree-leaf-with-other)
16204         (gnus-sum-thread-tree-single-leaf): Add :version.
16205         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16206         (gnus-article-loose-mime): Change :version.
16207
16208         * gnus-start.el (gnus-backup-startup-file)
16209         (gnus-save-startup-file-via-temp-buffer): Add :version.
16210
16211         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16212         (gnus-server-offline-face): Add :version.
16213
16214         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16215
16216         * gnus-msg.el (gnus-gcc-externalize-attachments)
16217         (gnus-debug-files, gnus-debug-exclude-variables)
16218         (gnus-discouraged-post-methods): Change :version.
16219         (gnus-confirm-mail-reply-to-news)
16220         (gnus-confirm-treat-mail-like-news): Add :version.
16221
16222         * gnus-int.el (gnus-server-unopen-status): Add :version.
16223
16224         * gnus-group.el (gnus-group-jump-to-group-prompt)
16225         (gnus-large-ephemeral-newsgroup)
16226         (gnus-fetch-old-ephemeral-headers): Add :version.
16227
16228         * gnus-fun.el (gnus-x-face-directory)
16229         (gnus-convert-pbm-to-x-face-command)
16230         (gnus-convert-image-to-x-face-command)
16231         (gnus-convert-image-to-face-command): Add :version.
16232
16233         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16234
16235         * gnus-cite.el (gnus-cite-blank-line-after-header)
16236         (gnus-article-boring-faces): Add :version.
16237
16238         * gnus-art.el (gnus-buttonized-mime-types)
16239         (gnus-inhibit-mime-unbuttonizing)
16240         (gnus-treat-display-face)
16241         (gnus-treat-body-boundary): Change :version.
16242         (gnus-body-boundary-delimiter, gnus-picon-databases)
16243         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16244         (gnus-treat-date-english, gnus-treat-fold-headers)
16245         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16246         (gnus-treat-mail-picon, gnus-treat-wash-html)
16247         (gnus-article-encrypt-protocol)
16248         (gnus-use-idna, gnus-article-over-scroll)
16249         (gnus-mime-display-multipart-alternative-as-mixed)
16250         (gnus-mime-display-multipart-related-as-mixed)
16251         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16252         (gnus-ctan-url, gnus-button-ctan-handler)
16253         (gnus-button-handle-ctan-bogus-regexp)
16254         (gnus-button-ctan-directory-regexp)
16255         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16256         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16257         (gnus-button-man-level, gnus-button-emacs-level)
16258         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16259
16260         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16261         (gnus-agent-go-online): Change :version.
16262         (gnus-agent-expire-unagentized-dirs)
16263         (gnus-agent-auto-agentize-methods): Add :version.
16264
16265         * flow-fill.el (fill-flowed-display-column)
16266         (fill-flowed-encode-column): Add :version.
16267
16268         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16269         (gnus-outlook-deuglify-unwrap-max)
16270         (gnus-outlook-deuglify-cite-marks)
16271         (gnus-outlook-deuglify-unwrap-stop-chars)
16272         (gnus-outlook-deuglify-no-wrap-chars)
16273         (gnus-outlook-deuglify-attrib-cut-regexp)
16274         (gnus-outlook-deuglify-attrib-verb-regexp)
16275         (gnus-outlook-deuglify-attrib-end-regexp)
16276         (gnus-outlook-display-hook): Add :version.
16277
16278         * binhex.el (binhex-use-external): Add :version.
16279
16280 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16281
16282         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16283         and `invisible'.
16284
16285 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16286
16287         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16288         in gnus-registry-trim.
16289
16290 2004-09-13  Simon Josefsson  <jas@extundo.com>
16291
16292         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16293
16294         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16295
16296         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16297         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16298         <yamaoka@jpl.org>.
16299         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16300         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16301         <yamaoka@jpl.org>.
16302
16303         * sieve.el (sieve-manage-mode): Ditto.
16304
16305 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16308
16309 2004-09-11  Simon Josefsson  <jas@extundo.com>
16310
16311         * dns-mode.el: Add.
16312
16313         * mm-view.el (mm-display-dns-inline): Add.
16314
16315         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16316         (mm-automatic-display): Ditto.
16317
16318         * mailcap.el (mailcap-mime-data): Add text/dns.
16319         (mailcap-mime-extensions): Map .soa to text/dns.
16320
16321 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16322
16323         * gnus-art.el (article-decode-mime-words, article-babel)
16324         (gnus-article-highlight-signature, gnus-article-add-buttons)
16325         (gnus-signature-toggle): Remove unnecessary bindings of
16326         `inhibit-read-only' inherited from v5.10 merge.
16327
16328 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * nntp.el (nntp): New customization group.
16331         (nntp-authinfo-file): Add customization group.
16332
16333         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16334
16335         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16336
16337         * gnus.el (to-address, to-list, subscribed)
16338         (large-newsgroup-initial): Ditto.
16339
16340         * flow-fill.el (fill-flowed-display-column)
16341         (fill-flowed-encode-column): Ditto.
16342
16343 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16344
16345         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16346         Use point-min rather than 1.
16347         (message-send-mail): Use buffer-size rather than point-max.
16348
16349         * gnus-sum.el (gnus-summary-search-article-forward):
16350         Signal a specific `search-failed' rather than a generic `error'.
16351
16352         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16353         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16354         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16355
16356 2004-09-10  Simon Josefsson  <jas@extundo.com>
16357
16358         * nndb.el (require): Remove tcp and duplicate cl.
16359
16360 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * gnus-agent.el (directory-files-and-attributes): Move forward.
16363
16364 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16365
16366         * gnus-agent.el (directory-files-and-attributes):
16367         Optionally defined to support XEmacs.
16368
16369 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16370
16371         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16372         to avoid run-time CL dependencies.
16373         (gnus-agent-unfetch-articles): New function.
16374         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16375         article numbers even when local .overview file is missing.
16376         (gnus-agent-read-article-number): New function.  Only accepts
16377         27-bit article numbers.
16378         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16379         Use gnus-agent-read-article-number.
16380         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16381         from backend while recognizing that article numbers in .overview
16382         must be valid.
16383         (gnus-agent-update-files-total-fetched-for):
16384         Use directory-files-and-attributes to improve performance.
16385         * gnus-int.el (gnus-request-move-article):
16386         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16387         improve performance.
16388
16389         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16390         some users confused by references to .newsrc when they only have a
16391         .newsrc.eld file.
16392         (gnus-convert-mark-converter-prompt)
16393         (gnus-convert-converter-needs-prompt): Fix use of property list.
16394         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16395         New function.  Used internally to only display 'gnus converting
16396         files' message when actually necessary.
16397
16398         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16399         methods now autoloaded.
16400
16401 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16404         identifiers.
16405
16406 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16407
16408         * gnus-picon.el: Fix indentation and closing parenthesis.
16409
16410 2004-09-01  Simon Josefsson  <jas@extundo.com>
16411
16412         * message.el (message-canlock-generate): Require sha1, not
16413         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16414         to require within a function.  Sadly, if sha1.el isn't loaded, the
16415         let binding in m-c-g will hide the defcustom definition, which is
16416         bad.)
16417
16418         * canlock.el: Require sha1, not sha1-el.
16419
16420         * message.el: Don't autoload sha1 (there is a autoload cookie in
16421         sha1.el).
16422
16423         * sha1-el.el: Rename to sha1.el.
16424
16425 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16426
16427         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16428
16429 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16430
16431         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16432
16433 2004-08-30  Kim F. Storm  <storm@cua.dk>
16434
16435         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16436
16437         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16438         Add :group 'nnimap.
16439
16440 2004-08-30  Andreas Schwab  <schwab@suse.de>
16441
16442         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16443         ?* and ?\;.
16444
16445         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16446         and ?\' to symbol instead of whitespace.
16447
16448 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16451
16452         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16453         instead of re-search-forward.
16454
16455         * gnus-uu.el (gnus-uu-save-article): Ditto.
16456         (gnus-uu-post-encode-uuencode): Ditto.
16457
16458         * html2text.el (html2text-clean-list-items): Ditto.
16459         (html2text-clean-dtdd): Ditto.
16460         (html2text-format-tags): Ditto.
16461
16462         * message.el (message-send-mail-with-sendmail): Fix regexp.
16463         (message-fill-field-general): Use search-forward instead of
16464         re-search-forward.
16465         (unbold-region): Ditto.
16466
16467         * nnrss.el (nnrss-request-article): Ditto.
16468
16469         * nnslashdot.el (nnslashdot-request-article): Ditto.
16470
16471         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16472
16473         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16474         "Unrecognized menu descriptor" error in XEmacs.
16475
16476 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16477
16478         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16479         parent article of a sparse article in the thread hashtb.
16480
16481 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16482
16483         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16484         (nnmail-expand-newtext): Lowercase expanded entries if
16485         nnmail-split-lowercase-expanded is non-nil.
16486
16487 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16490
16491         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16492         of gnus-tmp-news-method into string under XEmacs.  It will be
16493         passed to gnus-correct-length which takes only a string argument.
16494
16495 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * gnus-util.el (gnus-bind-print-variables): New macro.
16498         (gnus-prin1): Use it.
16499         (gnus-prin1-to-string): Use it.
16500         (gnus-pp): New function.
16501         (gnus-pp-to-string): New function.
16502
16503         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16504         Replace pp-to-string with gnus-pp-to-string.
16505         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16506         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16507         * gnus-msg.el (gnus-debug): Ditto.
16508         * gnus-score.el (gnus-score-save): Ditto.
16509         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16510         gnus-pp-to-string.
16511         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16512         with gnus-pp.
16513         * score-mode.el (gnus-score-pretty-print): Ditto.
16514         * webmail.el (webmail-debug): Ditto.
16515
16516 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-art.el (article-display-face, article-display-x-face):
16519         Use buffer-read-only.
16520
16521 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-art.el (article-hide-list-identifiers):
16524         Bind inhibit-read-only as t.
16525
16526 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16529
16530 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16531
16532         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16533         (gnus-narrow-to-page): Don't assume point-min == 1.
16534         (gnus-article-edit-mode): Derive from message-mode.
16535
16536         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16537         point-min == 1.
16538
16539         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16540         Disable incorrect use of `assert'.
16541
16542         * message.el (message-mode): Set comment-start-skip.
16543
16544
16545 2004-08-22  Sam Steingold  <sds@gnu.org>
16546
16547         * pop3.el (pop3-leave-mail-on-server): New user variable.
16548         (pop3-movemail): Delete mail only when it is nil.
16549
16550 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16551
16552         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16553
16554         * mml.el (mml-preview): Use `pop-to-buffer'.
16555
16556         * message.el (message-goto-mail-followup-to): Insert after "To".
16557         (message-carefully-insert-headers): Add comment.
16558
16559         * gnus.el: Remove unused variable `gnus-article-check-size'.
16560
16561         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16562
16563         * gnus-art.el (gnus-button-alist):
16564         Improve `gnus-button-handle-library' entry.
16565
16566 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16567
16568         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16569         Use downcase, since XEmacs capitalizes error messages differently.
16570
16571 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16572
16573         * nntp.el: Add (require 'gnus) due to reference to
16574         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16575
16576 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16577
16578         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16579         Bind `mm-fill-flowed'.
16580
16581         * mm-decode.el (mm-dissect-singlepart): Check it.
16582
16583 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16584
16585         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16586         'imap' for netrc parsing.
16587
16588 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * mailcap.el (mailcap-mime-data): Mark as risky.
16591
16592 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16595         may be included in the encoded word.
16596         (rfc2047-encode): Don't append a space if the encoded word
16597         includes close parenthesis.
16598
16599 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16602         of text within parentheses.
16603
16604 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16605
16606         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16607         (gnus-encrypt-write-file-contents): Make the password key the file
16608         name PLUS the cipher, not just the cipher.  Also remove failed
16609         passwords from the cache.
16610
16611 2004-08-06  Simon Josefsson  <jas@extundo.com>
16612
16613         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16614         Doc fix.
16615
16616 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16619         LWSP.
16620
16621 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16622
16623         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16624         Try to append in-reply-to: data to the references: header.
16625
16626         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16627         (netrc-parse): Use gnus-encrypt.el functions.
16628
16629         * gnus-encrypt.el: Add new file for encryption support; currently
16630         does only a few GPG ciphers and an internal XOR cipher.
16631
16632         * password.el: Add comments on using password-read-and-add.
16633         (password-read-and-add): Add function to read and add the
16634         password to the cache at once.
16635
16636 2004-07-28  Simon Josefsson  <jas@extundo.com>
16637
16638         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16639         parameter (but don't use it, for now).
16640
16641         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16642         instead of hard coding to nil.
16643
16644 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16645
16646         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16647         as mm-inline-image-xemacs does.
16648
16649 2004-07-26  Simon Josefsson  <jas@extundo.com>
16650
16651         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16652         Revert part of 2004-07-17 change below.
16653
16654 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16657         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16658
16659 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16660
16661         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16662         quotes that actually start with ">" at the beginning of the
16663         lines.
16664
16665 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * rfc2047.el (rfc2047-encode-region): Fix last change.
16668         (rfc2047-encode-parameter): Remove useless concat.
16669
16670 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16673         encode special characters; fix some kind of misconfigured headers;
16674         signal a real error if debug-on-quit or debug-on-error is non-nil.
16675         (rfc2047-encode-max-chars): New variable.
16676         (rfc2047-encode-1): Use it.
16677         (rfc2047-encode-parameter): New function.
16678
16679         * mml.el (mml-insert-parameter): Remove an excessive space.
16680
16681 2004-07-17  Simon Josefsson  <jas@extundo.com>
16682
16683         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16684         Kai Grossjohann <kai@emptydomain.de>.
16685         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16686         (gnus-group-make-menu-bar): Ditto.
16687
16688         * gnus-util.el (gnus-group-server): Add.
16689
16690 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16691
16692         * message.el (message-clone-locals): Clone sendmail and smtp
16693         variables.
16694
16695 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * rfc2047.el (rfc2047-encode-region): Fix last change.
16698
16699 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16702         characters as non-special.
16703
16704 2004-07-09  Simon Josefsson  <jas@extundo.com>
16705
16706         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16707         Users will lose all flag changes made while unplugged with
16708         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16709         good default.  See numerous reports on ding mailing list.
16710
16711 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16714         add generate-head-function and generate-article-function to the
16715         rfc822-forward entry.
16716         (nndoc-rfc822-forward-generate-article): New function.
16717         (nndoc-rfc822-forward-generate-head): New function.
16718
16719         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16720
16721 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16722
16723         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16724         respect display group parameter and gnus-summary-expunge-below.
16725         (gnus-articles-to-read): Remove unused reference to display group
16726         parameter.
16727
16728 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16729
16730         * nnheader.el (nnheader-uniquify-message-id): New experimental
16731         variable.
16732         (nnheader-nov-read-message-id): Use it.
16733
16734         * spam-report.el (spam-report-gmane): Add interactive.
16735
16736 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * mm-encode.el (mm-content-transfer-encoding-defaults):
16739         Use qp-or-base64 for the application/* types.
16740
16741 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16742
16743         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16744
16745 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16746
16747         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16748         trim value.
16749
16750 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16751
16752         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16753         New macro and function.
16754         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16755
16756 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16759         after-load-alist.
16760
16761 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16762
16763         * gnus-group.el (gnus-group-get-new-news-this-group):
16764         Don't update info that isn't there.
16765
16766 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16767
16768         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16769         entry.
16770
16771 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * mm-view.el (mm-inline-render-with-function): Use multibyte
16774         buffer; decode html source by charset.
16775
16776         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16777
16778         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16779         Mule-UCS is loaded under XEmacs.
16780         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16781
16782 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16783
16784         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16785
16786 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * mm-util.el (mm-coding-system-p): Return a coding-system.
16789         (mm-mime-mule-charset-alist): Use shift_jis instead of
16790         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16791         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16792         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16793         instead of japanese-shift-jis and iso-latin-1 respectively in
16794         order to share the default value with both Emacs and XEmacs-mule.
16795         (mm-mule-charset-to-mime-charset):
16796         Make mm-coding-system-priorities effective.
16797         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16798         while predicating of candidates upon the priorities.
16799
16800 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16801
16802         * gnus-sum.el (gnus-summary-make-menu-bar):
16803         Add gnus-uu-invert-processable.
16804
16805         * gnus.el: Autoload gnus-uu-invert-processable.
16806
16807 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * mm-util.el (mm-with-multibyte-buffer): New macro.
16810
16811         * rfc2047.el (rfc2047-encode-string): Use it.
16812         (rfc2047-encode-region): Move point to the end of the region after
16813         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16814
16815 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16818         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16819
16820 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16823         (gnus-cite-parse): Ignore quoted envelope From_.
16824         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16825
16826 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16827
16828         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16829         invalid addresses.
16830
16831 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16832
16833         * spam.el: Change section markers, revise TODO list.
16834         (spam-backends): Make new master list of all installed backends.
16835         (spam-summary-exit-behavior): Add new variable to determine how
16836         messages moves are done at summary exit.
16837         (spam-move-spam-nonspam-groups-only)
16838         (spam-process-ham-in-nonham-groups)
16839         (spam-process-ham-in-spam-groups): Remove variables, the
16840         spam-summary-exit-behavior variable should be used to manage this
16841         behavior.
16842         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16843         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16844         and spam-old-spam-articles.
16845         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16846         Add empty variables, placeholders for the backends they represent.
16847         (spam-set-difference): Move, unchanged.
16848         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16849         unless the user has a processor variable.
16850         (spam-classifications, spam-classification-valid-p)
16851         (spam-backend-properties, spam-backend-property-valid-p)
16852         (spam-backend-function-type-valid-p)
16853         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16854         (spam-report-articles-gmane, spam-report-articles-resend):
16855         Remove functions, they are not needed.
16856         (spam-install-backend-super, spam-backend-list)
16857         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16858         (spam-backend-function, spam-backend-ham-registration-function)
16859         (spam-backend-spam-registration-function)
16860         (spam-backend-ham-unregistration-function)
16861         (spam-backend-spam-unregistration-function)
16862         (spam-backend-statistical-p, spam-backend-mover-p)
16863         (spam-install-backend-alias, spam-install-checkonly-backend)
16864         (spam-install-mover-backend, spam-install-nocheck-backend)
16865         (spam-install-backend, spam-install-statistical-backend)
16866         (spam-install-statistical-checkonly-backend): Add backend installation
16867         support.
16868         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16869         (spam-group-processor-p): Use the new backend code and respect the
16870         summary exit behavior.
16871         (spam-mark-spam-as-expired-and-move-routine): Remove.
16872         (spam-summary-prepare): Change to use the new spam-old-articles
16873         variable.
16874         (spam-copy-or-move-routine, spam-copy-spam-routine)
16875         (spam-move-spam-routine, spam-copy-ham-routine)
16876         (spam-move-ham-routine): Add code to copy/move ham or spam.
16877         (spam-fetch-field-fast): Improve doc and code, plus allow the
16878         'number request.
16879         (spam-list-of-checks, spam-list-of-statistical-checks):
16880         Remove variables.
16881         (spam-split, spam-find-spam): Use the new backend code.
16882         (spam-registration-functions): Remove variable.
16883         (spam-unregister-routine): Add convenience wrapper.
16884         (spam-log-undo-registration, spam-register-routine)
16885         (spam-log-processing-to-registry)
16886         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16887         where possible.
16888         (spam-check-gmane-xref, spam-check-regex-headers)
16889         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16890         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16891         (spam-check-bogofilter-headers, spam-check-spamoracle)
16892         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16893         (spam-check-crm114-headers): Use the spam-split-group that
16894         spam-split prepares, no need to determine it every time.
16895
16896         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16897         to the nnheader-parse-naked-head call.
16898
16899         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16900
16901         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16902         the nnheader-nov-read-message-id call.
16903
16904 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16907         gnus-activate-group twice.  Suggested by Markus Peter
16908         <warp@spin.de>.
16909
16910 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * gnus-art.el (gnus-article-time-format): Exchange the order of
16913         day and month in the default value; fix customization type.
16914         (article-date-ut): Use add-text-properties.
16915         (article-make-date-line): Use message-make-date instead of
16916         current-time-string.
16917
16918         * message.el (message-fetch-field): Don't use set-text-properties.
16919         (message-make-date): Simplify.
16920
16921         * messagexmas.el (message-xmas-make-date): New function.
16922         (message-xmas-redefine): Defalias message-make-date to it.
16923
16924 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16927         (rfc2047-encode-region): Treat text within parentheses as special;
16928         show the original text when error has occurred.
16929
16930         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16931         already-computed method to gnus-activate-group.
16932
16933         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16934         same select-methods identical Lisp objects.
16935
16936         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16937         object when modifying the info.
16938
16939 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16942         gnus-opened-servers since it has never been opened with the new
16943         configuration yet.
16944
16945 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16948         arg to nnheader-generate-fake-message-id.
16949
16950 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16951
16952         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16953         number and build a fake message ID localized to a group and
16954         article number (so it's repeatable from that point on).
16955         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16956         ID format.
16957
16958         * gnus-sum.el (gnus-get-newsgroup-headers):
16959         Call nnheader-generate-fake-message-id with the article number.
16960
16961 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16962
16963         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16964         end-of-buffer.
16965
16966 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16967
16968         * message.el (message-ignored-supersedes-headers): Add Approved.
16969
16970 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16973         goto-char.
16974         (rfc2047-encode): Fold the line before encoding.
16975
16976 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16977
16978         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16979         folding -- not all headers can be folded, and this should be done
16980         by the message composition mode.  Probably.  I think.
16981
16982 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16985         fast.
16986
16987         * gnus-ems.el (gnus-remove-image): Don't use
16988         message-text-with-property; remove only the image found first.
16989
16990         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16991         found first.
16992
16993 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16994
16995         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16996
16997 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * message.el (message-text-with-property): Make it fast and accept
17000         optional arguments.
17001         (message-strip-forbidden-properties): Use it.
17002         (message-fix-before-sending): Follow the m-t-w-p change.
17003
17004         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17005
17006 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * gnus-art.el (article-hide-headers): Don't change the buffer
17009         mistakenly when performing mml-preview even if
17010         gnus-single-article-buffer is nil.
17011
17012 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17013
17014         * message.el (message-expand-name-databases): New user option.
17015         (message-expand-name): Use it.
17016
17017 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17018
17019         * spam.el (spam-report-articles-resend)
17020         (spam-report-resend-register-routine): Allow ham reporting.
17021         (spam-report-resend-register-ham-routine): Add wrapper.
17022         (spam-registration-functions): Add ham resending functions.
17023         (spam-list-of-processors): Add ham resend processor.
17024
17025         * gnus.el (ham-resend-to): Add new group parameter.
17026         (spam-process): Add ham resend option.
17027
17028         * spam-report.el (spam-report-resend): Allow reporting ham.
17029         (spam-report-resend-ham): Add wrapper.
17030
17031 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17032
17033         * message.el (message-cite-articles-with-x-no-archive):
17034         New variable.
17035         (message-cite-original): Use it.
17036
17037 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17038
17039         * message.el (message-cite-original): Respect X-No-Archive.
17040
17041 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * gnus-art.el (article-hide-headers): Refer to the values for
17044         gnus-ignored-headers and gnus-visible-headers in the summary
17045         buffer since a user may have set them as group parameters.
17046
17047 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17048
17049         * assistant.el (assistant-node-name): Add convenience function.
17050         (assistant-render-text, assistant-render-node): Add error handling,
17051         plus handle multiple next nodes.
17052         (assistant-find-next-node): Comment out for now.
17053         (assistant-find-next-nodes): Add function, returns list of next
17054         nodes.
17055
17056 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17057
17058         * mail-source.el (mail-source-directory): Fix doc-string.
17059
17060 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17061
17062         * assistant.el (assistant-render-text, assistant-eval): Add :set
17063         widget type, which is different because it takes and returns a
17064         list.  Much hilarity ensues.
17065
17066 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17069
17070         * gnus-group.el (gnus-group-get-new-news-this-group):
17071         Add doc-string.
17072
17073         * gnus-start.el (gnus-activate-group): Add doc-string.
17074
17075 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17078
17079 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17080
17081         * assistant.el (assistant-render-text): Try to add a :set
17082         widget, more to come.
17083
17084         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17085         strings.
17086         (spam-report-articles-resend)
17087         (spam-register-routine): Do registration iff any articles warrant
17088         it.
17089         (spam-summary-prepare-exit): Change log message for nil group
17090         destinations.
17091
17092 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17093
17094         * spam.el (spam-report-resend-register-routine):
17095         Allow spam-report-resend-to to be a group parameter or a global value.
17096
17097 2004-05-26  Simon Josefsson  <jas@extundo.com>
17098
17099         * starttls.el: Merge with my GNUTLS based starttls.el.
17100         (starttls-gnutls-program, starttls-use-gnutls)
17101         (starttls-extra-arguments, starttls-process-connection-type)
17102         (starttls-connect, starttls-failure, starttls-success):
17103         New variables.
17104         (starttls-program, starttls-extra-args): Doc fix.
17105         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17106         New functions.
17107         (starttls-negotiate, starttls-open-stream):
17108         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17109         function if it is set.
17110
17111 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17112
17113         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17114         structured fields.
17115
17116 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17119
17120 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17121
17122         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17123         Add variable.
17124         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17125         assigning the spam-mark to new messages.
17126
17127 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17128
17129         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17130
17131 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17134
17135         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17136         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17137         default.
17138
17139 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17140
17141         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17142         correct data.
17143
17144 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17145
17146         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17147         (spam-group-processor-p): Fix function.
17148         (spam-group-processor-multiple-p)
17149         (spam-group-spam-processor-report-gmane-p)
17150         (spam-group-spam-processor-report-resend-p)
17151         (spam-group-spam-processor-bogofilter-p)
17152         (spam-group-spam-processor-blacklist-p)
17153         (spam-group-spam-processor-ifile-p)
17154         (spam-group-ham-processor-ifile-p)
17155         (spam-group-spam-processor-spamoracle-p)
17156         (spam-group-spam-processor-crm114-p)
17157         (spam-group-ham-processor-bogofilter-p)
17158         (spam-group-spam-processor-stat-p)
17159         (spam-group-ham-processor-stat-p)
17160         (spam-group-ham-processor-whitelist-p)
17161         (spam-group-ham-processor-BBDB-p)
17162         (spam-group-ham-processor-spamoracle-p)
17163         (spam-group-ham-processor-copy-p): Remove functions with some
17164         prejudice against unneeded code.
17165         (spam-report-articles-resend)
17166         (spam-report-resend-register-routine): Allow the group/topic
17167         spam-resend-to value to override spam-report-resend-to.
17168         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17169         properly now.
17170
17171         * gnus.el (spam-resend-to): Add group/topic parameter.
17172         (spam-process): Move the OBSOLETE processors to the end of the
17173         choices.
17174
17175 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17176
17177         * spam-report.el (spam-report-resend-to, spam-report-resend):
17178         Start with resend-to set to nil, and then ask the user if necessary.
17179         (spam-report-resend): spam-report-resend takes a list of articles, not
17180         separate article numbers.
17181
17182 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17185         addition to emacs-w3m.
17186
17187 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17188
17189         * assistant.el (assistant-authinfo-data): New function.
17190         (assistant-eval): Eval for entire assistant.
17191
17192         * netrc.el (netrc-services-file): New variable.
17193         (netrc-parse-services): New function.
17194         (netrc-find-service-name): New function.
17195         (netrc-find-service-number): New function.
17196         (netrc-port-equal): New function.
17197         (netrc-machine): Use it.
17198
17199         * nnimap.el (nnimap-open-connection): Use netrc.
17200
17201         * gnus-util.el (gnus-netrc-get): Remove aliases.
17202
17203         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17204
17205         * assistant.el (wid-edit): Fix compilation.
17206
17207         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17208
17209 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17210
17211         * gnus-util.el (gnus-set-file-modes): New function.  (small
17212         patch).
17213
17214 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17215
17216         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17217
17218         * assistant.el (assistant-render-node): Fix up rendering and
17219         read-only text.
17220         (assistant-render-node): Reset.
17221         (assistant-make-read-only): Not sticky.
17222
17223 2004-05-20  Danny Siu  <dsiu@adobe.com>
17224
17225         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17226         centered even when gnus-auto-center-summary is t.
17227
17228 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17229
17230         * dns.el (dns-get-txt-answer): New function.
17231         (dns-read-txt): Ditto.
17232         (query-dns): Use it.
17233
17234 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17237         active for foreign groups even if the group level is higher than
17238         the specified value.
17239
17240 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17241
17242         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17243         non-active groups.
17244
17245         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17246
17247 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17248
17249         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17250
17251 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17252
17253         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17254         (spam-crm114-header, spam-crm114-spam-switch)
17255         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17256         (spam-crm114-positive-spam-header)
17257         (spam-crm114-database-directory, spam-list-of-processors)
17258         (spam-group-spam-processor-crm114-p)
17259         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17260         (spam-generic-score, spam-list-of-checks)
17261         (spam-list-of-statistical-checks, spam-registration-functions)
17262         (spam-check-crm114-headers, spam-crm114-score)
17263         (spam-check-crm114, spam-crm114-register-with-crm114)
17264         (spam-crm114-register-spam-routine)
17265         (spam-crm114-unregister-spam-routine)
17266         (spam-crm114-register-ham-routine)
17267         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17268         From asjo@koldfront.dk (Adam Sjøgren).
17269
17270         * gnus.el: Add spam-use-crm114.
17271
17272         * spam.el (spam-list-of-processors, spam-registration-functions):
17273         Add spam-use-resend.
17274         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17275         (spam-report-articles-gmane): Add doc fix.
17276         (spam-report-articles-resend, spam-report-resend-register-routine):
17277         Add wrappers around spam-report-resend-to.
17278
17279         * spam-report.el (spam-report-resend-to, spam-report-resend):
17280         Add support for resending spam.
17281         (spam-report-gmane): Fix line length >80.
17282
17283         * gnus.el (spam-process): Add spam-use-resend.
17284
17285 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17286
17287         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17288         number of processed spam messages.
17289         (spam-ham-copy-or-move-routine): Return the number of processed
17290         ham messages.
17291         (spam-summary-prepare-exit): Use the above values to decide
17292         whether status messages shouled be displayed.
17293
17294 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17297         `rfc2047-encoding-function-alist' in order to avoid conflicting
17298         with the old version.
17299         (rfc2047-encode-region): Concatenate words containing non-ASCII
17300         characters in structured fields; don't encode space-delimited
17301         ASCII words even in unstructured fields; don't break words at
17302         char-category boundaries.
17303         (rfc2047-encode-1): New function.
17304         (rfc2047-encode): Use it; encode text so that it occupies the
17305         maximum width within 76-column; work correctly on Q encoding for
17306         iso-2022-* charsets.
17307         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17308         sure not to break a line just after the header name.
17309         (rfc2047-b-encode-region): Remove.
17310         (rfc2047-b-encode-string): New function.
17311         (rfc2047-q-encode-region): Remove.
17312         (rfc2047-q-encode-string): New function.
17313
17314         * mm-util.el (mm-replace-in-string): New function.
17315
17316 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17317
17318         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17319         Really get it right.
17320         (gnus-inews-make-draft): Really.
17321
17322 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17323
17324         * nnmh.el (nnmh-request-list-1): Don't check the link count
17325         before descending.  (small patch)
17326
17327 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17328
17329         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17330         stuff.
17331
17332         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17333         Match on real group name.
17334
17335         * gnus-art.el (gnus-signature-limit): Doc fix.
17336
17337         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17338
17339         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17340
17341 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17342
17343         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17344         isn't a string.
17345
17346 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17347
17348         * gnus-draft.el (gnus-draft-send):
17349         Bind rfc2047-encode-encoded-words.
17350
17351         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17352         (rfc2047-encodable-p): Say that =? needs encoding.
17353         (rfc2047-encode-encoded-words): New variable.
17354
17355         * gnus-group.el (gnus-group-select-group): Doc fix.
17356
17357         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17358
17359         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17360         to nil.
17361
17362         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17363
17364         * nnheader.el (nnheader-get-lines-and-char): New function.
17365
17366 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17367
17368         * gnus-msg.el (gnus-summary-followup-with-original):
17369         Document yanking of region when active.
17370
17371 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17372
17373         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17374         groups if the group level is higher than the specified value.
17375
17376 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17377
17378         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17379         (gnus-group-jump-to-group): Add prefix argument using
17380         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17381         non-active group.
17382
17383         * compface.el (uncompface): Be verbose when changing
17384         `uncompface-use-external'.
17385
17386         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17387         handle manual section.
17388
17389 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17390
17391         * gnus-art.el (gnus-button-alist): Revert previous change.
17392
17393 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17394
17395         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17396
17397 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17398
17399         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17400         whether backend can accept message.
17401
17402         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17403
17404 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17405
17406         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17407         Avoid creating directory when nntp-marks-is-evil is true.
17408         Reported by Reiner Steib.
17409
17410 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17411
17412         * gnus-picon.el (gnus-picon-style): New variable.
17413         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17414         (gnus-picon-transform-address): Support `gnus-picon-style'.
17415         From Jesper Harder <harder@ifa.au.dk>.
17416
17417 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17418
17419         * message.el (message-fill-field): Return point.
17420         (message-generate-headers): Go to end of field.
17421
17422         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17423         stuff for non-living groups.
17424
17425 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17426
17427         * gnus-art.el (gnus-article-followup-with-original)
17428         (gnus-article-reply-with-original): gnus-mark-active-p ->
17429         gnus-region-active-p.
17430
17431 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17432
17433         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17434         only when there is spam or ham to be processed.
17435
17436 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17437
17438         * mail-source.el (mail-source-delete-crash-box): Refactor.
17439         (mail-source-fetch): Use it.
17440         (mail-source-fetch-file): Ditto.
17441         (mail-source-fetch-directory): Run postscript in loop.
17442         (mail-source-fetch-pop): Delete.
17443         (mail-source-fetch-maildir): Ditto.
17444         (mail-source-fetch-imap): Ditto.
17445
17446         * imap.el (imap-authenticators): Comment out sasl.
17447
17448         * message.el (message-skip-to-next-address): New function.
17449         (message-fill-header-address): Refactor.
17450         (message-fill-address): Use it.
17451         (message-delete-address): Use it.
17452         (message-fill-header-general): Refactor.
17453         (message-fill-field-address): Rename.
17454         (message-narrow-to-field): Find the start of the header.
17455         (message-header-format-alist): Don't pre-fill.
17456         (message-fill-header): Remove.
17457         (message-insert-header): New function.
17458         (message-shorten-references): Use it.
17459
17460         * rfc2047.el (rfc2047-field-value): Strip props.
17461
17462         * mail-parse.el (mail-header-make-address): New alias.
17463
17464         * ietf-drums.el (ietf-drums-make-address): New function.
17465
17466         * imap.el: Add compiler directives.
17467
17468         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17469
17470         * gnus-art.el (article-decode-idna-rhs): Don't use
17471         message-idna-inside-rhs-p.
17472
17473 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17474
17475         * message.el (message-idna-inside-rhs-p): Remove.
17476         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17477
17478         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17479         false positives.
17480
17481 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17482
17483         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17484
17485 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17486
17487         * nneething.el (nneething-file-name): Don't create spurious
17488         files.
17489
17490         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17491         (gnus-inews-do-gcc): Remove sleep.
17492
17493         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17494         part under point.
17495
17496         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17497         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17498
17499 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17500
17501         * spam.el (spam-summary-prepare-exit): Fix (length).
17502
17503 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17504
17505         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17506         as expired without moving it" message when there are spam
17507         messages left.
17508
17509 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17510
17511         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17512         header is not nil.
17513
17514 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17515
17516         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17517         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17518         (nntp-marks-changed-p): New arg SERVER.
17519         (nntp-request-update-info): Adjust caller.
17520
17521 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17522
17523         * nntp.el (nntp-save-marks): Pass missing arg.
17524
17525 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17526
17527         * nntp.el: Support marks.
17528         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17529         (nntp-marks-modtime, nntp-marks-directory): New variables.
17530         (nntp-request-set-mark, nntp-request-update-info)
17531         (nntp-possibly-create-directory, nntp-marks-changed-p)
17532         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17533         New functions.
17534
17535 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17536
17537         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17538         (gnus-xmas-redefine): Rename.
17539
17540         * gnus-score.el (gnus-score-insert-help):
17541         Use gnus-select-lowest-window.
17542
17543         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17544         appt-select-lowest-window and rename to gnus-select-lowest-window.
17545
17546         * gnus.el: do.
17547
17548 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17549
17550         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17551         encodings of MIME-encoded words, in order to improve
17552         interoperability with several broken MUAs.
17553
17554 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17555
17556         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17557         tags, only when charsets are not specified in headers.
17558         (mm-inline-text-html-render-with-w3m): Ditto.
17559
17560         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17561         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17562
17563 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17564
17565         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17566         instead of MIME-decoded from fields when checking
17567         `gnus-article-address-banner-alist'.
17568
17569 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17570
17571         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17572         description rather than subject.
17573
17574 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17575
17576         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17577
17578 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17579
17580         * gnus.el (gnus-version-number): Bump.
17581
17582 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17583
17584         * gnus.el: No Gnus v0.2 is released.
17585
17586 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17587
17588         * gnus-agent.el (gnus-agent-read-agentview):
17589         Inline gnus-uncompress-range.
17590
17591 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17592
17593         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17594         `exec-installed-p'.
17595
17596 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17597
17598         * gnus.el (spam-process, spam-autodetect-methods):
17599         Add bsfilter and bsfilter-headers.
17600
17601         * spam.el (spam-bsfilter): New customize group.
17602         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17603         (spam-bsfilter-header, spam-bsfilter-probability-header)
17604         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17605         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17606         (spam-bsfilter-database-directory): New options.
17607         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17608         (spam-list-of-statistical-checks, spam-registration-functions):
17609         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17610         (spam-bsfilter-score): New command.
17611         (spam-check-bsfilter-headers, spam-check-bsfilter)
17612         (spam-bsfilter-register-with-bsfilter)
17613         (spam-bsfilter-register-spam-routine)
17614         (spam-bsfilter-unregister-spam-routine)
17615         (spam-bsfilter-register-ham-routine)
17616         (spam-bsfilter-unregister-ham-routine): New functions.
17617         (spam-generic-score): Support bsfilter; Accept an optional argument
17618         to recalcurate spam score even if scoring header has already been
17619         added.
17620         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17621         optional argument to recalcurate spam score even if scoring header
17622         has already been added.
17623
17624 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17625
17626         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17627         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17628         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17629         link is missing.
17630
17631 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17632
17633         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17634         (html2text-get-attr): Rewrite.
17635
17636         * message.el (message-setup-1): Remove redundant put-text-property
17637         on mail-header-separator.
17638
17639 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17640
17641         * gnus-registry.el (gnus-registry-cache-whitespace)
17642         (gnus-registry-action, gnus-registry-spool-action)
17643         (gnus-registry-split-fancy-with-parent): Change message levels
17644         from 5 to 3 or 7, as needed.
17645
17646         * spam.el (spam-summary-prepare-exit)
17647         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17648         (spam-split, spam-find-spam, spam-log-undo-registration)
17649         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17650         level from 5 to 6.
17651
17652 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17655         2004-03-04 change).
17656
17657 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17658
17659         * sieve-manage.el (sieve-manage-open):
17660         * nnweb.el (nnweb-insert-html):
17661         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17662         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17663         * nnspool.el (nnspool-request-group):
17664         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17665         * nnml.el (nnml-request-update-info):
17666         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17667         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17668         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17669         (nnimap-request-set-mark):
17670         * nnfolder.el (nnfolder-request-update-info):
17671         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17672         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17673         * gnus-uu.el (gnus-uu-find-articles-matching):
17674         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17675         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17676         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17677         * gnus-nocem.el (gnus-nocem-scan-groups):
17678         * gnus-int.el (gnus-start-news-server):
17679         * gnus-group.el (gnus-group-make-kiboze-group)
17680         (gnus-group-browse-foreign-server):
17681         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17682         Use mapc when appropriate.
17683
17684 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17685
17686         FIXME: Make separate entries for each person.
17687
17688         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17689         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17690         <shields@msrl.com>:
17691
17692         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17693         may need for spam sorting and scoring.
17694         (spam-user-format-function-S): Add user format function suitable for
17695         general use.
17696         (spam-article-sort-by-spam-status): Add sorting function for summary
17697         sorting.
17698         (spam-extra-header-to-number): Add function to get a score from a
17699         header.
17700         (spam-summary-score): Add function to get a numeric score from the
17701         headers.
17702         (spam-generic-score): Fix function doc, was in wrong place.
17703         (spam-initialize): Take symbols when it's run, and install the
17704         extra headers that spam-necessary-extra-headers thinks we need.
17705
17706 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17707
17708         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17709         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17710
17711 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17712
17713         * gnus-sum.el (gnus-set-global-variables)
17714         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17715         (gnus-article-get-xrefs, gnus-summary-best-group)
17716         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17717         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17718         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17719         Use with-current-buffer.
17720
17721 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17722
17723         * spam.el (spam-summary-prepare-exit): Simplify logic.
17724         (spam-fetch-article-header): Read the article header if it's not
17725         available.
17726         (spam-list-articles): Simplify logic.
17727         (spam-filelist-register-routine): Fix bug with unregister-list.
17728
17729         * gnus-registry.el: Fix comments at beginning.
17730
17731 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17732
17733         * message.el (message-cater-to-broken-inn): Remove.
17734         (message-shorten-references): Make sure the total folded length of
17735         References is shorter than 998 characters to cater to a bug in INN
17736         2.3.  Also, don't pretend that references aren't folded -- this
17737         hasn't worked for a while.
17738
17739 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17740
17741         * gnus-agent.el (gnus-agentize):
17742         gnus-agent-send-mail-real-function no longer set to current value
17743         of message-send-mail-function but rather a lambda that calls
17744         message-send-mail-function.  The change makes the agent real-time
17745         responsive to user changes to message-send-mail-function.
17746
17747 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17748
17749         * legacy-gnus-agent.el
17750         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17751         help from Florian Weimer <fw@deneb.enyo.de>
17752
17753 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * nnmail.el (nnmail-cache-insert): Revert last change.
17756
17757 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * nnmail.el (nnmail-cache-insert): Always check whether
17760         nnmail-cache-ignore-groups matches a group name.
17761
17762 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17763
17764         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17765         (spam-find-spam, spam-log-processing-to-registry)
17766         (spam-log-registered-p, spam-log-unregistration-needed-p)
17767         (spam-log-undo-registration): Use gnus-message instead of
17768         gnus-error, none of these errors are fatal.
17769
17770         * gnus-registry.el (gnus-registry-clean-empty-function)
17771         (gnus-registry-clean-empty): Remove only empty entries without
17772         extra data.
17773
17774 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17775
17776         * spam-stat.el (spam-stat-buffer-change-to-spam)
17777         (spam-stat-buffer-change-to-non-spam): Change (error) to
17778         (gnus-message 8) invocation.
17779
17780 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * nntp.el (nntp-via-netcat-command): New variable.
17783         (nntp-via-netcat-switches): New variable.
17784         (nntp-open-via-rlogin-and-netcat): New function.
17785         (nntp-open-connection-function): Doc fix.
17786         (nntp-telnet-command): Doc fix.
17787         (nntp-end-of-line): Doc fix.
17788         (nntp-via-rlogin-command): Doc fix.
17789         (nntp-via-user-name): Doc fix.
17790         (nntp-via-address): Doc fix.
17791
17792 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17795         error in Emacs 21.1.
17796
17797 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17798
17799         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17800
17801 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17802
17803         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17804         (gnus-agent-with-refreshed-group): New macro.
17805         (gnus-agent-rename-group): New function.
17806         (gnus-agent-delete-group): New function.
17807         (gnus-agent-save-group-info): Use gnus-command-method when
17808         `method' parameter is nil.  Don't write nil entries into the
17809         active file.
17810         (gnus-agent-get-group-info): New function.
17811         (gnus-agent-fetch-articles):
17812         Use gnus-agent-update-files-total-fetched-for to increment disk space
17813         used.
17814         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17815         Use gnus-agent-update-view-total-fetched-for to increment disk space
17816         used.
17817         (gnus-agent-get-local): Add optional parameters to avoid calling
17818         gnus-group-real-name and gnus-find-method-for-group.
17819         (gnus-agent-set-local): Delete stored entry if either min, or max,
17820         are nil.
17821         (gnus-agent-fetch-session): Reworded error/quit messages.
17822         On quit, use gnus-agent-regenerate-group to record existance of any
17823         articles fetched to disk before the quit occurred.
17824         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17825         gnus-agent-update-view-total-fetched-for, and
17826         gnus-agent-update-files-total-fetched-for to decrement disk space
17827         used.
17828         (gnus-agent-retrieve-headers):
17829         Use gnus-agent-update-view-total-fetched-for to increment disk space
17830         used.
17831         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17832         with gnus-agent-update-files-total-fetched-for to decrement disk
17833         space and fresh group buffer.
17834         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17835         (gnus-agent-need-update-total-fetched-for): New variable.
17836         (gnus-agent-update-files-total-fetched-for): New function.
17837         (gnus-agent-update-view-total-fetched-for): New function.
17838         (gnus-agent-total-fetched-for): New function.
17839
17840         * gnus-cache.el (gnus-cache-save-buffers):
17841         Use gnus-cache-update-overview-total-fetched-for to change disk space
17842         used by this group.
17843         (gnus-cache-possibly-enter-article):
17844         Use gnus-cache-update-file-total-fetched-for to increment disk space
17845         used by this group.
17846         (gnus-cache-possibly-remove-article):
17847         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17848         used by this group.
17849         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17850         (gnus-cache-rename-group): New function.
17851         (gnus-cache-delete-group): New function.
17852         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17853         (gnus-cache-need-update-total-fetched-for): New variable.
17854         (gnus-cache-with-refreshed-group): New macro.
17855         (gnus-cache-update-file-total-fetched-for): New function.
17856         (gnus-cache-update-overview-total-fetched-for): New function.
17857         (gnus-cache-rename-group-total-fetched-for): New function.
17858         (gnus-cache-delete-group-total-fetched-for): New function.
17859         (gnus-cache-total-fetched-for): New function.
17860
17861         * gnus-group.el: Require gnus-sum and autoload functions to
17862         resolve warnings when gnus-group.el compiled alone.
17863         (gnus-group-line-format): Documented new %F.
17864         (size of Fetched data) group line format; identifies disk space
17865         used by agent and cache.
17866         (gnus-group-line-format-alist): Defined new F format.
17867         (gnus-total-fetched-for): New function.
17868         (gnus-group-delete-group): No longer update
17869         gnus-cache-active-altered as gnus-request-delete-group now keeps
17870         the cache in sync.
17871         (gnus-group-list-active): Let the agent store a server's active
17872         list if currently plugged.
17873
17874         * gnus-int.el (gnus-request-delete-group):
17875         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17876         local disk in sync with the server.
17877         (gnus-request-rename-group):
17878         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17879         local disk in sync with the server.
17880
17881         * gnus-start.el (gnus-get-unread-articles):
17882         Cosmetic simplification to logic.
17883
17884         * gnus-util.el (gnus-rename-file): New function.
17885
17886 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17887
17888         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17889
17890 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17891
17892         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17893         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17894
17895 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17896
17897         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17898         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17899
17900 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17903
17904 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17905
17906         * spam.el (spam-set-difference): Add function to replace
17907         gnus-set-difference in spam.el.
17908         (spam-summary-prepare-exit): Use spam-set-difference.
17909
17910 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17911
17912         * gnus-registry.el (gnus-registry-cache-file): Update to use
17913         gnus-dribble-directory OR gnus-home-directory OR ~.
17914         (gnus-registry-split-fancy-with-parent): Fix doc.
17915
17916 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * message.el (message-exchange-point-and-mark):
17919         Use message-mark-active-p.  Suggested by Jesper Harder
17920         <harder@ifa.au.dk>.
17921
17922 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * message.el (message-exchange-point-and-mark): Don't activate
17925         region if it was inactive.  Suggested by Hiroshi Fujishima
17926         <pooh@nature.tsukuba.ac.jp>.
17927
17928 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * gnus-art.el (article-display-face): Display Faces in the same
17931         order as X-Faces.
17932
17933 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17936
17937 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17940         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17941         (gnus-article-mime-hierarchy): Remove.
17942         (gnus-article-mime-hierarchy-next): Remove.
17943         (gnus-article-mode): Revert 2004-03-19 change.
17944         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17945         (gnus-insert-mime-button): Revert 2004-03-19 change.
17946         (gnus-mime-accumulate-hierarchy): Remove.
17947         (gnus-mime-enter-multipart): Remove.
17948         (gnus-mime-leave-multipart): Remove.
17949         (gnus-mime-display-part): Revert 2004-03-19 change.
17950         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17951
17952         * mml.el (mml-preview): Revert 2004-03-19 change.
17953
17954 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17955
17956         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17957
17958 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17961         t while entering a file name using the mm-with-multibyte macro.
17962         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17963
17964         * mm-util.el (mm-with-multibyte): New macro.
17965
17966 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17969         New user option.
17970         (gnus-mime-multipart-functions): Doc and customization fix.
17971         (gnus-article-mime-hierarchy): New variable.
17972         (gnus-article-mime-hierarchy-next): New variable.
17973         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17974         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17975         gnus-article-mime-hierarchy-next to nil.
17976         (gnus-insert-mime-button): Show hierarchy numbers.
17977         (gnus-mime-accumulate-hierarchy): New function.
17978         (gnus-mime-enter-multipart): New function.
17979         (gnus-mime-leave-multipart): New function.
17980         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17981         (gnus-mime-display-alternative): Show hierarchy numbers.
17982
17983         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17984         gnus-article-mime-hierarchy-next to nil.
17985
17986 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17987
17988         * dns.el: Don't require gnus-xmas.
17989
17990 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17993         inline PGP.
17994         (mml-menu): Disable mml-quote-region if mark is inactive.
17995
17996 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17999         when the group's active is not available.
18000
18001 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18004         error.
18005
18006 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18007
18008         * imap.el (imap-store-password): New variable.
18009         (imap-interactive-login): Use it.
18010         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18011
18012 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18015         window-start and hscroll to summary window.
18016
18017 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18018
18019         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18020         conversion message to newsrc-dribble when an actual conversion is
18021         performed.
18022
18023 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18024
18025         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18026
18027 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * mm-decode.el (mm-complicated-handles): New function reviving
18030         former definition of mm-multiple-handles.
18031
18032         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18033         (gnus-mime-delete-part): Use it.
18034
18035 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18036
18037         * gnus-agent.el (gnus-agent-read-local):
18038         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18039         avoid the implicit assumption that they will always be equal.
18040         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18041         coding-system-for-write, as the with-temp-file macro first prints
18042         to a buffer then saves the buffer.
18043
18044 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-art.el (gnus-article-edit-part): New function.
18047         (gnus-mime-save-part-and-strip): Use it; do query instead of
18048         signaling an error; don't use mm-multiple-handles.
18049         (gnus-mime-delete-part): Ditto.
18050
18051 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18052
18053         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18054         old file versions.
18055         (gnus-group-prepare-hook): Remove function that converted list
18056         form of gnus-agent-expire-days to group properties.
18057
18058         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18059         (gnus-request-accept-article): Re-indented.
18060
18061         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18062         converters to handle old agent file formats.  Add logic for a
18063         "backup before upgrading warning".
18064         (gnus-convert-mark-converter-prompt): Developers can mark
18065         functions as needing (default), or not needing,
18066         gnus-convert-old-newsrc's "backup before upgrading warning".
18067         (gnus-convert-converter-needs-prompt): Tests whether the user
18068         should be protected from potentially irreversable changes by the
18069         function.
18070
18071         * legacy-gnus-agent.el: New.  Provides converters that are only
18072         loaded when gnus-convert-old-newsrc needs to call them.
18073
18074 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * mail-source.el (mail-source-touch-pop): Doc fix.
18077
18078         * message.el (message-smtpmail-send-it): Doc fix.
18079
18080 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18081
18082         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18083
18084         * nnmail.el (nnmail-split-fancy): do.
18085
18086         * gnus-kill.el (gnus-kill, gnus-execute): do.
18087
18088 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18089
18090         * gnus-sum.el (gnus-widget-reversible-match)
18091         (gnus-widget-reversible-to-internal)
18092         (gnus-widget-reversible-to-external): New functions.
18093         (gnus-widget-reversible): New widget.
18094         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18095
18096 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18097
18098         * gnus-sum.el (gnus-thread-sort-functions)
18099         (gnus-article-sort-functions): Document `(not F)' items.
18100
18101 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18102
18103         * spam.el (spam-use-gmane-xref): Add new backend.
18104         (spam-gmane-xref-spam-group): Add variable to control the name of the
18105         Gmane spam group.
18106         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18107         (spam-regex-headers-spam, spam-regex-headers-ham)
18108         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18109         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18110         backends and checks.
18111         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18112
18113         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18114         an autodetect method.
18115
18116 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18117
18118         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18119         articles are being added to a group.
18120         (gnus-request-replace-article): Inform the agent that articles
18121         need to be uncached as the cached contents are no longer valid.
18122
18123 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * binhex.el: Don't autoload executable-find.
18126
18127         * canlock.el: Don't autoload mail-fetch-field.
18128
18129         * dgnushack.el: Autoload c-mode for XEmacs.
18130
18131         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18132
18133         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18134         rmail-dont-reply-to and rmail-output.
18135
18136         * gnus-score.el: Don't autoload ffap-string-at-point.
18137
18138         * gnus-setup.el: Don't autoload sc-cite-original.
18139
18140         * imap.el: Don't autoload base64-decode-string,
18141         base64-encode-string and md5.
18142
18143         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18144         and rmail-msg-restore-non-pruned-header.
18145
18146         * mm-decode.el: Don't autoload executable-find.
18147
18148         * mm-url.el: Don't autoload executable-find.
18149
18150         * mm-view.el: Don't autoload diff-mode.
18151
18152         * nndb.el: Don't autoload news-reply-mode, news-setup,
18153         cancel-timer and telnet.
18154
18155         * password.el: Don't autoload run-at-time for Emacs.
18156
18157         * sha1-el.el: Don't autoload executable-find.
18158
18159         * sieve-mode.el: Don't autoload c-mode.
18160
18161         * uudecode.el: Don't autoload executable-find.
18162
18163 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18164
18165         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18166         (gnus-agent-possibly-alter-active): Avoid null in numeric
18167         comparison.
18168         (gnus-agent-set-local): Refuse to save null in local object table.
18169         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18170         list of articles that will be marked as unread.
18171
18172 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18173
18174         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18175
18176 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18177
18178         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18179         language tags.
18180
18181 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18182
18183         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18184         Don't bind "obarray".
18185
18186         * gnus-sum.el (gnus-thread-sort-functions):
18187         Add `gnus-thread-sort-by-most-recent-number' and
18188         `gnus-thread-sort-by-most-recent-date'.
18189         Reported by Kai Grossjohann <kai@emptydomain.de>.
18190
18191 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18194
18195 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18196
18197         * gnus-cus.el (gnus-agent-customize-category):
18198         Remove ignore-errors macro reference that required cl to be loaded at
18199         run-time.
18200
18201         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18202         single-interval range of the form (min . max).  Previously the
18203         range had to look like ((min . max)).  Likewise, return
18204         (min . max) rather than ((min . max)).
18205         (gnus-range-map): Use gnus-range-normalize to accept
18206         single-interval range.
18207
18208         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18209         the cache, but not the agent, now appear with their usual face.
18210
18211         * dgnushack.el (loaddir): New variable that is bound to the
18212         directory containing the dgnushack.el file. Use loaddir, rather
18213         than srcdir, to update load-path. Change lets dgnushack compile
18214         code in directories other than GNUS/lisp.
18215
18216 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18217
18218         * lpath.el: Don't bind w3m-safe-url-regexp.
18219
18220         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18221         w3m-safe-url-regexp variable buffer-local.
18222
18223         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18224
18225 2004-02-27  Simon Josefsson  <jas@extundo.com>
18226
18227         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18228         gnus-group-real-prefix.
18229         (gnus-summary-move-article): Use it, instead of
18230         gnus-group-real-prefix.
18231
18232 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * lpath.el: Bind w3m-safe-url-regexp.
18235
18236         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18237         w3m-safe-url-regexp variable buffer-local and set it as the value
18238         of mm-w3m-safe-url-regexp.
18239
18240         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18241
18242         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18243         parsing gnus-posting-styles when the message is not for replying.
18244
18245         * dgnushack.el: Autoload sgml-mode for XEmacs.
18246
18247         * nnrss.el (nnrss-opml-export):
18248         Use mm-set-buffer-file-coding-system instead of
18249         set-buffer-file-coding-system.
18250
18251 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18252
18253         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18254         of checkdoc.el).
18255         * nnrss.el: do.
18256         * gnus-mlspl.el: do.
18257         * gnus-ml.el: do.
18258         * gnus-srvr.el: do.
18259
18260         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18261
18262 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18263
18264         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18265         Corrections to custom-manual links.
18266
18267         * gnus-art.el (gnus-article): Ditto.
18268
18269         * mm-decode.el (mime-display, mime-security): Ditto.
18270
18271 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18272
18273         * flow-fill.el: Typo.
18274
18275 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18276
18277         * spam-wash.el: New file.
18278
18279 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18280
18281         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18282
18283 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18284
18285         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18286         to be run with new-articles as LIST1, not LIST2.
18287         (spam-registration-functions): Add spam-use-ham-copy as a nil
18288         registration backend.
18289
18290 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18291
18292         * spam-stat.el (spam-stat-washing-hook): New option.
18293         (spam-stat-buffer-words): Use it.
18294         (spam-stat-process-directory, spam-stat-test-directory):
18295         Use insert-file-contents-literally.
18296         (spam-stat-coding-system): New variable.
18297         (spam-stat-load, spam-stat-save): Use it.
18298
18299 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18300
18301         * spam-report.el (spam-report-plug-agent):
18302         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18303
18304 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18307         Allow / in mailto URLs.
18308
18309 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18310
18311         * spam-report.el (spam-report-process-queue): Fix interactive use.
18312         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18313         (spam-report-unplug-agent): Doc fixes.
18314         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18315         (spam-report-agentize, spam-report-deagentize): Autoload.
18316
18317 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18320
18321         * message.el (message-setup-fill-variables): Add mml tags to
18322         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18323         <ajk@iu.edu>.
18324         (message-mode): Don't modify paragraph-separate there.
18325
18326 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * compface.el (uncompface-use-external): Default to undecided.
18329         (uncompface-use-external-threshold): New variable.
18330         (uncompface-float-time): New macro.
18331         (uncompface): Determine whether to use the external decoder if
18332         uncompface-use-external is undecided.
18333
18334 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18335
18336         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18337         after images.
18338
18339         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18340
18341 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18342
18343         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18344
18345         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18346
18347         * gnus-sum.el (gnus-summary-limit-to-age)
18348         (gnus-summary-limit-children): do.
18349
18350         * gnus-int.el (gnus-request-scan): do.
18351
18352         * gnus-group.el (gnus-group-suspend): do.
18353
18354         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18355
18356         * gnus-cite.el (gnus-cite-parse-attributions): do.
18357
18358         * gnus-agent.el (gnus-summary-set-agent-mark)
18359         (gnus-agent-regenerate-group): do.
18360
18361         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18362
18363         * binhex.el (binhex-decode-region-internal): do.
18364
18365 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * gnus-fun.el (gnus-face-properties-alist): New user option.
18368         (gnus-display-x-face-in-from): Use it.
18369
18370         * gnus-art.el (article-display-face): Ditto.
18371
18372         * compface.el (uncompface-use-external): Default to nil.
18373
18374 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18375
18376         * nntp.el (nntp-erase-buffer): New function.
18377         (nntp-retrieve-data, nntp-send-command)
18378         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18379         (nntp-possibly-change-group): Use it.
18380
18381         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18382         Use with-current-buffer.
18383
18384 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18385
18386         * compface.el: Merge the ELisp-based uncompface program.
18387         (compface): New customization group.
18388         (uncompface-use-external): New user option.
18389         (uncompface): Call uncompface-internal if uncompface-use-external
18390         is nil.
18391         (uncompface-internal): New function.  Note that there are also
18392         some other functions and variables added for this function.
18393
18394 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18395
18396         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18397         if necessary.
18398
18399 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18400
18401         * spam-report.el (spam-report-unplug-agent)
18402         (spam-report-plug-agent, spam-report-deagentize)
18403         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18404         Add support for the Agent in spam-report: when unplugged, report to a
18405         file; when plugged, submit all the requests.
18406
18407         * spam.el (spam-register-routine): Fix message about
18408         registration.
18409
18410 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18411
18412         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18413         dependencies.
18414         (rfc2047-encode): Use it.
18415
18416         * gnus-art.el (gnus-button-marker-list): Move before first
18417         reference.
18418
18419         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18420         (imap-parse-body): Fix format string mismatch.
18421
18422         * gnus-score.el (gnus-summary-increase-score): do.
18423
18424         * nnrss.el (nnrss-close): New function.
18425
18426 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18427
18428         * nnrss.el (nnrss-make-filename): New function.
18429         (nnrss-request-delete-group, nnrss-read-server-data)
18430         (nnrss-save-server-data, nnrss-read-group-data)
18431         (nnrss-save-group-data): Use it.
18432         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18433         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18434         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18435
18436 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18437
18438         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18439
18440 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18441
18442         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18443         files.
18444
18445         * message.el (message-generate-headers-first): Don't quote nil
18446         and t in docstrings.
18447
18448         * imap.el (imap-id): do.
18449
18450         * gnus-agent.el (gnus-agent-consider-all-articles)
18451         (gnus-agent-queue-mail): do.
18452
18453 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18454
18455         * spam-report.el (spam-report-process-queue): New function.
18456         Process requests from `spam-report-requests-file'.
18457         (spam-report-process-queue): Doc fix.
18458
18459 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18460
18461         * spam.el (spam-register-routine)
18462         (spam-log-processing-to-registry, spam-log-registered-p)
18463         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18464         Change "check" to "spam-check" for semi-clarity.
18465
18466 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18467
18468         * pop3.el: Require nnheader.
18469
18470         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18471
18472         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18473
18474         * gnus-picon.el: Require cl.
18475
18476         * gnus-fun.el: Require gnus-ems and gnus-util.
18477
18478         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18479
18480         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18481
18482         * gnus-art.el (gnus-article-edit-mode): Define before first
18483         reference.
18484
18485 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18486
18487         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18488         (gnus-uu-post-encoded): Use point-at-bol.
18489
18490         * gnus-topic.el (gnus-group-active-topic-p): do.
18491
18492         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18493
18494         * gnus-group.el (gnus-group-kill-region): do.
18495
18496         * gnus-art.el (article-date-ut): do.
18497
18498         * message.el (message-fetch-field): Remove redundant
18499         case-fold-search binding.
18500         (message-narrow-to-field): Simplify.
18501
18502 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18503
18504         * spam.el (spam-directory): Derive from `gnus-directory'.
18505
18506         * spam-report.el (spam-report-url-to-file)
18507         (spam-report-requests-file): New function and variable for offline
18508         reporting.
18509         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18510         and user defined function.
18511         (spam-report-url-ping-mm-url): Remove doubled slash.
18512
18513 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18514
18515         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18516
18517 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18518
18519         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18520         Fix format string mismatch.
18521
18522         * sieve.el (sieve-deactivate-all): do.
18523
18524         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18525
18526         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18527
18528         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18529
18530         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18531
18532 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18533
18534         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18535         the list of checks.
18536
18537 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18538
18539         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18540         padding.
18541
18542 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18543
18544         * mm-view.el (mm-fill-flowed): New variable.
18545         (mm-inline-text): Use it.
18546
18547 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18548
18549         * spam.el (spam-spamassassin-register-ham-routine)
18550         (spam-spamassassin-register-spam-routine): Fix function names.
18551
18552 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * gnus.el (gnus-tmp-grouplens): Remove.
18555         (gnus-summary-line-format): Remove grouplens.
18556
18557         * gnus-group.el (gnus-group-line-format): Ditto.
18558
18559         * gnus-spec.el (gnus-format-specs): Ditto.
18560         (gnus-update-format-specifications): Flush the group format spec
18561         cache if there's the grouplens stuff.
18562         (gnus-parse-simple-format): Replace %l with the empty string.
18563
18564 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18565
18566         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18567         omission.
18568
18569 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18570
18571         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18572         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18573
18574 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18575
18576         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18577         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18578         New macros and functions.
18579         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18580         Handle > NLINK_MAX messages.
18581         * nnmaildir.el (nnmaildir-request-set-mark):
18582         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18583
18584 2004-01-25  Alex Schroeder  <alex@gnu.org>
18585
18586         * spam-stat.el (spam-stat-process-directory-age): New option.
18587         (spam-stat-process-directory): Use it.
18588
18589 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18590
18591         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18592         (spam-stat-save): Accept prefix argument.
18593
18594 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18595
18596         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18597         links" error.
18598
18599 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18600
18601         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18602         the rest of the and/or forms.
18603
18604 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18605
18606         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18607         compatibility with old .newsrc.eld files.
18608
18609         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18610
18611         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18612
18613         * gnus-start.el (gnus-1): do.
18614
18615         * gnus-group.el (gnus-group-line-format-alist): do.
18616
18617         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18618
18619         * gnus-gl.el: Remove.
18620
18621 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18622
18623         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18624         marks consisting of a single range {for example, (3 . 5)} rather
18625         than a list of a single range { ((3 . 5)) }.
18626
18627 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18628
18629         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18630         Use with-current-buffer.
18631         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18632         avoid consing a string.
18633
18634         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18635         Remove obsolete entries for big5 and gb2312.
18636
18637 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18638
18639         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18640         uncompressed list.
18641
18642 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18643
18644         * spam-stat.el (spam-stat-strip-xref): New function.
18645         (spam-stat-process-directory): Use it.
18646
18647         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18648         here -- it's done in message-fetch-field.
18649
18650 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18651
18652         * gnus-agent.el (gnus-agent-queue-mail)
18653         (gnus-agent-prompt-send-queue): New variables.
18654         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18655         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18656         "nndraft:queue" along to gnus-draft-send.
18657         Use gnus-agent-prompt-send-queue.
18658         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18659         is "nndraft:queue".  Suggested by Gaute Strokkenes
18660         <gs234@srcf.ucam.org>
18661
18662         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18663         (agent-enable-undownloaded-faces): Add.
18664         (gnus-agent-cat-groups): Use eval-and-compile, not
18665         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18666         method of gnus-agent-cat-groups even when the buffer has been
18667         evaled.
18668         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18669         delete gnus-agent-save-active-1.
18670         (gnus-agent-save-groups): Delete.  Identical to
18671         gnus-agent-save-active.
18672         (gnus-agent-write-active): No longer adjust agent's copy of active
18673         file as agent's adjustments are now stored in their own
18674         file.  Remove optional parameter.
18675         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18676         servers.  Add use of min/max range limits from server's local
18677         file.
18678         (gnus-agent-save-alist): Remove unused optional argument.
18679         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18680         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18681         (gnus-agent-set-local): A per-server file that keeps min/max range
18682         limits for articles known to the agent.  Provides a fast mechanism
18683         for altering many active ranges.
18684         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18685         active file (local makes it unnecessary).
18686         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18687
18688         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18689         (agent-enable-undownloaded-faces): Add.
18690
18691         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18692         disable it when sending to "nndraft:queue".
18693         (gnus-group-send-queue): Add safety check to avoid sending queue
18694         when unplugged.
18695
18696         * gnus-group.el (gnus-group-catchup): Use new
18697         gnus-sequence-of-unread-articles, not
18698         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18699         numbers of articles.  Use gnus-range-map to avoid having to
18700         uncompress the unread list.
18701         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18702         Fix invalid ange-ftp reference.
18703
18704         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18705         (gnus-sorted-range-intersection): Intersection of two ranges
18706         without requiring that they first be uncompressed.
18707
18708         * gnus-start.el (gnus-activate-group): Unless blocked by the
18709         caller, possibly expand the active range to include both cached
18710         and agentized articles.
18711         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18712         multiple version-dependent converters.
18713         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18714         gnus-agent-save-active.
18715         (gnus-save-newsrc-file): Save dirty agent range limits.
18716
18717         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18718         gnus-agent-possibly-alter-active.
18719         (gnus-adjust-marked-articles): Faster handling of simple lists.
18720
18721 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18722
18723         * spam-stat.el (spam-stat-test-directory): New optional argument
18724         displays a list of files detected.  Suggested by Andrew Cohen
18725         <cohen@andy.bu.edu>.
18726         (spam-stat-buffer-words-with-scores): Don't narrow and change
18727         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18728
18729 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18730
18731         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18732         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18733         (spam-spamassassin-arguments)
18734         (spam-spamassassin-spam-flag-header)
18735         (spam-spamassassin-positive-spam-flag-header)
18736         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18737         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18738         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18739         (spam-list-of-processors, spam-list-of-checks)
18740         (spam-list-of-statistical-checks, spam-registration-functions)
18741         (spam-check-spamassassin-headers, spam-check-spamassassin)
18742         (spam-spamassassin-score)
18743         (spam-spamassassin-register-with-sa-learn)
18744         (spam-spamassassin-register-spam-routine)
18745         (spam-spamassassin-register-ham-routine)
18746         (spam-assassin-register-spam-routine)
18747         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18748         (spam-bogofilter-score): Fix to show article before scoring.
18749
18750 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18751
18752         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18753         default scoring function.
18754         (spam-generic-score): Call spam-spamassassin-score if
18755         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18756         spam-bogofilter-score otherwise.
18757
18758         * gnus.el (spam-process, spam-autodetect-methods):
18759         Add spamassassin and spamassassin-headers.
18760
18761 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18762
18763         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18764         Suppress unnecessary messages.
18765
18766 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18767
18768         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18769         make-hash-table.
18770
18771 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * canlock.el (base64-encode-string): Don't autoload it.
18774
18775 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18776
18777         * run-at-time.el: Remove useless (require 'itimer),
18778         eval-and-compile and (featurep 'xemacs).
18779
18780 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18781
18782         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18783         GROUP is a virtual group.
18784
18785 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18786
18787         * gnus.el: Autoload `message-y-or-n-p'.
18788
18789 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18790
18791         * pgg-parse.el: Remove unnecessary (require 'custom).
18792
18793         * pgg-def.el: do.
18794
18795         * nnmail.el: do.
18796
18797         * gnus-undo.el: do.
18798
18799         * gnus-picon.el: do.
18800
18801         * gnus-util.el: do.
18802
18803 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18804
18805         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18806
18807 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18810         handle, as well as a list.
18811
18812         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18813         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18814         (mm-w3m-cid-retrieve): Simplify.
18815
18816 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18817
18818         * message.el (message-kill-to-signature): Allow prefix arg to
18819         specify number of lines to keep before signature.
18820
18821 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18822
18823         * message.el (message-kill-to-signature): Change docstring.
18824
18825 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18826
18827         * canlock.el: Always require sha1-el.
18828         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18829
18830         * message.el: Autoload sha1 only when compiling.
18831
18832         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18833         eudc-expand-inline for XEmacs.
18834
18835 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * message.el (message-canlock-generate): Require sha1-el.
18838
18839 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18840
18841         * message.el (message-expand-name): Silence the byte compiler.
18842
18843         * lpath.el: Add detect-coding-system.
18844
18845         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18846         cus-edit.
18847
18848 2004-01-13  Simon Josefsson  <jas@extundo.com>
18849
18850         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18851         Invoke gnus-score-mode.
18852         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18853
18854         * gnus-range.el (gnus-compress-sequence): Doc fix.
18855         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18856
18857 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18858
18859         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18860
18861 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18862
18863         * spam.el (spam-get-article-as-string): Update to use
18864         gnus-request-article-this-buffer, much simpler.
18865         (spam-get-article-as-buffer): Remove.
18866
18867 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18868
18869         * message.el (message-expand-name): Use EUDC if the user uses that.
18870
18871 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18872
18873         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18874         character for the encoding to avoid consing a string.
18875
18876         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18877         unnecessarily.
18878
18879         * mm-util.el (mm-replace-chars-in-string): Remove.
18880
18881         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18882         of mm-replace-chars-in-string.
18883
18884 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18885
18886         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18887
18888         * mm-util.el (mm-subst-char-in-string): Support inplace.
18889
18890         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18891         a new string in every iteration.  Use shy groups.
18892
18893 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18894
18895         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18896         * gnus-soup.el (gnus-soup-group-brew):
18897         * gnus-msg.el (gnus-put-message):
18898         * gnus-move.el (gnus-group-move-group-to-server):
18899         * gnus-kill.el (gnus-batch-score):
18900         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18901         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18902         (gnus-group-update-group, gnus-group-read-group)
18903         (gnus-group-make-group, gnus-group-make-help-group)
18904         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18905         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18906         (gnus-group-sort-by-unread, gnus-group-catchup)
18907         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18908         (gnus-group-yank-group, gnus-group-set-info)
18909         (gnus-group-list-groups):
18910         * gnus.el (gnus-generate-new-group-name):
18911         * gnus-delay.el (gnus-delay-send-queue):
18912         * nnvirtual.el (nnvirtual-catchup-group):
18913         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18914         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18915         (gnus-group-prepare-topics, gnus-topic-check-topology):
18916         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18917         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18918         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18919         (gnus-group-make-articles-read):
18920         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18921         (gnus-group-change-level, gnus-kill-newsgroup)
18922         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18923         (gnus-get-unread-articles, gnus-make-articles-unread)
18924         (gnus-make-ascending-articles-unread): Use accessor
18925         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18926         to get group information for improved readability.
18927
18928
18929 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18930
18931         * gnus-art.el (article-decode-mime-words, article-babel)
18932         (gnus-article-highlight-signature, gnus-article-add-buttons)
18933         (gnus-signature-toggle): Use gnus-with-article-buffer.
18934
18935         * gnus-art.el (gnus-article-highlight-headers)
18936         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18937
18938         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18939         (gnus-article-set-globals, gnus-request-article-this-buffer)
18940         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18941         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18942         (gnus-mime-display-alternative): Use with-current-buffer.
18943
18944 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18945
18946         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18947         also under 80 char limit, and call gnus-error if needed.
18948         (spam-fetch-article-header): Fix - it was a
18949         buffer-local variable (gnus-newsgroup-data).
18950         (spam-find-spam): Use spam-generate-fake-headers, forget about
18951         spam-insert-fake-headers.
18952         (spam-insert-fake-headers): Remove.
18953
18954 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18955
18956         * deuglify.el (gnus-article-outlook-unwrap-lines)
18957         (gnus-outlook-rearrange-article)
18958         (gnus-outlook-repair-attribution-outlook)
18959         (gnus-outlook-repair-attribution-block)
18960         (gnus-outlook-repair-attribution-other): Remove redundant
18961         save-excursion.
18962
18963 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18964
18965         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18966         (spam-fetch-field-subject-fast)
18967         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18968         (spam-fetch-article-header): Add functions to deal with Gnus
18969         internals for fast retrieval of article header data.
18970         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18971
18972 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18973
18974         * pop3.el (pop3-md5): Remove.
18975         (pop3-apop): Replace pop3-md5 with md5.
18976
18977         * mm-bodies.el: base64 is always built-in.
18978
18979         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18980         Use with-current-buffer.
18981
18982 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * canlock.el (canlock-insert-header): Remove excessive grouping in
18985         regexp.
18986
18987         * gnus-sum.el (gnus-summary-read-document): Ditto.
18988
18989         * gnus-uu.el (gnus-uu-part-number): Ditto.
18990
18991         * html2text.el (html2text-remove-tags): Ditto.
18992         (html2text-format-tags): Ditto.
18993         (html2text-format-single-elements): Ditto.
18994
18995         * mml.el (mml-parse-1): Ditto.
18996
18997 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18998
18999         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19000
19001         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19002
19003         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19004
19005         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19006
19007 2003-11-15  Simon Josefsson  <jas@extundo.com>
19008
19009         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19010         (pgg-gpg-lookup-key): Use regexp match instead of
19011         split-string (split-string is different between emacs 21.2 and
19012         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19013
19014 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19015
19016         * gnus-art.el (gnus-mime-view-all-parts)
19017         (gnus-article-part-wrapper, gnus-article-view-part):
19018         Use with-current-buffer.
19019
19020 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19021
19022         * spam.el (spam-disable-spam-split-during-ham-respool)
19023         (spam-spamoracle-database, spam-cache-lookups)
19024         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19025         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19026         (spam-group-ham-marks, spam-group-spam-marks)
19027         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19028         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19029         also add spam-use-blackholes to the statistical checks.
19030         (spam-fetch-field-fast): Add interface to fetching fields, may
19031         become a macro.
19032         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19033         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19034         (spam-insert-fake-headers): Fake an article when needed.
19035         (spam-find-spam): Fake article when possible.
19036         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19037         (spam-check-bogofilter-headers): Use message-fetch-field instead
19038         of nnmail-fetch-field.
19039
19040 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19041
19042         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19043
19044 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19045
19046         * spam.el (spam-split): Do not require spam-use-CHECK to be
19047         enabled if that check is passed to spam-split explicitly; also
19048         fix so 'spam doesn't get converted to spam-split-group when
19049         spam-split-symbolic-return is t.
19050         (spam-find-spam): Find registrations of the article and use those
19051         instead of re-running spam-split to find the spam/ham
19052         classification of the article.
19053         (spam-log-processing-to-registry, spam-log-registered-p)
19054         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19055         Use gnus-error instead of gnus-message.
19056         (spam-log-registration-type): Add function to determine the
19057         classification of a message based on registry entries; will
19058         return nil if both 'spam and 'ham are found.
19059         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19060         a reasonably fast local cache without the loading errors.
19061         (spam-cache-lookups): Set to t by default.
19062         (spam-find-spam): Don't try to guess spam-cache-lookups.
19063         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19064         spam-caches entry.
19065         (spam-filelist-build-cache, spam-filelist-check-cache):
19066         Fix caching of whitelist/blacklist entries.
19067         (spam-check-whitelist, spam-check-blacklist):
19068         Invoke spam-from-listed-p with a type, not a cache variable.
19069         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19070
19071 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19072
19073         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19074
19075         * nnmail.el (nnmail-split-fancy): do.
19076
19077         * mml.el (mml-parse): do.
19078
19079         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19080         (gnus-score-adaptive): do.
19081
19082 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19085         (gnus-mime-button-map): Don't set keymap parent.
19086         (gnus-button-ctan-directory-regexp): Use shy grouping.
19087         (gnus-prev-page-map): Don't set keymap parent.
19088         (gnus-prev-page-map): Remove duplicated one.
19089         (gnus-next-page-map): Don't set keymap parent.
19090         (gnus-mime-security-button-map): Ditto.
19091
19092         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19093         version number.
19094
19095         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19096
19097 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19098
19099         * canlock.el (canlock-sha1-function): Remove.
19100         (canlock-sha1-function-for-verify): Remove.
19101         (canlock-openssl-program): Remove.
19102         (canlock-openssl-args): Remove.
19103         (canlock-ignore-errors): Remove.
19104         (canlock-sha1-with-openssl): Remove.
19105         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19106         (canlock-verify): Don't use canlock-ignore-errors.
19107
19108         * sha1-el.el (sha1-string-external): Make it can return a string
19109         in binary form.
19110         (sha1-region-external): Ditto.
19111         (sha1-string-internal): Ditto.
19112         (sha1-region-internal): Ditto.
19113         (sha1-region): Ditto.
19114         (sha1-string): Ditto.
19115         (sha1): Ditto.
19116
19117 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19118
19119         * spam.el (spam-report-articles-gmane): New command.
19120
19121 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19122
19123         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19124
19125         * run-at-time.el (run-at-time-saved): Remove.
19126         (run-at-time): Doc fix.
19127
19128 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19129
19130         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19131         (gnus-summary-limit-map): Add it.
19132         (gnus-summary-make-menu-bar): do.
19133
19134 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19135
19136         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19137         Make attempt at some caching support (done for BBDB only now).
19138         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19139         addresses to be checked.
19140         (spam-clear-cache-BBDB): Add function, to be invoked by
19141         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19142         (spam-check-BBDB): Check and use the caches, if
19143         spam-cache-lookups is on, remove superfluous (provide).
19144
19145 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19148
19149 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19150
19151         * run-at-time.el (run-at-time-saved): Move to after the definition
19152         of `run-at-time'.
19153
19154         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19155
19156 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19157
19158         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19159         mm-w3m-local-map-property.
19160
19161         * mm-view.el (mm-w3m-mode-map): Remove.
19162         (mm-w3m-local-map-property): Remove.
19163         (mm-inline-text-html-render-with-w3m): Don't use
19164         mm-w3m-local-map-property.
19165
19166 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19167
19168         * run-at-time.el: New file.
19169
19170         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19171         under Emacs.
19172
19173         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19174         of gnus-set-text-properties.
19175
19176         * gnus-uu.el (gnus-uu-save-article): Ditto.
19177
19178         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19179
19180         * gnus-cite.el (gnus-cite-parse): Ditto.
19181
19182         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19183         of gnus-.
19184
19185         * gnus-xmas.el (run-at-time): Require run-at-time.
19186
19187         * gnus.el: Change calls to nnheader-run-at-time and
19188         password-run-at-time throughout to use run-at-time directly.
19189
19190         * password.el: Remove definition of run-at-time.
19191
19192         * nnheaderxm.el: Remove definition of run-at-time.
19193
19194 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19195
19196         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19197         in prompt.
19198
19199 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19200
19201         * messagexmas.el (message-xmas-redefine): Alias
19202         `message-make-caesar-translation-table' to
19203         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19204         version.
19205
19206         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19207         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19208         `gnus-xmas-set-text-properties'.
19209         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19210         `gnus-xmas-completing-read'.
19211         (gnus-xmas-completing-read): Removed.
19212         (gnus-xmas-open-network-stream): Removed.
19213
19214         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19215         XEmacs version.
19216
19217         * dns.el (dns-make-network-process): Use `open-network-stream'
19218         instead of `gnus-xmas-open-network-stream'.
19219
19220         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19221
19222         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19223
19224 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19225
19226         * gnus-art.el (gnus-mime-display-alternative)
19227         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19228         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19229         Don't use gnus-local-map-property.
19230
19231         * gnus-util.el (gnus-local-map-property): Remove.
19232
19233         * mm-view.el (mm-view-pkcs7-decrypt):
19234         Replace gnus-completing-read-maybe-default with completing-read.
19235
19236         * gnus-util.el (gnus-completing-read): do.
19237         (gnus-completing-read-maybe-default): Remove.
19238
19239 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19240
19241         * password.el: Only autoload `run-at-time' if not XEmacs.
19242         Only autoload the itimer functions if XEmacs.
19243
19244 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19247         XEmacsen.
19248
19249         * dgnushack.el: Autoload executable-find for XEmacs.
19250
19251 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19252
19253         * gnus-art.el (gnus-read-string): Remove.
19254         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19255         read-string.
19256
19257 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19258
19259         * netrc.el: Autoload password-read.
19260         (netrc): Add configuration group.
19261         (netrc-encoding-method, netrc-openssl-path):
19262         Add variables for encoding and decoding of files with symmetric
19263         ciphers.
19264         (netrc-encode): Add assistant function to encode a file with
19265         netrc-encoding-method.
19266         (netrc-parse): Add interactive parameter, added optional
19267         decoding if netrc-encoding-method is non-nil but otherwise
19268         behavior is standard.
19269         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19270         Do s/encode/encrypt/ everywhere.
19271
19272         * spam.el: Remove executable-find autoload.
19273
19274 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19275
19276         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19277
19278         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19279
19280 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19281
19282         * gnus-art.el (gnus-treat-ansi-sequences)
19283         (article-treat-ansi-sequences): New variable and function.
19284         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19285
19286         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19287         Use it.
19288
19289 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19290
19291         * mm-util.el (mm-quote-arg): Remove.
19292
19293         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19294         shell-quote-argument.
19295
19296         * gnus-uu.el (gnus-uu-command): do.
19297
19298         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19299
19300         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19301         with make-char.
19302
19303         * mm-util.el (mm-make-char): Remove.
19304
19305         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19306         add-minor-mode.
19307
19308         * gnus-undo.el (gnus-undo-mode): do.
19309
19310         * gnus-topic.el (gnus-topic-mode): do.
19311
19312         * gnus-sum.el (gnus-dead-summary-mode): do.
19313
19314         * gnus-start.el (gnus-slave-mode): do.
19315
19316         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19317
19318         * gnus-ml.el (gnus-mailing-list-mode): do.
19319
19320         * gnus-gl.el (gnus-grouplens-mode): do.
19321
19322         * gnus-draft.el (gnus-draft-mode): do.
19323
19324         * gnus-dired.el (gnus-dired-mode): do.
19325
19326         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19334         Replace gnus-char-width with char-width.
19335
19336         * gnus-ems.el (gnus-char-width): Remove.
19337
19338         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19339         definition.
19340         Remove Emacs 20 hash table compatibility code.
19341
19342         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19343         20 compatibility code.
19344
19345         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19346
19347         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19348
19349         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19350         Replace with point-at-{eol,bol}.
19351
19352         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19353
19354         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19355
19356         * flow-fill.el (fill-flowed-point-at-bol)
19357         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19358
19359         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19360         Replace with point-at-{eol,bol} throughout all files.
19361
19362 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * ntlm.el (ntlm-string-as-unibyte): New macro.
19365         (ntlm-build-auth-response): Use it.
19366
19367         Remove Emacs 20 stuff:
19368         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19369         (butlast, mapc, remove): Remove the compiler macros.
19370         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19371         of delq and copy-sequence.
19372         * gnus-art.el (popup-menu): Remove the compiler macro.
19373         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19374         Emacs 20.
19375
19376 2004-01-05  Simon Josefsson  <jas@extundo.com>
19377
19378         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19379         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19380         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19381         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19382         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19383         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19384         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19385         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19386         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19387         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19388         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19389         string-xor into ntlm-string-xor.
19390         Suggested by Jesper Harder <harder@myrealbox.com>.
19391
19392         * ntlm.el: Don't include poem.
19393
19394         * md4.el (print-int32, print-string-hexa): Remove.
19395         Suggested by Jesper Harder <harder@myrealbox.com>.
19396
19397         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19398
19399         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19400         probably breaks emacs with DL patch, but do we care? Is anyone
19401         still using the DL stuff?)
19402
19403         * sieve-manage.el: Use the password package.
19404         (sieve-manage-read-passwd): Remove.
19405         (sieve-manage-interactive-login): Use password.  Re-add
19406         condition-case around loop.
19407
19408         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19409         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19410         Use the password package.
19411
19412 2003-02-19  Simon Josefsson  <jas@extundo.com>
19413
19414         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19415         token.
19416
19417 2002-08-07  Simon Josefsson  <jas@extundo.com>
19418
19419         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19420         (sieve-manage-authenticators):
19421         (sieve-manage-authenticator-alist): Add some SASL mechs.
19422         (sieve-sasl-auth): New function.
19423         (sieve-manage-cram-md5-auth):
19424         (sieve-manage-plain-auth): Rewrite using SASL library.
19425         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19426         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19427         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19428         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19429
19430 2004-01-05  Simon Josefsson  <jas@extundo.com>
19431
19432         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19433         New files.
19434
19435 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19436
19437         * gnus-group.el (gnus-no-groups-message): Update.
19438
19439         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19440
19441 2003-11-09  Simon Josefsson  <jas@extundo.com>
19442
19443         * imap.el: Support for ID IMAP extension (RFC 2971).
19444         (imap-local-variables): Add imap-id.
19445         (imap-id): New variable.
19446         (imap-id): New function.
19447         (imap-parse-response): Parse untagged ID response.
19448         * nnimap.el (nnimap-id): New variable.
19449         (nnimap-open-connection): Use it.
19450
19451 2003-12-28  Simon Josefsson  <jas@extundo.com>
19452
19453         * gnus-score.el (gnus-score-edit-all-score): New.
19454         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19455
19456 2004-01-04  Simon Josefsson  <jas@extundo.com>
19457
19458         * password.el: Add.
19459
19460 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19461
19462         * dns.el (dns-query-types): Fix typo.
19463         (dns-query-types): New function.
19464         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19465         PTR and SOA replies, see RFC 1035.
19466
19467 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19468
19469         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19470
19471         * Move to Changelog.2.
19472
19473 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19474
19475         * gnus.el (gnus-version-number): Bump version.
19476
19477 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19478
19479         * gnus.el: No Gnus v0.1 is released.
19480
19481 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19482
19483         * gnus.el: No Gnus v0.0 is released.
19484
19485 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19486
19487         * gnus.el (gnus-version-number): Bump.
19488         (gnus-version): No.
19489
19490 See ChangeLog.2 for earlier changes.
19491
19492     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19493       Free Software Foundation, Inc.
19494
19495   This file is part of GNU Emacs.
19496
19497   GNU Emacs is free software: you can redistribute it and/or modify
19498   it under the terms of the GNU General Public License as published by
19499   the Free Software Foundation, either version 3 of the License, or
19500   (at your option) any later version.
19501
19502   GNU Emacs is distributed in the hope that it will be useful,
19503   but WITHOUT ANY WARRANTY; without even the implied warranty of
19504   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19505   GNU General Public License for more details.
19506
19507   You should have received a copy of the GNU General Public License
19508   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19509
19510 ;; Local Variables:
19511 ;; coding: utf-8
19512 ;; fill-column: 79
19513 ;; add-log-time-zone-rule: t
19514 ;; End: