nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of delete-dups that is...
[gnus] / lisp / ChangeLog
1 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4         delete-dups that is not available in XEmacs 21.4.
5
6         * mm-util.el (mm-delete-duplicates): Add comment.
7
8 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
9
10         * nnir.el (nnir-ignored-newsgroups): New variable.
11         (nnir-get-active): Use it.
12
13 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * proto-stream.el (proto-stream-open-network): Add some comments.
16
17         * nntp.el (nntp-open-connection): Provide a :success condition.
18
19         * nnimap.el (nnimap-open-connection-1): Ditto.
20
21         * proto-stream.el (proto-stream-open-network): See what the response to
22         the STARTTLS command is.
23
24         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
25         backwards compatibility).
26         (nnimap-open-connection-1): Really respect nnimap-server-port.
27
28         * proto-stream.el (proto-stream-open-network): When doing opportunistic
29         TLS upgrades we don't really care about the identity of the peer.
30         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
31         that what we've checked for.
32         (proto-stream-always-use-starttls): Only default to t if
33         open-gnutls-stream exists.
34         (proto-stream-open-network): If STARTTLS failed, then just open a
35         normal connection.
36         (proto-stream-open-network): Wait until the greeting before doing
37         STARTTLS.
38
39         * nntp.el (nntp-open-connection): Report what the connection error is.
40
41         * proto-stream.el (open-protocol-stream): Renamed from
42         open-proto-stream.
43
44 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * nnimap.el (nnimap-stream): Change default to `undecided'.
47         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
48         first, and then network.
49         (nnimap-open-connection-1): Respect nnimap-server-port.
50         (nnimap-open-connection): Be more backwards-compatible.
51
52         * proto-stream.el (proto-stream-always-use-starttls): New variable.
53         (proto-stream-open-starttls): De-duplicate the starttls code.
54         (proto-stream-open-starttls): Folded back into the main function.
55         (proto-stream-open-network): Fix typo in the gnutls path.
56         (proto-stream-command): Refactor out.
57
58         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
59
60         * proto-stream.el (proto-stream-open-starttls): Actually implement the
61         starttls.el STARTTLS.
62
63         * color.el (color-lab->srgb): Fix function call name.
64
65         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
66         if we're using tls.el.
67         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
68         built in, then don't try to establish a STARTTLS connection.
69
70         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
71         servers.
72
73         * proto-stream.el (open-proto-stream): Use network, not stream.
74         (open-proto-stream): Add a way to specify what the end of a command is.
75
76         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
77         connections types.
78         (nntp-open-network-stream): Remove.
79         (nntp-open-ssl-stream): Remove.
80         (nntp-open-tls-stream): Remove.
81         (nntp-ssl-program): Remove.
82
83         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
84
85 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
86
87         * nnir.el: Fix typos.
88         (nnir-retrieve-headers-override-function): Rename variable to reflect
89         new semantics.
90         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
91         macros.
92         (nnir-request-article, nnir-request-move-article): Use them.
93         (nnir-categorize): New function.
94         (nnir-run-query): Use it.
95         (nnir-retrieve-headers): Rewrite to batch header retrieval.
96         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
97         sorted.
98         (nnir-group-full-name): Use gnus-group-full-name instead.
99         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
100         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
101
102 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
105
106         * proto-stream.el: New library to provide protocol-specific
107         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
108         protocols.
109         (open-proto-stream): Complete the documentation.
110         (proto-stream-open-network): Fix some typos.
111
112         * nnimap.el (nnimap-open-connection): Use it.
113
114 2010-11-26  Julien Danjou  <julien@danjou.info>
115
116         * color.el: Rename various rgb functions to srgb.
117
118 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
121         names.
122
123 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * shr.el (shr-insert): Revert last change.
126         (shr-find-fill-point): Never leave point being at bol;
127         relax the kinsoku limitation when rendering tables.
128
129 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
132         results from -accept-article.
133
134         * shr-color.el: Require cl when compiling.
135
136         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
137         checkin.
138
139         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
140
141         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
142
143         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
144         'add and 'delete to set backend marks.
145
146         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
147
148         * nnheader.el (nnheader-update-marks-actions): Refactor out.
149
150         * nntp.el (nntp-request-set-mark): Use it.
151
152         * nnfolder.el (nnfolder-request-set-mark): Ditto.
153
154         * nnml.el (nnml-request-set-mark): Ditto.
155
156         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
157         introduces regressions in article selection.
158         (nnimap-find-uid-response): New function.
159         (nnimap-request-accept-article): Use the UID returned, if any.
160         (nnimap-request-move-article): Use the UID returned, if any.
161         (nnimap-get-groups): Reimplement to work with folded lines.
162         (nnimap-find-uid-response): The UID is the last element in the list.
163         (nnimap-request-set-mark): Extend syntax with 'set.
164
165         * nnml.el (nnml-request-set-mark): Ditto.
166
167         * nnfolder.el (nnfolder-request-set-mark): Ditto.
168
169         * nntp.el (nntp-request-set-mark): Ditto.
170
171 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * message.el (message-called-interactively-p): A temporary macro.
174         (message-goto-body): Use it temporarily.
175
176 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
179         (nnimap-last-response-string): Unfold quoted lines, if they exist.
180         (nnimap-last-response-string): Fix last unfolding fix.
181
182 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * shr.el (shr-insert): Fix the way to fold lines.
185
186 2010-11-25  Julien Danjou  <julien@danjou.info>
187
188         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
189
190         * color.el: Rename from color-lab.el
191         (color-rgb->hex): Add.
192         (color-complement): Add.
193         (color-complement-hex): Add.
194
195         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
196
197 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * shr-color.el (shr-color-visible): Don't bug out if the colour names
200         don't exist.
201
202 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
205         assuming that article displaying or another mml-preview may be
206         interrupted for an error or for the like.
207
208         * shr.el (shr-get-background): Fix argument name.
209
210 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
213
214         * gnus-sum.el (gnus-summary-include-articles): New function.
215
216         * message.el (message-goto-body): called-interactively-p needs a
217         parameter, so use `any'.
218
219         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
220         clear marks before moving, since they're synced from the Gnus side
221         first.
222
223         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
224         (gnus-summary-move-article): Copy over all marks before moving, so that
225         IMAP doesn't think a new article has arrived.
226
227 2010-11-24  Julien Danjou  <julien@danjou.info>
228
229         * shr.el (shr-insert-background-overlay): Fix typo.
230         (shr-render-td): Copy the background before rendering.
231
232         * shr-color.el (shr-color-visible): Fix docstring.
233
234         * shr.el (shr-tag-table): Add bgcolor support.
235         (shr-render-td): Add bgcolor support.
236         (shr-get-background): Add.
237         (shr-insert-foreground-overlay): Use shr-get-background.
238
239         * message.el (message-goto-body): Use called-interactively-p.
240         (message-in-body-p): message-goto-body returns point.
241
242 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
245         Fixes something or other in Emacs 23, and is backwards compatible.
246
247         * message.el (message-goto-body): Remove the <#secure special-casing,
248         which is too special.
249
250         * shr.el (shr-parse-style): Drop !important from styles.
251
252 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
253
254         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
255         this function to return incorrect results when calling it with an
256         explicit article argument different from
257         (gnus-summary-article-number).
258
259 2010-11-24  Julien Danjou  <julien@danjou.info>
260
261         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
262         (shr-tag-body): Add background support.
263         (shr-descend): Add background support.
264         (shr-tag-title): Add.
265
266         * shr-color.el (shr-color-visible): Really return original background
267         if fixed.
268
269 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * shr.el (shr-color-check): Protect against non-existant colour names.
272
273 2010-11-24  Julien Danjou  <julien@danjou.info>
274
275         * color-lab.el: Require 'cl when compiling.
276
277         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
278
279         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
280         matched part.
281
282         * color-lab.el: Fix all expt calls to use float type.
283
284 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
287         expression to shr-color-check as is.
288
289         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
290
291         * color-lab.el: Add coding cookie.
292         (float-pi): Use eval-and-compile.
293
294         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
295         compiled for Emacsen having no `libxml-parse-html-region' support.
296
297 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * shr.el (shr-insert-color-overlay): Split stuff like
300         "#444444 !important" to find the real colour.
301         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
302         parse <font color="red"> entries.
303
304 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
305
306         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
307         point when parsing headers.
308
309         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
310         is positioned properly when parsing headers.
311
312 2010-11-23  Julien Danjou  <julien@danjou.info>
313
314         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
315
316         * shr-color.el (shr-color->hexadecimal): Add support for color names.
317
318         * shr.el (shr-parse-style): Replace \n with space in style parsing.
319
320         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
321         shr-color-hue-to-rgb.
322         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
323
324 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * shr.el (shr-color->hexadecimal): Autoload.
327         (shr-descend): Add color to all tags.
328
329 2010-11-22  Julien Danjou  <julien@danjou.info>
330
331         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
332         shr-color->hexadecimal.
333
334         * shr-color.el (shr-color->hexadecimal): Add converting functions for
335         RGB() or HSL() color representation.
336
337         * shr.el (shr-tag-font): Add.
338         (shr-tag-color-check): New function to get better colors.
339         (shr-tag-insert-color-overlay): Factorize code between tag-font and
340         tag-span.
341
342         * shr-color.el: New file.
343
344         * color-lab.el: New file.
345
346         * gnus-art.el (gnus-url-mailto): Do not downcase args.
347
348 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
349
350         * nnir.el: Fix typo in comments.
351         (nnir-run-imap): Simplify code. No need to reverse artlist.
352         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
353
354 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
357
358         * nnimap.el (nnimap-get-capabilities): Refactor out.
359         (nnimap-open-connection): Re-request capabilities after STARTTLS.
360
361 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
362
363         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
364         appearing when `mm-uu-hide-markers' is nil.
365
366 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * nnimap.el (nnimap-unselect-group): Make into its own function.
369         (nnimap-request-rename-group): Unselect group before renaming.
370         This had gotten lost somewhere.
371         (nnimap-request-accept-article): Keep track of examined groups, and
372         unselect the group before APPENDing to read-only groups.
373         (nnimap-request-move-article): Clear flags before moving so that they
374         can be re-set later.
375
376 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
379         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
380
381 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-art.el (gnus-mime-display-single)
384         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
385         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
386         parameter.
387
388 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
391         (shr-table-vertical-line): New variable.
392         (shr-insert-table): Use it.
393
394 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * gnus-html.el (gnus-html-wash-images): Don't display images if
397         gnus-inhibit-images is non-nil; register displayer for cid images.
398         (gnus-html-display-image): Work for cid image.
399         (gnus-html-insert-image): Allow arguments.
400         (gnus-html-put-image): Inhibit read-only.
401         (gnus-html-prefetch-images): Don't prefetch images if
402         gnus-inhibit-images is non-nil.
403
404 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * shr.el (shr-put-image): Break lines when inserting big pictures.
407
408 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
409
410         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
411         sender, thanks Katsumi Yamaoka.
412
413 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
414
415         * nnir.el (nnir-run-imap): Reverse the article list for each group
416         rather than the whole list.
417
418 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * shr.el (shr-image-displayer): Protect function against non-existent
421         image source.
422
423         * gnus-art.el (gnus-inhibit-images): New user option.
424         (gnus-mime-display-single): Don't display image if it is non-nil.
425
426         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
427         gnus-inhibit-images.
428
429         * shr.el (shr-image-displayer): New function.
430         (shr-tag-img): Use it.
431
432 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
433
434         * mml2015.el (mml2015-epg-sign): Use From header.
435
436 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * gnus-html.el (gnus-html-wash-images): Register a displayer.
439
440         * gnus-util.el (gnus-find-text-property-region): Return markers.
441
442         * shr.el (shr-tag-img): Put a displayer in the text property.
443
444         * gnus-util.el (gnus-find-text-property-region): New utility function.
445
446         * gnus-html.el (gnus-html-display-image): Make the alt optional.
447         (gnus-html-show-images): Remove.
448
449         * gnus-art.el (gnus-article-show-images): New, more general function.
450
451         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
452         image url text properties.
453
454         * shr.el: Ditto.
455
456         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
457         gnus-agent-auto-agentize-methods is set.  Which it isn't.
458
459 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
462         work for two or more articles.
463
464 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
467         divide an image that's in an html article to two or more when washing
468         non-ASCII characters in alt text of it.
469
470 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
473         smime-decrypt-region using function argument.
474         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
475
476         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
477
478         * smime.el (smime-decrypt-region): Catch it.
479
480 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
481
482         * smime.el (smime-mode-map): Move initialization into declaration.
483         (gnus-run-mode-hooks): Don't autoload.
484         (smime-mode): Use define-derived-mode.
485
486 2010-11-11  Glenn Morris  <rgm@gnu.org>
487
488         * smime.el (from): Restrict declaration to XEmacs.
489
490         * nnir.el (gnus-group-topic-name): Autoload.
491
492 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * shr.el (shr-insert): Don't break long line if it is because of
495         kinsoku-bol characters in the line end.
496
497 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
498
499         * nnir.el (nnir-request-move-article): Fix to provide original group
500         and subject.
501         (nnir-warp-to-article): Don't fail on articles whose headers haven't
502         been retrieved.
503
504         * gnus-sum.el (gnus-summary-move-article): Use original group and
505         subject for virtual articles such as those in an nnir summary buffer.
506
507 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
510         least 21.5).
511
512         * smime.el (from): Declare it again for XEmacs.
513
514 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * message.el (message-resend): Don't disable encoding unless it's
517         already encoded.
518
519         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
520         low-numbered articles.
521
522 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * rfc2047.el (rfc2047-syntax-table): Simplify.
525
526         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
527
528         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
529         set-char-table-range for XEmacs.
530
531 2010-11-10  Glenn Morris  <rgm@gnu.org>
532
533         * time-date.el (time-to-seconds): Always an alias on Emacs,
534         never a real function.
535         (with-no-warnings): Remove compat stub, now unused.
536         (time-less-p): Doc fix.
537         (time-to-number-of-days): Simplify.
538
539         * smime.el (from): Remove unused declaration.
540
541         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
542         (gnus-float-time): On Emacs, always an alias.
543
544         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
545         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
546
547 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * dgnushack.el: Don't use ignore-errors in the top level form since it
550         is unavailable in XEmacs even if cl is loaded.
551
552         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
553
554 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * shr.el (browse-url-mailto): Autoload.
557
558         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
559
560         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
561         regexp doesn't need quoting.
562
563 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
564
565         * message.el (message-subject-trailing-was-ask-regexp)
566         (message-subject-trailing-was-regexp): Match was: in addition to was.
567
568 2010-11-09  Glenn Morris  <rgm@gnu.org>
569
570         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
571         (nnbabyl-check-mbox): Use point-at-bol.
572
573 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
576
577         * message.el (message-mailto): New function.
578         (message-mailto): Should accept other parameters.
579         (message-mailto): Remove since it duplicates browse-url-mailto
580         functionality.
581
582 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
585         methods.
586         (gnus-read-active-file): Ditto.
587
588         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
589         ": " from the prompt.
590         (gnus-group-make-group): Ditto.
591
592 2010-11-07  Glenn Morris  <rgm@gnu.org>
593
594         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
595         (gnus-bookmark-kill-line): Use point-at-eol.
596
597 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
600         asterisks in From header.
601
602 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
605         string to avoid making the From headers syntactically invalid.
606
607         * message.el (message-send-mail): Don't insert courtesy messages if the
608         message already has List-Post and List-ID messages.
609
610 2010-11-06  Glenn Morris  <rgm@gnu.org>
611
612         * gnus-art.el (gnus-treat-article): Give dynamic local variables
613         `condition', `type', `length' a prefix.
614         (gnus-treat-predicate): Update for above name changes.
615
616 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
617
618         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
619         binding.  Handled by `gnus-summary-refer-thread' instead.
620         (nnir-warp-to-article): New backend function.
621
622         * nnimap.el (nnimap-request-thread): Force dependency updating.
623
624         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
625         (gnus-summary-refer-thread): Rework to improve thread-referral.
626
627         * gnus-int.el (gnus-warp-to-article): New function.
628
629         * gnus-sum.el (gnus-summary-article-map): Bind it.
630
631 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
632
633         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
634         gnus-summary-refer-thread.
635
636         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
637         headers.
638         (gnus-summary-limit-include-thread): Prevent articles in thread from
639         being cut in gnus-cut-threads.
640         (gnus-summary-refer-thread): Limit retrieved headers to those in
641         thread.
642
643 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * message.el (message-send-mail): Use the value of
646         message-courtesy-message from the message buffer.
647
648         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
649
650         * shr.el (shr-browse-url): Implement mailto: URLs.
651
652         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
653         "raw".
654
655         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
656         if it's already selected.
657
658         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
659
660 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
663         to measure the length and truncate alt text.
664
665 2010-11-03  Glenn Morris  <rgm@gnu.org>
666
667         * nndiary.el (nndiary-generate-nov-databases-1)
668         (nndiary-generate-active-info): Rename dynamic variable `files' to
669         something less generic.
670
671 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
672
673         * nnir.el (nnir-request-move-article): Call the underlying backend to
674         move articles from nnir.
675
676 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
679
680 2010-11-02  Julien Danjou  <julien@danjou.info>
681
682         * nnir.el: Remove wais support.
683
684 2010-11-02  Glenn Morris  <rgm@gnu.org>
685
686         * gnus-html.el: Reorder requirements to quieten compiler.
687
688 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
691         properly for XEmacs as well.
692         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
693         (gnus-article-natural-long-line-p): Use window-width rather than
694         frame-width.
695
696 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
697
698         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
699         (nnir-read-parms): Don't modify query.
700         (nnir-run-query): Add ability to search topic on current line.
701         (nnir-get-active): Clean up.
702
703 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
706         degenerate articles.
707
708         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
709         (gnus-print-buffer): Just print the buffer as is, without any copying
710         to a buffer and then re-highlighting.
711
712         * nnimap.el (nnimap-request-group): Store the new updated info.
713         (nnimap-request-group): Select the group when we don't know whether it
714         exists or not.
715
716         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
717         groups.
718
719         * gnus-group.el (gnus-group-find-new-groups): Display all the new
720         groups.
721
722         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
723         groups.
724
725         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
726         long-lines case by only filling the long lines.
727
728         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
729         (bug #7311).
730
731 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * shr.el: No need to declare `declare-function' since shr.el is for
734         only Emacsen that provide `libxml-parse-html-region'.
735
736         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
737         effective only in a file it is referred to.
738
739 2010-11-01  Glenn Morris  <rgm@gnu.org>
740
741         * mm-util.el (gnus-completing-read): Autoload.
742         (mm-read-coding-system): Simplify Emacs definition.
743
744         * nnmail.el (gnus-activate-group):
745         * nnimap.el (gnutls-negotiate):
746         * nntp.el (netrc-parse): Fix declarations.
747
748 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
751         string-match-p in Emacs >=23.
752
753         * gnus-msg.el (gnus-configure-posting-styles)
754         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
755
756 2010-11-01  Glenn Morris  <rgm@gnu.org>
757
758         * nnir.el (declare-function): Add compat stub.
759         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
760         (nnir-run-gmane): Require 'mm-url.
761
762         * mm-util.el (mm-string-to-multibyte): Simplify.
763
764         * shr.el (declare-function): Add compat stub.
765         (url-cache-create-filename): Declare.
766         (mm-disable-multibyte, widget-convert-button): Autoload.
767
768         * smime.el (ldap-search): Declare.
769         (smime-cert-by-ldap-1): Require ldap on Emacs.
770
771         * nnimap.el: Require nnmail, and gnus-sum when compiling.
772         (nnimap-keepalive): Use gnus-float-time.
773
774         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
775         (mail-source-delete-crash-box): Use gnus-float-time.
776
777         * gnus-dired.el (gnus-completing-read): Autoload.
778
779         * mm-view.el (gnus-rescale-image): Autoload.
780
781         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
782
783         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
784
785         * sieve-manage.el: Require 'cl when compiling.
786
787         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
788         (gnus-iswitchb-completing-read): Require iswitchb.
789         (gnus-select-frame-set-input-focus): Silence compiler.
790
791 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * message.el (message-subject-trailing-was-query): Change default to t,
794         since I think that's what most people want.
795
796         * nnimap.el (nnimap-request-accept-article): Erase buffer before
797         appending for easier debugging.
798         (nnimap-wait-for-connection): Take a regexp.
799         (nnimap-request-accept-article): Wait for the continuation line before
800         sending anything unless we're streaming.
801
802         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
803         leave the header washing to take place.
804
805 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
806
807         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
808         regular expression match and replace in posting styles.
809
810 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
811
812         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
813         an entire server.
814         (nnir-get-active): New function.
815         (nnir-run-imap): Use it.
816         (nnir-run-gmane): Who knew, gmane search returns an article score!
817
818         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
819         server on the current line with nnir.
820
821 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
824         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
825         left edge.
826         (gnus-article-foldable-buffer): Skip past the prefix when determining
827         raggedness.
828
829         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
830         the raw article, and change `C-u g' to show the article without doing
831         treatments.
832
833         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
834         on to `gnus-treat-article'.
835         (gnus-inhibit-article-treatments): New variable.
836
837         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
838
839         * gnus-art.el (gnus-treatment-function-alist): Have
840         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
841         (gnus-treat-fill-long-lines): Change default to fill all text/plain
842         sections.
843
844         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
845         parameter.
846         (gnus-article-fill-cited-long-lines): New function.
847         (gnus-article-fill-cited-article): Allow filling only long sections.
848
849         * shr.el (shr-find-fill-point): Don't break lines between punctuation
850         and non-punctuation (like after the apostrophe in "'We").
851
852         * gnus-sum.el (gnus-summary-select-article): Make sure
853         gnus-original-article-buffer is alive.
854
855         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
856         reflect the order they're in in the digest.
857
858         * gnus.el (gnus-group-startup-message): Move point to the start of the
859         buffer.
860
861         * nnimap.el (nnimap-capability): New function.
862         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
863         is set.
864
865 2010-10-31  David Engster  <dengste@eml.cc>
866
867         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
868         conform with changes to gnus-completing-read.
869
870 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * shr.el (shr-tag-img): Output "*" instead of "[img]".
873
874 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
875
876         * nnir.el: Move defvar, defcustom around to keep file organized
877         and keep byte-compiler quiet.
878         (nnir-read-parms): Accept search-engine as arg.
879         (nnir-run-query): Pass search-engine as arg.
880         (nnir-search-engine): Remove.
881
882 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * shr.el (shr-generic): The text nodes should be text, not :text.
885
886         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
887         later in the file.
888
889 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
890
891         * nnir.el: General clean up.  Allow searching with multiple engines.
892         Allow separate extra-parameters for each engine.
893         Batch queries when possible.
894         (nnir-imap-default-search-key,nnir-method-default-engines):
895         Add customize interface.
896         (nnir-run-gmane): New engine.
897         (nnir-engines): Use it.  Qualify all prompts with engine name.
898         (nnir-search-engine): Remove global variable.
899         (nnir-run-hyrex): Restore for now.
900         (nnir-extra-parms,nnir-search-history): New variables.
901         (gnus-group-make-nnir-group): Use them.
902         (nnir-group-server): Remove in favor of gnus-group-server.
903         (nnir-request-group): Avoid searching twice.
904         (nnir-sort-groups-by-server): New function.
905
906 2010-10-30  Julien Danjou  <julien@danjou.info>
907
908         * gnus-group.el: Remove gnus-group-fetch-control.
909
910         * gnus-start.el (gnus-find-new-newsgroups):
911         Remove gnus-check-first-time-used.
912
913         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
914
915 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
916
917         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
918         set on groups that don't have \* permanentflags.
919
920 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
923         control the background color.
924         (shr-tag-img): Ignore very small web bug type images.
925         (shr-put-image): Add help-echo alt texts to the images.
926         (shr-tag-video): Show the video poster image.
927
928 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * shr.el (shr-table-depth): New variable.
931         (shr-tag-table-1): Only insert the images after the top-level table.
932
933         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
934
935         * gnus-util.el (gnus-list-memq-of-list): New function.
936
937         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
938         selected.
939         (nnimap-unsplittable-articles): New slot.
940         (nnimap-new-articles): Use it.
941
942 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
943
944         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
945         move to the previous line on `M-g'.
946
947 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
950         *-request-group, which seems unnecessary.
951
952         * nnimap.el (nnimap-quote-specials): Function copied over from
953         imap.el.
954         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
955         they support that.  Suggested by Tom Regner.
956
957 2010-10-29  Julien Danjou  <julien@danjou.info>
958
959         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
960         defalias.
961         (gnus-summary-delete-marked-with): Remove obsolete defalias.
962
963         * gnus.el: Remove `gnus-nntp-service' variable.
964         (gnus-secondary-servers): Make obsolete.
965         (gnus-nntp-server): Make obsolete.
966
967         * gnus-start.el (gnus-1): Remove x-splash calls.
968
969         * gnus-ems.el (gnus-x-splash): Remove.
970
971         * gnus.el (gnus-group-startup-message): Simplify/update code.
972
973         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
974         definition.
975
976         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
977         capability before doing anything.
978         (gnus-group-insert-group-line): Remove useless
979         gnus-group-remove-excess-properties.
980
981 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
984
985 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
988         config after reselecting.
989
990 2010-10-28  Julien Danjou  <julien@danjou.info>
991
992         * shr.el (shr-put-image): Use point even if only inserting text.
993         (shr-put-image): Save excursion when inserting alt text on non-graphic
994         display, so the behaviour is the same when we are on a graphic display.
995
996         * nnir.el (nnir-run-swish-e): Remove hyrex support.
997
998 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1001         (gnus-mime-copy-part): Check coding system, not charset.
1002         (gnus-mime-view-part-externally): Never remove part.
1003         (gnus-mime-view-part-internally): Don't remove part here.
1004         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1005         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1006         multipart/alternative.
1007
1008         * mm-decode.el (mm-display-part): Take optional arg `force'.
1009
1010 2010-10-26  Julien Danjou  <julien@danjou.info>
1011
1012         * gnus-group.el (gnus-group-default-list-level): Add this function to
1013         compute the default list level.
1014         (gnus-group-default-list-level): Add possibility to use a function.
1015
1016 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1019
1020         * gnus-group.el (gnus-group-completing-read)
1021         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1022         gnus-replace-in-string.
1023
1024 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * shr.el (shr-tag-div): Add.
1027
1028         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1029
1030 2010-10-25  Julien Danjou  <julien@danjou.info>
1031
1032         * gnus-util.el: Remove `gnus-with-local-quit'.
1033
1034         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1035
1036 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1039         the original article buffer.
1040
1041 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * nnimap.el (nnimap-request-head): New function.
1044         (nnimap-request-move-article): Try to be slighly faster by not
1045         requesting the entire message when moving.
1046         (nnimap-transform-headers): Don't bug out on bodiless articles.
1047         (nnimap-send-command): Have no outstanding messages if the IMAP server
1048         doesn't support streaming.
1049         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1050
1051 2010-10-24  Julien Danjou  <julien@danjou.info>
1052
1053         * message.el (message-default-headers): Fix type.
1054
1055 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1058         prefetching images.
1059
1060         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1061         backend for unknown groups.  This is mainly useful for nnimap groups.
1062
1063         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1064         group isn't covered by the agent.
1065
1066 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1067
1068         * nnir.el (nnir-method-default-engines): New variable.
1069         (nnir-run-query): Use it.
1070         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1071         (gnus-summary-nnir-goto-thread): Change group if needed.
1072
1073         * gnus-group.el (gnus-group-group-map): Add key binding for
1074         gnus-group-make-nnir-group.
1075
1076 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * shr.el (shr-tag-object): Add.
1079
1080         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1081         original article buffer live.
1082         (gnus-summary-select-article-buffer):
1083         Mention gnus-widen-article-buffer.
1084
1085 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086
1087         * shr.el (shr-tag-strong): Add.
1088
1089 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1092         group names.  They mess up the group buffer badly.
1093
1094         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1095
1096         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1097         instead of the summary one.
1098
1099 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * mml.el (mml-preview): Work properly when editing article.
1102
1103         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1104         gnus-have-read-active-file if it's already been in.
1105
1106 2010-10-22  Tom Tromey  <tromey@redhat.com>
1107
1108         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1109         gnus-group-completing-read.
1110
1111 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * message.el (message-mode-map): Don't bind M-; to comment region, to
1114         allow the global comment-dwim to work.
1115
1116 2010-10-21  Julien Danjou  <julien@danjou.info>
1117
1118         * message.el (message-setup-1): Allow message-default-headers to be a
1119         function.
1120
1121 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * shr.el (shr-tag-table): Simplify.
1124
1125 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1128         to avoid trying to snarf invalid stuff.
1129
1130         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1131
1132         * gnus.el (gnus-message-archive-group): Quote value.
1133         (gnus-message-archive-group): Mark as changed.
1134
1135         * shr.el (shr-add-font): Don't put the font properties on the newline
1136         or the indentation.
1137
1138         * message.el (message-fix-before-sending): Change options when sending
1139         non-printable characters.
1140
1141         * gnus.el (gnus-message-archive-method): Change the default to
1142         monthly outgoing groups.
1143
1144         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1145         that have gotten new numbers.
1146
1147         * nnimap.el (nnimap-request-replace-article): New function.
1148
1149 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1152         (nnrss-request-article): Don't use special html washing code.
1153
1154 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * shr.el (shr-tag-table): Remove useless nconc.
1157
1158 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus-art.el (article-wash-html): Simplify and remove the charset
1161         stuff.  Use the normal html rendering code instead of the special html
1162         washing code.
1163
1164         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1165         `gnus-w3m' symbols.
1166         (mm-text-html-washer-alist): Remove.
1167
1168         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1169         (mm-inline-media-tests): Remove use.
1170         (mm-text-html-renderer): Change default to the `shr' symbol.
1171
1172         * mm-view.el (mm-inline-text-html): Remove use.
1173
1174         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1175         `gnus-blocked-images' to be a function.
1176         (gnus-article-wash-function): Remove.
1177
1178 2010-10-20  Julien Danjou  <julien@danjou.info>
1179
1180         * spam.el (spam-list-of-processors): Mark as obsolete.
1181
1182         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1183         (nnimap-insert-partial-structure): Fix boundary detection.
1184
1185 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1186
1187         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1188         run file-truename on remote files.  This can be expensive and even
1189         prevent one from editing drafts if some unrelated buffer has a stale
1190         connection.
1191
1192 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1195         kinsoku-eol regardless of shr-kinsoku-shorten.
1196         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1197         (shr-tag-table): Support caption, thead, and tfoot.
1198
1199 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1202         lines.
1203         (shr-save-contents): New command and keystroke.
1204
1205         * nndoc.el (nndoc-type-alist): Add git support.
1206         (nndoc-git-type-p): New function.
1207         (nndoc-transform-git-article): Ditto.
1208         (nndoc-transform-git-headers): Ditto.
1209         (nndoc-transform-git-headers): Generate Subject headers.
1210
1211         * shr.el (shr-parse-style): New function.
1212         (shr-tag-span): Ditto.
1213
1214         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1215         to `G G' to avoid collisions.
1216
1217 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * shr.el: Load kinsoku if necessary.
1220         (shr-kinsoku-shorten): New internal variable.
1221         (shr-find-fill-point): Make kinsoku shorten text line if
1222         shr-kinsoku-shorten is bound to non-nil.
1223         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1224         shr-indentation too when testing if table is wider than frame width.
1225         (shr-insert-table): Use `string-width' instead of `length' to measure
1226         text width.
1227         (shr-insert-table-ruler): Make sure indentation is done at bol.
1228
1229 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1230
1231         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1232         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1233         undecoded network data.
1234
1235 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1238         name in the mode line spec so that the mode line menu works
1239         (bug #2431).
1240
1241         * message.el (message-get-reply-headers): If we're fed `to-address',
1242         then always use that.
1243
1244         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1245         aren't so wide as to need to switch off the edit menu.
1246
1247         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1248         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1249
1250         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1251         `M-g'.
1252         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1253         the permanent marks.
1254
1255 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1256
1257         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1258         Splitting according to references/in-reply-to obeys the ignore-groups
1259         variable, while splitting by sender and subject do not.
1260
1261 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1264         alist, so that we can look for non-Unicode chars.
1265         (article-translate-strings): Allow both character and string maps.
1266
1267 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * shr.el (shr-insert): Don't insert space behind a wide character
1270         categorized as kinsoku-bol, or between characters both categorized as
1271         nospace.
1272
1273 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1274
1275         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1276         headers to gnus-newsgroup-headers.
1277
1278 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * shr.el (shr-tag-img): Don't align images -- since we're not
1281         rescaling, this often leads to ugly displays.
1282
1283 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1284
1285         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1286         duplicates.
1287
1288 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1289
1290         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1291         call.
1292
1293 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus.el: Autoload gnus-html-show-images.
1296
1297         * nnimap.el: Use nnheader-message throughout.
1298
1299         * shr.el (shr-tag-img): Ignore images with no data.
1300
1301 2010-10-15  Julien Danjou  <julien@danjou.info>
1302
1303         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1304         a possibility to disable format=flow encoding when using hard newlines.
1305
1306 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * shr.el (shr-insert): Remove space inserted before or after a
1309         breakable character or at the beginning or the end of a line.
1310         (shr-find-fill-point): Do kinsoku; find the second best point or give
1311         it up if there's no breakable point.
1312
1313 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * nnimap.el (nnimap-open-connection): Message when opening connection
1316         for debugging purposes.
1317
1318         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1319         on every setup buffer call to allow this to change from article to
1320         article.
1321
1322         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1323         buffers where we have a wide table.
1324
1325 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1326
1327         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1328         uses *-request-thread.
1329
1330 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1333         incantation, which is no longer valid.
1334
1335 2010-10-14  Julien Danjou  <julien@danjou.info>
1336
1337         * shr.el: Fix defcustom type (char -> character).
1338
1339 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1342         programs.
1343
1344 2010-10-14  Julien Danjou  <julien@danjou.info>
1345
1346         * shr.el (shr-tag-a): Use url-link as widget type.
1347
1348         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1349         `gnus-group-get-icon'.
1350
1351 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1354         This should make server editing work better.
1355
1356         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1357
1358         * tls.el (tls-program): Remove spurious %s from openssl.
1359
1360         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1361         (nnimap-parse-flags): Fix regexp.
1362
1363         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1364         probably work for CJVK text, too.
1365
1366         * nnimap.el (nnimap-extend-tls-programs): Remove.
1367         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1368
1369         * tls.el (tls-starttls-switches): Remove starttls hack.
1370         (open-tls-stream): Ditto.
1371         (tls-find-starttls-argument): Ditto.
1372
1373 2010-10-13  Julien Danjou  <julien@danjou.info>
1374
1375         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1376         responses.
1377
1378 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1381
1382         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1383         anything in Emacs.
1384
1385         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1386
1387 2010-10-13  Julien Danjou  <julien@danjou.info>
1388
1389         * shr.el (shr-width): Make shr-width a defcustom with default to
1390         fill-column.
1391         (shr-tag-img): Use shr-width rather than fill-column.
1392
1393 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * dgnushack.el (byte-optimize-apply)
1396         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1397
1398         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1399         position when (X-)Faces exist.
1400         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1401         avatars when called interactively.
1402
1403 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1406         gnus-article-x-face-too-ugly is bound.
1407
1408 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1411
1412         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1413         mailbox that doesn't exist.
1414
1415 2010-10-12  Julien Danjou  <julien@danjou.info>
1416
1417         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1418         (shr-get-image-data): Encode URL properly when fetching from cache.
1419         (shr-tag-img): Use aligned-to spaces to align correctly images.
1420
1421         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1422         before inserting the Gravatar.
1423
1424         * shr.el (shr-tag-img): Add align attribute support for <img>.
1425
1426 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-gravatar.el (gnus-art): Require.
1429
1430         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1431         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1432         Remove long obsoleted functions.
1433
1434 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1437
1438         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1439
1440         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1441         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1442         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1443         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1444         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1445         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1446         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1447
1448 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * nnimap.el (nnimap-request-rename-group): Select group read-only
1451         before renaming it.
1452
1453         * shr.el (shr-insert): Fix up the white space only regexp.
1454
1455         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1456         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1457
1458         * shr.el (shr-current-column): New function.
1459         (shr-find-fill-point): New function.
1460
1461 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1462
1463         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1464         numbers.
1465
1466 2010-10-11  Julien Danjou  <julien@danjou.info>
1467
1468         * shr.el (shr-hr-line): Add.
1469         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1470         display hr lines.
1471         (shr-max-columns): Do not change state to nil if we just inserting
1472         spaces.
1473
1474 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1477         select the last group.
1478
1479 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1480
1481         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1482
1483 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1484
1485         * dig.el (dig-mode-map): Declare and define in one step.
1486
1487 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1490         for Gnus.
1491         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1492         (nnimap-update-qresync-info): Mark \Seen articles as read.
1493
1494         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1495         non-variable, too.
1496
1497         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1498         available.
1499         (nnimap-update-info): Rely more on the current active than the param
1500         active to avoid marking articles as read too much.
1501
1502         * auth-source.el (auth-source-create): Use (user-login-name) for the
1503         user name default.
1504
1505         * nnimap.el (nnimap-update-info): If the server doesn't return any
1506         useful info, just use the previous info.
1507         (nnimap-update-info): Prefer old info over start-article.
1508         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1509
1510 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1511
1512         * nnir.el (autoload): Clean up autoloads.
1513         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1514         Use key rather than value.
1515         (nnir-imap-search-other): New variable.
1516         (nnir-read-parm): Use it.
1517         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1518         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1519
1520 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1521
1522         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1523         the process, too.
1524
1525 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * spam.el (gnus-summary-mode-map): Bind to "$".
1528         Suggested by Russ Allbery.
1529
1530         * shr.el: Rework the way things are indented by <li> slightly.
1531
1532         * gnus.el (gnus-group-set-parameter): Fix typo.
1533
1534         * nnimap.el: Start implementing QRESYNC support.
1535
1536 2010-10-09  Julien Danjou  <julien@danjou.info>
1537
1538         * nnir.el (nnir-engines): Fix too many arguments.
1539
1540 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1543         group is the "last", so that the backends like nnfolder actually save
1544         their folders.
1545
1546         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1547         try to use that for the tls stream.
1548         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1549         UIDVALIDITY and find out which groups are read-only and not.
1550         (nnimap-get-flags): Use the same marks parsing code as the rest of
1551         nnimap.
1552
1553 2010-10-09  Julien Danjou  <julien@danjou.info>
1554
1555         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1556
1557         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1558         retrieving gravatars.
1559
1560         * shr.el (shr-table-corner): Add.
1561         (shr-table-line): Add.
1562         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1563
1564 2010-10-08  Julien Danjou  <julien@danjou.info>
1565
1566         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1567
1568 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1569
1570         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1571
1572         * gnus-sum.el (gnus-mark-article-as-unread)
1573         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1574         (gnus-summary-set-bookmark): Use it.
1575
1576         * gnus-msg.el (gnus-setup-message): Use it.
1577
1578         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1579
1580         * gnus.el (gnus-group-remove-parameter): Use it.
1581
1582         * gnus-group.el (gnus-group-make-web-group): Use it.
1583
1584         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1585
1586         * nnregistry.el: Update docs to mention manual.
1587
1588         * gnus-registry.el: Update docs to mention nnregistry.el.
1589         (gnus-registry-initialize): Don't install nnregistry refer method
1590         automatically.
1591         (gnus-registry-install-nnregistry): Remove it.
1592
1593 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * shr.el (shr-insert): Don't insert double spaces.
1596
1597 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * gnus-gravatar.el (gnus-treat-from-gravatar)
1600         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1601         called interactively.
1602
1603         * gnus-art.el (gnus-mime-view-part-externally)
1604         (gnus-mime-view-part-internally): Make predicate function passed to
1605         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1606         of a mime type.
1607
1608         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1609
1610 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * shr.el (require): Require cl when compiling.
1613         (shr-tag-hr): New function.
1614
1615         * nnimap.el (nnimap-update-info): Remove double setting of high.
1616         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1617         This makes nnimap work properly on Courier again.
1618
1619         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1620         the variable for backwards compatability.
1621
1622         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1623         the file name before using to avoid setting mm-default-directory to
1624         nil.
1625
1626         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1627         bidning gnus-agent variables.
1628
1629         * shr.el (shr-render-td): Use a cache for the table rendering function
1630         to avoid getting an exponential rendering behaviour in nested tables.
1631         (shr-insert): Rework the line-breaking algorithm.
1632         (shr-insert): Don't leave trailing spaces.
1633         (shr-insert-table): Also insert empty TDs.
1634         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1635
1636 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1637
1638         * gnus-sum.el (gnus-number): Rename from `number'.
1639         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1640         (gnus-summary-limit-children): Update uses correspondingly.
1641
1642 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1645         (gnus-gravatar-transform-address): Don't show avatars of people of
1646         which mail addresses match gnus-gravatar-too-ugly.
1647
1648 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * shr.el (shr-table-widths): Expand TD elements to fill available
1651         space.
1652
1653 2010-10-07  Julien Danjou  <julien@danjou.info>
1654
1655         * nnimap.el (nnimap-request-rename-group): Add this method.
1656
1657 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1660         name from XEmacs' function-arglist.
1661
1662         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1663         gravatar under XEmacs.
1664
1665 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1666
1667         * auth-source.el: Update docs with TODO items.
1668
1669         * gnus-sync.el: Update docs to explain state and plans.
1670
1671         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1672         Hooks for mark updates.
1673         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1674
1675         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1676         hooks with arguments, which is needed for mark update hooks.
1677
1678 2010-10-06  Julien Danjou  <julien@danjou.info>
1679
1680         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1681         was matched.
1682
1683         * sieve-manage.el: Update example in `Commentary'.
1684
1685         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1686
1687         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1688         not 2000.
1689         (sieve-manage-authenticate): Re-add function.
1690
1691 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * shr.el (shr-insert): Get 'space transition right.
1694         (shr-render-td): Only delete space at the end of the TD.
1695
1696         * nnimap.el (nnimap-open-connection): Prepare to support
1697         open-gnutls-stream.
1698
1699         * shr.el: Rearrange function order to be more logical.
1700
1701 2010-10-06  Julien Danjou  <julien@danjou.info>
1702
1703         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1704         (nnrss-discover-feed): Remove 404 URL in docstring.
1705
1706         * nnir.el: Fix Swish-E URL.
1707         Fix Namazu URL.
1708
1709         * message.el (message-change-subject): Remove 404 URL in a comment.
1710
1711 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1714         called interactively.
1715
1716         * gnus-util.el (gnus-remove-if): Allow hash table.
1717         (gnus-remove-if-not): New function.
1718
1719         * gnus-art.el (gnus-mime-view-part-as-type)
1720         * gnus-score.el (gnus-summary-score-effect)
1721         * gnus-sum.el (gnus-read-move-group-name):
1722         Replace remove-if-not with gnus-remove-if-not.
1723
1724         * gnus-group.el (gnus-group-completing-read):
1725         Regard collection as a hash table if it is not a list.
1726
1727 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1730
1731         * shr.el: Document the table-rendering algorithm.
1732
1733 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1736         for Emacsen having no `libxml-parse-html-region' support.
1737
1738 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1741         invalid URLs.
1742
1743         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1744         line-broken.
1745         (shr-tag-img): Ignore image fetching errors.
1746         (shr-overlays-in-region): Compute overlay positions correctly.
1747
1748         * mm-decode.el (mm-shr): Require shr.
1749
1750         * gnus-art.el (gnus-blocked-images): Move variable here.
1751
1752         * shr.el (shr-insert-table): Bind free variable.
1753
1754         * mm-decode.el (mm-shr): Bind shr-content-function.
1755
1756         * shr.el (shr-content-function): New variable.
1757
1758         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1759         added for symmetry.
1760
1761         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1762
1763         * gnus-group.el (gnus-group-make-group): Doc fix.
1764
1765         * nnimap.el (nnimap-request-newgroups): Return success.
1766
1767         * shr.el (shr-find-elements): New function.
1768         (shr-tag-table): Put all the images after the table.
1769         (shr-tag-table): Really inhibit images inside the table.
1770         (shr-collect-overlays): Copy over overlays from the TD elements to the
1771         main document.
1772
1773         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1774         gnus-blocked-images.
1775
1776 2010-10-05  Julien Danjou  <julien@danjou.info>
1777
1778         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1779
1780         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1781         (gnus-html-maximum-image-size): Add this function.
1782         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1783
1784         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1785         server-value of the capability is nil.
1786
1787 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * shr.el (shr-tag-em): Add <EM> tag.
1790
1791 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1792
1793         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1794         customizable.
1795
1796         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1797         handing broken links to browse-url.
1798
1799 2010-10-05  Julien Danjou  <julien@danjou.info>
1800
1801         * gnus-util.el (gnus-emacs-completing-read)
1802         (gnus-iswitchb-completing-read): Use autoload rather than require.
1803
1804 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1807         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1808         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1809         iswitchb-temp-buflist for XEmacs.
1810
1811         * gnus-util.el (gnus-completing-read-function): Exclude
1812         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1813         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1814         XEmacs.
1815
1816         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1817         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1818
1819         * gnus-html.el: Don't require help-fns under XEmacs.
1820         (gnus-html-schedule-image-fetching): Work for XEmacs.
1821
1822         * mm-decode.el (mm-shr): Decode contents by charset.
1823
1824 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1827         unknown.
1828
1829         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1830         (shr-get-image-data): Ensure against the cache file missing.
1831
1832         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1833         for data.
1834
1835         * spam-report.el (spam-report-url-ping-plain): Don't query about
1836         killing the process.
1837
1838         * shr.el (shr-render-td): Protect against too-wide text.
1839
1840 2010-10-04  Julien Danjou  <julien@danjou.info>
1841
1842         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1843         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1844
1845         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1846         retrieved.
1847
1848 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * shr.el (browse-url): Require.
1851         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1852         lines.
1853         (shr-show-alt-text, shr-browse-image): New commands.
1854         (shr-browse-url, shr-copy-url): New commands.
1855
1856         * gnus-sum.el (gnus-widen-article-window): New variable.
1857         (gnus-summary-select-article-buffer): Use it.
1858
1859         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1860         without @ signs.
1861
1862 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1863
1864         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1865
1866 2010-10-04  Julien Danjou  <julien@danjou.info>
1867
1868         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1869         for XEmacs.
1870
1871 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1874
1875         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1876         (nnimap-close-server): Implement.
1877
1878         * dgnushack.el (iswitchb): Require to shut up the compiler.
1879
1880         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1881         (shr-insert): Tweak line breaking.
1882         (shr-insert): Handle <pre> better.
1883         (shr-tag-li): Get <li> indentation right.
1884         (shr-tag-li): Get <li> indentation even righter.
1885         (shr-tag-blockquote): Ensure paragraph start.
1886         (shr-make-table): Tweak table generation.
1887         (shr-make-table): Fix typo.
1888
1889         * shr.el: Implement table rendering.
1890
1891 2010-10-04  Julien Danjou  <julien@danjou.info>
1892
1893         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1894
1895 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * shr.el (shr-insert): Use string anchors instead of line anchors.
1898
1899 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * shr.el: Add headings.
1902         (shr-ensure-paragraph): Actually work.
1903         (shr-tag-li): Make <ul> prettier.
1904         (shr-insert): Get white space at the beginning/end of elements right.
1905         (shr-tag-p): Collapse subsequent <p>s.
1906         (shr-ensure-paragraph): Don't insert double line feeds after blank
1907         lines.
1908         (shr-insert): \t is also space.
1909         (shr-tag-s): Fix "s" tag name function.
1910         (shr-tag-s): Fix face prop name.
1911
1912 2010-10-03  Julien Danjou  <julien@danjou.info>
1913
1914         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1915
1916         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1917         gnus-window-inside-pixel-edges.
1918
1919         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1920         gnus-ems.
1921
1922         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1923
1924         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1925         function.
1926
1927         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1928         resize choice.
1929
1930 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1933         beginning of the buffer.
1934
1935         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1936         article buffer again.
1937
1938         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1939
1940         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1941         when it's at the start of the buffer.
1942
1943         * shr.el (shr-tag-blockquote): Convert name.
1944         (shr-rescale-image): Use the right image-size variant.
1945
1946         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1947         buffer isn't shown, then select the current article first instead of
1948         bugging out.
1949         (gnus-summary-select-article-buffer): Show both the article and summary
1950         buffers again.
1951
1952         * shr.el (shr-fontize-cont): Protect against regions with no text.
1953         Rename tag functions to shr-tag-* for enhanced security.
1954         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1955
1956 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1957
1958         * shr.el (shr-insert):
1959         * pop3.el (pop3-movemail):
1960         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1961         loaded.
1962
1963 2010-10-03  Glenn Morris  <rgm@gnu.org>
1964
1965         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1966
1967         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1968
1969         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1970
1971         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1972
1973         * gnus-util.el (gnus-make-local-hook): Simplify.
1974
1975 2010-10-02  Julien Danjou  <julien@danjou.info>
1976
1977         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1978         (gnus-ido-completing-read): New function.
1979         (gnus-emacs-completing-read): New function.
1980         (gnus-completing-read): Use gnus-completing-read-function.
1981         Add gnus-completing-read-function.
1982
1983 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * shr.el (shr-insert-document): Autoload.
1986         (shr-img): Be silent.
1987         (shr-insert): Add a newline after every picture before text.
1988         (shr-add-font): Use overlays for combining faces.
1989         (shr-insert): Pass upwards the text start point.
1990
1991         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1992         possible.
1993         (mm-shr): New function.
1994
1995 2010-10-02  Julien Danjou  <julien@danjou.info>
1996
1997         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1998         should go backward.
1999
2000 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2001
2002         * shr.el (shr): Fix typo in provide call.
2003
2004 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * shr.el: New file.
2007
2008         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2009
2010         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2011         completing read.
2012
2013 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2016         we're being queried about.  Suggested by Dan Jacobson.
2017
2018         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2019         Suggested by Jason Eisner.
2020
2021         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2022         table, too.  Suggested by Stefan Wiens.
2023         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2024         the table unnecessary.  Suggested by Stefan Wiens.
2025
2026         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2027         longer needed, and probably doesn't work either, as pointed out by
2028         Stefan Wiens.
2029         (gnus-summary-exit): Remove call to the clearing function.
2030         (gnus-summary-exit-no-update): Ditto.
2031
2032         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2033         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2034         Reported by Stefan Monnier.
2035         (gnus-summary-save-in-rmail): Ditto.
2036
2037         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2038         article buffer, instead of both the article buffer and the summary
2039         buffer.  Sort of suggested by Dan Jacobson.
2040
2041         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2042
2043         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2044         Suggested by Dan Jacobson.
2045
2046         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2047         documentation clearer.
2048
2049         * message.el (message-shorten-references): Comment on the number "21".
2050         Suggested by Stefan Monnier.
2051
2052         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2053         Suggested by Dan Jacobson.
2054
2055         * gnus.el (gnus-large-newsgroup):
2056         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2057
2058         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2059         externalize attachments.  Bug reported by Steve Wen.
2060
2061         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2062         really message anything to the user.
2063
2064         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2065         directly.
2066
2067         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2068         messages in empty groups.
2069
2070 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2071
2072         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2073         non-UIDNEXT group.
2074
2075 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2078         not the value from the collection.
2079
2080         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2081         values.  This sometimes happens on some groups that have no info.
2082         (nnimap-request-newgroups): New function.
2083
2084 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2085
2086         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2087         check into `gnus-registry-initialize'.
2088         (gnus-registry-initialize): Ditto.
2089         Fix and extend header docs.
2090
2091 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2094         regexp backtrace overflows.
2095
2096         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2097         for starttls that tls.el implements; i.e. openssl.
2098
2099         * tls.el (tls-starttls-switches): Give up on using starttls with
2100         gnutls-cli.
2101         (tls-program): Add --insecure to be consistent with the defaults from
2102         openssl s_client.  Now all three commands are insecure.
2103
2104 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * lpath.el: Bind completion-styles-alist for XEmacs.
2107
2108         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2109         (gravatar-create-image): New function that's an alias to
2110         gnus-xmas-create-image, gnus-create-image, or create-image.
2111         (gravatar-data->image): Use it.
2112
2113 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2114
2115         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2116         install the nnregistry refer method.
2117         (gnus-registry-install-hooks): Use it.
2118         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2119         unfollowed groups.
2120
2121 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2122
2123         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2124         expanding threads.
2125
2126 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * nnir.el: Use the server names without suffixes (bug #7009).
2129
2130         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2131         unencrypted to STARTTLS, if possible.
2132
2133 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2134
2135         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2136         headers before superseding.
2137
2138 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * nnrss.el (nnrss-use-local): Add documentation.
2141
2142         * nnimap.el (nnimap-extend-tls-programs): New function.
2143         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2144         (nnimap-wait-for-connection): Accept the greeting from the stupid
2145         output from openssl s_client -starttls, too.
2146
2147         * tls.el (tls-starttls-switches): New variable.
2148         (tls-find-starttls-argument): Use it.
2149         (open-tls-stream): Ditto.
2150
2151         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2152         (netrc-machine): Ditto.
2153
2154         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2155         article number.
2156         (nnimap-split-fancy): New variable.
2157         (nnimap-split-incoming-mail): Use it.
2158
2159         * nntp.el (nntp-server-list-active-group): Document.
2160
2161         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2162         SELECT to get the message-id.
2163
2164         * mail-source.el (mail-sources): Remove webmail support.
2165         (defvar): Ditto.
2166         (mail-source-fetcher-alist): Ditto.
2167         (mail-source-fetch-webmail): Remove.
2168
2169         * webmail.el: Remove -- doesn't seem relevant any more.
2170
2171         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2172
2173         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2174         the \r.
2175
2176 2010-09-30  Julien Danjou  <julien@danjou.info>
2177
2178         * gnus-agent.el (gnus-agent-add-group): Fix call to
2179         gnus-completing-read.
2180
2181 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * nndoc.el (nndoc-retrieve-groups): New function.
2184
2185         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2186         `default', use nnmail-split-methods.
2187         (nnimap-request-article): Downcase the NILs so that they are nil.
2188
2189         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2190         symbol.
2191
2192         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2193         code, since if the user has requested network, that's what they ought
2194         to get.
2195         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2196         (nnimap-split-rule): Mark as obsolete.
2197
2198         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2199         New variable.
2200
2201         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2202         correct slot, too.
2203
2204 2010-09-29  Julien Danjou  <julien@danjou.info>
2205
2206         * gnus.el (gnus-local-domain): Declare variable obsolete.
2207
2208         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2209         Fix history computing.
2210         (gnus-ido-completing-read): Require ido.
2211
2212 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2215         build Gnus.
2216
2217         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2218         when interpreting the structures.
2219         (nnimap-request-accept-article): Add \r\n to the lines to make this
2220         work with Cyrus.
2221
2222         * nndraft.el (nndraft-request-expire-articles): Use the group name
2223         instead if "nndraft".  Fix found by Nils Ackermann.
2224
2225 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2226
2227         * nnregistry.el: Add.
2228
2229 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2230
2231         * nnmail.el (group, group-art-list, group-art):
2232         Remove unneeded directives.
2233
2234 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2237         (mm-mime-charset)
2238         * rfc2047.el (rfc2047-syntax-table)
2239         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2240
2241         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2242         rather than `insert-file-contents' and `eval-region'.
2243
2244         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2245         construction.
2246
2247         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2248
2249         * time-date.el: No need to require cl for Emacs 21.
2250
2251 2010-09-29  Julien Danjou  <julien@danjou.info>
2252
2253         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2254         replacement of `gnus-gravatar-relief' to mimic
2255         `gnus-faces-properties-alist'.
2256         Add :version property.
2257
2258 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * mail-source.el (mail-source-report-new-mail)
2261         * message.el (message-default-mail-headers)
2262         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2263
2264         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2265
2266 2010-09-28  Julien Danjou  <julien@danjou.info>
2267
2268         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2269         mail-address contains the same string as real-name.
2270
2271         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2272         non-blank in header, otherwise it'll get stripped.
2273
2274         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2275         real-name, and then for mail address rather than doing : or , search.
2276
2277 2010-09-27  Julien Danjou  <julien@danjou.info>
2278
2279         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2280         right completing-read function.
2281         (gnus-use-ido): New variable
2282         (gnus-completing-read-with-default): Remove.
2283         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2284         (gnus-agent-add-group):
2285         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2286         * mm-view.el (mm-view-pkcs7-decrypt):
2287         * mm-util.el (mm-codepage-setup):
2288         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2289         * mml-smime.el (mml-smime-openssl-sign-query):
2290         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2291         (mml-insert-multipart):
2292         * gnus-msg.el (gnus-summary-yank-message):
2293         * gnus-int.el (gnus-start-news-server):
2294         * mm-decode.el (mm-interactively-view-part):
2295         * gnus-dired.el (gnus-dired-attach):
2296         * gnus.el (gnus-read-method):
2297         * gnus-bookmark.el (gnus-bookmark-jump):
2298         * gnus-art.el (gnus-mime-view-part-as-type)
2299         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2300         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2301         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2302         * nnmairix.el (nnmairix-create-server-and-default-group)
2303         (nnmairix-update-groups, nnmairix-get-server)
2304         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2305         (nnmairix-get-group-from-file-path):
2306         * nnrss.el (nnrss-find-rss-via-syndic8):
2307         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2308         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2309         (gnus-group-browse-foreign-server):
2310         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2311         (gnus-summary-execute-command, gnus-summary-respool-article)
2312         (gnus-read-move-group-name):
2313         * gnus-score.el (gnus-summary-increase-score)
2314         (gnus-summary-score-effect):
2315         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2316
2317 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2320         x-focus-frame.
2321
2322         * nnimap.el (auth-source-forget-user-or-password)
2323         (auth-source-user-or-password): Autoload.
2324
2325         * message.el (message-from-style, message-interactive)
2326         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2327         (message-yank-prefix, message-indentation-spaces, message-signature)
2328         (message-signature-file): Add comment.
2329
2330 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2333         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2334         new articles.
2335
2336         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2337         parts.
2338         (nnimap-request-article): Work with the t setting, too.
2339
2340         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2341         that you don't get flashes of other buffers.
2342         (gnus-summary-show-complete-article): Intern before setting.
2343
2344 2010-09-27  David Engster  <dengste@eml.cc>
2345
2346         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2347         well as HEADERS.
2348         (nnmairix-retrieve-headers): Provide new argument for the above.
2349
2350 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-sum.el (gnus-summary-move-article): Don't alter
2353         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2354         group.
2355
2356         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2357
2358         * message.el (message-cite-prefix-regexp): Revert my last edit.
2359
2360         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2361         variable instead of the Gnus variable.
2362
2363         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2364
2365         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2366
2367         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2368         since some servers don't like it.
2369         (nnimap-open-connection): Forget credentials if the server says the
2370         password was wrong.
2371         (nnimap-parse-line): Protect against invalid data.
2372
2373         * gnus-sum.el (gnus-summary-move-article): Add comment.
2374         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2375         nothing alters it while scanning for new messages.
2376
2377         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2378         which may or may not help.
2379         (nnimap-open-connection): If we're doing a stream connection, and then
2380         discover we're on a STARTTLS-capable server, then open a STARTTLS
2381         connection instead.
2382
2383 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * nnimap.el (utf7): Require.
2386
2387         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2388         prefix.
2389
2390 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2391
2392         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2393
2394 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * nnimap.el (nnimap-request-accept-article): Message the error on
2397         error.
2398
2399 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2402
2403 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * nndoc.el (nndoc-request-list): Return success always.
2406
2407         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2408         `fetch-old' -- we only want to fetch the articles we've requested.
2409         The rest are in the agent, probably.
2410         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2411         disappeared server" to something low.  It's not important.
2412
2413         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2414         arrived before the FETCH data.
2415
2416         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2417         target here, because we don't know the Gnus name of the group.
2418
2419         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2420         for the correct group.
2421
2422         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2423
2424         * gnus.el (gnus): Give a final warning after startup.
2425
2426         * gnus-util.el (gnus-action-message-log): New variable.
2427         (gnus-message): Use it.
2428         (gnus-final-warning): New function.
2429
2430         * nnimap.el (nnimap-open-connection): Record the greeting.
2431         (nnimap): Add greeting.
2432
2433 2010-09-26  Julien Danjou  <julien@danjou.info>
2434
2435         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2436         arguments.
2437         (gnus-html-wash-images): Fix spec computing to include start/end.
2438
2439         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2440
2441 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2444         deletion.
2445         (nnimap-retrieve-headers): Don't select the group, because that's
2446         already done by nnimap-possibly-change-group.
2447
2448         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2449         (gnus-picon-transform-address): Use it.
2450
2451         * mail-source.el (mail-source-value): Revert previous patch.
2452
2453         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2454         on failure.
2455         (nnimap-open-connection): Look up both virtual and physical server name
2456         credentials.
2457
2458         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2459
2460 2009-02-07  Dave Love  <fx@gnu.org>
2461
2462         * tls.el (open-tls-stream): Don't query killing process.
2463
2464 2009-02-08  Dave Love  <fx@gnu.org>
2465
2466         * gnus-win.el (gnus-window-to-buffer-helper)
2467         (gnus-all-windows-visible-p): Function needn't be a symbol.
2468
2469         * mail-source.el (mail-source-value): Function needn't be a symbol.
2470
2471 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * message.el (message-cite-prefix-regexp): Remove } from the cite
2474         prefix.
2475
2476         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2477         highlight again, so that the highlight is correct.
2478
2479         * gnus-picon.el (gnus-picon): Remove again.
2480         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2481
2482         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2483         doing the header highlightling, so that the background colour of the
2484         picon is correct.
2485
2486         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2487         (gnus-picon): Ditto.
2488         (gnus-picon): Reinstate.  The background colour for picons is white.
2489         (gnus-picon-insert-glyph): Make the background white.
2490
2491         * nnml.el (nnml-open-nov): Don't return dead buffers.
2492
2493         * auth-source.el (auth-source-create): Query the user for whether to
2494         store the credentials.
2495
2496         * netrc.el (netrc-store-data): New function.
2497
2498         * auth-source.el (auth-source-user-or-password): Use the existing auth
2499         sources, if any, for creation.
2500
2501         * gnus.el (gnus-group-fast-parameter): Return the last matching
2502         parameter instead of the first matching parameter.
2503
2504 2010-09-26  Julien Danjou  <julien@danjou.info>
2505
2506         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2507
2508 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * mml2015.el (mml2015-use): Remove gpg support.
2511
2512         * mml1991.el (mml1991-function-alist): Remove gpg function.
2513         (mml1991-gpg-sign): Remove.
2514
2515 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2516
2517         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2518         (gnus-browse-unsubscribe-current-group): Document it.
2519         (gnus-browse-unsubscribe-group): Use it.
2520
2521 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2524         address to the To list for easier response.
2525
2526         * gnus.el (gnus-play-startup-jingle): Remove.
2527         (gnus-splash): Don't play jingle.
2528         (gnus): Silence gnus-load message.
2529
2530         * gnus-art.el (gnus-treat-play-sounds): Remove.
2531
2532         * gnus.el (gnus-play-jingle): Remove audio support.
2533
2534         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2535
2536         * earcon.el: Remove -- no users.
2537
2538         * gnus-audio.el: Remove -- no users of this package.
2539
2540         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2541
2542         * gnus-start.el (gnus-setup-news): Remove nocem support.
2543
2544         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2545
2546         * gnus.el (gnus-use-nocem): Remove.
2547
2548         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2549         Remove.
2550
2551         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2552         uses NoCeM any more.
2553
2554         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2555         (gnus-button-ctan-handler): Ditto.
2556         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2557         (gnus-button-ctan-directory-regexp): Ditto.
2558         (gnus-button-handle-ctan): Ditto.
2559         (gnus-button-tex-level): Ditto.
2560         (gnus-button-alist): Remove CTAN stuff.
2561
2562 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2565         nnimap-streaming test.
2566
2567         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2568         servers twice.
2569
2570         * nnimap.el (nnimap-open-connection): Add more error reporting when
2571         nnimap fails early.
2572
2573         * nnheader.el (nnheader-get-report-string): New function.
2574         (nnheader-get-report): Use it.
2575
2576         * gnus-int.el (gnus-check-server): Say what the error was when opening
2577         failed.
2578
2579         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2580         using streaming.
2581
2582 2010-09-25  Julien Danjou  <julien@danjou.info>
2583
2584         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2585         gnus-window-inside-pixel-edges.
2586
2587 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2590
2591         * mm-decode.el (mm-save-part): Allow saving to other directories the
2592         normal Emacs way.
2593
2594         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2595         Suggested by Jay Berkenbilt.
2596
2597         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2598         there isn't a single byte.
2599
2600         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2601         just do it.  It doesn't really seem to matter what the user responds
2602         here, I think, so it's just a confusing question.
2603
2604         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2605         non-streaming case.
2606
2607         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2608         (gnus-article-encrypt-body): Use it.
2609
2610         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2611         keystroke.
2612
2613         * nnimap.el (nnimap-find-wanted-parts-1):
2614         Use gnus-fetch-partial-articles.
2615
2616         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2617
2618         * nnimap.el (nnimap-insert-partial-structure): New function.
2619         (nnimap-get-partial-article): New function.
2620         (nnimap-request-article): Use it.
2621         (nnimap-wait-for-response): Return whether the wait was successful.
2622         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2623         retrieval wasn't successful.
2624         (nnimap-retrieve-group-data-early): Allow throttling servers.
2625         (nnimap-streaming): New variable.
2626         (nnimap-fetch-partial-articles): Remove.
2627
2628         * mm-decode.el (mm-with-part): Protect against killed buffers.
2629
2630         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2631         for prettier summary display.
2632
2633 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2634
2635         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2636
2637 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2640         apparently third-party libraries depend on it.
2641
2642         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2643         before starting negotiation.
2644
2645         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2646         privacy reasons.
2647         (gnus-treat-mail-gravatar): Ditto.
2648
2649         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2650         buffer when inserting images.  Inserting text into the headers, for
2651         instance, can make them invalid.
2652
2653 2010-09-25  Julien Danjou  <julien@danjou.info>
2654
2655         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2656         variables.
2657
2658         * nnheader.el: Remove useless variables news-reply-yank-from and
2659         news-reply-yank-message-id.
2660
2661         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2662         variables.
2663
2664         * mml1991.el: Remove useless mml1991-verbose.
2665
2666         * gnus.el: Remove useless variable gnus-use-generic-from.
2667         Remove obsolete variable gnus-topic-indentation.
2668
2669         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2670
2671         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2672
2673         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2674
2675         * gnus-group.el: Remove useless gnus-group-icon-cache.
2676         Remove useless gnus-ephemeral-group-server.
2677
2678         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2679
2680         * mml2015.el: Remove useless mml2015-verbose.
2681
2682         * mml-smime.el: Remove useless mml-smime-verbose.
2683
2684         * gnus.el: Remove useless gnus-local-domain.
2685
2686         * gnus-gravatar.el (gnus-gravatar-transform-address):
2687         Use gnus-gravatar-size.
2688
2689         * gnus-art.el: Remove useless gnus-treat-translate.
2690
2691 2010-09-24  Julien Danjou  <julien@danjou.info>
2692
2693         * gnus-sum.el: Add support for Gravatars.
2694
2695         * gnus-art.el: Add support for Gravatars.
2696
2697         * gnus-gravatar.el: Add this file.
2698
2699         * gravatar.el: Add this file.
2700
2701 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2704
2705         * gnus-group.el (gnus-group-fetch-faq): Remove.
2706
2707         * gnus.el (gnus-group-faq-directory): Remove.
2708
2709         * gnus-group.el (gnus-group-fetch-charter): Remove.
2710
2711         * gnus.el (gnus-group-charter-alist): Remove.
2712
2713         * gnus-group.el (gnus-group-archive-directory): Remove.
2714         (gnus-group-recent-archive-directory): Ditto.
2715         (gnus-group-make-archive-group): Remove.
2716
2717         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2718
2719         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2720         use the same article number for all the cached articles.
2721
2722         * nnimap.el (nnimap-command): Register the last command time so
2723         that we can use it for idling NOOPs.
2724         (nnimap-open-connection): Start the keeplive timer.
2725         (nnimap-make-process-buffer): Store all the process buffers.
2726         (nnimap-keepalive): New function.
2727
2728         * starttls.el (starttls-open-stream): Add autoload cookie.
2729
2730 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2731
2732         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2733         handling.
2734
2735 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2738         its data structures.
2739
2740         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2741         instead of the cl.el copy-list.
2742         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2743         equalp.
2744
2745 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2748         and tool-bar-local-item-from-menu.
2749
2750         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2751         mode-line-highlight face for Emacs.
2752
2753         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2754         loading gnus-sum.elc; fix comment for canlock-verify.
2755         (gnus-article-jump-to-part): Use read-number.
2756         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2757         Remove Emacs pre-21 compatible code for help-echo.
2758         (gnus-article-next-page-1): No need to adjust the number of lines.
2759         (gnus-article-describe-bindings): Always use help-buffer.
2760
2761         * gnus-audio.el (gnus-audio-inline-sound)
2762         * gnus-cus.el (gnus-custom-mode)
2763         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2764
2765         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2766
2767         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2768         compatible code.
2769
2770 2010-09-24  Glenn Morris  <rgm@gnu.org>
2771
2772         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2773         visiting the fcc file in rmail-mode.
2774
2775         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2776
2777 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * nnir.el: Silence the byte compiler.
2780
2781         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2782         alias to browse-url-url-encode-chars if any.
2783         (gnus-html-encode-url): Use it.
2784
2785 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * gnus-start.el (gnus-use-backend-marks): New variable.
2788         (gnus-get-unread-articles-in-group): Use it.
2789
2790         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2791         makeover.
2792
2793 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2794
2795         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2796
2797 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2800         Remove.
2801         (gnus-setup-news-hook):
2802         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2803
2804         * gnus-int.el (gnus-request-update-info): Protect against backends not
2805         having the function.
2806
2807         * nnimap.el (nnimap-stream): Mention starttls.
2808         (nnimap-open-connection): Add starttls support.
2809
2810 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2811
2812         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2813
2814 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2817         BODYSTRUCTUREs.
2818         (nnimap-transform-headers): Unfold quoted {42} headers.
2819
2820         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2821         the info.
2822         (gnus-get-unread-articles): Only call updatep on backends that support
2823         it.
2824
2825         * nnweb.el (nnweb-request-update-info): NOOP.
2826
2827         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2828
2829         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2830         since it only deals with marks.
2831
2832         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2833         gnus-request-marks, and make a new gnus-request-update-info.
2834
2835         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2836         the active instead of the high number, which is usually too low.
2837
2838 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2839
2840         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2841         * encrypt.el: Remove.
2842
2843 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2846         server in symbolic form.
2847
2848         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2849
2850 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2853         (nnimap-update-info): Fix up code slightly.
2854
2855         * gnus-int.el (gnus-open-server): Add tracing for performance
2856         debugging.
2857
2858         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2859         (gnus-group-insert-group-line): Pass the real group name so that it
2860         gets the right data.
2861
2862         * gnus-start.el (gnus-get-unread-articles): Don't have
2863         `gnus-get-unread-articles-in-group' update info, since that can be
2864         really slow and doesn't seem to be needed?
2865
2866 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2867
2868         * time-date.el (date-to-time): Try using parse-time-string first before
2869         using the slower timezone-make-date-arpa-standard.
2870
2871 2010-09-22  Julien Danjou  <julien@danjou.info>
2872
2873         * gnus-group.el (gnus-group-insert-group-line):
2874         Call gnus-group-highlight-line.
2875         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2876         default hook list.
2877         (gnus-group-update-eval-form): Add new function.
2878         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2879         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2880
2881 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2884         immediate, then expire all articles.
2885         (nnimap-update-info): Fix off-by-one errors.
2886         (nnimap-flags-to-marks): Would return no marks lists for group with no
2887         flags.  Instead return the other data.
2888
2889 2010-09-22  Julien Danjou  <julien@danjou.info>
2890
2891         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2892         Only return an icon.
2893         (gnus-group-insert-group-line): Compute icon to return.
2894
2895         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2896         (gnus-html-image-fetched): Only cache if
2897         gnus-html-image-automatic-caching is set.
2898         (gnus-html-image-fetched): Check for errors.
2899
2900 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2903         once per method on `g'.  This ensures that backends like nnfolder don't
2904         open all their folders.
2905
2906         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2907         (nnimap-request-list): Nix out group in the correct buffer.
2908         (nnimap-parse-flags): Implement by using `read' instead of
2909         hand-parsing.
2910         (nnimap-flags-to-marks): Pass on permanent-flags.
2911         (nnimap-make-process-buffer): Record the server name.
2912         (nnimap-parse-flags): Fix typo.
2913         (nnimap-request-scan): Run split on the server in general, not just a
2914         single group.
2915
2916         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2917         parameter, and propagate this downwards.
2918
2919         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2920         since EXAMINE changes it on the server.
2921
2922         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2923         this command might take a while.
2924
2925 2010-09-22  Julien Danjou  <julien@danjou.info>
2926
2927         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2928         harmful if you have 2 images side-by-side, they can't be properly
2929         update on text deletion.  Using text-property is safer here.
2930         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2931         data.
2932
2933 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * nnimap.el (nnimap-expunge-inbox): Remove.
2936         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2937         (nnimap-expunge): Flip default to t.
2938
2939         * gnus.el (gnus-method-to-server): Don't push things to the cache
2940         unless it's unique.
2941         (gnus-server-to-method): Ditto.
2942
2943 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2944
2945         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2946
2947 2010-09-22  Julien Danjou  <julien@danjou.info>
2948
2949         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2950         get the start of data.
2951         (gnus-html-encode-url): Add this function to encode special chars in
2952         URL.
2953         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2954         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2955
2956         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2957         default.
2958         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2959
2960         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2961         images alt-text.
2962         (gnus-html-put-image): Put alt-text as help-echo.
2963
2964 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2967         * mm-util.el (mm-decompress-buffer)
2968         * nnir.el (nnir-run-find-grep)
2969         * pop3.el (pop3-list): Use 3rd arg of split-string.
2970
2971         * time-date.el (format-seconds): Comment fix.
2972
2973         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2974         and byte-optimize-form-code-walker.
2975         (dgnushack-make-auto-load): Don't advise make-autoload.
2976
2977         * lpath.el: Remove Emacs 21 stuff.
2978
2979 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2982         outside the active range.  Suggested by Dan Christensen.
2983
2984         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2985         slightly later to avoid double-getting it.
2986
2987         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2988         previous patch.
2989
2990         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2991
2992 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2993
2994         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2995
2996 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * gnus-int.el (gnus-open-server): Give a better error message in the
2999         "go offline" case.
3000
3001         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3002         marks for nnimap, which is seldom the right thing to do.
3003
3004         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3005         (gnus-same-method-different-name): New function.
3006
3007         * nnimap.el (parse-time): Require.
3008
3009         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3010         method in the presence of many similar methods.
3011
3012         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3013
3014         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3015         nnml-inhibit-expiry.
3016
3017         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3018         find out whether methods are equal.
3019
3020         * nnimap.el (nnimap-find-expired-articles): New function.
3021         (nnimap-process-expiry-targets): New function.
3022         (nnimap-request-move-article): Request the article before looking at
3023         what the Message-ID is.  Fix found by Andrew Cohen.
3024         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3025
3026         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3027         for oldness in addition to being a predicate.
3028
3029         * nnimap.el (nnimap-request-group): When we have zero articles, return
3030         the right data to Gnus.
3031         (nnimap-request-expire-articles): Only delete articles immediately if
3032         the target is 'delete.
3033
3034         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3035         method, this would bug out.
3036
3037         * gnus-group.el (gnus-group-expunge-group): Rename from
3038         gnus-group-nnimap-expunge, and implemented as a normal interface
3039         function.
3040
3041         * gnus-int.el (gnus-request-expunge-group): New function.
3042
3043         * nnimap.el (nnimap-request-create-group): Implement.
3044         (nnimap-request-expunge-group): New function.
3045
3046 2010-09-21  Julien Danjou  <julien@danjou.info>
3047
3048         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3049         (gnus-html-cache-expired): Add new function.
3050         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3051         wethever we should display image for fetch it.
3052         Compute alt-text earlier to pass it to the fetching function too.
3053         (gnus-html-schedule-image-fetching): Change function argument to only
3054         get one image at a time, not a list.
3055         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3056         cache.
3057         (gnus-html-get-image-data): New function to retrieve image data from
3058         cache.
3059         (gnus-html-put-image): Change buffer argument to use image data rather
3060         than file, and place image above region rather than inserting a new
3061         one.  Do not take alt-text as argument, since it's useless now: we place
3062         the image above alt-text.
3063         (gnus-html-prune-cache): Remove.
3064         (gnus-html-show-images): Start to fetch image when we find one, do not
3065         push into a temporary list.
3066         (gnus-html-prefetch-images): Only fetch image if they have expired.
3067         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3068         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3069
3070 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3073
3074 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3077         spec inser "*" if the group isn't active instead of 0.
3078
3079         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3080         opening the server.
3081         (nnimap-request-delete-group): Implement group deletion.
3082         (nnimap-transform-headers): Return the size of the entire message in
3083         the Bytes header, not just the size of the first part.
3084         (nnimap-request-move-article): When moving an article from nnimap,
3085         request the article first so the accepting form has an article to
3086         accept.  Reported by Dan Christensen.
3087         (nnimap-command): Make sure that the error message doesn't error out.
3088
3089 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3090
3091         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3092         we haven't requested anything.
3093
3094 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3097         "".  Fix found by Andrew Cohen.
3098
3099         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3100         instead of -encode-string.
3101
3102 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3105
3106         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3107         by mm-subst-char-in-string.
3108
3109 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3112         waiting for the connection string.
3113
3114         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3115         arriving.
3116
3117         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3118         bogus characters.  This allows selecting certain Gmail groups.
3119
3120         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3121         (nnimap-fetch-partial-articles): New variable.
3122         (nnimap-open-connection): When looking for credentials, also use the
3123         nnimap-server-port.
3124         (nnimap-request-article): Return the group/article number, so that Gnus
3125         `^' works as expected.
3126         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3127
3128         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3129         comments.
3130         (gnus-methods-sloppily-equal): New function.
3131         (gnus): When using the development version of Gnus, load the gnus-load
3132         file.
3133
3134         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3135         `gnus-open-server' on each method before trying to scan them etc.
3136         This ensures that all the backend parameters are set correctly.
3137
3138         * nnimap.el (nnimap-authenticator): New variable.
3139         (nnimap-open-connection): Allow anonymous login.
3140         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3141         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3142
3143         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3144         patch, found by Knut Anders Hatlen.
3145
3146 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3147
3148         * gnus-agent.el (gnus-agent-batch-confirmation)
3149         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3150         to gnus-message.
3151         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3152         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3153         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3154         * gnus-int.el (gnus-open-server): Likewise.
3155         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3156         (gnus-score-check-syntax): Likewise.
3157         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3158         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3159         Likewise.
3160         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3161
3162 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3165         calling conventions so that prefetch doesn't bug out.
3166
3167 2010-09-19  Julien Danjou  <julien@danjou.info>
3168
3169         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3170         rather than `subst-char-in-region' in order to be able to replace ASCII
3171         char by UTF-8 ones.
3172
3173         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3174         than curl.
3175         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3176         the right URL and ALT text on images.
3177         (gnus-html-wash-tags): Fix tag case.
3178         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3179         (gnus-article-html): Add -o display_ins_del=2 option.
3180         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3181
3182 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3185         the extra mail headers, which sometimes seem to happen for unknown
3186         reasons.
3187
3188         * mail-parse.el (mail-header-encode-parameter): Define as
3189         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3190         (or most, perhaps?) mail readers don't understand the latter, but do
3191         understand the former.
3192
3193         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3194         to nil, so that no methods are automatically agentized.  I think this
3195         is probably what most users want.
3196
3197         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3198         from url-retrieve, for instance about invalid URLs.
3199
3200         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3201         groups that have no articles.
3202         (nnimap-request-article): Check that we really got an article when we
3203         requested one.
3204
3205         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3206         doesn't exist.
3207
3208         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3209         nntp buffer so the agent can save it.
3210         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3211         that CRLF doesn't get translated to \n.
3212         (nnimap-open-connection): Don't make 'shell commands only send \n.
3213
3214 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3215
3216         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3217         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3218         Update var name.
3219         (nnml-generate-nov-file): Use dolist.
3220         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3221         Use with-current-buffer.
3222
3223 2010-09-18  Julien Danjou  <julien@danjou.info>
3224
3225         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3226         parallel.
3227
3228 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3231         the range update right.
3232         (nnimap-request-group): Don't make `M-g' bug out on group with no
3233         marks.
3234         (nnoo): Require, so that other packages can require nnimap.
3235         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3236         command we're looking for.  This helps when the server sends more
3237         responses after we've gotten everything we expected.
3238         (nnimap): Add a `newlinep' field to keep track of end-of-line
3239         conventions.
3240         Don't send CRLF to things that don't want it.
3241         (nnimap-request-accept-article): Ditto.
3242
3243 2010-09-18  Julien Danjou  <julien@danjou.info>
3244
3245         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3246         than curl to retrieve images.
3247
3248 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3251         the marks.
3252         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3253         (nnimap-wait-for-connection): New function.
3254         (nnimap-open-connection): If we have PREAUTH, don't query for login
3255         credentials.
3256         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3257         when doing a partial update.
3258
3259 2010-09-18  Julien Danjou  <julien@danjou.info>
3260
3261         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3262         tags.
3263
3264 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * nnimap.el (nnimap-credentials): New function.
3267         (nnimap-open-connection): Use the new function to look for credentials
3268         also on the numeric equivalents of "imap" and "imaps".
3269
3270         * gnus-start.el (gnus-activate-group): Send the info to
3271         gnus-request-group.
3272
3273         * nnimap.el (nnimap-request-group): Have the "check" version of the
3274         function parse flags and update the info, so that a `M-g' get a total
3275         resync of all flags from the group.
3276
3277         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3278         to allow backends to alter the info on group selection.  Also alter all
3279         the backend -request-group functions to take the parameter.
3280
3281         * nnimap.el (nnimap-store-info): New function.
3282         (nnimap-update-info): Store the info for later usage.
3283         (nnimap-request-group): Use the stored info for the dont-check case, so
3284         that we don't retrieve all marks when we enter a group.
3285
3286         * nnimap.el: Use deffoo instead of defun for interface functions.
3287
3288         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3289         update the group info.  This makes the nndraft groups, for instance, go
3290         back to their old behaviour.
3291
3292         * gnus-sum.el (gnus-select-newsgroup): Indent.
3293
3294         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3295         in.
3296         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3297         nothing.
3298
3299         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3300         from methods that are denied.
3301
3302         * gnus-int.el (gnus-method-denied-p): New function.
3303
3304         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3305         store the password instead of netrc.
3306         (nnimap-open-connection): Don't error out when we can't make a
3307         connections.
3308
3309         * auth-source.el (auth-source-create): In the password prompt, say what
3310         we're querying for.  Also prompt for user name if that hasn't been
3311         given.
3312
3313         * nnimap.el (nnimap-with-process-buffer): Remove.
3314
3315 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3318         method when we're reading from the agent.
3319
3320         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3321
3322         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3323         that's probably most useful for users.
3324
3325         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3326         "failed" all the time.
3327
3328         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3329         ...)) with (with-current-buffer ... ).
3330
3331         * nntp.el (nntp-open-server): Return whether the open was successful or
3332         not.
3333
3334         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3335         select an unread unseen article first.
3336
3337         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3338         /etc/services, supply some sensible port defaults.
3339
3340         * dgnushack.el: Define netrc-credentials.
3341
3342 2010-09-17  Julien Danjou  <julien@danjou.info>
3343
3344         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3345
3346 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3347
3348         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3349         doesn't have any parameters.
3350
3351 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3354         only upcased checks.
3355
3356         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3357
3358         * nnimap.el (nnimap-open-shell-stream): New function.
3359         (nnimap-open-connection): Use it.
3360         (nnimap-transform-headers): Get the number of lines in each message.
3361         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3362         number of lines.
3363         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3364         problem.
3365
3366         * utf7.el (utf7-encode): Autoload.
3367
3368         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3369         to allow the mail splitting to not return a default group.  This is
3370         useful for nnimap, which will leave unmatched mail in the inbox.
3371
3372         * nnimap.el: Rewritten.
3373
3374         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3375         nnimap usage.
3376
3377         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3378         if the move is internal, so that nnimap can do fast internal moves.
3379
3380         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3381         data.
3382         (gnus-read-active-for-groups): Support finishing the early retrieval of
3383         data.
3384
3385         * gnus-range.el (gnus-range-nconcat): New function.
3386
3387         * gnus-int.el (gnus-finish-retrieve-group-infos)
3388         (gnus-retrieve-group-data-early): New functions.
3389
3390 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3391
3392         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3393         (nnrss-retrieve-groups):
3394         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3395         (pop3-quit): Use with-current-buffer.
3396
3397 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3400         instead of nnheader-accept-process-output.
3401
3402         * dgnushack.el (dgnushack-compile): Add comment.
3403
3404         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3405
3406         * gnus-html.el (gnus-html-schedule-image-fetching)
3407         (gnus-html-prefetch-images): Replace process-kill-without-query by
3408         gnus-set-process-query-on-exit-flag.
3409
3410 2010-09-16  Romain Francoise  <romain@orebokech.com>
3411
3412         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3413
3414 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3417         parameter to unintern is mandatory-ish in Emacs 24.
3418
3419         * gnus-html.el (gnus-html-schedule-image-fetching)
3420         (gnus-html-prefetch-images): Check for curl before using it.
3421
3422         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3423         depend on curl, which isn't essential.
3424
3425         * imap.el: Revert back to version
3426         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3427         seem problematic.
3428
3429 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3430
3431         * gnus-registry.el (gnus-registry-install-shortcuts):
3432         Explicitly pass `obarray' to `unintern' to avoid a warning.
3433
3434 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3437         change.
3438
3439         * nnrss.el (nnrss-request-list): Remove this function and related
3440         functions, including the moreover stuff.
3441
3442 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * nnrss.el (nnrss-retrieve-groups): New function.
3445
3446 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3447
3448         * .dir-locals.el: Add no-byte-compile cookie.
3449
3450 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * time-date.el (format-seconds): Comment fix.
3453
3454         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3455         for back end that doesn't support request-scan.
3456
3457 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3460         then do request scans from the backends.
3461
3462         * netrc.el (netrc-credentials): New conveniency function.
3463
3464         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3465         avoid running a hook per line, since this takes a lot of time,
3466         profiling shows.
3467         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3468         directly if gnus-visual-p is true.
3469
3470 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3473         groups; replace mapcar with dolist which is a bit faster; pass groups
3474         info to gnus-read-active-file-1.
3475         (gnus-read-active-file-1): Scan only specified groups if the new
3476         optional arg `infos' is given.
3477
3478 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3481
3482         * pop3.el (pop3-movemail): Remove.
3483         (pop3-streaming-movemail): Rename to pop3-movemail.
3484
3485         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3486         don't restrict end-tag searches to the end of the line.
3487
3488 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3491         articles of every unchecked group to t, which means unknown since the
3492         server has never been opened.
3493
3494 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * gnus-html.el (gnus-html-show-alt-text): New command.
3497         (gnus-html-browse-image): Ditto.
3498         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3499         to browse the image directly.
3500         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3501         better.
3502
3503         * gnus-async.el (gnus-async-article-callback):
3504         Call `gnus-html-prefetch-images' unconditionally.
3505
3506         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3507         before feeding URLs to curl.
3508
3509 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3512         internal images as deletable by `W D D'.
3513
3514         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3515         (gnus-async-article-callback): Fix typo.
3516
3517 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3520         current line to work around bugs in the output from w3m.
3521
3522         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3523         for groups that want that.
3524
3525         * nntp.el (nntp-wait-for-string): Supply a timeout for
3526         accept-process-output to ensure progress.
3527
3528         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3529         level to get unread articles from, then use that for foreign groups,
3530         too.
3531
3532         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3533         confuses the rest of the function.
3534
3535         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3536         for the methods that support -retrieve-groups, too.
3537
3538         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3539
3540 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3543         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3544
3545         * pop3.el: Require cl when compiling.
3546         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3547
3548 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3551         that aren't going to be activated.
3552         (gnus-get-unread-articles): Fix up the last commit.
3553
3554         * gnus-html.el (gnus-article-html): Allow calling without specifying
3555         the handle.  In that case, dissect the buffer first.
3556
3557         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3558
3559         * nnimap.el (nnimap-open-connection): Revert the change that would look
3560         into authinfo for imaps instead of imap.
3561
3562         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3563         say that you don't want to call gnus-request-group with don-check, but
3564         do check the reponse.  This is for virtual groups only.
3565         (gnus-get-unread-articles): Count the archive groups as secondary, so
3566         that they're activated the same way as before.
3567
3568         * imap.el (imap-message-map): Removed optional buffer parameter, since
3569         no callers use it.
3570         (imap-message-get): Ditto.
3571         (imap-message-put): Ditto.
3572         (imap-mailbox-map): Ditto.
3573         (imap-mailbox-put): Ditto.
3574         (imap-mailbox-get): Ditto.
3575         (imap-mailbox-get): Revert last change for this function.
3576
3577         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3578         case-insensitively.
3579         (nnimap-debug): Remove.
3580
3581         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3582         to use `imap-fetch' instead.  According to the comments, this should be
3583         safe, since all other IMAP clients use the 1:* syntax.
3584         (imap-enable-exchange-bug-workaround): Removed.
3585         (imap-debug): Removed -- doesn't seem very useful.
3586
3587         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3588         mail from a file, and the file doesn't exist.
3589
3590         * imap.el (imap-log): New convenience function used throughout instead
3591         of repeating the same code all over the place.
3592
3593         * pop3.el (pop3-streaming-movemail): Return t for success.
3594
3595         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3596         .authinfo if we're using ssl connection.
3597
3598         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3599         already have if we're in a main Gnus `g' run.
3600
3601         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3602
3603 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3606
3607         * nnmh.el (nnmh-request-list-1): Bind `file'.
3608
3609         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3610         alias to set-process-query-on-exit-flag or process-kill-without-query.
3611         (pop3-open-server): Use it.
3612
3613 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3616         box to the Incoming file.  Fixes mistake in previous checkin.
3617
3618         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3619         request loop (for debugging purposes) removed.
3620
3621         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3622         culprit is more visible.
3623         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3624         (nnml-add-incremental-nov): New functions to do "incremental" nov
3625         updates, where we just append to the end of the existing nov files
3626         without reading/writing them in full.
3627
3628         * mail-source.el (mail-source-delete-crash-box): Really only check the
3629         incoming files once in a while.
3630
3631         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3632
3633         * mail-source.el (mail-source-delete-crash-box): Only check the
3634         incoming files for deletion once per day to save a lot of file
3635         accesses.
3636
3637         * pop3.el (pop3-logon): Fix up unbound variable typo.
3638
3639         * mail-source.el (pop3-streaming-movemail): Autoload.
3640
3641         * pop3.el (pop3-streaming-movemail):
3642         Respect pop3-leave-mail-on-server.
3643
3644         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3645         retrieval.
3646
3647         * pop3.el (pop3-process-filter): Remove unused function.
3648         (pop3-streaming-movemail, pop3-send-streaming-command)
3649         (pop3-wait-for-messages, pop3-write-to-file)
3650         (pop3-number-of-responses): New functions for streaming pop3
3651         retrieval.
3652
3653         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3654         come from no known methods.
3655         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3656         list.
3657
3658         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3659         message sizes.
3660         (pop3-movemail): Use erase-buffer instead of looping and deleting
3661         regions, which seems rather odd.
3662
3663         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3664         file once per `g' run.
3665
3666         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3667         directories.  This makes the draft queue directory work.
3668
3669         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3670         data from the backends, so that we only request the list of groups from
3671         each method once.  This should speed things up considerably.
3672
3673         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3674         detect that it's not implemented.
3675
3676         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3677         we actually do recurse down into the tree, but don't stat all leaf
3678         nodes.
3679
3680         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3681         then say so instead of bugging out.
3682
3683         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3684         files exist before trying to read them.
3685
3686         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3687         around <pre_int>.
3688
3689         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3690
3691         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3692
3693 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3694
3695         * mm-util.el (mm-image-load-path): Just return the image directories,
3696         not all directories in the path in addition to the image directories.
3697         (mm-image-load-path): Maintain a cache of the image directories so that
3698         the `g' command in Gnus doesn't have to stat dozens of directories each
3699         time.
3700
3701         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3702         (gnus-html-wash-tags): Add a new `i' command to insert images.
3703         (gnus-html-insert-image): New command and keystroke.
3704         (gnus-html-redisplay-with-images): New command and keystroke.
3705         (gnus-html-show-images): Rename command.
3706         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3707         spacers.
3708         (gnus-html-wash-tags): Decode entities at the end, so that entities
3709         inside the tags don't mess up the rest of the "parsing".
3710
3711         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3712         so that nnimap methods aren't agentized by default.  There's apparently
3713         many problems related to agent/imap behaviour.
3714
3715         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3716
3717         * gnus-html.el: Doc fix.
3718
3719 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3722         specifier-spec-list for Emacs 21.
3723
3724         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3725         glyph-width and glyph-height instead of display-graphic-p and
3726         image-size; make avoidance of displaying small images work for XEmacs.
3727
3728         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3729         for XEmacs.
3730
3731         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3732         of symbol that holds plist data.
3733         (gnus-process-plist): Remove plist of process after getting it.
3734
3735 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * message.el (message-generate-hashcash): Change default to
3738         'opportunistic if hashcash is installed.
3739
3740         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3741         (gnus-html-put-image): Only call image-size once, since it's somewhat
3742         time-consuming on remote X servers.
3743
3744 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3747         type on data, not a file name.
3748
3749         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3750         window-pixel-edges for Emacs 21.
3751
3752         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3753         decoded contents.
3754         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3755
3756 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3759         group line format, since it isn't very interesting.
3760
3761         * gnus-agent.el (gnus-agent-short-article),
3762         (gnus-agent-long-article): Increase values for these two variables,
3763         since most people are likely to have more network connection and
3764         storage than before.
3765
3766         * gnus.el (gnus-refer-article-method): Change default to 'current.
3767         When referring an article, the common behaviour is to refer it from the
3768         current select method, not the native select method.  The chances of
3769         the native select method having the message in question is rather slim
3770         these days.
3771
3772         * gnus-sum.el (gnus-auto-select-subject): Change default to
3773         `unseen-or-unread'.  I think it's likely that most people want to
3774         select an unseen article over a previously seen, but unread one.
3775
3776         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3777         means that in the article buffer none of the minor mode elements will
3778         be shown, usually, and this is not desirable in most cases.
3779
3780         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3781         that commands like `d' (and the like) go to the next line in the
3782         buffer, instead of the next unread article.  I think this is the
3783         behaviour that is most natural for most users.
3784         (gnus-single-article-buffer): Change default to nil, so that people can
3785         have as many article buffers open as they have summary buffer.  I think
3786         this is the most natural way for the groups to behave.
3787
3788         * message.el (message-generate-new-buffers): Change default to
3789         `unsent', so that all new message buffers start their names with the
3790         string "*unsent", and it's easier to find the buffers if you move from
3791         them.
3792
3793 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3796         small.  They're probably tracking images.
3797         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3798         (gnus-html-rescale-image): Yet another try at getting the image sizing
3799         right.
3800
3801         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3802         nntp-marks-file-name is nil.
3803
3804 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3805
3806         * gnus-html.el (gnus-html-wash-tags)
3807         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3808         Better logging.
3809
3810 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3813
3814         * gnus-html.el (gnus-html-wash-tags): Check the value of
3815         gnus-blocked-images in the summary buffer.
3816
3817 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3818
3819         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3820
3821 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3824         like "a", it seems like.
3825         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3826         since it needs to be picked from the correct buffer.
3827
3828         * nnwfm.el: Remove.
3829
3830         * nnlistserv.el: Remove.
3831
3832 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3835         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3836
3837 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nnkiboze.el: Remove.
3840
3841         * nndb.el: Remove.
3842
3843         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3844         alt text.
3845         (gnus-html-rescale-image): Try to get the rescaling logic right for
3846         images that are just wide and not tall.
3847
3848         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3849         overshadow variable bindings.
3850
3851 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3852
3853         * gnus-html.el (gnus-html-wash-tags)
3854         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3855         Add extra logging.
3856
3857 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3860         (gnus-max-image-proportion): New variable.
3861         (gnus-html-rescale-image): New function.
3862         (gnus-html-put-image): Rescale images.
3863
3864 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3865
3866         Fix up some byte-compiler warnings.
3867         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3868         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3869         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3870         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3871         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3872         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3873         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3874
3875 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * gnus-html.el (gnus-article-html): Decode contents by charset.
3878
3879 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3882         (gnus-html-frame-width, gnus-blocked-images)
3883         * message.el (message-prune-recipient-rules): Add custom version.
3884         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3885
3886         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3887         functions.
3888
3889         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3890         gnus-process-get.
3891
3892 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3893
3894         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3895         instead of lsub directly.
3896
3897 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898
3899         * nnwarchive.el: Remove.
3900
3901         * gnus-soup.el: Remove.
3902
3903         * nnsoup.el: Remove.
3904
3905         * nnultimate.el: Remove.
3906
3907         * gnus-html.el (gnus-blocked-images): New variable.
3908
3909         * message.el (message-prune-recipients): New function.
3910         (message-prune-recipient-rules): New variable.
3911
3912         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3913         guess whether a long line is natural text or not.
3914
3915         * gnus-html.el (gnus-html-schedule-image-fetching):
3916         Use gnus-process-plist and friends for compatibility.
3917
3918 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3919
3920         * gnus-html.el: Require packages that define macros used in this file.
3921         (gnus-article-mouse-face): Declare to silence byte-compiler.
3922         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3923         process-get.
3924         (gnus-html-put-image): Use plist-get to avoid getf.
3925         (gnus-html-prefetch-images): Use with-current-buffer.
3926
3927 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * gnus-ems.el: Provide compatibility functions for
3930         gnus-set-process-plist.
3931
3932         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3933         header-line-format for XEmacs 21.4.
3934
3935         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3936         * gnus.el (gnus-valid-select-methods)
3937         * message.el (message-send-mail-partially-limit)
3938         * mm-decode.el (mm-text-html-renderer)
3939         * mml.el (mml-insert-mime-headers-always)
3940         * smiley.el (smiley-regexp-alist): Bump custom version.
3941
3942 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * gnus-html.el: require mm-url.
3945         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3946         with the url to `url'.
3947         (gnus-html-wash-tags): Support cid: URLs/images.
3948
3949 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3952         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3953         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3954
3955         * gnus-move.el: Remove file, since it doesn't really work.
3956
3957         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3958         UTF-8.  This seems to fix problems with some German web feeds.
3959
3960         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3961         at the top so that the proper colours are applied.
3962
3963         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3964         don't have dots in their names.
3965
3966         * gnus-art.el (gnus-article-view-part): Doc fix.
3967
3968         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3969         XEmacs-compatible.
3970         (gnus-html-put-image): Don't do images on non-graphic displays.
3971
3972         * nnslashdot.el: Remove this unused backend.
3973
3974         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3975         actions.
3976         (gnus-undo-register-1): Revert last change.
3977
3978         * gnus-group.el (gnus-group-completing-read): Protect against not
3979         having completion-styles bound.
3980
3981         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3982         make broken recipients happier.
3983
3984         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3985
3986         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3987         point parameter.
3988
3989         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3990
3991         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3992         completion-styles for group selection.
3993
3994 2009-02-04  Andreas Schwab  <schwab@suse.de>
3995
3996         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3997         headers and regexp-quote the match if necessary.
3998
3999 2009-03-24  Miles Bader  <miles@gnu.org>
4000
4001         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4002         the blinking smiley.
4003
4004 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4005
4006         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4007         blink smiley.
4008
4009 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4010
4011         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4012         where the dribbel file lives exists.
4013
4014         * message.el (message-send-mail-partially-limit): Change the default to
4015         nil, since most people don't want this.
4016
4017         * mm-url.el (mm-url-decode-entities): Also decode entities like
4018         &#x3212.
4019
4020 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4021
4022         * gnus-sum.el (gnus-summary-idna-message):
4023         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4024         Hyperlink urls in docstrings with URL `...'.
4025
4026 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4027
4028         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4029         functions.
4030
4031 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4034         say what the mouseover text should be.
4035
4036         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4037         version of the mm-w3m-safe-url-regexp variable to only download images
4038         in the groups where we want that to happen.
4039
4040         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4041
4042         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4043         easier debugging.
4044         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4045         big pictures in the article buffer.
4046
4047         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4048         gnus-article-html.
4049         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4050         w3m.
4051
4052         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4053
4054 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4055
4056         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4057         which doesn't exist.
4058
4059         * message.el (message-inhibit-ecomplete): New variable to allow some
4060         function to inhibit ecomplete address storage.
4061         (message-resend): Disable ecomplete message storage when resending
4062         messages.
4063
4064         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4065
4066 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4069         Save excursion while copying, moving, and deleting articles in order to
4070         prevent the cursor from jumping to unforeseen place.
4071
4072 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * lpath.el: No need to bind bookmark-current-buffer,
4075         bookmark-yank-point and bookmark-make-record-function.
4076
4077 2010-08-17  Glenn Morris  <rgm@gnu.org>
4078
4079         * gnus-sync.el: Require gnus components whose functions are used.
4080
4081         * gnus-art.el (bookmark-make-record-function):
4082         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4083         Declare for compiler.
4084
4085         * mm-url.el (mml-compute-boundary): Autoload.
4086
4087 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4090
4091 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4092
4093         Typo fix "hoo4a" -> "hook".
4094
4095         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4096
4097 2010-08-14  Glenn Morris  <rgm@gnu.org>
4098
4099         * gnus-sync.el (gnus-sync): Fix defgroup version.
4100
4101 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4102
4103         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4104
4105         * gnus-sync.el: Fix docs.
4106         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4107         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4108
4109 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4110
4111         Optimizations for gnus-sync.el.
4112
4113         * gnus-sync.el: Add docs about gnus-sync-backend
4114         possibilities.
4115         (gnus-sync-save): Remove unnecessary message.
4116         (gnus-sync-read): Optimize and show what groups were skipped.
4117
4118 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         Minor bug fixes for gnus-sync.el.
4121
4122         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4123         Don't read the sync on get-new-news.
4124
4125         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4126         quiet.
4127
4128         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4129         (fix typo).
4130
4131 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4132
4133         Make saving and restoring of hidden threads work with overlays.
4134         Patch applied by Ted Zlatanov.
4135
4136         * gnus-sum.el (gnus-hidden-threads-configuration)
4137         (gnus-restore-hidden-threads-configuration): Update to deal with text
4138         properties, rather than searching for a magic character.
4139
4140 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         New gnus-sync.el library for synchronization of marks.
4143
4144         * gnus-sync.el: New library for synchronization of marks.
4145
4146         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4147         renamed from `gnus-registry-grep-in-list'.
4148
4149         * gnus-registry.el (gnus-registry-follow-group-p):
4150         Use `gnus-grep-in-list'.
4151
4152         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4153
4154 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4157         determining charset of text fails.
4158
4159 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * nnmail.el (nnmail-get-new-mail-1): Revert.
4162
4163         * nnml.el (nnml-active-number): Make sure names of newly created groups
4164         in nnml-group-alist are encoded.
4165
4166 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4169         containing non-ASCII characters in active file for nnml back end.
4170
4171 2010-07-24  David Engster  <dengste@eml.cc>
4172
4173         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4174         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4175
4176 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4177
4178         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4179         tag (Bug#6654).
4180
4181 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4184         the article buffer, not the summary buffer.
4185
4186 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4189         Emacs 23 as well.
4190
4191 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4194         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4195
4196 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4197
4198         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4199         Patch applied by Karl Fogel.
4200
4201         * gnus-sum.el (gnus-summary-bookmark-make-record):
4202         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4203
4204 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4205
4206         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4207         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4208         C-w still not working correctly from Article buffers; Thierry's
4209         patch to fix that will be applied after this.
4210
4211         * gnus-art.el (bookmark-make-record-function): New local variable.
4212
4213         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4214         article buffer.
4215         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4216
4217 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4218
4219         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4220         on changes in bookmark.el.
4221
4222 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4225         `no-log' instead of message not to log prompt string.
4226
4227 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4228
4229         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4230         the *other* type of HTML form submission.
4231
4232 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4233
4234         * auth-source.el (auth-source-pick): If choice does not contain a
4235         questioned keyword, set the check to t.
4236
4237 2010-06-12  Romain Francoise  <romain@orebokech.com>
4238
4239         * gnus-util.el (gnus-date-get-time): Move up before first use.
4240
4241 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4244         (gnus-article-edit-part): Bind it to make last part that is substituted
4245         or deleted visible.
4246         (gnus-mime-display-single): Buttonize part of which id equals to
4247         gnus-mime-buttonized-part-id.
4248
4249 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4250
4251         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4252         (gnus-dd-mmm): Use gnus-date-get-time.
4253         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4254         simplify logic.
4255         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4256         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4257
4258 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4259
4260         * auth-source.el (top): Autoload `secrets-list-collections',
4261         `secrets-create-item', `secrets-delete-item'.
4262         (auth-sources): Fix tag string.
4263         (auth-get-source, auth-source-retrieve, auth-source-create)
4264         (auth-source-delete): New defuns.
4265         (auth-source-pick): Rewrite in order to avoid 2 passes.
4266         (auth-source-forget-user-or-password): New parameter USERNAME.
4267         (auth-source-user-or-password): New parameters CREATE-MISSING and
4268         DELETE-EXISTING.  Retrieve password interactively, if needed.
4269
4270 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4271
4272         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4273         deleting unused directories when gnus-expert-user is t.
4274
4275 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4278         for each temp file when gnus-article-browse-delete-temp is ask.
4279
4280 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4281
4282         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4283         Lisp calls to delete-backward-char by calls to delete-char.
4284
4285 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4286
4287         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4288
4289 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4290
4291         * password-cache.el (password-cache-remove): Fix docstring.
4292
4293 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4296         article unless decoding article to be saved.
4297
4298 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4301         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4302         generated within the mm-with-unibyte-current-buffer macro.
4303
4304 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4307         to nil when we're in a mml-preview buffer and no group is selected.
4308
4309 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4310
4311         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4312         when catching the `C-g'.  Reported by "Leo".
4313
4314 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * message.el (message-forward-make-body-plain)
4317         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4318         multibyte-string-p.
4319
4320         * lpath.el: Revert.
4321
4322 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * message.el (message-forward-make-body-mml): Assume original message
4325         is multibyte string; error on unibyte.
4326         (message-forward-make-body-plain): Ditto; don't add excessive newline
4327         in body end.
4328
4329         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4330
4331 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4332
4333         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4334         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4335
4336 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * mm-extern.el (mm-extern-url): Don't use
4339         mm-with-unibyte-current-buffer.
4340         (mm-extern-cache-contents): Use with-current-buffer instead of
4341         save-excursion + set-buffer.
4342
4343 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * mm-util.el (mm-emacs-mule): Remove.
4346
4347 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4348
4349         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4350         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4351         change.
4352
4353 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4356         bind the default value of enable-multibyte-characters to nil.
4357
4358 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * message.el (message-forward-make-body-plain)
4361         (message-forward-make-body-mml):
4362         Don't use mm-with-unibyte-current-buffer.
4363
4364 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4365
4366         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4367
4368 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4369
4370         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4371         (Bug#5592).
4372
4373 2010-05-07  Julien Danjou  <julien@danjou.info>
4374
4375         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4376         it to mm-pipe-part.
4377
4378         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4379         it is given.
4380
4381 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * binhex.el (binhex-decode-region-internal)
4384         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4385         (dns-query)
4386         * nnweb.el (nnweb-gmane-search)
4387         * pgg-parse.el (pgg-parse-armor)
4388         * pgg.el (pgg-verify-region)
4389         * sha1.el (sha1-string-external)
4390         * uudecode.el (uudecode-decode-region-internal)
4391         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4392         XEmacs.
4393
4394         * gnus-art.el (gnus-article-browse-html-parts)
4395         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4396         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4397         make-temp-file.
4398
4399         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4400         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4401         compiling.
4402
4403         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4404         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4405         XEmacs when compiling.
4406
4407         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4408         gnus-pick-mode-off-hook for XEmacs when compiling.
4409         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4410         gnus-binary-mode-off-hook for XEmacs when compiling.
4411
4412         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4413         Return nil if char-charset is not available.
4414
4415         * imap.el (imap-disable-multibyte)
4416         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4417         macros.
4418
4419         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4420         instead of encode-coding-string.
4421
4422         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4423         'xemacs) instead of mm-emacs-mule to switch function definitions.
4424         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4425
4426         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4427         bind temporary-file-directory for XEmacs;
4428         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4429         timer-set-function for XEmacs 21.4 and SXEmacs;
4430         bind timer-list for XEmacs 21.4 and SXEmacs;
4431         fbind char-charset and find-charset-region for non-Mule XEmacs;
4432         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4433         encode-coding-region and encode-coding-string for XEmacs having no
4434         file-coding feature.
4435
4436 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4437
4438         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4439
4440 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4443         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4444
4445 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4446
4447         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4448         alias `jka-compr-delete-temp-file' no longer exists.
4449
4450 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4451
4452         Use define-minor-mode in Gnus where applicable.
4453         * mml.el (mml-mode): Use define-minor-mode.
4454         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4455         (gnus-undo-mode): Use define-minor-mode.
4456         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4457         (gnus-dead-summary-mode): Use define-minor-mode.
4458         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4459         Initialize in declaration.
4460         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4461         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4462         (gnus-mailing-list-mode): Use define-minor-mode.
4463         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4464         (gnus-draft-mode): Use define-minor-mode.
4465         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4466         (gnus-dired-mode): Use define-minor-mode.
4467
4468 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4469
4470         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4471         handles on recursive mml-to-mime translation and check them for
4472         boundary delimiter collisions.  Reported by Greg Troxel.
4473
4474 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4477
4478 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4479
4480         * mm-util.el (mm-find-buffer-file-coding-system):
4481         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4482
4483 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4484
4485         * message.el (message-generate-headers): Record insertion of optional
4486         headers as well.  Otherwise the check to prevent repeated insertion of
4487         optional headers is a no-op.
4488
4489 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4490
4491         * smime.el: Don't mention CVS.
4492
4493         * nnrss.el (nnrss-fetch): Don't mention CVS.
4494
4495         * nnir.el: Don't mention CVS.
4496
4497 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4498
4499         * gnus-sum.el (gnus-summary-bookmark-make-record):
4500         Add `location' field.
4501
4502 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * lpath.el: Fbind bookmark-default-handler,
4505         bookmark-get-bookmark-record, bookmark-make-record-default,
4506         bookmark-prop-get for Emacs <23 and XEmacs.
4507
4508 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4509
4510         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4511         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4512         Use with-current-buffer to silence the byte-compiler.
4513         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4514         bother to require `gnus'.
4515         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4516
4517 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4518
4519         * gnus-sum.el (gnus-summary-bookmark-make-record)
4520         (gnus-summary-bookmark-jump): New functions.
4521         (gnus-summary-mode): Setup bookmark support.
4522
4523 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4524
4525         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4526         if set.
4527
4528 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4531         gnus-article-browse-html-save-cid-image; make it work recursively for
4532         forwarded messages as well.
4533         (gnus-article-browse-html-parts): Work when prefix arg is given.
4534         (gnus-article-browse-html-article): Doc fix.
4535
4536 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4537
4538         * message.el (message-default-mail-headers):
4539         (message-default-headers): Carry the value mail-default-headers over
4540         into message-default-mail-headers, rather than message-default-headers.
4541
4542 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4543
4544         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4545         charset.
4546
4547         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4548         charset into the <meta> tag when the article is encoded to utf-8.
4549
4550 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-art.el (gnus-article-browse-delete-temp-files):
4553         Delete directories as well.
4554         (gnus-article-browse-html-parts): Work for images that do not specify
4555         file names; delete temp directory when quitting; insert header at the
4556         right place; use file: scheme for image files.
4557
4558 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4559
4560         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4561         (gnus-article-browse-html-parts): Use it to make temporary cid image
4562         files in addition to html file so that browser may display them.
4563
4564 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4567
4568 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4569
4570         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4571
4572 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4573
4574         * auth-source.el (auth-sources): Change default to be simpler.
4575         Explain about Secret Service API sources.  Improve Customize options.
4576         (auth-source-pick): Change to accept any number of search parameters.
4577         Implement fallbacks iteratively, not recursively.  Add scoring on the
4578         second pass and sort by score.  Call Secret Service API when needed.
4579         (auth-source-user-or-password): Use it.  Call Secret Service API
4580         directly when needed to get the user name and the password.
4581
4582 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4583
4584         * message.el (message-interactive): Doc fix.
4585         (message-qmail-inject-args): Reflow.
4586         (message-kill-to-signature): Fix typo in docstring.
4587
4588         * smiley.el (smiley-buffer): Fix typo in docstring.
4589
4590 2010-03-24  Glenn Morris  <rgm@gnu.org>
4591
4592         * mail-source.el (gnus-message): Declare.
4593         (mail-source-delete-old-incoming): Require gnus-util.
4594
4595 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4598
4599         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4600
4601         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4602         password-cache's default if it is not bound.
4603         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4604         password-cache-expiry's default if it is not bound.
4605
4606         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4607         available in Emacs 21.
4608
4609         * lpath.el: Suppress compiler warnings for:
4610         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4611         XEmacs;
4612         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4613         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4614         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4615
4616 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4617
4618         * auth-source.el (auth-sources): Fix up definition so extra parameters
4619         are always inline.
4620
4621 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4622
4623         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4624         wasn't updated after mismatch.  Clear cached mailbox info correctly
4625         when uidvalidity changes.
4626         (nnimap-group-prefixed-name): New function to avoid some code
4627         duplication.
4628         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4629         (nnimap-request-group): Use it.
4630         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4631         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4632         with many imap folders.  This is done by caching the group status from
4633         the imap server persistently in a group parameter `imap-status'.  (This
4634         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4635         but not persistently, so every Gnus startup was still very slow.)
4636
4637 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4638
4639         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4640         delete the extra newline.  Otherwise editing of :string and :number
4641         types don't work.
4642
4643 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4646         secrets.el dependency.
4647         (auth-sources): Add optional user name.  Add secrets.el configuration
4648         choice (unused right now).
4649
4650 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4651
4652         * gnus-sum.el (gnus-summary-make-menu-bar):
4653         Let `gnus-registry-install-shortcuts' fill in the functions.
4654
4655         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4656         warnings.
4657         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4658         (gnus-registry-install-shortcuts): Populate and use it in a
4659         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4660
4661 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4662
4663         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4664         In-place substitutions for the group name encoding/decoding.
4665         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4666         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4667         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4668         (nnimap-update-unseen, nnimap-request-list)
4669         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4670         (nnimap-request-set-mark, nnimap-split-to-groups)
4671         (nnimap-split-articles, nnimap-request-newgroups)
4672         (nnimap-request-create-group, nnimap-request-accept-article)
4673         (nnimap-request-delete-group, nnimap-request-rename-group)
4674         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4675         `encoded-mbx' for consistency.
4676         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4677         variable `imap-current-mailbox'.
4678
4679         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4680         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4681
4682 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4683
4684         * pop3.el (pop3-display-message-size-flag): Display message size byte
4685         counts during POP3 download.
4686         (pop3-movemail): Use it.
4687         (pop3-list): Implement listing of available messages.
4688
4689 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4690
4691         * nnir.el (nnir-get-article-nov-override-function): New function to
4692         override the normal NOV retrieval.
4693         (nnir-retrieve-headers): Use it.
4694
4695 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4696
4697         * auth-source.el (netrc-machine-user-or-password): Autoload.
4698
4699 2010-03-19  Glenn Morris  <rgm@gnu.org>
4700
4701         Stop message.el from loading about 40 libraries it doesn't always need.
4702         The general approach is to autoload rather than require, and to
4703         require in the specific functions rather than the file.  (Bug#5642)
4704
4705         * gmm-utils.el: Don't require wid-edit.
4706         (widget-create-child-value, widget-convert, widget-default-get):
4707         Autoload.
4708
4709         * gnus-util.el: Don't require time-date, netrc.
4710         (message-fetch-field, gnus-group-name-decode): Declare rather than
4711         autoloading.
4712         (gnus-fetch-field): Require message.
4713         (gnus-decode-newsgroups): Require gnus-group.
4714
4715         * ietf-drums.el: Don't require time-date.
4716
4717         * message.el: Don't require hashcash, canlock, ecomplete.
4718         Do require mail-utils.  Require nnheader only when compiling.
4719         (smtpmail-default-smtp-server): Remove declaration.
4720         (message-send-mail-function): Check smtpmail-default-smtp-server
4721         is bound rather than requiring smtpmail.
4722         (message-auto-save-directory, message-insert-signature):
4723         Use expand-file-name rather than nnheader-concat.
4724         (nnheader-insert-file-contents): Autoload.
4725         (hashcash-wait-async): Declare.
4726         (message-send-mail): Only call gnus-setup-posting-charset if
4727         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4728         (message-send-mail-with-sendmail): Require sendmail.
4729         (canlock-password, canlock-password-for-verify): Declare.
4730         (message-canlock-password): Require canlock.
4731         (nnheader-get-report): Autoload.
4732         (gnus-setup-posting-charset): Declare.
4733         (message-send-news): Require gnus-msg.
4734         (message-make-references, message-make-in-reply-to): Use mail-header-id
4735         rather than the alias mail-header-message-id.
4736         (ecomplete-add-item, ecomplete-save): Declare.
4737         (message-put-addresses-in-ecomplete): Require ecomplete.
4738         (ecomplete-display-matches): Autoload.
4739
4740         * mm-decode.el: Don't require mailcap, gnus-util.
4741         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4742         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4743         Autoload.
4744         (mailcap-mime-extensions): Declare.
4745
4746         * mm-encode.el: Don't require mailcap.
4747         (mailcap-extension-to-mime): Autoload.
4748
4749         * mml-sec.el: Don't require password-cache.
4750
4751         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4752         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4753         (mml-minibuffer-read-type): Require mailcap.
4754         (mml-preview): Require gnus-msg.
4755
4756         * mml1991.el: Require password-cache.
4757         (password-cache-expiry): Remove declaration.
4758
4759         * mml2015.el: Require password-cache.
4760         (password-cache-expiry): Remove declaration.
4761
4762         * nneething.el (mailcap): Require mailcap.
4763
4764         * nnheader.el (declare-function): Add compatibility stub.
4765         (message-remove-header): Declare rather than autoload.
4766         (nnheader-replace-header): Require message.
4767
4768         * nnimap.el (declare-function): Add compatibility stub.
4769         (netrc-parse, netrc-machine-user-or-password): Declare.
4770         (nnimap-open-connection): Require netrc.
4771
4772         * nntp.el (declare-function): Add compatibility stub.
4773         (netrc-parse, netrc-machine, netrc-get): Declare.
4774         (nntp-send-authinfo): Require netrc.
4775
4776         * rfc2047.el: Don't require qp.
4777         (quoted-printable-encode-region, quoted-printable-decode-string):
4778         Autoload.
4779
4780         * sieve-mode.el: Don't require easymenu.
4781         (easy-menu-add-item): Autoload it.
4782
4783         * spam-stat.el (time-to-number-of-days): Autoload it.
4784
4785 2010-03-19  Glenn Morris  <rgm@gnu.org>
4786
4787         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4788
4789 2010-03-18  Glenn Morris  <rgm@gnu.org>
4790
4791         * hashcash.el (declare-function): Remove duplicate definition.
4792
4793 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4794
4795         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4796         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4797         value if any backslash escapes).
4798
4799 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4802         if it is available.  (bug#5647)
4803
4804         * lpath.el: Suppress compiler warning for coding-system-from-name for
4805         Emacs 21 and XEmacs.
4806
4807 2010-03-14  Juri Linkov  <juri@jurta.org>
4808
4809         * hmac-def.el:
4810         * hmac-md5.el:
4811         * netrc.el: Fix keywords.
4812
4813 2010-02-26  Glenn Morris  <rgm@gnu.org>
4814
4815         * message.el (message-send-mail-function): Change the default, so that
4816         it inherits from a customized send-mail-function.  (Bug#5643)
4817
4818 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4819
4820         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4821         shell-command-to-string signals an error (bug#5299).
4822
4823 2010-02-24  Glenn Morris  <rgm@gnu.org>
4824
4825         * message.el (message-smtpmail-send-it)
4826         (message-send-mail-with-mailclient): Doc fixes.
4827
4828 2010-02-16  Glenn Morris  <rgm@gnu.org>
4829
4830         * message.el (message-default-mail-headers): Change the default value
4831         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4832
4833 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4836         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4837
4838 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4839
4840         * time-date.el (date-to-time): Doc fix (Bug#5408).
4841
4842 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4843
4844         * message.el (message-mail): Just pass yank-action on to message-setup.
4845         (message-setup): Handle (FUN . ARGS) form of yank-action.
4846         (message-with-reply-buffer, message-widen-reply)
4847         (message-yank-original): Handle non-buffer values of
4848         message-reply-buffer (Bug#4080).
4849         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4850
4851 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4852
4853         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4854         Fix typo in docstring.
4855
4856 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4857
4858         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4859         response.
4860
4861 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4864
4865         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4866
4867         * message.el (message-check-news-header-syntax): Protect against a
4868         string that `rfc822-addresses' returns when parsing fails.
4869
4870 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4873         (gnus-previous-char-property-change): New functions.
4874
4875         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4876
4877 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4878
4879         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4880         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4881
4882 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4883
4884         * message.el (message-exchange-point-and-mark): Rework last change to
4885         avoid using optional arg of exchange-point-and-mark, for backward
4886         compatibility.
4887
4888 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4889
4890         * message.el (message-exchange-point-and-mark):
4891         Call exchange-point-and-mark with an argument rather than setting
4892         mark-active by hand (Bug#5175).
4893
4894 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * nntp.el (nntp-service-to-port): Work for service expressed with
4897         numeric string; replace [:digit:] with [0-9] for XEmacs.
4898
4899 2009-12-17  Glenn Morris  <rgm@gnu.org>
4900
4901         * gnus-group.el (gnus-bug-group-download-format-alist):
4902         Change emacs entry to debbugs.gnu.org.  Bump :version.
4903
4904 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4905
4906         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4907
4908 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4909
4910         * message.el (message-info): Explain why we use `Info-goto-node'.
4911
4912 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4915
4916 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4917
4918         * message.el (message-completion-in-region): New compatibility function.
4919         (message-expand-group): Use it.
4920
4921 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4924         with no unread article should be listed if the 2nd arg `predicate' is
4925         given.
4926
4927 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4930
4931 2009-11-29  Juri Linkov  <juri@jurta.org>
4932
4933         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4934         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4935         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4936
4937 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4938
4939         * sha1.el (sha1-string-external): default-directory "/" in case
4940         otherwise non-existent.  process-connection-type pipe for touch of
4941         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4942
4943 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4944
4945         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4946         it's comms related and sgml-mode.el has "comm" on that basis too.
4947
4948 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4951         containing tspecial characters if they have been already quoted.
4952
4953 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4954
4955         * dns-mode.el (auto-mode-alist): Purecopy string.
4956
4957 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4958
4959         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4960
4961 2009-10-24  Glenn Morris  <rgm@gnu.org>
4962
4963         * gnus-art.el (help-xref-stack-item): Define for compiler.
4964
4965 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4966
4967         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4968
4969 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4972
4973 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4976         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4977
4978 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4981         (gnus-overlays-in): New alias to overlays-in.
4982
4983         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4984         gnus-overlay-get, and gnus-delete-overlay.
4985         (gnus-summary-show-thread): Make it work as well for systems in which
4986         next-single-char-property-change is not available.
4987         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4988
4989         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4990         (gnus-overlay-get): New alias to extent-property.
4991         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4992
4993         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4994         SXEmacs.
4995
4996         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4997         SXEmacs.
4998
4999 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5002
5003 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5004
5005         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5006         and XEmacs that don't have `remove-overlays'.
5007
5008 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5009
5010         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5011         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5012         selective display.  Use overlays instead.
5013
5014 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5015
5016         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5017
5018 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5019
5020         * spam-stat.el (spam-stat-load): Fix typo in message.
5021
5022 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5023
5024         * dig.el (dig-invoke): Fix typo in docstring.
5025         (query-dig): Reflow docstring.
5026
5027 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5028
5029         * gnus-art.el (gnus-article-encrypt-body):
5030         * message.el (message-check-recipients):
5031         * mm-util.el (mm-codepage-setup):
5032         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5033         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5034
5035 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5036
5037         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5038         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5039         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5040         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5041         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5042
5043 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5044
5045         * dig.el: Add "Keywords: comm", as per net-utils.el.
5046
5047 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5048
5049         * dig.el (dig-mode): Use define-derived-mode.
5050
5051 2009-09-19  Glenn Morris  <rgm@gnu.org>
5052
5053         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5054
5055 2009-09-18  Glenn Morris  <rgm@gnu.org>
5056
5057         * gnus-diary.el (gnus-diary-check-message):
5058         * message.el (message-insert-formatted-citation-line):
5059         * nnbabyl.el (top-level):
5060         * nndiary.el (nndiary-schedule):
5061         Fix typos in condition-case handlers.
5062
5063 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5066         configuration that provides the sole article window in a frame;
5067         position point correctly after deleting a part.
5068
5069 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5070
5071         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5072         (spam-resolve-registrations-routine): Use it to unregister articles
5073         that change status.
5074
5075 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5078         with XEmacs.
5079         (parse-time-string-chars): Use it.
5080
5081 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * imap.el (imap-interactive-login): Better messages.
5084         (imap-open): Fix bug with renamed buffer on reconnect.
5085         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5086         for easier debugging and cleaner code.  On successful (guessed based on
5087         server capabilities) secondary authentication, set imap-state
5088         correctly.
5089         (imap-last-authenticator): Define imap-last-authenticator as a variable
5090         to avoid warnings.
5091
5092 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * nnrss.el (nnrss-request-article): Remove binding of
5095         default-enable-multibyte-characters that has gotten needless by
5096         the 2007-07-13 change in rfc2047-encode-message-header.
5097
5098         * mml.el (mml-insert-multipart): Error on the message header.
5099         (mml-insert-part): Error on the message header; position point at
5100         the end of a MIME tag.
5101
5102 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * time-date.el (autoload): Expand define-obsolete-function-alias into
5105         defalias and make-obsolete for old Emacsen that Gnus supports.
5106         (with-no-warnings): Define it for old Emacsen.
5107         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5108         is available.
5109         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5110         float-time is available; suppress compile warning for time-to-seconds.
5111
5112         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5113         (gnus-float-time): Alias to float-time if it exists.
5114
5115         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5116         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5117         float-time is available; suppress compile warning for time-to-seconds.
5118
5119         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5120         XEmacs.
5121
5122 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5123
5124         * imap.el (imap-message-map): Docstring fix.
5125
5126 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5129         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5130         Add the optional argument `encoding' that overrides the default.
5131
5132         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5133         mm-encode-buffer.
5134
5135 2009-09-04  Glenn Morris  <rgm@gnu.org>
5136
5137         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5138         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5139         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5140         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5141         * mm-util.el (mm-with-unibyte-current-buffer)
5142         (mm-find-buffer-file-coding-system):
5143         * yenc.el (yenc-decode-region): Use default-value rather than
5144         default-enable-multibyte-characters.
5145
5146 2009-09-03  Glenn Morris  <rgm@gnu.org>
5147
5148         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5149         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5150         than default-enable-multibyte-characters.
5151
5152 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5153
5154         * gnus-art.el (gnus-article-read-summary-keys):
5155         Fix gnus-buffer-configuration's value temporarily used.
5156
5157 2009-09-02  Glenn Morris  <rgm@gnu.org>
5158
5159         * gnus-util.el (gnus-float-time): New function.
5160         * gnus-delay.el (gnus-delay-article):
5161         * gnus-sum.el (gnus-thread-latest-date):
5162         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5163         * nnspool.el (nnspool-request-newgroups):
5164         Use gnus-float-time rather than time-to-seconds.
5165         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5166
5167         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5168         (gnus-header-subject-face, gnus-header-newsgroups-face)
5169         (gnus-header-name-face, gnus-header-content-face):
5170         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5171         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5172         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5173         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5174         (gnus-cite-face-11):
5175         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5176         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5177         (gnus-server-closed-face, gnus-server-denied-face)
5178         (gnus-server-offline-face):
5179         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5180         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5181         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5182         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5183         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5184         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5185         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5186         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5187         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5188         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5189         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5190         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5191         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5192         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5193         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5194         (gnus-summary-high-undownloaded-face)
5195         (gnus-summary-low-undownloaded-face)
5196         (gnus-summary-normal-undownloaded-face)
5197         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5198         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5199         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5200         (gnus-splash-face):
5201         * message.el (message-header-to-face, message-header-cc-face)
5202         (message-header-subject-face, message-header-newsgroups-face)
5203         (message-header-other-face, message-header-name-face)
5204         (message-header-xheader-face, message-separator-face)
5205         (message-cited-text-face, message-mml-face):
5206         * sieve-mode.el (sieve-control-commands-face)
5207         (sieve-action-commands-face, sieve-test-commands-face)
5208         (sieve-tagged-arguments-face):
5209         * spam.el (spam-face):
5210         Mark face aliases with "-face" in the name as obsolete.
5211
5212 2009-09-01  Glenn Morris  <rgm@gnu.org>
5213
5214         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5215         than goto-line.
5216
5217 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5220         Don't move point if the command is invoked inside the message header.
5221
5222 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5223
5224         * imap.el (imap-send-command): Simplify.
5225         (imap-wait-for-tag): point-max -> buffer-size.
5226
5227 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5230         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5231         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5232         * nnir.el (nnir-swish-e-index-file):
5233         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5234         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5235         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5236         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5237         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5238         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5239
5240 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5243         Don't save excursion.
5244
5245 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5246
5247         * nnheader.el (nnheader-find-file-noselect):
5248         * mm-util.el (mm-insert-file-contents):
5249         Use (default-value 'major-mode) instead of default-major-mode.
5250
5251 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5252
5253         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5254
5255 2009-08-26  Glenn Morris  <rgm@gnu.org>
5256
5257         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5258         than placing in files.el.
5259
5260 2009-08-25  Glenn Morris  <rgm@gnu.org>
5261
5262         * nnir.el (top-level): Don't require cl at run-time.
5263         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5264         Replace cl-function substitute with gnus-replace-in-string.
5265         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5266         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5267         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5268         simplified expansions.
5269
5270 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5271
5272         * dig.el (dig): Add autoload cookie.
5273
5274 2009-08-22  Glenn Morris  <rgm@gnu.org>
5275
5276         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5277         goto-line.
5278
5279 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5280
5281         * parse-time.el (parse-time-string-chars): Save match data.
5282
5283 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5284
5285         * parse-time.el (parse-time-string-chars): Compute using character
5286         classes, to handle non-ascii characters (Bug#3190).
5287
5288 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5291
5292         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5293         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5294         (gnus-mm-display-part, gnus-mime-display-single)
5295         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5296         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5297
5298         * gnus-sum.el
5299         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5300         (gnus-summary-move-article): Add expirable mark to articles copied or
5301         moved to group that has auto-expire turned on if the option is non-nil.
5302
5303 2009-07-24  Glenn Morris  <rgm@gnu.org>
5304
5305         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5306         Fix typo.  (Bug#3903)
5307
5308 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5311         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5312         that should not be used for draft articles.
5313         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5314         that has no concern in minor mode keys.
5315         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5316         Abolish.
5317
5318 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5321         article without making inquiry to a user for unknown encoding.
5322
5323         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5324         (nnmaildir--scan): Assume i-node and device number that file-attributes
5325         returns might be cons-cell.
5326
5327         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5328
5329         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5330
5331 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5332
5333         * auth-source.el: Remove docs now in auth.texi.  Don't use
5334         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5335         `auth-source-hide-passwords' and use them.
5336
5337 2009-07-15  Glenn Morris  <rgm@gnu.org>
5338
5339         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5340
5341 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5344         excessive whitespace from the default values of title and description.
5345
5346 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5349         mail-fetch-field to fetch Content-Description header in order to
5350         exclude newlines.
5351
5352 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5353
5354         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5355         format used by GnuPG 2.0.11.
5356
5357 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5360         to deleted part.
5361
5362 2009-05-30  David Engster  <dengste@eml.cc>
5363
5364         * nnmairix.el: Remove old documentation in the commentary block.
5365         (nnmairix-request-group): Do not update active file for nnml back ends.
5366         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5367         end so that overview files are ignored.
5368         (nnmairix-update-groups): Make updating the groups more robust by using
5369         marks.
5370         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5371         with dollar characters in message-id.
5372
5373 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5374
5375         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5376         2008-12-25 in dns.el.
5377
5378 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5379
5380         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5381         could happen if the text is only composed of spaces and/or tabs.
5382
5383 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5384
5385         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5386         when sending a queued message to avoid extra mml tags.
5387
5388 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5391
5392 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5395         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5396         rmail-toggle-header for XEmacs;
5397         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5398
5399 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-dired.el: Remove autoload for gnus-setup-message.
5402         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5403         displaying Gnus logo; always use compose-mail.
5404
5405 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5408
5409 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5412         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5413         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5414         available.
5415         (gnus-nocem-epg-verify): New function.
5416
5417 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5418
5419         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5420
5421 2009-02-15  Glenn Morris  <rgm@gnu.org>
5422
5423         * gnus-util.el (rmail-insert-rmail-file-header)
5424         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5425         autoloads.
5426         (rmail-default-rmail-file): Remove unnecessary declaration.
5427         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5428
5429 2009-02-14  Glenn Morris  <rgm@gnu.org>
5430
5431         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5432         variable (only used in gnus-util, which declares it anyway).
5433         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5434         which was only needed by gnus-art (changed to not use it any more).
5435         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5436         only used in gnus-util, which autoloads it itself.
5437         (rmail-update-summary): Fix autoload.
5438
5439         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5440         rather than rmail-output-to-rmail-file.
5441
5442 2009-02-07  Glenn Morris  <rgm@gnu.org>
5443
5444         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5445         autoload of function that no longer exists.
5446         (rmail-toggle-header): Declare.
5447         (message-forward-rmail-make-body): Handle mbox Rmail.
5448
5449 2009-01-31  Glenn Morris  <rgm@gnu.org>
5450
5451         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5452         2009-01-09 change.
5453
5454 2009-01-31  Dave Love  <fx@gnu.org>
5455
5456         * imap.el (imap-fetch-safe): Bind debug-on-error.
5457         (imap-debug): Add imap-fetch-safe.
5458
5459 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5460
5461         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5462         (auth-source-forget-all-cached): New convenience function.
5463         (auth-source-user-or-password): Accept list of modes or a single mode.
5464
5465         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5466         auth-source modes.
5467
5468         * netrc.el (netrc-machine-user-or-password): Use list of
5469         auth-source modes.
5470
5471         * nnimap.el (nnimap-open-connection): Use list of
5472         auth-source modes.
5473
5474         * nntp.el (nntp-send-authinfo): Use list of
5475         auth-source modes.
5476
5477 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5478
5479         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5480         now.
5481
5482 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5485         coding system in XEmacs; add a workaround for XEmacs.
5486
5487         * lpath.el: Fbind coding-system-aliasee.
5488
5489 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5492         of current-language-environment.
5493
5494 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5497         available at runtime.
5498
5499 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5502
5503 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5504
5505         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5506         the greatest positive fixnum value doesn't work under an XEmacs with
5507         bignum support; use the most-positive-fixnum constant instead,
5508         available since Emacs 21.1 with cl and XEmacs 21.1.
5509
5510 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5513         XEmacs gets not to work.
5514
5515 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * mm-util.el (mm-coding-system-priorities): Allow the value like
5518         "Japanese (UTF-8)" of current-language-environment.
5519
5520 2009-01-09  Glenn Morris  <rgm@gnu.org>
5521
5522         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5523         with last-command-event.
5524
5525 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5528         in the doc string.
5529
5530         * message.el (message-fix-before-sending): Amend comment.
5531
5532 2009-01-08  Dave Love  <fx@gnu.org>
5533
5534         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5535
5536 2009-01-07  David Engster  <dengste@eml.cc>
5537
5538         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5539         simplified server definitions by converting it via
5540         gnus-server-to-method.
5541
5542 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5545         parameter's operands.
5546
5547 2009-01-06  David Engster  <dengste@eml.cc>
5548
5549         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5550         primary select method (for gnus-group-mark-article-as-read).
5551
5552 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5553
5554         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5555         `(gnus)Face', not `(gnus)X-Face'.
5556
5557 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * mm-util.el (mm-ucs-to-char): New function.
5560
5561         * mm-url.el (mm-url-decode-entities): Use it.
5562
5563         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5564         unicode-to-char.
5565
5566 2009-01-05  Dave Love  <fx@gnu.org>
5567
5568         * time-date.el: Require cl for `declare'.
5569
5570 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5573         Dave Love.
5574
5575 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5576
5577         * message.el (message-fix-before-sending): Add `eight-bit' to
5578         illegible-text check.
5579
5580 2009-01-03  Michael Olson  <mwolson@gnu.org>
5581
5582         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5583         `headers' is nil.  This can occur if the IMAP server does not have
5584         permissions to read messages from a folder, but can write new messages
5585         to the folder.
5586         (nnimap-request-article-part): Do not insert `data' if it is nil.
5587
5588         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5589         characters which will confuse `read', so skip past them.
5590
5591 2009-01-01  Dave Love  <fx@gnu.org>
5592
5593         * imap.el (imap-string-to-integer): Fix typo.
5594         (imap-fetch-safe): New function.
5595         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5596
5597         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5598
5599         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5600         (imap-parse-greeting): Fix doc strings.
5601         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5602         (imap-parse-flag-list): Make messages unique.
5603         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5604
5605         * nnimap.el: Fix author email.
5606         (nnimap-split-rule): Add FIXME comment.
5607         (nnimap-debug): Fix doc string.
5608
5609 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5612
5613 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5616         nslookup if resolv.conf isn't available.
5617         (dns-query): Rename from query-dns.
5618         (dns-query-cached): Rename from query-dns-cached.
5619
5620 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5623         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5624         to check if those variables exist (first appeared in Emacs 18.50).
5625
5626 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * mm-util.el (mm-line-number-at-pos): New function.
5629
5630         * spam-report.el (spam-report-process-queue): Use it.
5631
5632 2008-12-24  David Engster  <dengste@eml.cc>
5633
5634         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5635         parameters that haven't existed as variables as buffer-local variables.
5636
5637 2008-12-23  Dave Love  <fx@gnu.org>
5638
5639         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5640         cadar.
5641
5642         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5643         imap-starttls-p.
5644         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5645
5646 2008-12-22  Dave Love  <fx@gnu.org>
5647
5648         * imap.el: Fix author email.  Doc fixes.
5649         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5650         reply.
5651
5652 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * spam-report.el (spam-report-gmane-max-requests): New constant.
5655         (spam-report-gmane-wait): New variable.
5656         (spam-report-gmane-ham, spam-report-gmane-spam)
5657         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5658         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5659         the server.
5660
5661         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5662         Add explanations.
5663
5664         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5665         nnheader-accept-process-output and nnheader-read-timeout if available.
5666         (pop3-movemail): Use it.
5667
5668         * message.el (message-check-news-body-syntax): Fix signature check if
5669         there's an attachment.
5670
5671 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * mm-util.el: Add comments to the mm- emulating functions.
5674
5675 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5678         Reported by Stephen Berman <stephen.berman@gmx.net>.
5679
5680 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * mm-util.el (mm-substring-no-properties): New function.
5683         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5684         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5685         (mm-string-to-multibyte): Doc fix.
5686
5687         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5688
5689 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * mml.el (mml-attach-file): Strip text properties from file name.
5692         (Bug#1574)
5693
5694 2008-12-16  Glenn Morris  <rgm@gnu.org>
5695
5696         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5697
5698 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5701         knows since the charset specified might be a bogus alias that
5702         mm-charset-synonym-alist provides.
5703
5704 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5707         "ISO_8859-1".
5708
5709         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5710
5711 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * mm-util.el (mm-charset-eval-alist):
5714         Define it before mm-charset-to-coding-system.
5715         (mm-charset-to-coding-system): Add optional argument `silent';
5716         define it before mm-charset-override-alist.
5717         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5718         default value if it can be used in Emacs currently running;
5719         silence mm-charset-to-coding-system.
5720
5721 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5724         `allow-override' which says whether to use `mm-charset-override-alist'.
5725         (rfc2047-decode-encoded-words): Use it.
5726
5727         * mm-util.el (mm-charset-override-alist): Fix custom type;
5728         add `(gb2312 . gbk)' to choices.
5729
5730 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5733         fast.
5734
5735         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5736
5737         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5738
5739 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5740
5741         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5742         on links.
5743
5744         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5745
5746 2008-12-03  Lute Kamstra  <lute@gnu.org>
5747
5748         * sha1.el: Remove leading * from docstrings of defcustoms,
5749         deffaces, defconsts and defuns.
5750
5751 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5754         users' addresses that don't have domain parts.
5755         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5756         rather than message-narrow-to-head since there will be the message
5757         header separator.
5758
5759 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5760
5761         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5762         since the result is inserted in a unibyte buffer anyway.
5763         (nnimap-demule-use-string-to-multibyte): Remove.
5764         (nnimap-demule): Alias it to mm-string-to-multibyte.
5765
5766 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5767
5768         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5769         variable for debugging bug#464 and bug#1174.
5770         (nnimap-demule): Use it.
5771
5772 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5775         score calculation correctly.
5776
5777 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5778
5779         * message.el (message-send-mail): Just set the buffer to unibyte
5780         rather than use mm-with-unibyte-current-buffer which does a lot more.
5781         (message-send-mail-partially): Don't bother with
5782         mm-with-unibyte-current-buffer since it's already been made unibyte by
5783         message-send-mail.
5784
5785 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5786
5787         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5788
5789 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5792
5793 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5796         require itself and to remove `with-no-warnings'.
5797
5798 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * starttls.el (starttls-any-program-available): Get the name of the
5801         available TLS layer program.
5802         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5803         well as the host name in the "opening" message.
5804
5805         * auth-source.el (auth-source-cache, auth-source-do-cache)
5806         (auth-source-user-or-password): Cache passwords and logins by default,
5807         allow override with `auth-source-do-cache'.
5808         (auth-source-forget-user-or-password): Allow users to remove cache
5809         entries if needed.
5810
5811 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5812
5813         * md4.el (md4-buffer): Fix typo in docstring.
5814         (md4, md4-64): Doc fixes.
5815         (md4-pack-int32): Reflow docstring.
5816
5817 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5820         condition-case to only the forward-sexp call.
5821
5822 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5823
5824         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5825         quotes contained.  Make it more robust regardless by an extra
5826         condition-case wrapper.
5827
5828 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5831
5832 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * nnml.el (nnml-request-expire-articles): Check if the function set to
5835         `nnmail-expiry-target' returns the symbol `delete'.
5836
5837         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5838
5839         * nnmail.el (nnmail-expiry-target): Fix custom type.
5840
5841 2008-10-02  Glenn Morris  <rgm@gnu.org>
5842
5843         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5844         Silence compiler warning.
5845
5846 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5847
5848         * tls.el (open-tls-stream): Show the actual command being
5849         executed, instead of the format string.
5850
5851 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * lpath.el: Fbind codepage-setup for Emacs 23.
5854
5855 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5856
5857         * mml.el (mml-menu): Don't assume mml2015 is bound.
5858
5859 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5862         exists.
5863
5864 2008-09-27  Glenn Morris  <rgm@gnu.org>
5865
5866         * gnus-util.el (mail-header-remove-comments): Autoload it.
5867
5868 2008-09-27  Andreas Schwab  <schwab@suse.de>
5869
5870         * gnus-util.el (gnus-split-references): Strip comments.
5871         (gnus-parent-id): Likewise.
5872
5873 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * message.el (message-confirm-send): Fix version.
5876
5877 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * message.el (message-idna-to-ascii-rhs-1): Use
5880         mail-extract-address-components rather than mail-header-parse-addresses
5881         that is an alias by default to ietf-drums-parse-addresses that does not
5882         support non-ASCII names in headers' contents.
5883
5884 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5885
5886         * message.el (message-confirm-send): Fix variable documentation to
5887         avoid the "y/n" wording.
5888
5889 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5890
5891         * message.el (message-set-auto-save-file-name): Save to a different
5892         filename so multiple messages (especially drafts) can be recovered.
5893
5894 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5895
5896         * message.el (message-confirm-send): Add appropriate version.
5897
5898 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5899
5900         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5901         defvar.
5902
5903 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5904
5905         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5906         (mm-pkcs7-enveloped-magic): Ditto.
5907
5908 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5909
5910         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5911         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5912
5913 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5914
5915         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5916         default, it's better.
5917
5918 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5919
5920         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5921         summary line gnus-number property and ignore them (with a warning
5922         message).
5923
5924 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5927         macro caddr in the interactive form since it won't be expanded.
5928
5929 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5932         `charset'; fix name of function called recursively.
5933         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5934
5935 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5938         (gnus-mime-set-charset-parameters): New function.
5939         (gnus-mime-view-part-as-charset): Use it to correctly display part
5940         specifying wrong charset.
5941
5942 2008-09-08  David Engster  <dengste@eml.cc>
5943
5944         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5945         in completing-read for back end server.
5946
5947 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * message.el (message-confirm-send): New variable to confirm sending a
5950         message.
5951         (message-send): Use it.
5952
5953 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5954
5955         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5956
5957 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5960
5961 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5964         prevent tracking too many groups.
5965         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5966         Use it.
5967
5968 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5969
5970         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5971         moving point to the bottom of the window in order to avoid recentering.
5972
5973 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5976
5977         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5978         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5979         (gnus-article-beginning-of-window): Fix calculation.
5980
5981 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-msg.el (gnus-summary-supersede-article)
5984         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5985         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5986         message header.
5987
5988 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5989
5990         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5991         pending output coming after the status change.
5992
5993 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5994
5995         * message.el:
5996         * gnus-start.el:
5997         * gnus-registry.el: Remove VMS support.
5998
5999 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6002         macro.
6003         (rfc2104-hash): Use it.
6004
6005 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6008         (gnus-summary-sort-by-most-recent-date): New commands.
6009         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6010         and menu entries.
6011
6012 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6015         don't redisplay article for raw contents; remove plural articles stuff.
6016
6017         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6018         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6019         on gnus-summary-save-article; display results properly.
6020
6021 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * lpath.el: No need to fbind ns-focus-frame.
6024
6025 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6028
6029 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * gnus-art.el (gnus-summary-save-in-pipe):
6032         Consider gnus-save-all-headers.
6033
6034 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6035
6036         * gnus-util.el (ns-focus-frame): Remove declaration.
6037         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6038         like x.
6039
6040 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6041
6042         * rfc2104.el (rfc2104-zero): Delete defconst.
6043         (rfc2104-hex-alist): Likewise.
6044         (rfc2104-hex-to-int): Delete func.
6045         (rfc2104-hexstring-to-bitstring): Likewise.
6046         (rfc2104-nybbles): New defconst.
6047         (rfc2104-hash): Rewrite for speed.
6048
6049 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * tls.el (open-tls-stream): Make it work with the 2nd argument
6052         BUFFER that is a string but does not exist as a buffer object, as
6053         mentioned in the doc-string.
6054
6055 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6058         SXEmacs.
6059
6060 2008-07-16  Glenn Morris  <rgm@gnu.org>
6061
6062         * gnus-util.el (ns-focus-frame): Declare for compiler.
6063
6064 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6067         set as a group parameter.
6068         (gnus-summary-save-in-pipe): Work when it is called independently.
6069         (gnus-summary-pipe-to-muttprint): Don't modify
6070         gnus-summary-pipe-output-default-command.
6071
6072 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6073
6074         * message.el (message-send-mail-with-sendmail):
6075         Display the error message.
6076
6077 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6078
6079         * gnus-art.el (gnus-default-article-saver):
6080         Add gnus-summary-save-in-pipe to choices.
6081         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6082         gnus-summary-pipe-output-default-command as the default command.
6083         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6084         instead of gnus-last-shell-command.
6085
6086         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6087         New user option.
6088         (gnus-summary-muttprint-program): Mention the value will be changed.
6089         (gnus-summary-save-article): Force showing of all headers.
6090         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6091
6092 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6093
6094         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6095
6096 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6097
6098         * nnimap.el (nnimap-id):
6099         * sieve-manage.el (sieve-manage-open): Doc fixes.
6100
6101 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6102
6103         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6104         if available.
6105
6106 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6107
6108         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6109
6110         * nnkiboze.el (nnkiboze-generate-group):
6111         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6112
6113         * nnmairix.el: Require CL.
6114
6115 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * dgnushack.el: Autoload get-display-table and put-display-table for
6118         XEmacs 21.5.
6119
6120         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6121         21.4 and SXEmacs.
6122
6123 2008-06-15  David Engster  <dengste@eml.cc>
6124
6125         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6126
6127 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6128
6129         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6130         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6131         runtime choice under XEmacs.
6132
6133         * gnus-sum.el (gnus-summary-set-display-table):
6134         Use `gnus-put-display-table', `gnus-get-display-table',
6135         `gnus-set-display-table' for the display table, instead of `aset'.
6136
6137         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6138         Use `gnus-put-display-table', `gnus-get-display-table',
6139         `gnus-set-display-table' for the display table.
6140
6141 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * nnmairix.el: Add autoloads.
6144
6145 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * nnmairix.el (nnmairix-delete-recreate-group)
6148         (nnmairix-update-and-clear-marks): Fix error messages.
6149
6150 2008-06-14  David Engster  <dengste@eml.cc>
6151
6152         * nnmairix.el: Upgrade to version 0.6.
6153         (nnmairix-group-toggle-propmarks-this-group)
6154         (nnmairix-group-toggle-readmarks-this-group)
6155         (nnmairix-group-delete-recreate-this-group)
6156         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6157         (nnmairix-remove-tick-mark-original-article): New commands.
6158         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6159         (nnmairix-propagate-marks-to-nnmairix-groups)
6160         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6161         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6162         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6163         functions needed for marks propagation and manipulation of read marks.
6164         (nnmairix-update-groups): New function.
6165         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6166         (nnmairix-determine-original-group-from-registry)
6167         (nnmairix-determine-original-group-from-path)
6168         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6169         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6170         New helper functions.
6171         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6172         keystrokes for new commands.
6173         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6174         (nnmairix-request-group): Check allow-fast group parameter.
6175         (nnmairix-request-create-group): Set allow-fast group parameter if
6176         nnmairix-allowfast-default is set.
6177         (nnmairix-close-group): Propagate marks upon closing if needed.
6178         (nnmairix-group-toggle-threads-this-group): Use new.
6179         nnmairix-group-toggle-parameter helper function.
6180         (nnmairix-search): Better check for empty search result.
6181         (nnmairix-goto-original-article): Use new helper functions for
6182         determining original article.
6183         (nnmairix-show-original-article): Make sure message-id is in brackets.
6184         (nnmairix-call-mairix-binary): Change variable name.
6185         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6186         helper function.
6187         (nnmairix-widget-toggle-activate): Fix doc string.
6188
6189 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * nnir.el: Require edmacro when compiling with XEmacs.
6192         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6193         available in Emacs 21.
6194
6195 2008-06-11  Glenn Morris  <rgm@gnu.org>
6196
6197         * gnus-util.el (x-focus-frame):
6198         * gnus.el (image-size):
6199         * mm-decode.el (image-size): Declare.
6200
6201         * gnus-picon.el (declare-function): Add compat definition.
6202         (image-size): Declare.
6203
6204         * gnus-group.el (tool-bar-map):
6205         * gnus-sum.el (tool-bar-map): Define for compiler.
6206
6207         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6208
6209         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6210
6211         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6212         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6213         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6214         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6215         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6216         * sieve-manage.el, spam-report.el, spam.el:
6217         Remove unnecessary eval-and-compile of autoloads.
6218
6219 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6220
6221         * auth-source.el: Precise Tramp doc.
6222
6223 2008-06-07  Glenn Morris  <rgm@gnu.org>
6224
6225         * nnmairix.el: Remove unnecessary eval-when-compile.
6226
6227 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * lpath.el: Fbind propertize for XEmacs 21.4.
6230
6231 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * nnir.el: Move here from ../contrib.
6234
6235 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6236
6237         * gnus-util.el (gnus-read-shell-command): New function.
6238         * mm-decode.el (mm-pipe-part):
6239         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6240
6241 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6244
6245 2008-06-03  Glenn Morris  <rgm@gnu.org>
6246
6247         * pop3.el (nnheader-accept-process-output): Autoload it.
6248
6249 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6252         are not 2-digit hexadecimal characters that follow `%'s.
6253
6254 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6255
6256         * message.el (message-bogus-recipient-p): Fix type in doc string.
6257         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6258         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6259         Improve custom options.
6260         (message-bogus-recipient-p): Adjust accordingly.
6261
6262 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6263
6264         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6265         long-form month and day names.
6266
6267 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * dgnushack.el: Autoload debug, eudc-expand-inline and
6270         pgg-snarf-keys-region for XEmacs.
6271
6272         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6273
6274         * nnmairix.el: Require edmacro when compiling with XEmacs.
6275
6276 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6279         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6280
6281 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * auth-source.el: Add more docs.
6284
6285         * netrc.el (netrc-machine): Always match if the port is not given.
6286
6287 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6290         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6291         retrieval faster in some cases, but might make CPU usage larger.
6292         If this has any bad side effects, we might revert this change.
6293
6294         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6295         seems to make mail retrieval much, much faster.
6296         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6297         unconditionally.
6298
6299         * gnus-draft.el (gnus-group-send-queue):
6300         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6301
6302 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6305
6306         * message.el (message-bogus-address-regexp): Fix and improve custom
6307         type.
6308         (message-setup-hook): Add message-check-recipients as custom option.
6309
6310 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * message.el (message-cite-function): Remove bogus autoload which crept
6313         in during merge from v5-10.
6314
6315 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6318
6319         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6320
6321         * auth-source.el: Preliminary Tramp docs.
6322         (auth-sources): Change the default auth-sources to use
6323         EPA .gpg files.
6324
6325 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * nntp.el: Autoload `auth-source-user-or-password'.
6328         (nntp-send-authinfo): Use it.
6329
6330         * nnimap.el: Autoload `auth-source-user-or-password'.
6331         (nnimap-open-connection): Use it.
6332
6333         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6334         for the gnus-message function.
6335         (auth-source-user-or-password): Use it.
6336
6337 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6338
6339         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6340         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6341         (rfc2104-hash): Use it.
6342
6343 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6344
6345         * gnus-art.el (gnus-article-toggle-truncate-lines):
6346         Don't use `iff' in docstring.
6347
6348 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6349
6350         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6351
6352         * gnus-util.el (gnus-extract-address-component-name)
6353         (gnus-extract-address-component-email): Convenience functions around
6354         `gnus-extract-address-components'.
6355
6356         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6357         Use `gnus-extract-address-component-email' to fix bug of comparing full
6358         sender name to `user-mail-address'.
6359
6360 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6361
6362         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6363         catch/throw to optimize.
6364         (gnus-registry-find-keywords): Just use member to find a keyword.
6365
6366 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6367
6368         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6369         is current before calling gnus-server-prepare.
6370         (gnus-server-setup-buffer, gnus-server-update-server)
6371         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6372
6373 2008-05-04  Juri Linkov  <juri@jurta.org>
6374
6375         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6376         (mailcap-file-default-commands): Use mailcap-replace-in-string
6377         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6378         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6379
6380 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6381
6382         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6383
6384 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6385
6386         * gnus.el: Bump version to 0.11.
6387
6388 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6389
6390         * gnus.el: No Gnus v0.10 is released.
6391
6392 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6393
6394         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6395         hooks.
6396         (gnus-update-read-articles): Speed up non-marks-using users.
6397         (gnus-use-marks): Define gnus-use-marks.
6398         (gnus-propagate-marks): Rename variable to something more sensible.
6399
6400 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6401
6402         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6403         (gmm-image-load-path-for-library): Fix typos in docstrings.
6404         (gmm-message): Reflow docstring.
6405
6406 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * mail-source.el (mail-source-set-1, mail-source-bind):
6409         Move auth-source code out of the macro to clean it up and fix bugs.
6410
6411 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6412
6413         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6414         by sender if it's equal to user-mail-address, it's likely to be
6415         useless.
6416
6417         * mail-source.el (mail-source-bind): Don't use user or password if they
6418         are not bound.  Unintern them if they are nil.  Don't use server unless
6419         it's bound, and default it to empty string otherwise.
6420
6421 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6422
6423         * mail-source.el: Load auth-source.el.
6424         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6425         get user name or password, if auth-sources is set up.
6426
6427         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6428         strategy of splitting with parent.
6429         (gnus-registry-split-fancy-with-parent)
6430         (gnus-registry-post-process-groups): Use it and fix prior
6431         bug (returning a list as the split result).
6432
6433         * auth-source.el (auth-sources): Remove server parameter.
6434         (auth-source-pick, auth-source-user-or-password)
6435         (auth-source-user-or-password-imap)
6436         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6437         (auth-source-user-or-password-sftp)
6438         (auth-source-user-or-password-smtp): Remove server parameter.
6439
6440 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6441
6442         * smime.el (smime-sign-region, smime-encrypt-region)
6443         (smime-decrypt-region):
6444         Remove redundant calls to `generate-new-buffer-name'.
6445
6446 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6447
6448         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6449         Don't use QP for message/rfc822.
6450         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6451
6452 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6453
6454         * sieve-manage.el (sieve-string-bytes): Remove.
6455         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6456         correct byte-length only if the process's coding-system is the same as
6457         the one used internally by Emacs to represent strings.
6458
6459 2008-04-22  Juri Linkov  <juri@jurta.org>
6460
6461         * mailcap.el (mailcap-file-default-commands): New function.
6462
6463 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * message.el (message-signature-separator, message-cite-function):
6466         Change custom version.
6467
6468 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6469
6470         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6471         commands.
6472         (tls-checktrust): Ditto.
6473
6474 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * mm-decode.el (mm-display-external): Make temp file read-only.
6477
6478 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6481         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6482         `C-c C-f d'.
6483
6484 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6485
6486         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6487
6488 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * gnus.el: Bump version to 0.9.
6491
6492 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * gnus.el: No Gnus v0.8 is released.
6495
6496 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6497
6498         * mail-source.el (mail-source-value):
6499         Prefer fboundp to functionp so it works with macros as well.
6500
6501 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6502
6503         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6504         Fix last change in case the element is not even a symbol.
6505
6506 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6507
6508         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6509         Prefer fboundp to functionp so it works with macros as well.
6510
6511 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6512
6513         * auth-source.el: Add docs.
6514         (auth-sources): Modify format to support server.
6515         (auth-source-pick, auth-source-user-or-password)
6516         (auth-source-user-or-password-imap)
6517         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6518         (auth-source-user-or-password-sftp)
6519         (auth-source-user-or-password-smtp): Add server parameter.
6520
6521 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6522
6523         * gnus-registry.el: Initialize the registry when gnus-registry-install
6524         is t.
6525
6526 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * compface.el (uncompface): Make buffer unibyte.
6529
6530 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6531
6532         * mail-source.el (mail-source-value):
6533         Prefer fboundp to functionp so it works with macros as well.
6534
6535 2008-04-05  Glenn Morris  <rgm@gnu.org>
6536
6537         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6538
6539 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6540
6541         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6542         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6543
6544         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6545         multibyteness after rather than before erasing it.
6546
6547         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6548         mm-with-multibyte.
6549         (gnus-request-article-this-buffer): Make sure the proper decoding is
6550         used if gnus-original-article-buffer happens to be unibyte.
6551
6552         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6553         default-enable-multibyte-characters.
6554
6555         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6556         default-enable-multibyte-characters.
6557
6558         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6559
6560         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6561
6562 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6563
6564         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6565         Fix last change in case the element is not even a symbol.
6566
6567 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6568
6569         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6570         (imap-message-copyuid-1): Use it.
6571         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6572         J. Williams in
6573         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6574
6575         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6576         imap-enable-exchange-bug-workaround.
6577         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6578
6579 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6580
6581         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6582         a 100 byte status-checks into a 2-3MB transfer for each group.
6583         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6584         to enable bug workaround or not.
6585         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6586
6587 2008-03-31  Glenn Morris  <rgm@gnu.org>
6588
6589         * message.el (mml2015-use): Declare for compiler.
6590         (message-info): Require mml2015 when appropriate.
6591
6592 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6595         whitespace.
6596
6597 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6598
6599         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6600         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6601         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6602         (nntp-service-to-port): New function.
6603         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6604         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6605         (nntp-open-netcat-stream): New function.
6606         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6607
6608 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6609
6610         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6611
6612 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6613
6614         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6615
6616 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6617
6618         * dns.el (dns-write): Use set-buffer-multibyte.
6619
6620 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6621
6622         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6623
6624 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * message.el (message-signature-separator): Change default.
6627         Improve custom type.
6628         (message-cite-function): Change default to
6629         message-cite-original-without-signature.
6630
6631         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6632         toggle.
6633
6634         * message.el (message-check-news-body-syntax): Fix signature check.
6635         (message-setup-1): Mark buffer as unmodified _after_ running
6636         message-setup-hook and handling message-alternative-emails.
6637         (message-shorten-references): Be more strict when building list of
6638         valid references to comply with GNKSA.
6639
6640         * gnus-group.el (gnus-read-ephemeral-bug-group)
6641         (gnus-read-ephemeral-debian-bug-group)
6642         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6643
6644         * message.el (message-info): Don't use booleanp which isn't supported
6645         in Emacs 21 and XEmacs.
6646
6647 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6648
6649         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6650         gnus-group-gmane-group-download-format.
6651         (gnus-group-read-ephemeral-gmane-group): Rename from
6652         gnus-group-read-ephemeral-gmane-group.
6653         (gnus-read-ephemeral-gmane-group-url): Rename from
6654         gnus-group-read-ephemeral-gmane-group-url.
6655         (gnus-bug-group-download-format-alist): New variable.
6656         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6657         (gnus-read-ephemeral-emacs-bug-group): New commands.
6658
6659 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6660
6661         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6662         (gnus-visible-headers): Improve custom type.
6663
6664 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * mml.el (mml-menu): Add workarounds for XEmacs.
6667
6668         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6669         X-Boundary header.
6670
6671         * message.el (message-simplify-recipients): Fix previous commit.
6672
6673 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6674
6675         * mm-util.el (mm-set-buffer-multibyte): New function.
6676         * mm-decode.el (mm-copy-to-buffer): Use it.
6677
6678         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6679         Prefer fboundp to functionp so it works with macros as well.
6680
6681 2008-03-19  Glenn Morris  <rgm@gnu.org>
6682
6683         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6684         Accidentally removed in the sync process with Emacs.
6685
6686 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * message.el (message-alter-recipients-discard-bogus-full-name):
6689         New function.
6690         (message-alter-recipients-function): New variable.
6691         (message-get-reply-headers): Use it.
6692         (message-replace-header): New helper function.
6693         (message-recipients-without-full-name): New variable.
6694         (message-simplify-recipients): New command.
6695
6696         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6697
6698         * message.el (message-info): Handle EasyPG manual.
6699
6700         * mml.el (mml-menu): Add entry for EasyPG.
6701
6702 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6703
6704         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6705         parameter.
6706
6707         * message.el (message-disassociate-draft): Specify drafts group name
6708         fully.
6709
6710 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6713         Eliminate unnecessary duplicates from the match list.
6714
6715 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6718
6719         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6720
6721         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6722         args of `how-many' of which the XEmacs version doesn't take; declare
6723         Info-index-next as function.
6724
6725 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * gnus-score.el (gnus-score-headers): Fix handling of
6728         gnus-inhibit-slow-scoring.
6729
6730         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6731         string.
6732         (gnus-button-url-regexp): Improve handling of parenthesis.
6733         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6734         (gnus-button-handle-info-keystrokes): Handle index entries.
6735
6736 2008-03-15  Glenn Morris  <rgm@gnu.org>
6737
6738         * parse-time.el (parse-time-string): Simplify.
6739
6740 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6743         Incoming* files.
6744
6745 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6746
6747         * auth-source.el (auth-sources): Rename from auth-source-choices.
6748         (auth-source-pick): Use it.
6749
6750 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6751
6752         * binhex.el (binhex-decode-region-internal):
6753         * uudecode.el (uudecode-decode-region-internal):
6754         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6755         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6756         setting default-enable-multibyte-characters.
6757
6758 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6759
6760         * auth-source.el (auth-source-protocols)
6761         (auth-source-protocols-customize, auth-source-choices): Add and
6762         modified variable customizations and defaults.
6763         (auth-source-pick, auth-source-user-or-password)
6764         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6765         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6766         (auth-source-user-or-password-sftp)
6767         (auth-source-user-or-password-smtp): Use new variables and provide an
6768         interface to netrc.el.
6769
6770 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6773         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6774         Make sure the nntp port to specify is a string.
6775
6776 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6777
6778         * nntp.el: Use with-current-buffer.
6779         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6780         dubious mm-with-unibyte-current-buffer.
6781         (nntp-with-open-group-function): New function extracted from
6782         nntp-with-open-group macro.
6783         (nntp-with-open-group): Use the function, so it's easier to debug.
6784         Add indentation and debugging info.
6785         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6786         Recommend the use of the netcat alternatives.
6787
6788         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6789         Avoid mm-string-as-multibyte as well.
6790
6791         * nnweb.el (nnweb-insert-html):
6792         Remove use of nnheader-string-as-multibyte.
6793
6794         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6795         (nnheader-string-as-multibyte): Remove.
6796
6797         * mm-view.el: Use inhibit-read-only.
6798         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6799         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6800         or unibyte-string.
6801
6802         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6803         (mm-uu-yenc-extract): Use with-current-buffer.
6804
6805         * gnus-soup.el (gnus-soup-send-packet): Don't use
6806         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6807
6808         * nnmh.el: Use with-current-buffer.
6809         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6810         mm-string-as-multibyte on the output of mm-encode-coding-string.
6811
6812         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6813         (nnimap-request-move-article): Use with-current-buffer.
6814
6815         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6816         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6817         conversion uses string-make-unibyte rather than string-as-unibyte.
6818
6819         * gnus-msg.el: Use with-current-buffer.
6820
6821         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6822
6823 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6824
6825         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6826         string for caching if it is 'PIN.
6827
6828 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * lpath.el: Consider the case without Emacs/W3.
6831
6832 2008-03-08  Glenn Morris  <rgm@gnu.org>
6833
6834         * time-date.el (date-to-time, time-subtract, time-add)
6835         (safe-date-to-time): Doc fixes.
6836
6837 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * mail-source.el (mail-source-delete-old-incoming-confirm):
6840         Change default to nil.
6841         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6842
6843 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * lpath.el: Rearrange.
6846
6847         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6848         (gnus-article-goto-prev-page): Work for articles having ^L's.
6849
6850         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6851
6852         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6853
6854 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6855
6856         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6857         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6858         (gnus-bookmark-jump): Adjust some variable names.
6859
6860 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6861
6862         * auth-source.el: New package.
6863         (auth-source-choices): Add customization entry point variable.
6864
6865         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6866         bug.
6867
6868 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6869
6870         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6871         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6872         (gnus-registry-install-shortcuts): Rename from
6873         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6874         the `gnus-registry-mark-map' keymap dynamically from
6875         `gnus-registry-marks'.  The generated functions update the summary line
6876         when a registry mark is added or deleted, and will call
6877         `gnus-registry-install-p' (see the comments in the code).
6878         (gnus-registry-user-format-function-M): Use concat intelligently.
6879
6880         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6881         the registry mark functions.
6882
6883 2008-03-05  Glenn Morris  <rgm@gnu.org>
6884
6885         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6886         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6887         gnus-art.
6888         (top-level): No need to load own source when compiling.
6889
6890 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6893         Suggested by <chris.anderton@zetnet.co.uk>.
6894
6895 2008-03-04  Glenn Morris  <rgm@gnu.org>
6896
6897         * gnus-sum.el (top-level): No need to require gnus when compiling,
6898         since unconditionally required near start of file.
6899         (gnus-summary-display-while-building): Move definition before use.
6900
6901 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6902
6903         * gnus-registry.el (gnus-registry-user-format-function-M):
6904         Add formatting function.
6905
6906 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6907
6908         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6909         with plists.
6910         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6911         Use new format.
6912
6913 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6916         `where-is-internal' that returns a range of key sequences.
6917
6918 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6919
6920         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6921
6922         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6923         (gnus-summary-jump-to-group): Consider windows on other displayed
6924         frames as well.  Similar changes might be needed elsewhere, but that's
6925         the one I've bumped into during my use.
6926
6927         * nndoc.el (nndoc-oe-dbx-type-p):
6928         * gnus-msg.el (gnus-debug):
6929         * gnus-group.el (gnus-update-group-mark-positions):
6930         Use mm-string-to-multibyte.
6931
6932 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6935         doesn't handle NotDashEscaped.
6936
6937         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6938         (mml-dnd-attach-options): Fix typo in custom choice.
6939
6940         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6941         Change nndoc-article-type to mbox.
6942         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6943
6944         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6945         to nil, instead of html2text.
6946
6947         * imap.el (imap-debug): Add `imap-ping-server'.
6948
6949         * gnus-bookmark.el: Add FIXMEs.
6950
6951         * message.el (message-form-letter-separator)
6952         (message-send-form-letter-delay): New variables.
6953         (message-send-form-letter): Use them.  New command to send form
6954         letters.  Requested by Uwe Siart.
6955         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6956
6957 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * Update copyright years.
6960
6961 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         Sync from EMACS_22_BASE.
6964
6965         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6966
6967 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6968
6969         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6970         empty author.
6971
6972 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * gnus-registry.el (gnus-registry-marks): Add variable for
6975         customization of marks and their appearance.
6976         (gnus-registry-read-mark): Use it.
6977         (gnus-registry-do-marks): Add utility function to loop through
6978         `gnus-registry-marks'.
6979         (gnus-registry-install-shortcuts-and-menus): Add function to install
6980         shortcuts and menus.
6981         (gnus-registry-initialize): Use it.
6982         (gnus-registry-default-mark): Clarify documentation.
6983
6984 2008-02-29  Glenn Morris  <rgm@gnu.org>
6985
6986         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6987         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6988         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6989         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6990         Change defcustom :version from 23.0 to 23.1.
6991
6992 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * gnus-registry.el (gnus-registry-follow-group-p)
6995         (gnus-registry-post-process-groups): Add functions to aid registry
6996         splitting and improve logging.  Clarify behavior in function
6997         documentation.
6998         (gnus-registry-split-fancy-with-parent): Use them.
6999
7000 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7001
7002         * gnus-art.el: Use with-current-buffer.
7003
7004 2008-02-27  David Engster  <dengste@eml.cc>
7005
7006         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7007         Express real group name in the response.
7008
7009 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7012         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7013         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7014         autoload gnus-registry-fetch-group when compiling.
7015         (nnmairix-request-group-with-article-number-correction):
7016         Remove unreferenced argument passed to nnmairix-call-backend.
7017
7018 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7021         (mm-uu-extract): Improve face for low color ttys.
7022         Reported by Sascha Wilde.
7023
7024 2008-02-27  Glenn Morris  <rgm@gnu.org>
7025
7026         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7027         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7028         variables to defconsts.  Convert comments to doc-strings.
7029         (nnmairix-last-server, nnmairix-current-server): Convert from free
7030         variables to defvars.  Convert comments to doc-strings.
7031         (gnus-registry-fetch-group): Autoload.
7032         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7033         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7034         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7035         caddr.
7036         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7037         nnmairix-request-group-with-article-number-correction call.
7038         (nnmairix-fast, nnmairix-group): New, less general names, for free
7039         variables passed from nnmairix-request-group to
7040         nnmairix-request-group-with-article-number-correction.  Declare.
7041         (nnmairix-request-group-with-article-number-correction):
7042         Use nnmairix-fast, nnmairix-group rather than fast, group.
7043
7044 2008-02-26  David Engster  <dengste@eml.cc>
7045
7046         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7047         version 0.5.
7048
7049 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7052         instead of making an extra function call.  Don't add the current group
7053         to articles only when they have the group.  Use
7054         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7055         Reported by David <de_bb@arcor.de>.
7056
7057 2008-02-24  Miles Bader  <miles@gnu.org>
7058
7059         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7060         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7061         (mm-find-mime-charset-region):
7062         * mm-bodies.el (mm-encode-body):
7063         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7064
7065 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7068         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7069
7070 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * mail-source.el (mail-source-delete-incoming): Change default.
7073         Supplement doc string.
7074
7075         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7076
7077 2008-02-14  Glenn Morris  <rgm@gnu.org>
7078
7079         * time-date.el (format-seconds): New function.
7080
7081 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * nnmail.el (nnmail-message-id-cache-file): Derive from
7084         `gnus-home-directory'.
7085
7086 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7087
7088         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7089         Document negative prefix.
7090
7091         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7092
7093 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * message.el (message-unsent-separator): Add the Exim bounce
7096         separator.
7097
7098 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7099
7100         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7101         list.
7102         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7103         recipient/signer list.
7104
7105 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * Makefile.in (datarootdir): Define.
7108         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7109         name that might contain whitespace.
7110
7111 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7112
7113         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7114         fbound (Emacs 23 unicode), signal an error.
7115
7116 2008-02-08  Glenn Morris  <rgm@gnu.org>
7117
7118         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7119
7120 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7121
7122         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7123         ports to the calls to `netrc-machine-user-or-password' in addition to
7124         "imap" and "imaps".
7125
7126 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7127
7128         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7129
7130         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7131
7132 2008-02-01  Kenichi Handa  <handa@m17n.org>
7133
7134         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7135         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7136         (rfc2104-hash): Convert the result of concat to unibyte string.
7137
7138 2008-02-01  Dave Love  <fx@gnu.org>
7139
7140         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7141         coding-system-for-read.
7142         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7143
7144 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7147         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7148         <hanche@math.ntnu.no>.
7149
7150 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7153
7154         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7155
7156 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7157
7158         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7159         * message.el (message-beginning-of-line): Use featurep instead of bound
7160         tests in order to resolve conditionals at compile time.
7161
7162 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7163
7164         * mail-source.el (mail-sources): Add `group' choice.
7165
7166         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7167         parameter `in-group' to control into which group the articles go.
7168         Add treatment of `group' mail-source.
7169
7170 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7173
7174         * mm-decode.el (mm-dissect-buffer): Decode description.
7175
7176         * mml.el (mml-to-mime): Encode message header first.
7177
7178 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7181         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7182
7183         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7184         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7185
7186 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7187
7188         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7189
7190 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7193         prefix keys.
7194         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7195         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7196         gnus-xmas.el.
7197
7198         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7199         (gnus-xmas-article-describe-bindings): New function.
7200         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7201         gnus-xmas-article-describe-bindings.
7202
7203         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7204
7205 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7206
7207         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7208         Add new variables for article mark management.
7209         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7210         list of extra data entries which, when present, will indicate that the
7211         article ID should not be trimmed from the registry.
7212         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7213         functions.
7214         (gnus-registry-read-mark): New function to read a mark name from the
7215         user.
7216         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7217         (gnus-registry-set-article-mark-internal): New functions to add and
7218         remove marks.
7219         (gnus-registry-get-article-marks): New function to show the marks for
7220         an article, or retrieve them for further use.
7221
7222 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7225         keys when no argument is given.
7226
7227 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * imap.el (imap-ping-server): New variable.
7230         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7231         (imap-ping-server): Minor doc string fixes.
7232
7233 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7234
7235         * imap.el (imap-ping-server): New function.
7236         (imap-opened): Call imap-ping-server.
7237
7238 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * gnus-sum.el (gnus-article-sort-by-random)
7241         (gnus-thread-sort-by-random): Fix doc strings.
7242         Reported by jidanni@jidanni.org.
7243
7244 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-art.el (gnus-article-describe-bindings): New function.
7247         (gnus-article-read-summary-keys): Use it.
7248         (gnus-article-mode-map): Bind `C-h b' to it.
7249
7250 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7253         XEmacs.
7254         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7255         Protect against non-character events.
7256
7257         * lpath.el: Fbind map-keymap for Emacs 21.
7258
7259 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7262         New command.
7263         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7264         instead of END.  Change name of the temp file.
7265         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7266         customizable.
7267
7268 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7271         bind `S W' to gnus-article-wide-reply-with-original; set default
7272         binding to gnus-article-read-summary-send-keys.
7273         (gnus-article-read-summary-keys): Fix the order of keys; display
7274         continuation keys correctly in the echo area; describe bindings
7275         correctly when keys end with `C-h'.
7276         (gnus-article-read-summary-send-keys): New function.
7277         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7278         Work for gnus-article-read-summary-send-keys; display continuation keys
7279         correctly in the echo area.
7280         (gnus-article-reply-with-original): Ignore prefix argument.
7281         (gnus-article-wide-reply-with-original): New function.
7282
7283         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7284         Emacs 21.
7285
7286 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7289         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7290
7291 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7294         (gnus-group-read-ephemeral-gmane-group): New command.
7295
7296 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7297
7298         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7299
7300 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * message.el (message-send-mail-function): Increase custom version.
7303
7304         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7305         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7306
7307 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7308
7309         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7310         for the cases where imap-authenticate is called with a nil buffer
7311         parameter.
7312
7313 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7316         html parts correctly; support forwarded messages.
7317         (gnus-article-browse-html-article): Remove work buffers.
7318
7319         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7320         compiling.
7321         (netrc-bound-and-true-p): New macro.
7322         (netrc-parse): Use it instead of bound-and-true-p that is not available
7323         in XEmacs 21.4.
7324
7325 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7326
7327         * gnus-registry.el (gnus-registry-mark-article)
7328         (gnus-registry-article-marks): Add functionality to mark articles
7329         through the Gnus registry.
7330
7331         * encrypt.el: Clarify documentation for the new pgg method.
7332         (encrypt-file-alist): Add PGG option.
7333         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7334         functionality.  Abstract password key and messaging to external
7335         functions.
7336         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7337         (encrypt-message-method-and-cipher): Add new convenience external
7338         functions.
7339         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7340         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7341
7342         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7343         (netrc-parse): Use encrypt-file-alist to determine if
7344         encrypt-find-model or encrypt-insert-file-contents should be used.
7345
7346         * encrypt.el: Clarify documentation.  Load password-cache or
7347         password, whichever one is found first, instead of autoloading.
7348
7349 2007-12-19  Glenn Morris  <rgm@gnu.org>
7350
7351         * mml.el (message-options-set, message-narrow-to-head)
7352         (message-in-body-p, message-mail-p, message-encode-message-body):
7353         Autoload.
7354         (message-remove-header, message-narrow-to-headers-or-head)
7355         (message-subscribed-p, message-make-mail-followup-to)
7356         (message-position-on-field, message-news-p)
7357         (message-options-set-recipient, message-generate-headers)
7358         (message-sort-headers): Declare as functions.
7359
7360 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7363         convention in doc string.
7364
7365 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7368         title to html parts.
7369         (gnus-article-browse-html-article): Pass message header to it.
7370
7371         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7372
7373 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7376         or password compatible with XEmacs.
7377
7378 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7381         format document.
7382         (gnus-mime-delete-part): Don't write description line if empty.
7383         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7384
7385 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7386
7387         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7388         (gnus-summary-mark-read-and-unread-as-read)
7389         (gnus-summary-mark-current-read-and-unread-as-read)
7390         (gnus-summary-mark-unread-as-ticked): Doc fix.
7391         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7392
7393 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7396         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7397
7398 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7401         yes-or-no-p.
7402
7403 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * mm-decode.el (mm-add-meta-html-tag): New function.
7406         (mm-save-part-to-file, mm-pipe-part): Use it.
7407
7408         * gnus-art.el (gnus-article-browse-delete-temp-files):
7409         Use gnus-y-or-n-p instead of y-or-n-p.
7410         (gnus-article-browse-html-parts): Work with message/external-body; use
7411         mm-add-meta-html-tag.
7412
7413 2007-12-11  Glenn Morris  <rgm@gnu.org>
7414
7415         * gnus-cache.el: Require gnus-sum not just when compiling.
7416
7417         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7418
7419         * gnus-int.el (gnus-server-opened, gnus-status-message):
7420         Move definitions before use.
7421
7422         * mm-decode.el: Require gnus-util.
7423         (mm-remove-part): Only call delete-annotation on XEmacs.
7424
7425         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7426
7427         * nnmail.el: Require gnus-int.
7428
7429         * spam.el: Move `require's before `eval-when-compile's.
7430
7431         * gnus-ems.el (gnus-alive-p):
7432         * gnus-fun.el (message-goto-eoh):
7433         * gnus-util.el (gnus-group-name-decode):
7434         * mail-source.el (gnus-compress-sequence):
7435         * message.el (Info-goto-node, format-spec):
7436         * mm-bodies.el (message-options-get):
7437         * mm-decode.el (mm-view-pkcs7):
7438         * mm-util.el (gmm-write-region):
7439         * mml-smime.el (mml-compute-boundary)
7440         (gnus-completing-read-with-default):
7441         * mml.el (widget-button-press, gnus-make-hashtable):
7442         * mml1991.el (mm-decode-content-transfer-encoding)
7443         (mm-encode-content-transfer-encoding)
7444         (message-options-get, message-options-set):
7445         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7446         * nnfolder.el (gnus-request-group):
7447         * nnheader.el (ietf-drums-unfold-fws):
7448         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7449         * smime.el (gnus-run-mode-hooks):
7450         * spam-stat.el (gnus-message): Autoload.
7451
7452         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7453         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7454         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7455         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7456         Add declare-function compatibility definition.
7457
7458         * gnus-cache.el (nnvirtual-find-group-art):
7459         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7460         (gnus-add-image, gnus-add-wash-type):
7461         * gnus-group.el (nnkiboze-score-file):
7462         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7463         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7464         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7465         (message-tokenize-header, gnus-get-buffer-create)
7466         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7467         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7468         * gnus.el (gnus-group-decoded-name):
7469         * mail-source.el (imap-capability):
7470         * mm-bodies.el (message-options-set):
7471         * mm-decode.el (gnus-configure-windows):
7472         * mm-extern.el (message-goto-body):
7473         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7474         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7475         (epg-sub-key-validity, message-options-set):
7476         * mml.el (widget-event-point, gnus-configure-windows):
7477         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7478         * mml2015.el (epg-check-configuration, epg-configuration)
7479         (message-options-set):
7480         * nndb.el (nndb-request-article):
7481         * nnfolder.el (gnus-request-create-group):
7482         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7483         * nnmaildir.el (gnus-group-mark-article-read):
7484         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7485         * rfc1843.el (message-fetch-field):
7486         * spam.el (gnus-extract-address-components):
7487         Declare as functions.
7488
7489 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7492
7493         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7494
7495         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7496         bind show-trailing-whitespace for XEmacs.
7497
7498 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7501         new no-op macro for backward compatibility.
7502
7503         * imap.el (imap-string-to-integer): New function.
7504
7505 2007-12-09  Glenn Morris  <rgm@gnu.org>
7506
7507         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7508
7509         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7510         * message.el, mm-view.el, sieve-manage.el, smime.el:
7511         Add declare-function compatibility definition.
7512
7513         * gnus-art.el (w3-region, w3m-region, Info-menu):
7514         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7515         * gnus-sum.el (gnus-get-predicate):
7516         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7517         * message.el (mail-abbrev-in-expansion-header-p):
7518         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7519         (w3m-detect-meta-charset, w3m-region):
7520         * sieve-manage.el (password-read, password-cache-add)
7521         (password-cache-remove):
7522         * smime.el (password-read-and-add): Declare as functions.
7523
7524 2007-12-08  David Kastrup  <dak@gnu.org>
7525
7526         * gnus-sum.el (gnus-summary-simplify-subject-query):
7527         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7528         `message'.
7529
7530 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7533         it to bind idna-program, installation-directory, defined-colors, and
7534         face-attribute for XEmacs of the version that compiles defcustom forms.
7535
7536 2007-12-07  Glenn Morris  <rgm@gnu.org>
7537
7538         * gnus-art.el (article-make-date-line): Revert previous change.
7539
7540 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7543
7544 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7545
7546         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7547         Call gnus-add-to-range ranges only once with a prepared article-list.
7548
7549 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7550
7551         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7552         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7553         group names with backslashes.
7554         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7555
7556 2007-12-06  Deepak Goel  <deego3@gmail.com>
7557
7558         * gnus-art.el (article-make-date-line):
7559         * gnus-start.el (gnus-load):
7560         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7561
7562 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-art.el (gnus-use-idna)
7565         * gnus-start.el (gnus-site-init-file)
7566         * message.el (message-use-idna)
7567         * mm-uu.el (mm-uu-hide-markers)
7568         * smiley.el (smiley-style): Revert changes that suppress warnings.
7569
7570 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7573         specify charset to html source.
7574         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7575
7576 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7579         idna-program in order to suppress byte compile warning issued by XEmacs
7580         that came to byte compile the default value section of defcustom forms
7581         recently.
7582
7583         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7584         value of installation-directory.
7585
7586         * message.el (message-use-idna): Don't directly refer to the value of
7587         idna-program.
7588
7589         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7590
7591         * smiley.el (smiley-style): Don't directly call face-attribute.
7592
7593 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7596
7597         * gnus-dired.el: Reduce Gnus dependencies.
7598         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7599         Don't require.  Use autoloads instead.
7600         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7601         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7602         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7603         (gnus-dired-mode): Adjust doc string.
7604         (gnus-dired-mail-mode): New variable.
7605         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7606         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7607         (gnus-dired-mail-buffers): New function.  Return mail or message
7608         composition buffers.
7609         (gnus-dired-attach): Use it.
7610         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7611         NO-DECODE.
7612         (gnus-dired-print): Use `gnus-print-buffer' depending on
7613         `gnus-dired-mail-mode'.
7614
7615 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * rfc2047.el (rfc2047-encoded-word-regexp)
7618         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7619         explaining what regexp patterns are for.
7620
7621 2007-12-04  Glenn Morris  <rgm@gnu.org>
7622
7623         * password.el: Move to password-cache.el.
7624
7625         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7626         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7627         * mml-smime.el (password-read, password-cache-add)
7628         (password-cache-remove):
7629         No need to autoload, since mml-sec requires password.
7630
7631         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7632         * message.el (gnus-extract-address-components):
7633         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7634
7635         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7636         password.
7637
7638 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * mailcap.el: Reduce dependencies.
7641         (mail-header-parse-content-type): Autoload.
7642         (mailcap-delete-duplicates): New alias.
7643         (mailcap-mime-info): Add optional argument NO-DECODE.
7644         (mailcap-mime-types): Use mailcap-delete-duplicates.
7645
7646         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7647
7648 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7649
7650         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7651         (imap-parse-status): Upcase status-att for servers that sends them
7652         lower-case (e.g., MS Exchange 2007).
7653
7654 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7655
7656         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7657         function.
7658
7659         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7660         (gnus-uu-yenc-article): New function.
7661
7662         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7663
7664         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7665
7666 2007-12-02  Glenn Morris  <rgm@gnu.org>
7667
7668         * binhex.el (binhex): New custom group.
7669         (binhex-decoder-program, binhex-decoder-switches)
7670         (binhex-use-external): Move to the binhex custom group.
7671
7672         * uudecode.el (uudecode): New custom group.
7673         (uudecode-decoder-program, uudecode-decoder-switches)
7674         (uudecode-use-external): Move to the uudecode custom group.
7675
7676         * netrc.el (top-level): Don't load `encrypt' features.
7677         (netrc-parse): Don't use encrypt.
7678         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7679
7680         * encrypt.el: Remove file.
7681
7682 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7685         matches on patches.
7686
7687         * gnus-art.el (gnus-article-browse-html-article):
7688         Mention `mm-text-html-renderer' in the doc string.
7689
7690         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7691         string.  Add comments.
7692
7693         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7694         if rhs is ASCII.
7695
7696 2007-12-01  Glenn Morris  <rgm@gnu.org>
7697
7698         * mail-source.el (top-level): Require format-spec before
7699         eval-when-compile.
7700
7701 2007-11-30  Glenn Morris  <rgm@gnu.org>
7702
7703         * encrypt.el: Require password, rather than autoloading password-read.
7704
7705 2007-11-29  Glenn Morris  <rgm@gnu.org>
7706
7707         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7708         (sasl-make-client, sasl-next-step, sasl-step-data)
7709         (sasl-step-set-data): Declare as functions.
7710
7711 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7714
7715 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7716
7717         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7718         certs should be verified and what is to be done in the event of a
7719         verification failure.
7720
7721         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7722         caller can indicate whether the cache should be disregarded for this
7723         call.  This way the result of the call is reproducible at all times and
7724         can be considered a canonical server name for the supplied method.
7725         (gnus-agent-method-p): Canonicalize server names by pushing their
7726         method through `gnus-method-to-server' using the no-cache argument.
7727
7728         * gnus-srvr.el (gnus-server-insert-server-line):
7729         Call `gnus-method-to-server' with `no-cache' argument.
7730
7731         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7732         gnus-agent-possibly-synchronize-flags as this should be called when the
7733         server is actually being opened.
7734         (gnus-agent-possibly-synchronize-flags)
7735         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7736         flags file of an agentized server to the latter function.
7737
7738         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7739         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7740         after a connection has been established successfully.
7741
7742 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * gnus-art.el (article-display-face): Force to display face if called
7745         interactively; check if gnus-article-x-face-too-ugly matches author.
7746         (article-display-x-face): Display face even if From header is missing
7747         as article-display-face does.
7748
7749 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7750
7751         * hashcash.el (message-narrow-to-headers-or-head)
7752         (message-fetch-field, message-goto-eoh)
7753         (message-narrow-to-headers): Declare as functions.
7754
7755 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * mail-source.el (mail-sources): Default to fetch from file for
7758         compatibility with default of nnmail-spool-file.
7759
7760 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7763         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7764         to look for encoded word that should be encoded again.
7765         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7766         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7767         encoding pattern.
7768         (rfc2047-decode-region): Switch strict regexp and loose one according
7769         to rfc2047-allow-irregular-q-encoded-words.
7770
7771 2007-11-25  Romain Francoise  <romain@orebokech.com>
7772
7773         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7774
7775 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * tls.el (tls-program): Provide more custom choices from
7778         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7779         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7780
7781 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7784         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7785
7786         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7787         `nnmail-spool-file'.
7788
7789         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7790         `nnmail-spool-file'.
7791
7792         * gnus-move.el (gnus-change-server): Ditto.
7793
7794         * gnus-kill.el (gnus-batch-score): Ditto.
7795
7796         * gnus-cache.el (gnus-jog-cache): Ditto.
7797
7798         * gnus-msg.el (gnus-summary-reply):
7799         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7800
7801 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7802
7803         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7804         version.  Minor improvement to doc strings.
7805         (tls-program): Add comment.
7806
7807 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7808
7809         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7810         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7811         mismatch between the hostname provided in the certificate and the name
7812         of the host connnecting to.
7813         (open-tls-stream): Use them.  Check certificates against trusted root
7814         certificates.
7815
7816 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * gnus-cache.el (gnus-cache-generate-nov-databases):
7819         Use nnml-generate-nov-databases-directory instead of
7820         nnml-generate-nov-databases-1.
7821
7822 2007-11-24  Glenn Morris  <rgm@gnu.org>
7823
7824         * message.el (message-tool-bar-retro): Update for rename
7825         mail_send.xpm->mail-send.xpm.
7826
7827 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7830         `smime-ldap-search' for Emacs 22 and up.
7831
7832 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7833
7834         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7835
7836         * message.el (message-send-mail-function): Fix error convention.
7837         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7838         (message-widen-reply, message-send-mail, message-talkative-question)
7839         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7840         (message-clone-locals, message-send-news): Use with-current-buffer.
7841         (message-insert-or-toggle-importance): Remove unused var `valid'.
7842         (message-make-references): Remove unused var `new-references'.
7843         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7844
7845 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7846
7847         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7848         (spam-split-symbolic-return-positive): Reflow docstring.
7849         (spam-backends, spam-summary-exit-behavior)
7850         (spam-mark-ham-unread-before-move-from-spam-group)
7851         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7852         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7853         (spam-clear-cache, spam-backend-check, spam-install-backend)
7854         (spam-install-statistical-backend, spam-list-of-processors)
7855         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7856         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7857         (spam-check-crm114, spam-initialize, spam-unload-hook):
7858         Fix typos in docstrings.
7859
7860 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7863         been checked if they have never been read and those group levels are
7864         higher than the one that a user specified.
7865
7866 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7869         foreign groups unless a group level is specified by a user.
7870         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7871
7872 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * message.el (message-send-mail-function): Require sendmail.
7875
7876 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * message.el (message-send-mail-function): Check for smtpmail too.
7879
7880         * utf7.el (utf7-encode, utf7-decode): Use coding system
7881         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7882
7883         * message.el (message-send-mail-function): New function.
7884         (message-send-mail-function): Set default using
7885         message-send-mail-function.  Adjust doc string.
7886         (message-send-mail-with-mailclient): New function.
7887
7888 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7889
7890         * smime.el (from):
7891         * rfc2047.el (message-posting-charset):
7892         * qp.el (mm-use-ultra-safe-encoding):
7893         * pop3.el (parse-time-months):
7894         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7895         * nnml.el (files):
7896         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7897         (jka-compr-compression-info-list, ange-ftp-path-format)
7898         (efs-path-regexp):
7899         * nndiary.el (files):
7900         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7901         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7902         (epg-digest-algorithm-alist, inhibit-redisplay)
7903         (password-cache-expiry):
7904         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7905         (pgg-output-buffer, password-cache-expiry):
7906         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7907         (efs-path-regexp):
7908         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7909         (inhibit-redisplay):
7910         * mm-uu.el (file-name, start-point, end-point, entry)
7911         (gnus-newsgroup-name, gnus-newsgroup-charset):
7912         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7913         (latin-unity-ucs-list):
7914         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7915         (mm-uu-binhex-decode-function):
7916         * message.el (gnus-message-group-art, gnus-list-identifiers)
7917         (rmail-enable-mime-composing, gnus-local-organization)
7918         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7919         (gnus-read-active-file, facemenu-add-face-function)
7920         (facemenu-remove-face-function, gnus-article-decoded-p)
7921         (tool-bar-mode):
7922         * mail-source.el (display-time-mail-function):
7923         * gnus-util.el (nnmail-pathname-coding-system)
7924         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7925         (gnus-original-article-buffer, gnus-user-agent)
7926         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7927         (xemacs-codename, sxemacs-codename, emacs-program-version):
7928         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7929         * gnus-start.el (gnus-agent-covered-methods)
7930         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7931         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7932         (gnus-newsgroup-headers, gnus-group-list-mode)
7933         (gnus-group-mark-positions, gnus-newsgroup-data)
7934         (gnus-newsgroup-unreads, nnoo-state-alist)
7935         (gnus-current-select-method, mail-sources)
7936         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7937         (nnmail-spool-file, gnus-cache-active-hashtb):
7938         * gnus-mh.el (mh-lib-progs):
7939         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7940         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7941         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7942         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7943         (gnus-group-buffer):
7944         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7945         (font-lock-set-defaults):
7946         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7947         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7948         (gnus-summary-post-menu, total-parts, type, condition, length):
7949         * gnus-agent.el (gnus-agent-read-agentview):
7950         * flow-fill.el (show-trailing-whitespace):
7951         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7952         eval-and-compile wrappers for byte compiler pacifiers.
7953
7954         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7955         (mm-display-inline-fontify): Check for featurep 'xemacs not
7956         extent-list.
7957
7958         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7959         itimer-list.
7960         (mm-create-image-xemacs): Only do something for XEmacs.
7961         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7962
7963         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7964
7965         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7966         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7967
7968 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7969
7970         * nnimap.el (nnimap-split-download-body):
7971         * gnus-demon.el (gnus-demon):
7972         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7973
7974 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7977         New macros.
7978         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7979         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7980         copy data from unibyte buffer to multibyte current buffer.
7981         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7982         to copy data from unibyte current buffer to multibyte buffer.
7983         (nntp-make-process-buffer): Make process buffer unibyte.
7984
7985         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7986
7987 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7988
7989         * pop3.el (pop3-open-server): Accept and process data more robustly at
7990         connexion start to avoid spurious "POP SSL connexion failed" errors.
7991
7992 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7995         read group names.
7996
7997 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8000
8001 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8004         (nnmail-save-active): Use a unibyte buffer when saving active file,
8005         which may contain non-ASCII group names.
8006
8007         * nnml.el (nnml-request-group): Decode group names in messages.
8008
8009 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * message.el (message-citation-line-function)
8012         (message-insert-formatted-citation-line): Fix spelling of
8013         `message-insert-formated-citation-line'.
8014
8015 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8018
8019 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8022         nnmail-pathname-coding-system.
8023
8024         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8025         that a user enters; decode group names in messages.
8026
8027         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8028
8029 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8032
8033         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8034
8035         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8036         risky local variable.
8037
8038         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8039
8040 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8041
8042         * encrypt.el: Improve documentation to fix function name typo.
8043         Reported by Daiki Ueno <ueno@unixuser.org>.
8044
8045 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8048         even if the point is not in the last page of an article.
8049         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8050         back to the previous page.
8051
8052 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8055
8056 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8059
8060 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8061
8062         * message.el (message-check-news-body-syntax):
8063         Avoid mm-string-as-multibyte.
8064         (message-hide-headers): Don't assume (point-min)==1.
8065
8066 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * message.el (message-remove-blank-cited-lines): Fix if remove is
8069         given.
8070         (message-bogus-address-regexp): New variable.
8071         (message-bogus-recipient-p): New function.
8072         (message-check-recipients): New command.
8073         (message-syntax-checks): Add `bogus-recipient'.
8074         (message-fix-before-sending): Add `bogus-recipient'.
8075
8076         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8077         (gnus-treat-body-boundary): Don't test window-system.
8078
8079 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8080
8081         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8082
8083 2007-10-28  Miles Bader  <miles@gnu.org>
8084
8085         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8086         at compile-time too.
8087
8088 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * gnus-msg.el (gnus-message-setup-hook):
8091         Add `message-remove-blank-cited-lines' to options.
8092
8093 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * message.el (message-remove-blank-cited-lines): New function.
8096         Suggested by Karl Plästerer.
8097
8098 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8101         mapc.
8102
8103         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8104         (top-level): Use mapc to set functions to be traced for debugging.
8105
8106         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8107         called for effect with while loop.
8108
8109         * message.el (message-talkative-question): Replace mapcar called for
8110         effect with mapc.
8111
8112         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8113         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8114         called for effect with dolist.
8115
8116         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8117
8118         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8119         gnus-extra-headers and nnmail-extra-headers.
8120
8121         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8122         called for effect with dolist.
8123         (top-level): Use mapc to set functions to be traced for debugging.
8124
8125         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8126         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8127         dolist.
8128
8129         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8130         Replace mapcar called for effect with mapc.
8131         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8132         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8133         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8134         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8135
8136         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8137         remove-if that's a cl function.
8138
8139         * webmail.el (webmail-debug): Replace mapcar called for effect with
8140         dolist.
8141
8142         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8143         with mapc.
8144
8145 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8148         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8149         with while loop.
8150
8151         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8152         functions from article-* functions.
8153         (gnus-multi-decode-header): Replace mapcar called for effect with
8154         dolist.
8155
8156         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8157         (gnus-bookmark-show-details): Replace mapcar called for effect with
8158         while loop.
8159
8160         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8161         called for effect with while loop.
8162
8163         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8164         with dolist.
8165
8166         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8167         Replace mapcar called for effect with dolist.
8168
8169         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8170
8171         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8172         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8173         Replace mapcar called for effect with dolist.
8174         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8175         mapc.
8176
8177         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8178         Replace mapcar called for effect with dolist.
8179         (gnus-topic-list): Replace mapcar called for effect with mapc.
8180
8181         * gnus.el: Use mapc instead of mapcar to add autoloads.
8182
8183 2007-10-23  Richard Stallman  <rms@gnu.org>
8184
8185         * gnus-group.el (gnus-group-highlight): Mark as risky.
8186
8187 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus.el (gnus-server-to-method): Return method found first in
8190         gnus-newsrc-alist.
8191
8192         * gnus-art.el (gnus-article-highlight-signature)
8193         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8194         button overlay without the front stickiness.
8195
8196 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8197
8198         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8199         overview buffer needed a catch to receive its throw.
8200         (gnus-agent-flush-cache): Declare as interactive to make this function
8201         easier to use.
8202
8203 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8206         `next-line'.
8207
8208 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8211         exclude address matching message-dont-reply-to-names.
8212
8213 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * gnus-util.el (gnus-string<): New function.
8216
8217         * gnus-sum.el (gnus-article-sort-by-author)
8218         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8219
8220 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8223         the frame-focus tag is set in gnus-buffer-configuration.
8224
8225 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8228         the front stickiness.
8229
8230 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8233         url pattern; remove duplicate one.
8234         (gnus-article-extend-url-button): New function.
8235         (gnus-article-add-buttons): Use it.
8236         (gnus-button-push): Use concatenated url that it makes.
8237
8238 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8239
8240         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8241
8242 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8243
8244         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8245         Don't hardcode point-min==1.
8246
8247 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8250         Fix comment about "iso8859-1".
8251
8252 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8253
8254         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8255         ones returned from the verify-function.
8256
8257         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8258         Call mml2015-extract-cleartext-signature if extraction failed.
8259
8260 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8261
8262         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8263         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8264         failed.
8265
8266 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8269
8270 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8273         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8274         recommends to use EasyPG instead of PGG.
8275
8276         * pgg.el: Revert to revision 6.23.2.16.
8277
8278         * pgg-def.el: Revert to revision 6.6.2.14.
8279
8280         * pgg-gpg.el: Revert to revision 6.23.2.34.
8281
8282 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8283
8284         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8285         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8286         thread for both the null and zero (kill/expire thread) universal prefix
8287         cases.
8288         (gnus-summary-expire-thread): Add new function to expire a thread,
8289         using gnus-summary-kill-thread.
8290         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8291         shortcuts for gnus-summary-expire-thread.
8292         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8293         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8294
8295 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8296
8297         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8298         extras value, so an extras entry can be deleted.
8299         (gnus-registry-delete-extra-entry): Use it.
8300         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8301         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8302         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8303         storage through the gnus-registry, and provide an appropriate API for
8304         it.
8305
8306 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8309         Suggested by Leo <sdl.web@gmail.com>.
8310
8311         * gnus.el: Do.
8312
8313 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8316         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8317
8318         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8319
8320         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8321         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8322
8323 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8326         newline.
8327         (nnmbox-request-accept-article): Don't change article in source buffer;
8328         narrow to header to use message-fetch-field rather than
8329         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8330         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8331         as delimiters; make sure article ends with newline.
8332         (nnmbox-delete-mail): Correct last position of article to be deleted;
8333         ignore X-Gnus-Newsgroup header in article body.
8334         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8335         positions; make sure article ends with newline.
8336
8337         * message.el (message-display-abbrev): Don't infloop when a user
8338         inserts SPC in the beginning of header.
8339
8340         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8341         coding-system-for-read and coding-system-for-write for XEmacs having no
8342         file-coding feature.
8343
8344         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8345
8346 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8347
8348         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8349         list of groups not followed by default.  Fix type to be regexp.
8350         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8351
8352 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8353
8354         * hmac-def.el (define-hmac-function): Switch from old-style to
8355         new-style backquotes.
8356
8357         * md4.el (md4-make-step): Likewise.
8358
8359 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8362         raw-text coding system when saving .newsrc file, which may contain
8363         non-ASCII group names.
8364
8365 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-cus.el (gnus-score-extra): New widget.
8368         (gnus-score-extra-convert): New function.
8369         (gnus-score-customize): Use it for Extra.
8370
8371 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8372
8373         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8374         (mml2015-mailcrypt-clear-verify): Use it.
8375         (mml2015-gpg-clear-verify): Use it.
8376         (mml2015-pgg-clear-verify): Use it.
8377         (mml2015-epg-clear-verify): Replace the current part with the output
8378         from GnuPG; don't extract the plaintext by itself.
8379
8380         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8381         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8382         mml2015-clear-verify-function; don't touch the armor headers or
8383         dash-escaped text here.
8384
8385 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8388         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8389         parts, or application/octet-stream as a last resort.
8390         (gnus-mime-view-part-as-type): Don't toggle display.
8391         (gnus-mime-view-part-as-charset): Don't turn off display before
8392         querying charset.
8393
8394         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8395         stuff to undisplayer function in Emacs.
8396         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8397
8398         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8399         text/calendar parts.
8400
8401 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8404         decoding text/calendar parts.
8405
8406         * message.el (message-forward-make-body-mime): Always mark body as
8407         having no illegible text; remove signed-or-encrypted argument.
8408         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8409
8410         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8411         (mml-generate-mime-1): Don't encode body if it is specified to be in
8412         raw form; don't make buffer be unibyte when inserting multibyte string.
8413
8414 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8415
8416         * sha1.el: Fix up comment style.
8417         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8418         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8419
8420         * hex-util.el: Fix up comment style.
8421         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8422
8423         * gnus-salt.el: Use with-current-buffer.
8424         (gnus-pick-setup-message): Fix long-standing typo.
8425
8426 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * imap.el (imap-logout-timeout): New variable.
8429         (imap-logout, imap-logout-wait): New functions.
8430         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8431
8432         * nnimap.el (nnimap-logout-timeout): New server variable.
8433         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8434         nnimap-logout-timeout.
8435
8436         * gnus-art.el (gnus-article-summary-command-nosave)
8437         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8438
8439 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus.el (gnus-maximum-newsgroup): New variable.
8442
8443         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8444         according to gnus-maximum-newsgroup.
8445
8446         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8447         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8448         Limit the range of articles according to gnus-maximum-newsgroup.
8449
8450 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8451
8452         * gnus-art.el (gnus-sticky-article): Fix problems described in
8453         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8454         Don't perform gnus-configure-windows here; reuse existing sticky
8455         article buffer.
8456
8457         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8458         it doesn't exist in gnus-article-mode.
8459
8460 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8463         (gnus-agent-decoded-group-name): New function.
8464         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8465         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8466
8467 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8468
8469         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8470         Add binding for gnus-sticky-article.
8471         (gnus-summary-exit): Don't kill sticky article buffers.
8472
8473         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8474         article buffer.
8475         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8476         (gnus-kill-sticky-article-buffers): New commands.
8477
8478 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * nntp.el (nntp-xref-number-is-evil): New server variable.
8481         (nntp-find-group-and-number): If it is non-nil, don't trust article
8482         numbers in the Xref header.
8483
8484 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * gnus-agent.el (gnus-agent-read-group): New function.
8487         (gnus-agent-flush-group, gnus-agent-expire-group)
8488         (gnus-agent-regenerate-group): Use it.
8489         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8490         nnmail-pathname-coding-system.
8491
8492 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8495
8496         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8497         that are unread as unread, and also as selected so that information of
8498         marks having been changed by a user may be updated when exiting group.
8499
8500 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8503
8504 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8507         calculated ignoring signature parts to gnus-treat-article.
8508
8509 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8512         a point here in order to keep the window start.
8513         (gnus-insert-mime-security-button): Make a button overlay without the
8514         front stickiness.
8515         (gnus-mime-display-security): Goto the end of a button.
8516
8517         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8518
8519 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8522         group-name-at-point.
8523         (gnus-group-completing-read): New function that offers decoded
8524         non-ASCII group names for completion.
8525         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8526         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8527         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8528         (gnus-group-fetch-control): Use it.
8529         (gnus-fetch-group): Use group-name-at-point for the initial value
8530         rather than the default value; use gnus-alive-p.
8531
8532         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8533         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8534         (gnus-summary-post-news): Use gnus-group-completing-read.
8535
8536         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8537         (gnus-read-move-group-name): Decode group name for completion.
8538
8539 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8540
8541         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8542         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8543         Yamaoka slightly modified the code).
8544
8545 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8548         (nnmail-split-incoming): Bind it.
8549
8550         * nnml.el (nnml-group-name-charset): New function.
8551         (nnml-decoded-group-name): Use it; don't decode group name if
8552         nnmail-group-names-not-encoded-p is non-nil.
8553         (nnml-encoded-group-name): New function.
8554         (nnml-group-pathname): Inline nnml-decoded-group-name.
8555         (nnml-request-expire-articles): Decode group name in message.
8556         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8557         nnmail-pathname-coding-system.
8558         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8559         not decoded ones according to nnmail-group-names-not-encoded-p.
8560         (nnml-generate-active-info): Use nnml-encoded-group-name.
8561
8562 2007-08-08  Glenn Morris  <rgm@gnu.org>
8563
8564         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8565         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8566         doc-strings and comments.
8567
8568 2007-07-25  Glenn Morris  <rgm@gnu.org>
8569
8570         * Relicense all FSF files to GPLv3 or later.
8571
8572 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * gnus-sum.el (gnus-summary-move-article):
8575         Make gnus-summary-respool-article work.
8576
8577 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8580         string.
8581
8582 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8583
8584         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8585         that should be ignored when comparing distant RSS articles with local
8586         ones.
8587         (nnrss-make-hash-index): New function.  Create a hash index according
8588         to the ignored fields.
8589         (nnrss-check-group): Use it.
8590
8591 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8594
8595         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8596
8597         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8598         the new optional argument ENCODED is non-nil.
8599         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8600         coding system for encoding group name.
8601         (gnus-group-make-rss-group): Pass un-encoded group name to
8602         gnus-group-make-group.
8603         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8604         encoded.
8605
8606         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8607         Encode group name to which articles are moved or copied.
8608         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8609         coding system for encoding Newsgroup, Followup-To and Xref headers.
8610
8611         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8612         marks; use nnheader-file-coding-system to write a file.
8613         (nnagent-retrieve-headers): Bind file-name-coding-system to
8614         nnmail-pathname-coding-system.
8615
8616         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8617
8618         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8619         (nnml-request-article, nnml-request-create-group)
8620         (nnml-request-rename-group, nnml-find-id)
8621         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8622         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8623         (nnml-save-marks): Use nnml-group-pathname instead of
8624         nnmail-group-pathname.
8625
8626         (nnml-request-create-group, nnml-request-expire-articles)
8627         (nnml-request-move-article, nnml-request-delete-group)
8628         (nnml-deletable-article-p, nnml-possibly-create-directory)
8629         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8630         (nnml-open-marks): Bind file-name-coding-system to
8631         nnmail-pathname-coding-system.
8632
8633         (nnml-request-article): Pass server argument to nnml-find-group-number.
8634         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8635         Pass server argument to nnml-possibly-create-directory.
8636         (nnml-request-accept-article): Pass server argument to
8637         nnml-active-number and nnml-save-mail.
8638         (nnml-find-group-number): Pass server argument to nnml-find-id.
8639         (nnml-request-update-info): Pass server argument to
8640         nnml-marks-changed-p.
8641
8642         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8643         (nnml-save-mail, nnml-active-number): Add server argument.
8644
8645         (nnml-request-delete-group): Warn if group is missing.
8646         (nnml-get-nov-buffer): Decode group name.
8647         (nnml-generate-active-info): Encode group name.
8648         (nnml-open-marks): Decode group name in messages.
8649
8650 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8653         if it is not specified.
8654         (gnus-article-pipe-part, gnus-article-save-part)
8655         (gnus-article-interactively-view-part, gnus-article-copy-part)
8656         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8657         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8658         (gnus-article-replace-part, gnus-article-delete-part)
8659         (gnus-article-view-part-as-type): Pass raw prefix argument to
8660         gnus-article-part-wrapper.
8661
8662 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-agent.el (gnus-agent-save-active):
8665         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8666
8667         * gnus-cache.el (gnus-cache-save-buffers)
8668         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8669         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8670         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8671         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8672         (gnus-cache-generate-active, gnus-cache-rename-group)
8673         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8674         (gnus-cache-update-overview-total-fetched-for):
8675         Bind file-name-coding-system to nnmail-pathname-coding-system.
8676         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8677         New variables.
8678         (gnus-cache-decoded-group-name): New function.
8679         (gnus-cache-file-name): Use it.
8680         (gnus-cache-generate-active): Use non-decoded group name for active.
8681
8682         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8683         right place.
8684         (gnus-write-active-file): Don't break non-ASCII group names.
8685
8686         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8687         nnmail-pathname-coding-system.
8688
8689         * lpath.el: Bind default-file-name-coding-system,
8690         file-name-coding-system and language-info-alist for XEmacs.
8691
8692         * gnus-uu.el (gnus-uu-decode-save): Typo.
8693
8694 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8697
8698 2007-07-14  David Kastrup  <dak@gnu.org>
8699
8700         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8701         finishing actions if we did not edit the article.
8702
8703 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8706         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8707         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8708         (gnus-agent-flush-group, gnus-agent-flush-cache)
8709         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8710         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8711         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8712         (gnus-agent-regenerate-group)
8713         (gnus-agent-update-files-total-fetched-for)
8714         (gnus-agent-update-view-total-fetched-for):
8715         Bind file-name-coding-system to nnmail-pathname-coding-system.
8716         (gnus-agent-group-pathname): Don't encode file names by
8717         nnmail-pathname-coding-system.
8718         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8719         coding-system-for-write instead of buffer-file-coding-system to
8720         gnus-agent-file-coding-system.
8721
8722         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8723         Decode group name.
8724
8725         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8726
8727         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8728         (gnus-read-newsrc-el-file): Make group names unibyte.
8729
8730         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8731         nnmail-pathname-coding-system.
8732
8733         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8734         (nnrss-request-delete-group): Bind file-name-coding-system to
8735         nnmail-pathname-coding-system.
8736         (nnrss-read-server-data, nnrss-read-group-data):
8737         Bind file-name-coding-system correctly.
8738         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8739
8740         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8741         (nntp-server-to-method-cache): New variable.
8742         (nntp-group-pathname): New function that decodes non-ASCII group names.
8743         (nntp-possibly-create-directory, nntp-marks-changed-p)
8744         (nntp-save-marks, nntp-open-marks): Use it.
8745         (nntp-possibly-create-directory, nntp-open-marks):
8746         Bind file-name-coding-system to nnmail-pathname-coding-system.
8747         (nntp-open-marks): Decode group names when bootstrapping marks.
8748
8749         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8750         Newsgroups and Folowup-To headers.
8751
8752 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8755         (gnus-server-closed-face, gnus-server-denied-face)
8756         (gnus-server-offline-face): Remove variable.
8757         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8758
8759         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8760         of modifying message-stack directly for XEmacs.
8761
8762         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8763         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8764         if the coding-system argument is nil for XEmacs.
8765
8766         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8767         mm-charset-override-alist.
8768
8769         * rfc2047.el: Don't require base64; require rfc2045 for the function
8770         rfc2045-encode-string.
8771         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8772         to quote the parameter value.
8773
8774 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8777         form in gnus-group-name-charset-method-alist.
8778
8779         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8780         overrides the default layout edit-form.
8781
8782         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8783
8784         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8785
8786 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8789         as unfetched articles.
8790
8791 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8794
8795 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8798         original back end that keeps marks in the local system.
8799
8800 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8803         arg of pop-to-buffer for XEmacs.
8804         (gnus-article-read-summary-keys): Ditto; don't restore window
8805         configuration if summary command ends up with neither article buffer
8806         nor summary buffer; describe bindings if summary keys end with C-h.
8807
8808 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * message.el (message-fix-before-sending): Skip raw message part to be
8811         forwarded while checking illegible text.
8812         (message-forward-make-body-mime, message-forward-make-body):
8813         Mark signed or encrypted raw message as having no illegible text.
8814
8815 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8818         (gnus-message-with-timestamp-1): New macro.
8819         (gnus-message-with-timestamp): New function.
8820         (gnus-message): Use them.
8821
8822         * nnheader.el (nnheader-message): Use them.
8823
8824 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8827         .newsrc.eld file.
8828
8829 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-agent.el (gnus-agent-fetch-headers)
8832         (gnus-agent-retrieve-headers):
8833         Bind gnus-decode-encoded-address-function to identity.
8834
8835         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8836         available also when the server returns simply a dot.
8837
8838         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8839
8840 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8843
8844 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-ems.el (gnus-x-splash): Make it work.
8847
8848         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8849         from being used.
8850
8851         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8852
8853 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8856         4th and the 5th arguments.
8857
8858         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8859         the front stickiness.
8860         (gnus-article-summary-command-nosave): Correct the order of the
8861         arguments passed to pop-to-buffer.
8862         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8863         summary command ends up with the article buffer.
8864
8865         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8866         the same faces.
8867
8868 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8869
8870         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8871
8872 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8873
8874         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8875         * gnus-sum.el (gnus-summary-highlight):
8876         * pgg.el (pgg-sign-region, pgg-sign):
8877         * mail-source.el (mail-source-delete-old-incoming-confirm):
8878         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8879
8880 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-art.el (gnus-mime-view-part-externally)
8883         (gnus-mime-view-part-internally): Fix predicate function passed to
8884         completing-read.
8885
8886         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8887
8888         * gnus.el (gnus-update-message-archive-method): Add :version.
8889
8890 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus.el (gnus-update-message-archive-method): New variable.
8893
8894         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8895         according to gnus-message-archive-method if
8896         gnus-update-message-archive-method is non-nil.
8897
8898 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8901         Suggested by Loic Dachary <loic@dachary.org>.
8902         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8903
8904 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * message.el (message-pop-to-buffer): Add switch-function argument.
8907         (message-mail): Pass switch-function argument to it.
8908
8909 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8912         Improve doc string.
8913
8914 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8917         (gnus-header-content)
8918         * gnus-cite.el (gnus-cite-10)
8919         * gnus-srvr.el (gnus-server-closed)
8920         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8921         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8922         (gnus-group-mail-3-empty, gnus-group-mail-low)
8923         (gnus-group-mail-low-empty, gnus-splash)
8924         * message.el (message-header-to, message-header-cc)
8925         (message-header-subject, message-header-other, message-header-name)
8926         (message-header-xheader, message-separator, message-cited-text)
8927         (message-mml): Lighten colors of faces used for dark background.
8928
8929 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8930
8931         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8932         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8933
8934 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * message.el (message-narrow-to-headers-or-head):
8937         Ignore mail-header-separator in the body.
8938
8939 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8942         same as window size.
8943
8944 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8945
8946         * message.el (message-font-lock-keywords): Use message-header-xheader
8947         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8948         ahead of the anything pattern, to get it recognised.
8949
8950 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8953         spam.el loads uses it in the compiled defadvice form.
8954
8955 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8956
8957         * gnus-sum.el (gnus-articles-to-read)
8958         (gnus-summary-insert-old-articles): Don't truncate group name for
8959         `read-string'.
8960
8961         * gnus-util.el (gnus-limit-string): Delete this function.
8962
8963         * gnus-sum.el (gnus-simplify-subject-fully):
8964         Use `truncate-string-to-width' instead.
8965
8966 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8967
8968         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8969         Tell if, on summary exit, the next group has to be selected.
8970         (gnus-summary-exit): Use it.
8971
8972 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8975         non-break space.
8976
8977 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8980         Check if group is not a directory.
8981         (nnfolder-request-expire-articles): Don't delete articles if the target
8982         group is not available.
8983
8984         * nnml.el (nnml-request-create-group): Properly check if group is not a
8985         file.
8986         (nnml-request-expire-articles): Don't delete articles if the target
8987         group is not available.
8988
8989         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8990         Don't quote characters that are within parentheses.
8991
8992 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8995         (gnus-handle-ephemeral-exit): Select article according to it.
8996
8997 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * message.el (message-insert-formated-citation-line): Remove newline.
9000         (message-citation-line-format): Add final \n here so that the user can
9001         avoid a blank line.
9002
9003 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9004
9005         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9006         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9007         Update lanl/arXiv support.
9008
9009 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * gnus.el: Bump version number.
9012
9013 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * gnus.el (gnus-version-number): Bump version.
9016
9017 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9018
9019         * gnus.el: No Gnus v0.6 is released.
9020
9021 2007-04-27  Didier Verna  <didier@xemacs.org>
9022
9023         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9024         * gmm-utils.el (gmm-regexp-concat): ... here.
9025         * message.el: Don't require 'gnus-util.
9026         (message-dont-reply-to-names): Handle name change above.
9027         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9028
9029 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9032         since the initial value varies according to the system.
9033
9034 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9037
9038 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9039
9040         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9041
9042 2007-04-24  Didier Verna  <didier@xemacs.org>
9043
9044         Improve the type of gnus-ignored-from-addresses.
9045         * gnus-util.el (gnus-orify-regexp): New function.
9046         * message.el (gnus-util): Require it.
9047         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9048         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9049         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9050
9051 2007-04-24  Didier Verna  <didier@xemacs.org>
9052
9053         * gnus-sum.el:
9054         * gnus-utils.el: Fix some trailing whitespaces.
9055
9056 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9059         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9060         article's Message-ID; refer parent article in summary buffer.
9061
9062         * message.el (message-bounce): Call mime-to-mml.
9063
9064         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9065         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9066         optimize and/or forms properly.
9067
9068 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9071         URL.
9072
9073 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9076
9077 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9080         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9081         displayed of multipart/alternative part if it is invoked from summary
9082         buffer.
9083
9084         * mm-view.el (mm-inline-text-html-render-with-w3m)
9085         (mm-inline-text-html-render-with-w3m-standalone)
9086         (mm-inline-render-with-function): Use mail-parse-charset by default.
9087
9088 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9089
9090         * parse-time.el (parse-time-string-chars): Check if CHAR
9091         is less than the length of parse-time-syntax.
9092
9093 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9096         from gnus-newsgroup-processable.
9097
9098 2007-04-16  Didier Verna  <didier@xemacs.org>
9099
9100         * gnus-msg.el (gnus-configure-posting-styles):
9101         Handle message-signature-directory properly with :file syntax.
9102         Reported by "Leo".
9103
9104 2007-04-11  Didier Verna  <didier@xemacs.org>
9105
9106         New user option: message-signature-directory.
9107         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9108         * message.el (message-insert-signature): Ditto.
9109         * message.el (message-signature-file): Doc update.
9110         * message.el (message-signature-directory): New.
9111
9112 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-msg.el (gnus-inews-yank-articles):
9115         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9116
9117 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * message.el (message-yank-original): Make sure cited text ends with
9120         newline; don't exchange point and mark.
9121
9122 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9123
9124         * tls.el (open-tls-stream): Properly handle case where there
9125         is no associated buffer.
9126
9127 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9128
9129         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9130         message-yank-original, make sure (< mark TEXT point).
9131
9132 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * message.el (message-fill-column): New variable.
9135         (message-mode): Use it.  Add comment on a possible new hook.
9136
9137         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9138         (nnmail-get-new-mail): Reformat.
9139
9140         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9141
9142         * gmm-utils.el: Fix Commentary.
9143         (gmm-tool-bar-from-list): Fix typo in doc string.
9144
9145 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9146
9147         * message.el (message-yank-original): Don't switch point and mark
9148         unnecessarily to put point and mark as documented.
9149
9150 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9153         from the message heads.
9154
9155 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9156
9157         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9158         article buffer does not have a window.  This may not be the best
9159         solution but is certainly better than setting the start of the null,
9160         that is the current, window.
9161
9162 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9163
9164         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9165         (gnus-draft-setup): Run it.
9166
9167         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9168         gnus-score-fast-scoring.  Allow regexp.
9169         (gnus-score-headers): Use it.
9170
9171         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9172         XEmacs.
9173
9174         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9175         string.
9176         (gnus-button-alist): Also catch `<f1> k ...'.
9177         (gnus-treat-display-x-face): Fix doc string.
9178
9179 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9180
9181         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9182         evaluation of gnus-extended-version to ensure correct generation of the
9183         User-Agent header when message-generate-headers-first is used.
9184
9185 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9186
9187         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9188         hashcash-path is nil.  Don't call callback with incorrect number of
9189         parameters if val is 0.
9190
9191 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9192
9193         * message.el (message-required-news-headers):
9194         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9195
9196 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9197
9198         * tls.el (open-tls-stream): In handshake-waiting loop,
9199         don't wait more if there is output available to process.
9200
9201 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9202
9203         * tls.el (tls-program): Doc fix.
9204
9205 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * message.el (message-generate-new-buffers): Change the meaning of the
9208         nil value; add `standard' to the choices; treat t as `unique'; improve
9209         doc string.
9210         (gnus-select-frame-set-input-focus): Autoload.
9211         (message-buffer-name): Search for the existing message buffer if
9212         message-generate-new-buffers is nil or `standard'; treat the value t of
9213         message-generate-new-buffers as `unique'.
9214         (message-pop-to-buffer): Raise the frame already displaying the message
9215         buffer; clear the echo area after querying.
9216         (message-setup): Pass the `continue' argument to compose-mail.
9217         (message-mail): Prefer `switch-function' if it is given; search for the
9218         existing message buffer if the `continue' argument is non-nil; pass
9219         continue and switch-function arguments to compose-mail by way of
9220         message-setup.
9221         (message-mail-other-window): Adjust argument of message-setup.
9222         (message-mail-other-frame): Ditto.
9223
9224 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9227         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9228         to turn font-lock on when turning gnus-message-citation-mode on.
9229
9230 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9231
9232         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9233         (mml-smime-function-alist): New variable; add epg as the backend.
9234         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9235         mml-smime- functions instead.
9236         * mm-view.el: Require smime.
9237
9238 2007-03-05  Didier Verna  <didier@xemacs.org>
9239
9240         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9241         instead of just inheritance for posting styles.
9242         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9243
9244 2007-02-24  Chris Moore  <dooglus@gmail.com>
9245
9246         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9247         * pgg-pgp.el (pgg-pgp-encrypt-region):
9248         * pgg-gpg.el (pgg-gpg-encrypt-region):
9249         Check pgg-encrypt-for-me if no other recipients.
9250
9251 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9252
9253         * tls.el (tls-certtool-program): Fix custom type.
9254
9255 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9258         and point-at-eol instead of line-(beginning|end)-position.
9259
9260         * assistant.el (assistant-parse-buffer): Ditto.
9261
9262         * netrc.el (netrc-parse-services): Ditto.
9263
9264 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9265
9266         * mml2015.el (mml2015-epg-find-usable-key): New function.
9267         (mml2015-epg-sign): Use it.
9268         (mml2015-epg-encrypt): Use it.
9269
9270 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * message.el (message-make-in-reply-to): Quote name containing
9273         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9274         if there are special characters.  Reported by NAKAJI Hiroyuki
9275         <nakaji@jp.freebsd.org>.
9276
9277 2007-02-27  Didier Verna  <didier@xemacs.org>
9278
9279         Include the group parameters as well as the topic ones in the
9280         inheritance filter process.
9281         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9282         argument GROUP-PARAMS-LIST.
9283         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9284
9285 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * nntp.el (nntp-never-echoes-commands)
9288         (nntp-open-connection-functions-never-echo-commands): New variables.
9289         (nntp-send-command): Use them.
9290
9291 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9292
9293         * mml2015.el (mml2015-epg-verify): Simplify.
9294
9295 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * mml.el (mml-content-disposition-alist): New user option.
9298         (mml-content-disposition): New function.
9299         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9300         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9301
9302 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9303
9304         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9305         verification.
9306
9307 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9308
9309         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9310         articles posted in the last 24 hours.
9311
9312 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9313
9314         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9315
9316 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9317
9318         * nntp.el (nntp-send-command): Don't wait for echoes when
9319         nntp-open-ssl-stream is used.
9320
9321 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9324         (gnus-message-add-citation-keywords)
9325         (gnus-message-remove-citation-keywords): Remove.
9326         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9327         directly, make the variables in font-lock-defaults buffer-local, add
9328         gnus-message-citation-keywords to them and then update the value of
9329         font-lock-keywords.
9330
9331 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * message.el (message-cite-original-1): Don't call
9334         gnus-article-highlight-citation.
9335
9336         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9337         citations; fix line count.
9338
9339 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9342         (gnus-message-add-citation-keywords)
9343         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9344         versions of font-lock-add-keywords and font-lock-remove-keywords to
9345         work with XEmacs correctly.
9346
9347 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * gnus-cite.el (gnus-cite-face-list): Set the values of
9350         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9351         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9352         (gnus-message-cite-prefix-regexp): New variable.
9353         (gnus-message-search-citation-line): Use it; protect against long
9354         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9355         the 0th match data for Emacs.
9356         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9357         (gnus-message-add-citation-keywords): Append keywords rather than
9358         prepending; emulate font-lock-add-keywords if it is not available.
9359         (gnus-message-remove-citation-keywords):
9360         Emulate font-lock-remove-keywords if it is not available.
9361
9362         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9363
9364         * message.el (message-cite-prefix-regexp): Set the value of
9365         gnus-message-cite-prefix-regexp.
9366
9367 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9368
9369         * nnweb.el (nnweb-google-parse-1): Update parser.
9370
9371 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9372
9373         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9374
9375 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9376
9377         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9378         regexp.
9379
9380 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9383         string-to-multibyte.
9384         (uudecode-decode-region-internal): Use it.
9385
9386         * lpath.el: Fbind string-as-multibyte for XEmacs.
9387
9388 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9391         Fix custom choice.
9392
9393         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9394
9395 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9396
9397         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9398
9399         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9400         `write-region' to respect `mm-inhibit-file-name-handlers'.
9401
9402 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9405         Use gnus-home-directory instead of "~/" or "$HOME".
9406
9407 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9408
9409         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9410         to mention filename.
9411         Add comments at beginning regarding usage.
9412         (encrypt-write-file-contents): Change interactive so a string is
9413         acceptable.  If the file has no associated model, show an error instead
9414         of a nonsense prompt.
9415
9416 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9417
9418         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9419         Thanks to Yoshihiko Yamada for kind notification of this typo.
9420
9421 2007-01-12  Kenichi Handa  <handa@m17n.org>
9422
9423         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9424         multibyte buffer.
9425
9426 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * gnus-score.el (gnus-score-fast-scoring): New variable.
9429         (gnus-score-headers): Use it.
9430
9431         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9432
9433         * message.el (message-cite-original-1):
9434         Call gnus-article-highlight-citation if requested.
9435         (message-make-from): Allow name and address as optional arguments.
9436
9437         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9438
9439         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9440         bugs to doc string.
9441         (gnus-button-alist): Add mid\\|message-id.
9442         (gnus-button-fetch-group): Extend for use in
9443         `browse-url-browser-function'.
9444         (gnus-button-url-regexp): Try to catch paired parentheses like in
9445         Wikipedia URLs.
9446
9447         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9448         Suggested by Simon Krahnke <overlord@gmx.li>.
9449
9450 2007-01-13  Romain Francoise  <romain@orebokech.com>
9451
9452         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9453         Update copyright.
9454
9455 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9456
9457         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9458
9459 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9460
9461         * gnus-registry.el (gnus-registry-unfollowed-groups)
9462         (gnus-registry-split-fancy-with-parent): Fix documentation.
9463
9464 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9465
9466         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9467         from nnweb groups.
9468
9469 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9472         Xref urls.  Erase buffer before requesting head.
9473
9474         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9475
9476 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9479         customizable.
9480
9481 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9482
9483         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9484         no signing key is found.
9485         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9486         no encrypting and/or signing key is found.
9487
9488 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9491
9492 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9493
9494         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9495         headers read from disk with the ones newly found in the current search.
9496         This should no longer cause problems, because the article numbers in
9497         Gmane's `nov.php' output are ignored since the previous change.
9498
9499 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9500
9501         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9502
9503 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9506         replace-regexp-in-string; bind url-version; fbind display-images-p and
9507         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9508         find-face and set-itimer-function for Emacs; bind itimer-list for
9509         Emacs.
9510
9511         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9512
9513 2007-01-01  Romain Francoise  <romain@orebokech.com>
9514
9515         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9516
9517 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9518
9519         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9520         `define-minor-mode' macro definition expanded properly.
9521         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9522         exclude it there.
9523
9524         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9525         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9526         `fboundp' test.
9527         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9528         This is OK to autoload in (S)XEmacs now.
9529
9530 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9533         keystroke.
9534         (gnus-summary-limit-to-singletons): Fix typo.
9535
9536         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9537         else fails.
9538
9539 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9540
9541         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9542         docstring.
9543
9544         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9545         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9546         (gnus-summary-insert-dormant-articles): Fix typo in message.
9547
9548 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9551         nil for XEmacs.
9552         (gnus-message-citation-mode): Don't autoload in XEmacs.
9553
9554         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9555
9556 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9557
9558         * nnimap.el (nnimap-expunge-search-string):
9559         Mention nnimap-search-uids-not-since-is-evil in docstring.
9560
9561 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9562
9563         * spam.el: Revert to make-obsolete-variable because
9564         define-obsolete-variable-alias is not supported in Emacs 21.
9565
9566         * spam.el (spam-ifile-path, spam-ifile-database-path)
9567         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9568         make-obsolete-variable.
9569         (spam-bsfilter-path, spam-bsfilter-program)
9570         (spam-spamassassin-path, spam-spamassassin-program)
9571         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9572         Don't use "path" inappropriately.
9573         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9574         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9575         variable names.
9576
9577 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9578
9579         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9580         summary buffer.
9581
9582         * password.el (password-cache-remove): Use clear-string to burn
9583         password, if available.
9584
9585 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9588
9589         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9590
9591         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9592         (gnus-message-highlight-citation): Move defcustom here from
9593         gnus-cite.el.
9594         (gnus-message-citation-mode): Autoload.
9595
9596         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9597         checks to make it compile with XEmacs.
9598         (gnus-message-citation-mode): New minor mode.
9599         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9600         (gnus-message-highlight-citation): New variables.
9601         (gnus-message-search-citation-line)
9602         (gnus-message-add-citation-keywords)
9603         (gnus-message-remove-citation-keywords)
9604         (turn-on-gnus-message-citation-mode)
9605         (turn-off-gnus-message-citation-mode): New functions.
9606
9607 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9608
9609         * gnus-cite.el: Enable highlighting of different citation levels in
9610         message-mode.
9611
9612 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * message.el (message-make-fqdn): Fix comment.
9615         (message-bogus-system-names): Add ".local".
9616
9617         * spam.el (spam-ifile-path, spam-ifile-program)
9618         (spam-ifile-database-path, spam-ifile-database)
9619         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9620         Don't use "path" inappropriately.
9621         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9622         strings.
9623         (spam-check-ifile, spam-ifile-register-with-ifile)
9624         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9625         Use new variable names.
9626
9627         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9628         (gnus-treat-display-smileys): Simplify using
9629         gnus-image-type-available-p.
9630
9631         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9632         available.
9633
9634         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9635         Use `display-images-p' if available.
9636
9637 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9640         one after turning on the buffer's multibyteness instead of decoding
9641         them directly in the unibyte buffer that causes unexpected conversion
9642         in Emacs 23 (unicode).
9643
9644 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9645
9646         * message.el (message-generate-hashcash): Fix custom type.
9647
9648 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9649
9650         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9651
9652 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9655         disconnect icons.  Add help text.
9656
9657 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9658
9659         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9660         negated to be consistent with the others we handle.
9661
9662 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9665         version of gnus-summary-buffer to something, so that we can use two
9666         article buffers at the same time.
9667
9668 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9669
9670         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9671         trigger all the extra headers.
9672         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9673         sorting.
9674
9675 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9676
9677         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9678         solid groups.
9679
9680 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9681
9682         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9683
9684 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * legacy-gnus-agent.el: Add Copyright notice.
9687
9688 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9689
9690         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9691
9692 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9695
9696         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9697         to make it work reliably in CVS Emacs.
9698         (gnus-summary-limit-strange-charsets-predicate)
9699         (gnus-summary-limit-to-predicate): New functions.
9700
9701 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9702
9703         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9704         specifying array size.
9705         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9706         array if it is too small.
9707         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9708         (gnus-sort-threads-loop): New function.
9709
9710 2006-12-06  Chris Moore  <dooglus@gmail.com>
9711
9712         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9713         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9714
9715 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9716
9717         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9718         options.
9719
9720 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9723         DOS-ing the recipient.
9724
9725         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9726         the headers when creating the mapping to avoid mismappings.
9727         (nnweb-gmane-create-mapping): Always nix out old mapping.
9728
9729 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9732         and mm-verify-option to never.
9733
9734 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * message.el (message-signed-or-encrypted-p): New function.
9737         (message-forward-make-body): Use it.
9738
9739         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9740         Replace encode-coding-string with mm-encode-coding-string.
9741
9742 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * nneething.el (nneething-decode-file-name):
9745         Replace decode-coding-string with mm-decode-coding-string.
9746
9747         * gnus-int.el (gnus-open-server): Say failed server's name.
9748
9749 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9750
9751         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9752         strings to a single string.  Quote `errors-file-name'.
9753         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9754         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9755         Adjust calls.  Use `shell-quote-argument'.
9756
9757 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9758
9759         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9760         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9761
9762         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9763         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9764         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9765         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9766         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9767         (gnus-subscribe-newsgroup, gnus-1):
9768         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9769         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9770         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9771         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9772
9773 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9774
9775         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9776         keystroke.
9777         (gnus-summary-limit-to-bodies): Implement headersp.
9778
9779 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9780
9781         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9782
9783 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9786
9787 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * message.el (message-generate-hashcash): Expand range of values to
9790         include `opportunistic'.
9791         (message-send-mail): Use it.
9792
9793 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9794
9795         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9796         and comment it.
9797
9798         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9799
9800 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * gnus-util.el (gnus-extract-address-components): Improve comment.
9803
9804 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-util.el (gnus-extract-address-components): Work with address in
9807         which the name portion contains @.
9808
9809         * lpath.el: Fbind custom-autoload.
9810
9811 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * gnus.el (gnus-start): Move custom group up.
9814         (gnus-select-method): Don't autoload, but make it available for
9815         `customize-variable'.
9816         (gnus-getenv-nntpserver): Don't autoload.
9817
9818 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9819
9820         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9821
9822 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * message.el (message-sendmail-extra-arguments): New variable.
9825         (message-send-mail-with-sendmail): Use it.
9826
9827 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9830         mm-with-unibyte-current-buffer to make string unibyte.
9831
9832         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9833         mm-string-as-multibyte.
9834
9835 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9836
9837         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9838         Reported by Werner Koch <wk@gnupg.org>.
9839
9840 2006-11-14  Daiki Ueno  <ueno@p360>
9841
9842         * mml2015.el: Autoload epa-select-keys when compiling.
9843
9844 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9845
9846         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9847         message-options.
9848         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9849
9850 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9851
9852         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9853         EasyPG (< 0.0.6).
9854         (mml2015-always-trust): New user option.
9855         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9856         prompt.
9857
9858 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * nntp.el (nntp-authinfo-force): New variable.
9861         (nntp-send-authinfo): Use it.
9862
9863 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9866         decode encoded words.  Improve prompt.  Add comment about forwarding.
9867         (message-replacement-char): Move up.
9868
9869 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9870
9871         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9872         instead of gnus-intersection because arguments of gnus-sorted-nunion
9873         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9874
9875 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9878         (message-simplify-subject-functions):
9879         Enable message-strip-subject-encoded-words by default.
9880
9881 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * message.el (message-strip-subject-encoded-words): New function.
9884         (message-simplify-subject-functions): New variable.
9885         (message-simplify-subject): Use it.  Fix typo in doc string.
9886         Support message-strip-subject-encoded-words.
9887
9888 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9889
9890         * gnus-diary.el (gnus-diary-delay-format-function):
9891         * nndiary.el (nndiary-reminders):
9892         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9893
9894 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * gnus-art.el (article-hide-boring-headers): Fetch date from
9897         gnus-original-article-buffer to avoid problems with localized date
9898         strings.
9899
9900 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9903
9904 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9907         New variables.
9908         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9909         (mm-charset-synonym-alist): Move some entries to
9910         mm-codepage-iso-8859-list.
9911         (mm-charset-synonym-alist, mm-charset-override-alist):
9912         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9913
9914 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9917
9918 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9921         with Emacs 21 and XEmacs.
9922
9923 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9924
9925         * spam.el (spam-parse-address): New function for better parsing,
9926         catching errors, etc.
9927         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9928
9929 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * mm-view.el: Add interactive arg to html2text autoload.
9932
9933 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9936
9937 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9940         New variables.
9941         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9942         (mm-charset-synonym-alist): Move some entries to
9943         mm-codepage-iso-8859-list.
9944
9945         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9946
9947 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * message.el (message-citation-line-format)
9950         (message-insert-formated-citation-line): Fix implementation of %E, %N
9951         and %n according to the doc string.
9952
9953 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9954
9955         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9956         Use car-safe to avoid bad parses.
9957
9958 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9961         names.
9962
9963         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9964
9965 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9968         header.
9969
9970         * message.el (message-draft-headers): Add Date.
9971         (message-headers-to-generate): Fix typo in docstring.
9972
9973         * nndraft.el (nndraft-required-headers): New variable.
9974         (nndraft-generate-headers): Use it.
9975
9976         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9977
9978 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9979
9980         * gnus-registry.el (gnus-registry-wash-for-keywords)
9981         (gnus-registry-find-keywords): New functions to allow easy searching of
9982         articles that are in the registry.
9983
9984 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9985
9986         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9987         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9988         Reported by Damien Elmes <damien@repose.cx>.
9989
9990 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * gnus.el (gnus-mime): Remove unused custom group.
9993
9994 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9995
9996         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9997         "blank line" when searching for end of armor headers.
9998
9999 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gmm-utils.el (gmm-write-region): Fix variable name.
10002
10003 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * gmm-utils.el (gmm-write-region): New function based on compatibility
10006         code from `mm-make-temp-file'.
10007
10008         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10009
10010         * nnmaildir.el (nnmaildir--update-nov)
10011         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10012         Use `gmm-write-region'.
10013
10014 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10017         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10018
10019         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10020
10021         * message.el (message-replacement-char): New variable.
10022         (message-fix-before-sending): Use it.
10023         (message-simplify-subject): New function to remove duplicate code.
10024         (message-reply, message-followup): Use it.
10025
10026         * gnus-sum.el (gnus-summary-make-menu-bar):
10027         Clarify gnus-summary-limit-to-articles.
10028
10029 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * gnus-util.el (gnus-with-local-quit): New macro.
10032
10033         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10034
10035 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10036
10037         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10038         ignore non-string data.
10039
10040 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10041
10042         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10043         non-string data (needs to be done in the registry too).
10044
10045 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10046
10047         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10048         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10049         (gnus-registry-split-fancy-with-parent)
10050         (gnus-registry-fetch-simplified-message-subject-fast)
10051         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10052         Remove text properties on ingress into the registry and when it's saved.
10053         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10054         registry from entries with no groups.
10055
10056 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10057
10058         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10059         function to remove string properties.
10060
10061 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * gmm-utils.el (gmm): Adjust custom version.
10064
10065         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10066         Adjust custom version.
10067
10068         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10069
10070 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * gnus-art.el (gnus-insert-prev-page-button)
10073         (gnus-insert-next-page-button): Simplify.  Reformat.
10074
10075 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10076
10077         * gnus-art.el (gnus-insert-prev-page-button)
10078         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10079
10080 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10081
10082         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10083
10084 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10085
10086         * gnus-art.el (gnus-insert-mime-button)
10087         (gnus-insert-mime-security-button):
10088         Apply gnus-article-button-face to MIME and security buttons.
10089
10090 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10093         readable.
10094
10095 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10098
10099 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10100
10101         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10102         `browse-url-of-file' instead of `browse-url'.
10103
10104 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10105
10106         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10107         regexp.  Articles containing quotation were cut prematurely.
10108
10109 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * message.el (message-cite-original-1): Use nobody by default for the
10112         value of From header.
10113         (message-reply): Ditto.
10114
10115 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10116
10117         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10118         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10119         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10120
10121 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10124         mails in the doc string.  Add some URLs in comment.
10125         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10126
10127 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10130         backslashes handling and the way to find boundaries of quoted strings.
10131
10132 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10133
10134         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10135         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10136         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10137         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10138
10139 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10142         doc string.
10143         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10144
10145 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * lpath.el: Fbind epg-check-configuration.
10148
10149 2006-09-06  Simon Josefsson  <jas@extundo.com>
10150
10151         * mml2015.el (mml2015-use): Doc fix, mention epg.
10152
10153 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10154
10155         * mml2015.el (mml2015-use): Default to epg, if available.
10156
10157 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10158
10159         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10160         message-sender.
10161         (mml1991-epg-encrypt): Ditto.
10162         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10163         message-sender.
10164         (mml2015-epg-encrypt): Ditto.
10165
10166 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10167
10168         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10169         several common directories.
10170
10171 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10172
10173         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10174         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10175
10176 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-art.el (article-decode-encoded-words): Make it fast.
10179
10180 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10183
10184         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10185         in quoted string into `\'.
10186
10187 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10190         Use standard-syntax-table.
10191
10192 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-art.el (gnus-decode-address-function): New variable.
10195         (article-decode-encoded-words): Use it to decode headers which are
10196         assumed to contain addresses.
10197         (gnus-mime-delete-part): Remove useless `or'.
10198
10199         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10200         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10201         (gnus-nov-parse-line): Use it to decode From header.
10202         (gnus-get-newsgroup-headers): Ditto.
10203         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10204
10205         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10206         (mail-decode-encoded-address-string): New alias.
10207
10208         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10209         New function.
10210         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10211         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10212         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10213         (rfc2047-decode-string): Ditto.
10214         (rfc2047-decode-address-region): New function.
10215         (rfc2047-decode-address-string): New function.
10216
10217 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * message.el (message-caesar-buffer-body): Allow rotating headers.
10220
10221         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10222
10223         * message.el (message-insert-formated-citation-line): Fix %f.
10224         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10225
10226 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10229         (gnus-bookmark-mouse-available-p): New macro.
10230         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10231         (gnus-bookmark-bmenu-show-infos): Use it.
10232         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10233         (gnus-bookmark-bmenu-hide-infos): Ditto.
10234         (gnus-bookmark-remove-properties): New function.
10235         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10236         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10237         (gnus-bookmark-write-file): Bind coding-system-for-write.
10238         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10239         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10240         group before selecting it.
10241         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10242         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10243         quit-window if it is not available; use gnus-mouse-2 and bind it to
10244         gnus-bookmark-bmenu-select-by-mouse.
10245         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10246         (gnus-bookmark-bmenu-select-by-mouse): New function.
10247
10248 2006-08-13  Romain Francoise  <romain@orebokech.com>
10249
10250         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10251         space.
10252
10253 2006-08-10  Romain Francoise  <romain@orebokech.com>
10254
10255         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10256         (dns-mode-soa-auto-increment-serial): New user option.
10257         (dns-mode-soa-maybe-increment-serial): New function.
10258         (dns-mode): Add the latter to `write-contents-functions'.
10259
10260 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * compface.el (uncompface): Use binary rather than raw-text-unix.
10263
10264 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * compface.el (uncompface): Make sure the eol conversion doesn't take
10267         place when communicating with the external programs.
10268         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10269
10270 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10273
10274 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10275
10276         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10277         Make it more robust by parsing author and date independently.
10278
10279 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10282
10283 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10284
10285         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10286         first matching secret key.
10287         (mml2015-epg-encrypt): Ditto.
10288
10289         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10290         first matching secret key.
10291         (mml1991-epg-encrypt): Ditto.
10292
10293         * mml2015.el (mml2015-encrypt-to-self): New user option.
10294         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10295         mml2015-epg-encrypt-to-self is set.
10296
10297         * mml1991.el (mml1991-encrypt-to-self): New variable.
10298         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10299         mml1991-epg-encrypt-to-self is set.
10300
10301         * mml2015.el (mml2015-signers): New user option.
10302         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10303         (mml2015-epg-encrypt): Allow to select signing keys.
10304
10305         * mml1991.el (mml1991-signers): New variable.
10306         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10307         (mml1991-epg-encrypt): Allow to select signing keys.
10308
10309 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * nnheader.el (nnheader-insert-head): Make it work even if the file
10312         uses CRLF for the line-break code.
10313
10314 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10315
10316         * mml2015.el: Require mml-sec instead of password.
10317         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10318         (mml2015-cache-passphrase): Inherit the default value from
10319         mml-secure-cache-passphrase.
10320         (mml2015-passphrase-cache-expiry): Inherit the default value from
10321         mml-secure-passphrase-cache-expiry.
10322
10323         * mml1991.el: Require mml-sec instead of password.
10324         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10325         (mml1991-cache-passphrase): Inherit the default value from
10326         mml-secure-cache-passphrase.
10327         (mml1991-passphrase-cache-expiry): Inherit the default value from
10328         mml-secure-passphrase-cache-expiry.
10329
10330         * mml-sec.el: Require password.
10331         (mml-secure-verbose): New user option.
10332         (mml-secure-cache-passphrase): New user option.
10333         (mml-secure-passphrase-cache-expiry): New user option.
10334
10335 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10336
10337         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10338         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10339         andreas@altroot.de (Andreas Vögele).
10340
10341         FIXME: Use `tiny change'?
10342
10343 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10344
10345         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10346         workaround for the url package included with Emacs.
10347
10348         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10349
10350 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10353         correctly.  This fixes a bug caused by the 2006-05-12 change.
10354
10355 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10356
10357         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10358         some information about the error when saying that the `bogus' mail
10359         group will be used.
10360
10361 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10362
10363         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10364         string.
10365
10366 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10367
10368         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10369
10370 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10371
10372         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10373
10374 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10375
10376         * mml1991.el (mml1991-function-alist): Add epg.
10377         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10378         (mml1991-epg-encrypt): New functions.
10379
10380 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10381
10382         * mml2015.el (mml2015-verbose): New variable.
10383         (mml2015-cache-passphrase): Ditto.
10384         (mml2015-passphrase-cache-expiry): Ditto.
10385         (mml2015-function-alist): Add epg.
10386         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10387         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10388         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10389         New functions.
10390
10391 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10392
10393         * message.el (message-cite-original-1): Preserve region when removing
10394         quoted text due to X-No-Archive in order to avoid bogus attribution
10395         when citing multiple messages.
10396
10397 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10398
10399         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10400         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10401
10402 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * gnus-diary.el (gnus-user-format-function-d)
10405         (gnus-user-format-function-D): Autoload.
10406
10407         * imap.el (Commentary): Fix typo.
10408
10409         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10410         2006-04-22 contribution.
10411
10412 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10413
10414         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10415         It didn't really fix the bogosity I'm seeing with solid web groups.
10416
10417 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10418
10419         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10420         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10421         created using server names.  If we use the feature without declaring
10422         it, Gnus does not properly manage server and group state.
10423
10424         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10425         bound.
10426
10427 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10428
10429         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10430         looking up the method using GROUP's prefix before inventing a new one.
10431         It is used on killed/unknown groups in various places where returning
10432         an all-new method isn't expected by the caller.
10433
10434         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10435         and match semantics of gnus-group-real-prefix.
10436
10437 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * nnmail.el (nnmail-broken-references-mailers): New variable.
10440         (nnmail-ignore-broken-references): New function generalizing
10441         nnmail-fix-eudora-headers.
10442         (nnmail-fix-eudora-headers): Now obsolete.
10443
10444         * gnus-art.el (gnus-button-handle-custom):
10445         Support `customize-apropos*'.
10446
10447 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448
10449         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10450
10451         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10452         articles.
10453
10454 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * message.el (message-cite-reply-above): New variable.
10457         (message-yank-original): Use it.
10458
10459 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10462
10463 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10466         as read.
10467
10468         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10469
10470 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10473         (gnus-bookmark-default-file): Use gnus-directory.
10474         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10475         Remove "*" in doc string.
10476         (gnus-bookmark-write-file): Simplify.
10477         (gnus-bookmark-maybe-sort-alist): Use `when'.
10478         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10479         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10480         Add FIXME about Emacs 21 and XEmacs compatibility.
10481         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10482         compatibility.
10483         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10484         compatibility.
10485         (gnus-bookmark-menu-heading): Fix version.
10486
10487 2006-06-19  Bastien Guerry  <bzg@altern.org>
10488
10489         * gnus-bookmark.el: New file.
10490
10491 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * message.el (message-syntax-checks): Doc fix.
10494
10495 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10496
10497         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10498         unsubscribed groups as if they were killed ones.  It causes duplicate
10499         entries in gnus-newsrc-alist.
10500
10501 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * message.el (message-syntax-checks): Doc fix.
10504         (message-send-mail): Add check for continuation headers.
10505         (message-check-news-header-syntax): Fix regexp used to check for
10506         continuation headers.
10507
10508 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10511
10512 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10515
10516 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10519         default-truncate-lines.
10520
10521 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10524         to fill the utf-8 entry.
10525
10526         * lpath.el: Fbind unicode-precedence-list.
10527
10528 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10529
10530         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10531
10532 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10533
10534         * gnus-agent.el (directory-files-and-attributes): Move all the way
10535         forward (the third and final move).
10536         (gnus-agent-read-agentview): Trap reconstruction errors due to
10537         nonexistent directory.  Handle by returning nil.
10538
10539 2006-05-30  Didier Verna  <didier@xemacs.org>
10540
10541         * message.el (message-dont-reply-to-names): Update the custom type.
10542         * message.el (message-dont-reply-to-names): New defsubst: potentially
10543         convert a list of regexps into a single one.
10544         * message.el (message-get-reply-headers): Use it.
10545         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10546
10547 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * gnus-agent.el (directory-files-and-attributes): Move forward.
10550
10551 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * gnus-ml.el (gnus-mailing-list-subscribe)
10554         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10555         (gnus-mailing-list-message): Fix doc strings.
10556
10557 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10558
10559         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10560         of doing it manually.
10561
10562 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10565         comment.
10566
10567 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10568
10569         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10570         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10571         (gnus-agent-read-local): All symbols allocated in my-obarray.
10572         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10573         (gnus-agent-regenerate-group): Check numeric names to see if they are
10574         messages or groups.
10575         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10576         better way of do this...)
10577
10578         * gnus-cache.el (gnus-agent-total-fetched-for):
10579         Ignore 'dummy.group' (there should be a better way of do this...)
10580
10581 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10584         (gnus-saved-headers): Ditto.
10585         (gnus-default-article-saver): Mention functions may have properties.
10586         (gnus-article-save): Override gnus-save-all-headers and
10587         gnus-saved-headers by :headers property which saver function may have.
10588         (gnus-summary-save-in-file): Add :headers property.
10589         (gnus-summary-write-to-file): Ditto.
10590
10591         * gnus-sum.el (gnus-summary-save-article): Bind
10592         gnus-prompt-before-saving to t when saving many articles in a file;
10593         always show all headers.
10594
10595         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10596
10597 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10600         marks.
10601
10602         * message.el (message-indent-citation): Add optional arguments to allow
10603         using it outside of message buffers.
10604
10605         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10606         (gnus-article-treat-unfold-headers): Use it.
10607         (gnus-article-truncate-lines): New variable.
10608         (gnus-article-mode): Use it.
10609         (gnus-article-toggle-truncate-lines): New function.
10610
10611         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10612         Add gnus-article-toggle-truncate-lines.
10613
10614         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10615         coding system in XEmacs, use binary.
10616
10617 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10620         after-load-alist.
10621
10622         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10623         this function should save decoded articles.
10624         (gnus-summary-write-to-file): Use property to specify this function
10625         should save decoded articles and specify gnus-summary-save-in-file
10626         should be used to save articles other than the first one when saving
10627         many articles.
10628         (gnus-summary-save-body-in-file): Use property to specify this
10629         function should save decoded articles.
10630         (gnus-summary-write-body-to-file): Use property to specify this
10631         function should save decoded articles and specify
10632         gnus-summary-save-body-in-file should be used to save articles other
10633         than the first one when saving many articles.
10634
10635         * gnus-sum.el (gnus-summary-save-article): Simplify.
10636
10637 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * gnus-art.el (gnus-default-article-saver):
10640         Add gnus-summary-write-body-to-file.
10641         (gnus-article-save-coding-system): Don't use coding system object
10642         in XEmacs.
10643         (gnus-read-save-file-name): Add optional `dir-var' argument which
10644         specifies directory in which files are saved; work even if optional
10645         `variable' argument is not specified.
10646         (gnus-summary-write-to-file): Read file name.
10647         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10648         (gnus-summary-write-body-to-file): New function.
10649
10650         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10651         (gnus-summary-local-variables): Add it.
10652         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10653         (gnus-summary-save-article): Remove optional `decode' argument;
10654         determine whether to decode articles by the value of
10655         gnus-default-article-saver; when saving many files using
10656         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10657         it first and use gnus-summary-save-in-file or
10658         gnus-summary-save-body-in-file thereafter unless
10659         gnus-prompt-before-saving is always; move point to article which
10660         will be saved.
10661         (gnus-summary-save-article-file): Revert.
10662         (gnus-summary-write-article-file): Revert.
10663         (gnus-summary-save-article-body-file): Revert.
10664         (gnus-summary-write-article-body-file): New function.
10665
10666 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gnus-art.el (gnus-default-article-saver): Doc fix.
10669         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10670         from gnus-summary-save-article-coding-system, and default to a
10671         certain coding system.
10672         (gnus-output-to-file): Add coding cookie and encode text according
10673         to gnus-article-save-coding-system; don't use mm-append-to-file.
10674
10675         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10676         gnus-art.el and rename to gnus-article-save-coding-system.
10677         (gnus-summary-save-article): Require gnus-art; don't show all
10678         headers if it decodes articles; don't add coding cookie here;
10679         don't bind mm-text-coding-system-for-write.
10680         (gnus-summary-save-article-file): Save decoded articles.
10681         (gnus-summary-write-article-file): When saving many files, use
10682         gnus-summary-write-to-file first and gnus-summary-save-in-file
10683         thereafter unless gnus-prompt-before-saving is always.
10684         (gnus-summary-save-article-body-file): Save decoded articles.
10685
10686         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10687
10688 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * nnrss.el (nnrss-check-group): Bind hash-index.
10691
10692 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10693
10694         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10695         its hash index.  Store this hash in `nnrss-group-data'.
10696         (nnrss-read-group-data): Update accordingly.
10697
10698 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10701         entry.
10702
10703         * gnus-sum.el (gnus-summary-make-menu-bar):
10704         Add gnus-article-browse-html-article.
10705
10706 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10707
10708         * gnus-sum.el (gnus-summary-mime-map):
10709         Add gnus-article-browse-html-article.
10710
10711         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10712
10713 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10716         suitable coding systems in customize.
10717
10718 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * mail-source.el (mail-sources): Fix custom type.
10721
10722 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10725         (gnus-summary-expire-articles-now): Shorten prompt.
10726
10727         * gmm-utils.el (wid-edit): Require.
10728         (defun-gmm): Rename from `gmm-defun-compat'.
10729         (gmm-image-search-load-path): Use it.
10730         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10731
10732 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-sum.el (gnus-summary-save-article-coding-system):
10735         New variable.
10736         (gnus-summary-save-article): Add optional `decode' argument.
10737         If it is set and gnus-summary-save-article-coding-system is non-nil,
10738         save decoded article.
10739         (gnus-summary-write-article-file): Save decoded article if
10740         gnus-summary-save-article-coding-system is non-nil.
10741
10742         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10743         type.
10744
10745 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10748
10749 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10752         first to test gnus-single-article-buffer which may be buffer-local.
10753
10754         * gnus-sum.el (gnus-summary-setup-buffer):
10755         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10756         group; make gnus-article-buffer, gnus-article-current, and
10757         gnus-original-article-buffer always buffer-local.
10758         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10759         group.
10760         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10761
10762 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * nnml.el (nnml-request-compact-group): Compressed files might not
10765         have .gz extension.
10766
10767 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10768
10769         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10770         (mm-copy-to-buffer): Use with-current-buffer.
10771         (mm-display-part): Simplify.
10772         (mm-inlinable-p): Add optional arg `type'.
10773
10774 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10775
10776         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10777         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10778         Try harder to show the attachment internally or externally using
10779         gnus-mime-view-part-as-type.
10780
10781 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * message.el (message-from-style, message-signature-separator)
10784         (message-user-organization-file, message-send-mail-function)
10785         (message-citation-line-function, message-yank-prefix)
10786         (message-indent-citation-function, message-signature)
10787         (message-signature-file, message-signature-insert-empty-line):
10788         Remove autoloads.
10789
10790         * gnus-art.el (gnus-buttonized-mime-types):
10791         Remove "multipart/signed".  Revert 2006-04-26 change.
10792
10793 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10794
10795         * gnus.el (gnus-version-number): Bump version.
10796
10797 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10798
10799         * gnus.el: No Gnus v0.5 is released.
10800
10801 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10802
10803         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10804         fetching articles by message-id.
10805
10806 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807
10808         * message.el (hashcash): Require hashcash as normal.
10809
10810         * ecomplete.el (ecomplete-highlight-match-line):
10811         Use point-at-eol.
10812         (ecomplete-highlight-match-line): Use `highlight', because that
10813         face exists in both Emacs and XEmacs.
10814
10815         * message.el (message-display-abbrev): Use point-at-bol.
10816
10817         * mail-source.el: Don't require timer/timer-funcs.
10818
10819         * gnus-async.el: Ditto.
10820
10821         * password.el: Ditto.
10822
10823         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10824
10825         * mm-url.el: Ditto.
10826
10827         * gnus-xmas.el: Don't require timer-funcs.
10828
10829         * mm-util.el: Require timer/timer-funcs.
10830
10831 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10832
10833         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10834         Close.
10835
10836 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10839         unibyte after clear-decrypt function runs.
10840
10841         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10842         returns as a unibyte string.
10843
10844 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * lpath.el: Revert.
10847
10848         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10849         (pgg-gpg-process-sentinel): Revert.
10850
10851         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10852         (pgg-pgp-lookup-key): Revert.
10853
10854         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10855         (pgg-pgp5-lookup-key): Revert.
10856
10857         * pgg.el (pgg-fetch-key): Revert.
10858
10859 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * lpath.el: Fbind string-as-multibyte for XEmacs.
10862
10863         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10864         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10865         (mml1991-pgg-encrypt): Ditto.
10866
10867         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10868         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10869         a multibyte buffer.
10870
10871         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10872         (pgg-pgp-lookup-key): Ditto.
10873
10874         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10875         (pgg-pgp5-lookup-key): Ditto.
10876
10877         * pgg.el (pgg-fetch-key): Ditto.
10878
10879 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * message.el (message-user-organization-file): Check several
10882         locations of the organization file.
10883
10884         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10885         Add gnus-article-view-part-as-type.
10886
10887         * gnus-art.el (gnus-article-view-part-as-type): New function.
10888
10889         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10890         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10891
10892         * mml.el: Simplify autoload.
10893         (mml-mode): defvar dnd-protocol-alist instead of using
10894         symbol-value.
10895         (mml-default-directory): New variable.
10896         (mml-minibuffer-read-file): Use it.
10897         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10898
10899         * message.el (message-citation-line-format): New variable.
10900         (message-insert-formated-citation-line): New function.
10901         (message-citation-line-function):
10902         Add `message-insert-formated-citation-line' to custom type.
10903
10904         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10905         to doc string.
10906
10907         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10908         depending on mm-verify-option.
10909
10910 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10913         binding pgg-* variables; reimplement the section which prevents
10914         MIME header from being signed.
10915         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10916         pgg-text-mode; remove a blank line at the top of body.
10917
10918         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10919         lines at the top of body; use gnus-newsgroup-charset if there's no
10920         Charset header.
10921
10922 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * message.el (message-self-insert-commands): Doc fix.
10925
10926         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10927         (mm-uu-pgp-encrypted-test): Ditto.
10928         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10929         between header and body; return application/pgp-encrypted handle
10930         if decryption failed; decode decrypted body by charset.
10931
10932         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10933         element match to application/pgp-*.
10934
10935 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10936
10937         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10938         HTML.
10939
10940 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941
10942         * mail-source.el (mail-source-call-script): Message the error
10943         string.
10944
10945 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * gnus-util.el (gnus-byte-compile): Use it.
10948
10949 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10950
10951         * gnus-util.el (kill-empty-logs): New function.
10952
10953 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * message.el (message-mail-alias-type): Doc fix.
10956         (message-mail-alias-type-p): New function.
10957         (message-send): Use it.
10958         (message-mode): Ditto.
10959         (message-strip-forbidden-properties): Ditto.
10960
10961         * ecomplete.el (ecomplete-database-file-coding-system):
10962         New variable.
10963         (ecomplete-save): Use it.
10964         (ecomplete-setup): Use it.
10965
10966 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * message.el (message-self-insert-commands): New variable.
10969         (message-strip-forbidden-properties): Use it.
10970
10971 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10972
10973         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10974         that doesn't make XEmacs choke.
10975
10976 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * gnus-util.el (gnus-replace-in-string):
10979         Prefer replace-regexp-in-string over of replace-in-string.
10980
10981 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-util.el (gnus-select-frame-set-input-focus):
10984         Use select-frame-set-input-focus if it is available in XEmacs; use
10985         definition defined in Emacs 22 for old Emacsen.
10986
10987         * dgnushack.el: Autoload unmorse-region for XEmacs.
10988
10989         * lpath.el: Bind cursor-in-non-selected-windows and
10990         select-frame-set-input-focus for XEmacs.
10991
10992 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10995
10996 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10997
10998         * gnus-registry.el (gnus-registry-cache-save): Remove text
10999         properties when saving via the temp buffer.
11000
11001 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11002
11003         * message.el (message-generate-hashcash): Honor custom type.
11004
11005 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11006
11007         * message.el (message-generate-hashcash): Default to non-nil when
11008         hashcash is found.
11009
11010         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11011         (gnus-refer-thread-limit): Increase default to 500.
11012
11013         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11014
11015         * flow-fill.el (fill-flowed): Allow delete-space.
11016
11017 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11020         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11021         Remove autoloads.
11022
11023 2006-04-18  Simon Josefsson  <jas@extundo.com>
11024
11025         * message.el (message-generate-hashcash): Default to.
11026
11027 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11030         concatenating segments rather than before concatenating them.
11031
11032 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11035
11036 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11037
11038         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11039
11040         * message.el (message-forward-make-body-plain):
11041         Allow message-forward-ignored-headers to be a list.
11042         (message-remove-ignored-headers): Factor out into function.
11043         (message-forward-make-body-mml): Use it.
11044
11045         * imap.el (imap-quote-specials): New function.
11046         (imap-login-auth): Quote specials.
11047
11048         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11049         (rfc2231-parse-string): Allow concatanation of parameters that
11050         aren't contiguous.  The test case is
11051           (mail-header-parse-content-type "message/external-body;
11052             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11053             access-type=LOCAL-FILE;
11054             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11055
11056 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11057
11058         * nntp.el (nntp-accept-process-output): Return the value of
11059         `nnheader-accept-process-output'.
11060
11061 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062
11063         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11064         (gnus-button-alist): Recognize more diff formats.
11065         (gnus-button-patch): Strip directory.
11066
11067 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11070         Emacs 22 when setting focus.
11071
11072 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11073
11074         * gnus-art.el (gnus-article-treat-types): Do treatment of
11075         text/x-verbatim parts.
11076         (gnus-button-patch): New command.
11077
11078         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11079         addresses that contain invalid characters.
11080
11081 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11082
11083         * message.el (message-put-addresses-in-ecomplete):
11084         Use gnus-replace-in-string.
11085         (message-is-yours-p): Use the more correct
11086         mail-header-parse-address instead of
11087         mail-extract-address-components.
11088         (message-put-addresses-in-ecomplete): Fix typo.
11089
11090         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11091         keystroke.
11092
11093         * gnus-art.el (gnus-treatment-function-alist): Change order of
11094         newsgroups/generic header folding to avoid double-folding.
11095
11096         * message.el (message-hidden-headers): Add X-Draft-From.
11097
11098         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11099         New command.
11100         (gnus-summary-repeat-search-article-backward): New command.
11101
11102         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11103         groups in the parent topic.
11104
11105 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11106
11107         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11108         (spam-extra-header-to-number): Return the CRM114 number as a
11109         number instead of a string.
11110
11111 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * gnus-art.el (gnus-face-properties-alist): Move here from
11114         gnus-fun.
11115
11116         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11117
11118 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11119
11120         * message.el (message-strip-forbidden-properties): Only display on
11121         self-insert-command.
11122
11123         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11124         reindent.
11125         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11126
11127 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11128
11129         * smiley.el (smiley-style): Fix typo.
11130
11131 2006-03-23  Kenichi Handa  <handa@m17n.org>
11132
11133         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11134         instead of set-buffer-multibyte.
11135
11136 2006-03-23  Kenichi Handa  <handa@m17n.org>
11137
11138         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11139         buffer and then decode the buffer text if necessary.
11140         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11141         first, and after mm-encode-body, change the buffer to unibyte.
11142
11143 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * hashcash.el (hashcash-insert-payment-async-2):
11146         Use message-goto-eoh instead of doing it manually.
11147         (mail-add-payment): Use message-narrow-to-header instead of trying
11148         to do the same itself.
11149
11150         * message.el (message-hidden-headers): Add Face.
11151
11152         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11153         reparenting code.
11154         (gnus-summary-reparent-children): Refactored out code.
11155         (gnus-summary-thread-map): New keystroke.
11156         (gnus-summary-reparent-children): Make into command.
11157
11158         * smiley.el (smiley-style): Default to `medium' if using a large
11159         font.
11160
11161         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11162         does it itself.
11163
11164         * message.el (message-point-in-header-p): Simplify definition.
11165
11166 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * nnagent.el (nnagent-request-set-mark): Silence log file
11169         writing.
11170         (nnagent-request-set-mark): Use write-region instead of
11171         append-to-file.
11172
11173         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11174         strange select method.
11175
11176         * ecomplete.el (ecomplete-display-matches): Get highlightling
11177         right.
11178         (ecomplete-display-matches): Use literals.
11179         (ecomplete-display-matches): Disable message logging.
11180
11181         * message.el (message-display-abbrev): Small optimization.
11182
11183         * ecomplete.el (ecomplete-display-matches): Allow automatic
11184         display.
11185
11186         * message.el (message-strip-forbidden-properties):
11187         Display abbrevs.
11188         (message-display-abbrev): Get automatic display right.
11189
11190         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11191         keystrokes.
11192
11193 2006-04-13  Romain Francoise  <romain@orebokech.com>
11194
11195         TODO: Backport to v5-10!
11196
11197         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11198         Move here (and rename) from gnus-registry.el.
11199
11200         * gnus-registry.el: Require gnus-util.
11201         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11202
11203 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11204
11205         * gnus-group.el (gnus-group-catchup-current):
11206         Change if-then-else-if-then-else into cond.
11207         (gnus-group-catchup): Indent.
11208         (group-name-at-point): New function.
11209         (gnus-fetch-group): Provide default from thing at point.
11210
11211 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212
11213         * message.el (message-display-abbrev): Fix regexp.
11214
11215         * ecomplete.el (ecomplete-highlight-match-line):
11216         Reimplement choosing.
11217         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11218         dead variables.
11219
11220         * message.el (message-newline-and-indent): Remove debugging.
11221         (message-display-abbrev): Use new implementation.
11222
11223 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * gnus-art.el (gnus-article-mode):
11226         Set cursor-in-non-selected-windows to nil.
11227
11228         * smiley.el: Revert previous change.
11229         (smiley-data-directory): defvar it before using it in the
11230         defcustom of `smiley-style'.
11231
11232 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11233
11234         * message.el (message-newline-and-indent): New function.
11235
11236         * ecomplete.el: Implement more bits.
11237
11238         * message.el (message-put-addresses-in-ecomplete): Clean up the
11239         string.
11240
11241         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11242
11243         * gnus-sum.el (gnus-summary-save-parts):
11244         Bind gnus-summary-save-parts-counter and use it to make unique file
11245         names.
11246
11247         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11248
11249         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11250         parameter to say whether to actually parse the individual
11251         addresses.
11252
11253         * message.el (message-put-addresses-in-ecomplete): New function.
11254         (ecomplete): Require.
11255         (message-mail-alias-type): Add ecomplete as an option.
11256
11257 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11258
11259         * flow-fill.el (fill-flowed): Remove trailing space from blank
11260         quoted lines.
11261
11262 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11263
11264         * smiley.el (smiley-style): Move definition later to avoid a
11265         compilation warning.
11266
11267 2006-04-12  Kenichi Handa  <handa@m17n.org>
11268
11269         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11270         buffer and then decode the buffer text if necessary.
11271         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11272         first, and after mm-encode-body, change the buffer to unibyte.
11273         Use mm-disable-multibyte instead of set-buffer-multibyte.
11274
11275 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11278         Content-Type header instead of Content-Disposition header.
11279         (gnus-mime-inline-part): Ditto.
11280         (gnus-mime-view-part-as-charset): Ignore charset that the part
11281         specifies.
11282
11283         * mm-decode.el (mm-display-part): Work with external parts and
11284         usual parts similarly.
11285
11286         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11287         instead of gnus-display-mime.
11288
11289         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11290         instead of with-temp-buffer.
11291
11292         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11293         tag to summarized topics part in order to encode non-ASCII text.
11294
11295 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * smiley.el (smiley-style): New variable.
11298         (smiley-directory): New function.
11299         (smiley-data-directory): Derive from `smiley-style' using
11300         `smiley-directory'.
11301         (smiley-regexp-alist): Add new entries.
11302
11303         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11304         (gnus-article-browse-delete-temp): Add :version.
11305
11306 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11307
11308         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11309         the sieve region.
11310
11311 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312
11313         * gnus.el (gnus-version-number): Bump version.
11314
11315 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus.el: No Gnus v0.4 is released.
11318
11319 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11320
11321         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11322         layout.
11323
11324         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11325         unknown charset.
11326
11327         * message.el (message-header-synonyms): Add Original-To to the
11328         default.
11329
11330         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11331         optional parameter.
11332
11333 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus-fun.el (gnus): Require it for gnus-directory.
11336
11337 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11340
11341 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11342
11343         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11344
11345 2006-04-05  Simon Josefsson  <jas@extundo.com>
11346
11347         * password.el (password-reset): New function.
11348
11349 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11350
11351         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11352         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11353
11354 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11355
11356         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11357         Some whitespace was matched into the url, which broke browsing hits
11358         > 100 when mm-url-use-external was nil.
11359
11360 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11363         Check gnus-extra-headers for 'Newsgroups.
11364
11365         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11366         bound.
11367
11368 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11369
11370         * pgg-gpg.el: Clean up process buffers every time gpg processes
11371         complete.
11372
11373 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11376         doc string.
11377
11378 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11379
11380         * pgg-gpg.el (pgg-gpg-process-filter)
11381         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11382
11383         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11384         lines, temporary fix.
11385
11386 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11387
11388         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11389
11390 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11391
11392         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11393         default-enable-multibyte-characters.  This reverts the change from
11394         revision 6.17 which is no longer necessary because the passphrase
11395         is sent separately now.  GnuPG messages are unreadable under
11396         multibyte locales with default-enable-multibyte-characters set to
11397         nil.
11398
11399 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * message.el (message-tool-bar-gnome): Move "spell".
11402
11403 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11406         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11407         instead.
11408
11409 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11410
11411         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11412         Improve newsgroups handling for NNTP overviews which don't include
11413         Newsgroups.
11414
11415 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11416
11417         * message.el (message-resend): Bind message-generate-hashcash to nil.
11418
11419 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11420
11421         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11422         when searching for already-paid recipients.
11423
11424 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11425
11426         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11427         passphrases when it is not needed.
11428         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11429         passphrase stuff from gpg, should only be necessary when you use
11430         gpg with a smartcard.
11431
11432 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * mml.el (mml-insert-mime): Ignore cached contents of
11435         message/external-body part.
11436
11437         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11438         (mm-insert-part): Ditto.
11439
11440 2006-03-23  Simon Josefsson  <jas@extundo.com>
11441
11442         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11443         Reiner.
11444         (pgg-gpg-use-agent-p): Use it again.
11445
11446 2006-03-23  Simon Josefsson  <jas@extundo.com>
11447
11448         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11449         older emacsen.
11450         (pgg-gpg-use-agent-p): Don't use it.
11451
11452 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11455         if we can.
11456
11457 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11458
11459         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11460         (pgg-gpg-update-agent): New function.
11461         (pgg-gpg-use-agent-p): New function.
11462         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11463         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11464         (pgg-gpg-sign-region): Use it.
11465
11466 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11469         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11470
11471 2006-03-21  Simon Josefsson  <jas@extundo.com>
11472
11473         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11474         <wilde@sha-bang.de>.
11475         (pgg-gpg-use-agent): New variable.
11476         (pgg-gpg-process-region): Use it.
11477         (pgg-gpg-encrypt-region): Likewise.
11478         (pgg-gpg-encrypt-symmetric-region): Likewise.
11479         (pgg-gpg-decrypt-region): Likewise.
11480         (pgg-gpg-sign-region): Likewise.
11481         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11482
11483 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11486
11487         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11488         Add comment on version.
11489
11490 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * smiley.el: Add missing test smiley.
11493
11494 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * mm-decode.el (mm-with-part): New macro.
11497         (mm-get-part): Use it; work with message/external-body as well.
11498         (mm-save-part): Treat name and filename equally.
11499
11500         * mm-extern.el (mm-extern-cache-contents): New function.
11501         (mm-inline-external-body): Use it; force the part to be displayed;
11502         move undisplayer added to the cached handle to the parent.
11503
11504         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11505         (gnus-mime-view-part-as-type): Work with message/external-body.
11506
11507         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11508
11509 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11512         images in image-load-path.  [Sync with image.el, revision 1.60, in
11513         Emacs.]
11514
11515 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11518         path rather than symbol.  Always return list of directories.
11519         Guarantee that image directory comes first.  [Sync with image.el,
11520         revision 1.59, in Emacs.]
11521
11522         * message.el (message-make-tool-bar): Adjust to new API of
11523         `gmm-image-load-path-for-library'.
11524
11525         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11526
11527         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11528
11529 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11530
11531         * gnus-art.el (gnus-article-only-boring-p):
11532         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11533         intangible text.
11534         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11535
11536 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11539         Use `defun' instead of `gmm-defun-compat'.
11540
11541 2006-03-14  Simon Josefsson  <jas@extundo.com>
11542
11543         * message.el (message-unique-id): Don't use message-number-base36
11544         if (user-uid) is a float.
11545         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11546
11547 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11550
11551         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11552         empty line between a part and a message part.
11553
11554 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * smiley.el: Add more test smileys.
11557         (smiley-data-directory, smiley-regexp-alist)
11558         (gnus-smiley-file-types): Fix doc strings.
11559         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11560         adding new elements.
11561         (smiley-mouse-map): Unused code.  Make it a comment.
11562
11563 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11566         scan latest NoCeM messages instead of old ones.
11567         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11568         delimiters that are recently used.
11569         (gnus-nocem-load-cache): Add autoload cookie.
11570
11571         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11572
11573         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11574         level which is larger than gnus-use-nocem is specified.
11575
11576         * gnus-group.el (gnus-group-get-new-news): Ditto.
11577
11578 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gnus-util.el (gnus-tool-bar-update): New function.
11581
11582         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11583         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11584
11585         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11586
11587         * gnus-group.el (gnus-group-redraw-when-idle)
11588         (gnus-group-redraw-check): Remove.
11589         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11590
11591 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11594         if optional last element is specified in splits (FIELD VALUE...).
11595
11596 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11599         to gmm-image-load-path-for-library.  Call with no-error argument.
11600         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11601
11602         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11603
11604         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11605
11606         * gmm-utils.el (gmm-image-load-path): Remove alias.
11607
11608 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * gmm-utils.el (gmm-image-load-path): Add alias.
11611
11612         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11613         nnml-generate-nov-databases-1.
11614         (nnml-generate-nov-databases): Use it.
11615         (nnml-generate-nov-databases-directory): Document no-active
11616         argument.
11617
11618         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11619         directory if path is t.  Add no-error.
11620
11621         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11622         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11623
11624         * gnus-art.el (gnus-article-browse-delete-temp-files):
11625         Simplify resetting gnus-article-browse-html-temp-list.
11626
11627         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11628         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11629         Add example to docstring.  Rename local variables.  Move error
11630         checks to default case in cond and simplify.
11631
11632 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11635         handle is multipart when calling it recursively.
11636         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11637
11638 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11639
11640         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11641         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11642
11643 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11646         is loaded.
11647
11648         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11649         loaded.
11650
11651 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11654         to "Emacs 23 (unicode)" in doc string.
11655
11656         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11657         "Emacs 23 (unicode)" in comment.
11658
11659 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11662
11663         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11664         characters 160 through 255 in Emacs 23.
11665
11666 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11669         gnus-article-browse-html-temp.
11670         (gnus-article-browse-delete-temp): Make it customizable.
11671         Add `file'.  Adjust doc string.
11672         (gnus-article-browse-delete-temp-files): Add argument.
11673         Allow query for each file.  Adjust doc string.
11674         (gnus-article-browse-html-parts):
11675         Add `gnus-article-browse-delete-temp-files' to
11676         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11677
11678 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11679
11680         * gnus-art.el (gnus-article-browse-html-temp)
11681         (gnus-article-browse-delete-temp): New variables.
11682         (gnus-article-browse-delete-temp-files): New function.
11683         (gnus-article-browse-html-parts): Use it.
11684
11685 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11686
11687         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11688
11689         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11690         string.
11691
11692         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11693         gnus-summary-insert-new-articles when unplugged.
11694         Remove gnus-summary-search-article-forward.
11695
11696         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11697         display-visual-class instead of display-color-cells.
11698
11699 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * dgnushack.el: Autoload customize-group for XEmacs.
11702
11703         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11704         message/* containing non-ASCII text properly.
11705
11706 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11707
11708         * message.el: Require gmm-utils, remove autoloads.
11709         (message-tool-bar): Set default based on
11710         gmm-tool-bar-style.
11711         (message-tool-bar-gnome): Add gmm-customize-mode.
11712
11713         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11714         gmm-tool-bar-style.
11715         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11716
11717         * gnus-group.el (gnus-group-tool-bar): Set default based on
11718         gmm-tool-bar-style.
11719         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11720
11721         * gmm-utils.el (gmm-image-directory): Rename variable from
11722         gmm-image-load-path.
11723         (gmm-image-load-path): Use gmm-image-directory.
11724         (gmm-customize-mode): New function.
11725         (gmm-tool-bar-style): New variable.
11726
11727         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11728         gnus-group-redraw-line-number.
11729         (gnus-group-redraw-check): Simplify.
11730         (gnus-group-tool-bar-update): Remove redraw check.
11731         (gnus-group-make-tool-bar): Add redraw check.
11732
11733 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11734
11735         * gnus-art.el (gnus-button): Add missing parentheses.
11736
11737 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * lpath.el: Fbind line-number-at-pos.
11740
11741 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11744
11745 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gnus-art.el (gnus-button): New face.
11748         (gnus-article-button-face): Use it.
11749
11750         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11751         Add gnus-summary-next-page.  Re-order.
11752
11753         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11754         next-node are now included.
11755         (gnus-group-redraw-line-number): New internal variable.
11756         (gnus-group-redraw-check): Helper function for updating the tool
11757         bar.
11758         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11759
11760         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11761
11762         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11763         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11764         Use it to match format of Spamassassin 3.0 and later.
11765         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11766         (spam-check-bogofilter)
11767         (spam-bogofilter-register-with-bogofilter): Fix args of
11768         `gnus-error' calls.
11769
11770 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11773         unnecessary interaction when sending queued mails.
11774         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11775
11776 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11779         first or last are nil.
11780
11781 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11782
11783         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11784
11785 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11788
11789 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11790
11791         * dns.el (query-dns): Protect more against buggy tcp output.
11792
11793 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11796         nov.php.
11797
11798 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11799
11800         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11801         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11802         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11803         output on the server side.
11804         (nnweb-google-create-mapping): Update regexps and add some
11805         progress indication.
11806
11807 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * gnus-group.el (gnus-group-tool-bar-gnome):
11810         Fix gnus-agent-toggle-plugged.  Re-order icons.
11811         (gnus-group-tool-bar-gnome):
11812         Add gnus-group-{prev,next}-unread-group.
11813         (gnus-group-tool-bar-gnome): Re-order icons.
11814
11815         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11816         Move gnus-summary-insert-new-articles.
11817
11818         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11819         Fix comments.
11820
11821         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11822         also available in Emacs 21.3.
11823
11824         * message.el (message-fix-before-sending): Change "Emacs 22" to
11825         "Emacs 23 (unicode)" in comment.
11826
11827         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11828         "Emacs 23 (unicode)" in comment.
11829
11830         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11831         comment.
11832         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11833
11834         * mm-view.el (mm-fill-flowed): Add :version.
11835
11836 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11839         and load-path.
11840
11841 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * message.el: Autoload gmm-image-load-path.
11844         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11845         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11846         consitency.
11847
11848         * gmm-utils.el (gmm-image-load-path): Also search in
11849         "../etc/images".  Don't set gmm-image-load-path if we don't find
11850         the image.
11851
11852 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * gmm-utils.el (gmm-image-load-path): Don't make
11855         `gmm-image-load-path' include subdirectories which the second arg
11856         `image' might specify.
11857
11858         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11859         subdirectory to icon file names.
11860
11861         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11862
11863 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11866         gmm-image-load-path calls.
11867
11868         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11869
11870         * message.el (message-make-tool-bar): Ditto.
11871
11872         * mml.el (mml-preview): Add comment concerning tool bar icons.
11873
11874         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11875         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11876
11877         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11878         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11879
11880         * message.el (message-tool-bar-gnome): Use new icon names.
11881         (message-make-tool-bar): Use `gmm-image-load-path'.
11882
11883         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11884         New functions from MH-E.
11885         (gmm-image-load-path): New variable from MH-E.
11886         (gmm-image-load-path): New function from MH-E.  Add arguments
11887         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11888         *-image-load-path-called-flag.
11889
11890 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11891
11892         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11893
11894 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11895
11896         * nnimap.el (nnimap-request-move-article): Change folder back to
11897         source group before deleting.
11898
11899 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11902
11903         * gnus-art.el (mm-url-insert-file-contents-external):
11904         Autoload mm-url.
11905
11906         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11907
11908 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11911         coding system which mm-charset-to-coding-system returns for a
11912         given charset is valid.
11913
11914 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11915
11916         * html2text.el (html2text-remove-tag-list):
11917         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11918
11919 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11920
11921         * gnus-cus.el: Revert 2005-10-17 change.
11922
11923 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-art.el (article-strip-banner):
11926         Call article-really-strip-banner only when the regexp match is made.
11927
11928 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-art.el (article-strip-banner):
11931         Use gnus-extract-address-components instead of
11932         mail-header-parse-addresses to make it work with non-ASCII text;
11933         remove mail-encode-encoded-word-string.
11934
11935         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11936         values which are surrounded with \"...\"; make it never cause a
11937         Lisp error; give up parsing of parameters if it failed in
11938         extracting type.
11939
11940 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11941
11942         * smime.el (smime-cert-by-ldap-1): Fix bug where
11943         `smime-ldap-search' returns results without userCertificates.
11944
11945 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11948
11949 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * spam.el (spam-check-spamassassin-headers): Adapt format for
11952         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11953         <ari@mbf.ocn.ne.jp>.
11954         (spam-list-of-processors): Add spam-use-gmane.
11955
11956 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11959         make-temp-file; make it work with XEmacs as well.
11960
11961         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11962         mm-make-temp-file.
11963
11964         * mm-decode.el (mm-display-external): Use the 3rd arg of
11965         mm-make-temp-file.
11966         (mm-create-image-xemacs): Ditto.
11967
11968 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11971         with message-narrow-to-headers.
11972         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11973         (gnus-draft-check-draft-articles): New function.
11974         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11975
11976 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * gnus-art.el (gnus-article-browse-html-parts):
11979         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11980         Don't use suffix argument for mm-make-temp-file for Emacs 21
11981         compatibility.  Remove useless `format'.
11982
11983 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11984
11985         * nnweb.el (nnweb-google-wash-article): Update regexps.
11986         (nnweb-group-alist): Use defvoo instead of defvar.
11987
11988 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11991         re-loading nn* modules.
11992
11993 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11996         for `tool-bar-mode' and don't check it's default-value.
11997
11998         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11999
12000         * message.el (message-make-tool-bar): Ditto.
12001
12002         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12003         `substring'.  Shorten tmp-file name.
12004
12005         * gnus.el: Remove bogus comment.
12006
12007 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12008
12009         * gnus-art.el (gnus-article-browse-html-parts): New function.
12010         (gnus-article-browse-html-article): New function for viewing html
12011         articles with a browser.
12012
12013 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12014
12015         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12016         in elisp.
12017         (pgg-gpg-encrypt-symmetric-region): Ditto.
12018         (pgg-gpg-sign-region): Ditto.
12019
12020         * pgg-def.el (pgg-text-mode): New variable.
12021
12022         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12023         (mml2015-pgg-encrypt): Ditto.
12024
12025         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12026         (mml1991-pgg-encrypt): Ditto.
12027
12028 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * nnfolder.el (nnfolder-insert-newsgroup-line):
12031         Use message-make-date instead of current-time-string.
12032
12033         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12034         to gnus-decoded which mm-uu might set.
12035
12036 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12039         don't decode quoted parameters; remove misimported Emacs code.
12040         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12041         (rfc2231-decode-encoded-string): Don't use split-string which
12042         behaves differently according to Emacs version; use
12043         mm-decode-coding-region to convert charset to coding-system.
12044         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12045         (rfc2231-encode-string): Remove misimported Emacs code.
12046
12047 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12050         when calling mail-header-parse-content-type.
12051         (article-de-quoted-unreadable): Ditto.
12052         (article-de-base64-unreadable): Ditto.
12053         (article-wash-html): Ditto.
12054
12055         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12056         calling mail-header-parse-content-type and
12057         mail-header-parse-content-disposition.
12058         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12059         mail-header-parse-content-type.
12060
12061         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12062         insert charset and format parameters; encode description after
12063         inserting it to buffer.
12064         (mml-insert-parameter): Fold lines properly even if a parameter is
12065         segmented into two or more lines; change the max column to 76.
12066
12067         * rfc1843.el (rfc1843-decode-article-body): Don't use
12068         ignore-errors when calling mail-header-parse-content-type.
12069
12070         * rfc2231.el (rfc2231-parse-string): Return at least type if
12071         possible; don't cause an error even if it fails in parsing of
12072         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12073         (rfc2231-encode-string): Don't break lines at the beginning, leave
12074         it to mml-insert-parameter.
12075
12076         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12077         calling mail-header-parse-content-type.
12078
12079 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * spam-report.el (spam-report-gmane-use-article-number):
12082         Improve doc string.
12083         (spam-report-gmane-internal): Check if a suitable header was found
12084         in the article.
12085
12086 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12089         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12090
12091 2006-02-05  Romain Francoise  <romain@orebokech.com>
12092
12093         Update copyright notices of all files in the gnus directory.
12094
12095 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12096
12097         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12098
12099 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12102         segmented lines of parameter value to cope with Thunderbird 1.5
12103         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12104         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12105         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12106
12107 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12108
12109         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12110         parts.
12111
12112 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12113
12114         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12115         there's only one active file for all servers.
12116         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12117         solid groups.  Gnus might have used a FAST request to select the group.
12118         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12119         and nnweb-search redundantly in the active file.
12120         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12121         (nnweb-request-create-group): Don't use ARGS.
12122         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12123         initialisations.  Let nnoo do the work.
12124
12125 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12128         Say the part has been decoded.
12129
12130         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12131
12132 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12133
12134         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12135         mailcap-viewer-test-cache when there's no 'test clause, since that
12136         will invert the meaning of a "nil" test previously determined by
12137         mailcap-mailcap-entry-passes-test.
12138
12139 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12142         compiling.
12143
12144         * gnus-sum.el: Ditto.
12145
12146         * message.el: Don't bind tool-bar-map when compiling.
12147
12148 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12149
12150         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12151
12152 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12153
12154         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12155         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12156         current Google Groups.
12157
12158 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12161         and tool-bar-mode.
12162
12163         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12164         and tool-bar-mode.
12165
12166         * message.el (message-tool-bar-update): Simplify.
12167         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12168
12169         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12170         gnus-summary-buffer.
12171         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12172         gnus-summary-reply.
12173
12174         * gmm-utils.el (gmm): Add :version.
12175
12176 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * Makefile.in (clean): New rule.
12179         (distclean): Use it.
12180
12181 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12182
12183         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12184         Don't autoload.
12185
12186 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * gmm-utils.el (gmm-verbose): Add :group.
12189
12190 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * message.el: Change some comments WRT tool-bars.
12193
12194         * gnus-sum.el (gnus-summary-tool-bar)
12195         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12196         (gnus-summary-tool-bar-zap-list): New variables.
12197         (gnus-summary-make-tool-bar): Complete rewrite using
12198         `gmm-tool-bar-from-list'.
12199
12200         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12201         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12202         New variables.
12203         (gnus-group-make-tool-bar): Complete rewrite using
12204         `gmm-tool-bar-from-list'.
12205         (gnus-group-tool-bar-update): New function.
12206
12207         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12208
12209 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12212         is dissected into a single part of which the type is the same as
12213         the given one; decode charset.
12214
12215 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12216
12217         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12218         into alists as symbol not string, since that's what
12219         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12220         look for.
12221
12222 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12225         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12226
12227         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12228
12229 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12232         (gnus-xmas-mime-security-button-menu): New function.
12233
12234         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12235         (gnus-mime-security-button-menu): New definition.
12236         (gnus-mime-security-button-map): Use them.
12237         (gnus-mime-security-button-menu): New function.
12238         (gnus-insert-mime-security-button): Addition to help echo.
12239         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12240         (gnus-mime-security-pipe-part): New functions.
12241
12242         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12243         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12244
12245         * mm-decode.el (mm-handle-set-disposition): Remove.
12246         (mm-handle-set-description): Remove.
12247
12248 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12251         (mm-w3m-standalone-supports-m17n-p): New function.
12252         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12253         w3m usage.
12254
12255         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12256         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12257
12258 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * message.el (message-tool-bar-zap-list):
12261         Use gmm-tool-bar-zap-list as custom type.
12262         (message-tool-bar-update): New function.
12263         (message-tool-bar, message-tool-bar-gnome)
12264         (message-tool-bar-retro): Add message-tool-bar-update.
12265         (message-tool-bar-gnome): Add flyspell-buffer.
12266
12267         * gnus-util.el (gnus-error): Describe `args'.
12268
12269         * gmm-utils.el (gmm-error): Describe `args'.
12270         (gmm-tool-bar-zap-list): New widget.
12271         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12272
12273 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12276         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12277         the number of recursive calls.
12278
12279         * mm-decode.el (mm-handle-set-disposition): New macro.
12280         (mm-handle-set-description): New macro.
12281
12282 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12285         encoding.
12286
12287 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * message.el (message-tool-bar-zap-list, message-tool-bar)
12290         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12291         (message-tool-bar-local-item-from-menu): Remove.
12292         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12293         (message-make-tool-bar): New function.
12294         (message-mode): Use `message-make-tool-bar'.
12295
12296         * gmm-utils.el: New file.
12297         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12298         (gmm-lazy): New widget copied from `nnmail.el'.
12299         (gmm-tool-bar-from-list): New function for creating customizable
12300         tool bars.
12301         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12302         output.
12303         (gmm): Add :prefix to defgroup.
12304
12305 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12306
12307         * gmm-utils.el (gmm-widget-p): New function.
12308
12309 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * mml.el (mml-attach-file): Describe `description' in doc string.
12312         (mml-menu): Add Emacs MIME manual and PGG manual.
12313
12314 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12315
12316         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12317
12318 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12319
12320         * nntp.el (nntp-end-of-line): Doc fix.
12321
12322 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12323
12324         * imap.el (imap-open): Handle case where buffer is a buffer
12325         object.
12326
12327 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12328
12329         * gnus-delay.el (gnus-delay): Don't autoload.
12330         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12331         to be re-loaded when customizing the `gnus-delay' group.
12332
12333 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12334
12335         * message.el (message-insert-citation-line): Use newlines.
12336
12337 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12338
12339         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12340         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12341         these routines, so the passphrase can be managed externally and
12342         passed in to the system.
12343         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12344         pgg-add-passphrase-to-cache function.
12345
12346         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12347         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12348         these routines, so the passphrase can be managed externally and
12349         passed in to the system.
12350         (pgg-pgp5-sign-region): Use new name of
12351         pgg-add-passphrase-to-cache function.
12352
12353 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12354
12355         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12356         part of the decoded armor to find the key-identifier.
12357         (pgg-gpg-lookup-key-owner): New function to return the
12358         human-readable identifier of a key owner.
12359         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12360         itself.
12361         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12362         the key value) if we have a key and can match it against a secret
12363         key.  Also, added a note pointing out fact that the prompt only
12364         indicates the first matching key.
12365
12366         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12367         pgg-decrypt-region.
12368         (pgg-add-passphrase-to-cache): Rename from
12369         `pgg-add-passphrase-cache' to reduce confusion (all callers
12370         changed).
12371         (pgg-remove-passphrase-from-cache): Rename from
12372         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12373         changed).
12374         (pgg-read-passphrase, pgg-add-passphrase-cache)
12375         (pgg-remove-passphrase-cache): Add informative docstrings.
12376         (pgg-decrypt): Convey provided passphrase in subordinate call to
12377         pgg-decrypt-region.
12378
12379 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12380
12381         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12382         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12383         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12384         'passphrase' argument, so the passphrase can be managed externally
12385         and then passed in to the system.
12386
12387         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12388         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12389         so the passphrase cache can be used reliably with identifiers
12390         besides a pgp packet's key id.
12391
12392         * pgg-gpg.el (pgg-gpg-encrypt-region)
12393         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12394         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12395         these routines, so the passphrase can be managed externally and
12396         passed in to the system.
12397
12398         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12399         'notruncate' argument, so the passphrase cache can be used
12400         reliably with identifiers besides a pgp packet's key id.
12401
12402 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12403
12404         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12405         symmetric encryption.
12406         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12407         encrypted session key.
12408         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12409         message ask for the passphrase in a proper way.
12410
12411         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12412         New user commands for symmetric encryption.
12413
12414 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12417
12418         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12419
12420 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12421
12422         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12423
12424 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * mm-decode.el (mm-inlined-types): Add application/pgp.
12427         (mm-automatic-display): Ditto.
12428
12429         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12430         part as text.
12431
12432 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * nnrss.el: Update copyright.
12435         (nnrss-opml-import): Query whether to subscribe to each entry.
12436
12437         * gnus-art.el:
12438         * gnus-sum.el:
12439         * gnus-xmas.el:
12440         * messagexmas.el:
12441         * mm-uu.el:
12442         * mm-view.el: Update copyright.
12443
12444 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * message.el (message-info): New function.
12447         (message-mode-menu): Add it.
12448         Update copyright.
12449
12450         * ChangeLog: Fix and update copyright.
12451
12452 2006-01-13  Romain Francoise  <romain@orebokech.com>
12453
12454         * message.el (message-forward-subject-name-subject): Prefer the
12455         address to 'nowhere' if the sender has no name.
12456         Fix typo.  Update copyright year.
12457
12458 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * gnus-art.el (article-wash-html):
12461         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12462         (gnus-article-wash-html-with-w3m-standalone): New function.
12463
12464         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12465         mm-inline-text-html-render-with-w3m-standalone.
12466         (mm-text-html-washer-alist): Map w3m-standalone to
12467         gnus-article-wash-html-with-w3m-standalone.
12468         (mm-inline-text-html-render-with-w3m-standalone): New function.
12469
12470 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12473         Improve LaTeX.
12474
12475 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12478         (nnrss-request-article): Render text/plain parts as HTML.
12479
12480         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12481         the buffer.
12482
12483 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12486         custom definition of `gnus-posting-styles'.
12487
12488         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12489         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12490
12491 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12494         Use nntp for bug archive.
12495
12496 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12499         parts.
12500         (nnrss-normalize-date): New function converts ISO 8601 date into
12501         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12502         (nnrss-check-group): Use it.
12503
12504 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12507
12508         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12509         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12510         (nnrss-insert-w3): Ditto.
12511
12512 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12515         the articles to be forwarded including the case where neither a
12516         number of articles nor a region is specified.
12517
12518 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * nnrss.el (nnrss-request-article): Fix last change; fill
12521         text/plain parts.
12522
12523 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12526         in text/plain part.
12527         (nnrss-check-group): Don't add excessive newline to dc:subject.
12528
12529 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12530
12531         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12532         article.
12533
12534 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12537         (nnml-use-compressed-files, nnml-save-mail): Support other
12538         comression programs such as bzip2.
12539
12540 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12541
12542         * dns.el (query-dns): Make sure we check the buffer size before
12543         removing tcp headers.
12544
12545 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12548         remove MIME buttons associated with multipart/alternative parts.
12549         (gnus-mime-display-alternative): Tag buttons using `article-type'
12550         text property.
12551
12552         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12553         associated with multipart/alternative parts.
12554
12555         * gnus-art.el (gnus-signature-separator): Fix custom type.
12556
12557         * mm-decode.el (mm-inlined-types): Fix custom type.
12558         (mm-keep-viewer-alive-types): Ditto.
12559         (mm-automatic-display): Ditto.
12560         (mm-attachment-override-types): Ditto.
12561         (mm-inline-override-types): Ditto.
12562         (mm-automatic-external-display): Ditto.
12563
12564 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * spam-report.el (spam-report-user-mail-address)
12567         (spam-report-user-agent): New variables.
12568         (spam-report-url-ping-plain): Use spam-report-user-agent.
12569
12570 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12571
12572         * gnus-art.el (gnus-button-handle-custom): Do not just use
12573         `customize-apropos' for any "M-x customize-*" button but the
12574         function called for.  Accept both the function name and its
12575         argument in order to achieve this.
12576         (gnus-button-alist): Remove support for "custom:" URL's.
12577         Pass function name to `gnus-button-handle-custom' in case of "M-x
12578         customize-*" buttons.
12579
12580 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12583         multipart/alternative and add xref to mm-discouraged-alternatives
12584         in doc string.
12585
12586         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12587         gnus-buttonized-mime-types in doc string.
12588
12589 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12592         Suggest image/.* in the doc string.
12593
12594 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12597         message-marks (Debian bug #342521).
12598
12599 2005-12-12  Simon Josefsson  <jas@extundo.com>
12600
12601         * password.el (password-read-from-cache): Add.
12602         (password-read): Use it.
12603
12604 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * rfc2047.el (rfc2047-charset-to-coding-system):
12607         Recognize us-ascii as a MIME charset.
12608
12609         * mm-bodies.el (mm-decode-content-transfer-encoding):
12610         Protect against the case where the 2nd arg TYPE is nil.
12611
12612 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12613
12614         * pop3.el (pop3-stream-type): Fix custom version.
12615
12616         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12617
12618 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12619
12620         * mm-decode.el (mm-display-external): Add missing cdr.
12621
12622 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12625         RFC1524) if it is in mailcap or add a suffix according to
12626         mailcap-mime-extensions when generating a temp filename; postpone
12627         deleting a temp file for 2 seconds for some wrappers, shell
12628         scripts, and so on, which might exit right after having started a
12629         viewer command as a background job.
12630
12631 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * nntp.el (nntp-marks-directory): Fix custom group.
12634
12635         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12636         steps when < 10.
12637
12638         * gnus-start.el (gnus-no-server-1):
12639         Mention `gnus-level-default-subscribed' in doc string.
12640
12641 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12642
12643         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12644         parens.
12645
12646 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-xmas.el (gnus-use-toolbar): Revert.
12649         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12650         gnus-use-toolbar is default.
12651
12652         * messagexmas.el (message-use-toolbar): Revert.
12653         (message-setup-toolbar): Use global default-toolbar if
12654         message-use-toolbar is default.
12655
12656 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12659         according to default-toolbar-visible-p.
12660
12661         * messagexmas.el (message-use-toolbar): Ditto.
12662
12663 2005-11-26  Dave Love  <fx@gnu.org>
12664
12665         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12666         (tls-program, tls-success): Provide openssl alternative.
12667
12668         * starttls.el: Doc fixes.
12669         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12670         SERVICE to PORT.
12671
12672         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12673         port null or service name.
12674         (starttls-negotiate): Autoload.
12675
12676 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * message.el (message-kill-to-signature): Fix interactive spec.
12679
12680 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * pop3.el (pop3-open-server): Recognize a string as a service name.
12683
12684 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12685
12686         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12687
12688 2005-11-23  Dave Love  <fx@gnu.org>
12689
12690         Add pop3s, pop3/starttls.
12691
12692         * pop3.el (pop3-authentication-scheme): Clarify doc.
12693         (open-tls-stream, starttls-open-stream): Autoload.
12694         (pop3-stream-type): New.
12695         (pop3-open-server): Use it.
12696
12697         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12698         for POP.
12699         (mail-source-keyword-map): Add :stream for POP.
12700         (mail-source-fetch-pop): Use pop3-stream-type.
12701
12702 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12705         of current-time-string.
12706
12707 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12708
12709         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12710         date header.
12711
12712 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12713
12714         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12715         it can seriously impact performance as it bypasses the agent's
12716         local caches.
12717
12718 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12719
12720         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12721         must be explicitly online rather than "not explicitly offline" for
12722         its flags to be synchronized.
12723
12724         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12725         that gnus-uu-unmark-thread will function correctly.
12726
12727         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12728         1024K is instead displayed as 1M.
12729
12730 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12731
12732         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12733
12734 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12735
12736         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12737
12738 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12739
12740         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12741         error message to display actual error condition.
12742         (gnus-agent-save-local): Avoid saving symbols that are bound to
12743         nil as they simply result in a warning message in
12744         gnus-agent-read-local.
12745
12746 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12749         rather than make-variable-buffer-local for file-precious-flag.
12750
12751 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12752
12753         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12754         for duplicates which are removed.  The invalid sort check then
12755         triggers a rescan after the sort as sorting may have moved
12756         duplicate entries such that they can be cheaply detected.
12757
12758 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12761
12762 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12763
12764         * gnus-agent.el (gnus-agent-article-alist-save-format):
12765         Change internal variable to a custom variable.  Change default value
12766         from compressed(2) to uncompressed(1).
12767         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12768         support for uncompressed agentview files.  Taken together, reading
12769         the agentview file should now be 6-7 times faster.
12770
12771 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12772
12773         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12774         as a buffer-local variable.  This avoids creating truncated
12775         dribble files as a result of a hang up, eg.
12776
12777 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12778
12779         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12780         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12781         XEmacs.
12782
12783 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * gnus-start.el (gnus-start-draft-setup):
12786         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12787
12788         * gnus.el (gnus-splash): Change custom group.
12789         (gnus-group-get-parameter, gnus-group-parameter-value):
12790         Describe allow-list argument.
12791
12792         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12793         string.
12794
12795 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * gnus-art.el (gnus-default-article-saver): Add user-defined
12798         `function' to custom type.
12799
12800 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12801
12802         * imap.el (imap-open): Handle case where buffer is a buffer
12803         object.
12804
12805 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12806
12807         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12808         long lines.
12809         (gnus-cache-delete-group): Wrap doc strings.
12810
12811         * gnus-agent.el (gnus-agent-rename-group)
12812         (gnus-agent-delete-group): Wrap doc strings.
12813
12814 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * messagexmas.el (message-use-toolbar): Change the valid values
12817         into default, top, bottom, left, and right.
12818         (message-toolbar-thickness): New variable.
12819         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12820         well.
12821         (message-setup-toolbar): Make it work.
12822
12823         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12824         (gnus-use-toolbar): Change the valid values into default, top,
12825         bottom, left, and right.
12826         (gnus-toolbar-thickness): New variable.
12827         (gnus-xmas-setup-toolbar): New function.
12828         (gnus-xmas-setup-group-toolbar): Use it.
12829         (gnus-xmas-setup-summary-toolbar): Use it.
12830
12831 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12832
12833         * gnus-start.el (gnus-1): Add "native" to
12834         gnus-predefined-server-alist.
12835
12836         * gnus.el (gnus-method-to-server): Don't add "native" to the
12837         lists here, because that leads to problems when
12838         gnus-select-method is bound.
12839
12840 2005-11-09  Simon Josefsson  <jas@extundo.com>
12841
12842         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12843         use (not sort-by-date) instead.
12844
12845 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12846
12847         * gnus-delay.el (gnus-delay-group): Don't autoload.
12848         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12849         to be re-loaded when customizing the `gnus-delay' group.
12850
12851 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12852
12853         * message.el: Revert last changes.
12854         (message-insert-citation-line): Use newlines.
12855
12856 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12857
12858         * message.el (message-courtesy-message)
12859         (message-mark-insert-begin, message-mark-insert-end)
12860         (message-elide-ellipsis, message-cancel-message)
12861         (message-add-header, message-change-subject)
12862         (message-cross-post-followup-to-header)
12863         (message-cross-post-insert-note, message-reduce-to-to-cc)
12864         (message-widen-reply, message-delete-not-region)
12865         (message-kill-to-signature, message-insert-signature)
12866         (message-insert-importance-high, message-insert-importance-low)
12867         (message-insert-or-toggle-importance)
12868         (message-insert-disposition-notification-to)
12869         (message-indent-citation, message-yank-original)
12870         (message-cite-original-without-signature, message-cite-original)
12871         (message-insert-citation-line, message-position-on-field)
12872         (message-fix-before-sending, message-send-mail-partially)
12873         (message-send-mail, message-send-mail-with-sendmail)
12874         (message-send-mail-with-qmail, message-send-news)
12875         (message-check-news-header-syntax, message-generate-headers)
12876         (message-insert-courtesy-copy, message-fill-address)
12877         (message-fill-header, message-shorten-references)
12878         (message-setup-1, message-cancel-news)
12879         (message-forward-make-body-plain, message-forward-make-body-mime)
12880         (message-forward-make-body-mml, message-encode-message-body)
12881         (message-forward-make-body-digest-plain)
12882         (message-forward-make-body-digest-mime)
12883         (message-use-alternative-email-as-from): Insert `hard-newline'
12884         instead of ordinary newlines.
12885
12886 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * message.el (message-generate-headers): Downcase the argument
12889         given to message-check-element.
12890
12891 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12892
12893         * nntp.el (nntp-authinfo-rejected): New error condition.
12894         (nntp-wait-for): Use new error condition to signal authentication
12895         error.
12896         (nntp-retrieve-data): Rethrow new error condition to break out of
12897         recursive call to nntp-send-authinfo.
12898
12899 2005-11-08  Romain Francoise  <romain@orebokech.com>
12900
12901         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12902         (gnus-summary-exit-map): Bind to `Z p'.
12903         (gnus-summary-make-menu-bar): Add menu item.
12904
12905 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12908         (gnus-treat-*): Add `first' in all doc strings.
12909
12910         * gnus-group.el (gnus-group-compact-group): Fix typo.
12911
12912 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * gnus.el (gnus-parameters-case-fold-search): New variable.
12915         (gnus-parameters-get-parameter): Use it.
12916
12917         * gnus-score.el (gnus-home-score-file): Doc fix.
12918
12919 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12920
12921         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12922
12923 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * mm-util.el (mm-special-display-p): New function.
12926
12927         * mml.el (mml-preview): Use it; doc fix.
12928
12929 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12930
12931         * imap.el (imap-open): Handle case where buffer is a buffer object.
12932
12933 2005-10-29  Romain Francoise  <romain@orebokech.com>
12934
12935         * message.el (message-fix-before-sending): Fix comment.
12936
12937 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12938
12939         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12940
12941 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12942
12943         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12944         Used in gnus-score.el.
12945
12946 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12949
12950 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12953         whitespace removed in revision 7.8.  Use concatenated string to
12954         protect trailing whitespace.
12955
12956 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12957
12958         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12959         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12960         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12961         Courier IMAP ("some version from 2004").  Mostly based on similar
12962         code in the same function.
12963
12964 2005-10-26  Didier Verna  <didier@xemacs.org>
12965
12966         * gnus-group.el (gnus-group-compact-group): Invalidate original
12967         article buffer.
12968         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12969         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12970         NOV database and in article itself.
12971         Invalidate article backlog.
12972
12973 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12976
12977 2005-10-26  Simon Josefsson  <jas@extundo.com>
12978
12979         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12980         part of 2004-07-25 change.
12981
12982 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * message.el (message-display-completion-list): New function.
12985         (message-expand-group): Use it; make sure the Completions buffer
12986         is modifiable.
12987 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12988
12989         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12990         user-mail-name is an empty string.
12991
12992 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12995         depending on gnus-score-decay-constant.
12996
12997         * encrypt.el (encrypt-insert-file-contents)
12998         (encrypt-write-file-contents): Don't use `gnus-message'.
12999
13000         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13001         arguments.
13002         (mm-uu-type-alist): Add message-marks and insert-marks.
13003         Pass arguments to mm-uu-verbatim-marks-extract.
13004         (mm-uu-hide-markers): New variable.
13005         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13006
13007         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13008         (gnus-convert-image-to-face-command): Use "convert" by default to
13009         allow other input image formats.
13010         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13011         accordingly.
13012
13013 2005-10-23  Simon Josefsson  <jas@extundo.com>
13014
13015         * imap.el (imap-gssapi-program): Align command line parameters
13016         with latest GNU SASL.
13017         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13018
13019 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13020
13021         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13022         HTML.
13023         (nnslashdot-request-article): Ditto.
13024
13025         * lpath.el (featurep): Add nobreak-char-display.
13026
13027 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13028
13029         * mail-source.el (mail-source-fetch-pop): Require pop3.
13030         (mail-source-check-pop): Ditto.
13031
13032 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13035         errors.
13036
13037 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13038
13039         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13040         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13041
13042         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13043
13044         * mm-bodies.el (mm-decode-string):
13045         Call `mm-charset-to-coding-system' with allow-override argument.
13046
13047 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13050         (rfc2047-charset-to-coding-system): New function.
13051         (rfc2047-decode-encoded-words): New function.
13052         (rfc2047-decode-region): Use them.
13053         (rfc2047-decode-cte): Remove.
13054         (rfc2047-parse-and-decode): Remove.
13055         (rfc2047-decode): Remove.
13056
13057 2005-10-15  Kenichi Handa  <handa@m17n.org>
13058
13059         * rfc2047.el (rfc2047-decode-cte): New function.
13060         (rfc2047-decode-region): Change the way to decode successive
13061         encoded-words: decode B- or Q-encoding in each encoded-word,
13062         concatenate them, and decode it as charset.
13063
13064 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * lpath.el: Fbind codepage-setup for XEmacs.
13067
13068 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13069
13070         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13071         widget-move-and-invoke.
13072         (gnus-custom-mode): Use gnus-custom-map.
13073
13074 2005-10-15  Bill Wohler  <wohler@newt.com>
13075
13076         * message.el (message-tool-bar-map): Rename image file from
13077         mail_send to mail/send.
13078
13079 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13080
13081         * message.el (message-expand-group): Pass the common
13082         prefix substring of completion to `display-completion-list'.
13083
13084 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * mml-sec.el (mml-secure-method): New internal variable.
13087         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13088         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13089         New functions using mml-secure-method.
13090
13091         * mml.el (mml-mode-map): Add key bindings for those functions.
13092         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13093         Harder <harder@myrealbox.com>.
13094         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13095         Goto end of message if point is the headers of the message.
13096
13097         * message.el (message-in-body-p): New function.
13098
13099         * assistant.el: Autoload gnus-util and netrc.
13100
13101         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13102         Use `mm-charset-override-alist' only when decoding.
13103
13104         * mm-bodies.el (mm-decode-body):
13105         Call `mm-charset-to-coding-system' with allow-override argument.
13106
13107         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13108         `filename' from Content-Disposition if Content-Type doesn't
13109         provide `name'.
13110         (gnus-mime-view-part-as-type): Set default instead of
13111         initial-input.
13112
13113 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13114
13115         * format-spec.el (format-spec): Propagate text properties of % spec.
13116
13117 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * gnus-art.el (gnus-treat-predicate): Add `first'.
13120
13121 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13124         (mm-charset-override-alist): New variable.
13125         (mm-charset-to-coding-system): Use it.
13126         (mm-codepage-setup): New helper function.
13127         (mm-charset-eval-alist): New variable.
13128         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13129         Warn about unknown charsets.
13130
13131         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13132
13133 2005-10-04  David Hansen  <david.hansen@gmx.net>
13134
13135         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13136         (nnrss-check-group): Ditto.
13137
13138 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13141         Rename x-gnus-verbatim to x-verbatim.
13142         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13143
13144         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13145         x-verbatim.
13146
13147         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13148
13149         * gnus-util.el (gnus-remove-duplicates): Remove.
13150
13151         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13152         instead of gnus-remove-duplicates.
13153
13154         * message.el (message-remove-duplicates): Remove.
13155         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13156         message-remove-duplicates.
13157
13158         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13159         available, else use implementation from `delete-dups'.
13160
13161         * message.el (message-insert-expires): New function.
13162         (message-mode-map): Add key binding.
13163         (message-mode-field-menu): Add menu entry.
13164         (message-mode): Document it.
13165         (message-make-expires-date): Use `message-make-date'.
13166
13167 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13168
13169         * message.el (message-make-expires-date): New function.
13170
13171 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * Makefile.in (list-installed-shadows): New entry.
13174         (install): Use it.
13175         (remove-installed-shadows): New entry.
13176
13177         * dgnushack.el (dgnushack-default-load-path): New variable.
13178         (dgnushack-find-lisp-shadows): New function.
13179         (dgnushack-remove-lisp-shadows): New function.
13180
13181 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * Makefile.in (install-el-elc): New entry.
13184         (install): Use it so that .el files are necessarily installed.
13185
13186 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13189
13190 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13191
13192         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13193         function rather than the diff-mode.el package.
13194         (mm-display-external): Use with-current-buffer.
13195         (mm-viewer-completion-map, mm-viewer-completion-map):
13196         Move initialization inside declaration.
13197
13198 2005-09-29  Simon Josefsson  <jas@extundo.com>
13199
13200         * spam.el: Load hashcash when compiling, to avoid warnings.
13201         Don't autoload mail-check-payment.
13202         (spam-check-hashcash): Define unconditionally, since hashcash.el
13203         is part of Gnus now.  Ignore errors from payment checking.
13204
13205 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * message.el (message-bold-region, message-unbold-region):
13208         Rename from `bold-region' and `unbold-region'.
13209
13210         * message.el: Remove useless autoloads.
13211
13212 2005-09-28  Simon Josefsson  <jas@extundo.com>
13213
13214         * message.el (message-use-idna): Default to t.
13215         (message-use-idna): Test whether encoding works too.  Doc fix.
13216
13217 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * nntp.el (nntp-warn-about-losing-connection): Remove.
13220
13221 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13224         customizable.  Change default value.
13225         (mm-uu-diff-groups-regexp): Change default value.
13226         (mm-uu-type-alist): Add doc string.
13227         (mm-uu-configure): Add doc string.  Make it interactive.
13228         (mm-uu-tex-groups-regexp): New variable.
13229         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13230         (mm-uu-type-alist): Add LaTeX documents.
13231         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13232         of "text/verbatim".
13233         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13234
13235         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13236         instead of "text/verbatim".
13237
13238         * message.el (message-mark-inserted-region)
13239         (message-mark-insert-file): Use slrn style marks when called with
13240         prefix argument.
13241
13242 2005-09-27  Simon Josefsson  <jas@extundo.com>
13243
13244         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13245
13246 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13247
13248         * message.el (message-remove-duplicates): New function.
13249         Implementation borrowed from `gnus-remove-duplicates'.
13250         (message-idna-to-ascii-rhs): Also encode idna addresses in
13251         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13252         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13253         only ask about the same idna domain once per header and also tell
13254         in what header to replace the idna domain.
13255
13256         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13257         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13258         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13259         a header is decoded and not just the last one.
13260
13261 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13264         has been decoded.
13265
13266         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13267         (mm-insert-part): Don't modify text if it has been decoded.
13268
13269         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13270         decoded.
13271
13272         * mm-view.el (mm-inline-text): Don't strip text props unless
13273         decoding enriched or richtext parts.
13274
13275 2005-09-25  Romain Francoise  <romain@orebokech.com>
13276
13277         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13278         * gnus-start.el (gnus-subscribe-interactively):
13279         * gnus-uu.el (gnus-uu-grab-articles):
13280         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13281         space.
13282
13283 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13284
13285         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13286         * mm-view.el (mm-view-pkcs7-decrypt):
13287         * gnus-sum.el (gnus-summary-limit-to-extra)
13288         (gnus-summary-respool-article, gnus-read-move-group-name):
13289         * gnus-score.el (gnus-summary-increase-score):
13290         * gnus-util.el (gnus-completing-read-with-default):
13291         * gnus-art.el (gnus-read-save-file-name)
13292         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13293         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13294         * message.el (message-check-news-header-syntax):
13295         Follow convention for reading with the minibuffer.
13296
13297 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13298
13299         * spam-report.el (spam-report-url-ping-plain):
13300         Use gnus-extended-version as User-Agent.
13301
13302         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13303         default value is nil.
13304
13305         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13306         (mm-uu-verbatim-marks-extract): New function.
13307         (mm-uu-extract): New face.
13308         (mm-uu-copy-to-buffer): Use it.
13309
13310         * spam-report.el (spam-report-gmane-ham): Rename from
13311         `spam-report-gmane-unspam'.
13312         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13313         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13314
13315         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13316         Autoload.
13317         (spam-report-gmane-unregister-routine):
13318         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13319
13320 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13321
13322         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13323         (spam-report-gmane-unregister-routine): Add support for gmane
13324         unregistration.
13325
13326         * spam-report.el (spam-report-gmane-unspam)
13327         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13328         (spam-report-gmane): Change to take a single article and do unspam
13329         registration.
13330
13331 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * mm-url.el (mm-url-decode-entities): Fix regexp.
13334
13335 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13336
13337         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13338         default to nil, to be able to use Gnus at all.  If the default
13339         switches to something else, then the function should be fixed not
13340         be exceedingly slow.
13341
13342 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13343
13344         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13345         fail hard.
13346
13347         * spam-report.el: Add better Keywords line.
13348
13349         * spam.el: Add Maintainer and better Keywords line.
13350
13351 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * gnus-art.el (gnus-article-replace-part)
13354         (gnus-mime-replace-part): New functions.
13355         (gnus-mime-action-alist, gnus-mime-button-commands)
13356         (gnus-mime-save-part-and-strip): Add file argument.
13357         (gnus-article-part-wrapper): Add interactive argument.
13358
13359         * gnus-sum.el (gnus-summary-mime-map):
13360         Add `gnus-article-replace-part'.
13361
13362 2005-09-19  Didier Verna  <didier@xemacs.org>
13363
13364         The nnml compaction feature:
13365         * nnml.el (nnml-request-compact-group): New function.
13366         * nnml.el (nnml-request-compact): New function.
13367         * gnus-int.el (gnus-request-compact-group): New function.
13368         * gnus-int.el (gnus-request-compact): New function.
13369         * gnus-group.el (gnus-group-compact-group): New function.
13370         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13371         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13372         * gnus-srvr.el (gnus-server-compact-server): New function.
13373         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13374         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13375
13376 2005-09-18  Deepak Goel  <deego@gnufans.org>
13377
13378         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13379         format spec.
13380
13381 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13384
13385 2005-09-15  Romain Francoise  <romain@orebokech.com>
13386
13387         * message.el (message-fill-paragraph): Clarify docstring.
13388
13389 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * gnus-art.el (gnus-mime-display-part): Protect against broken
13392         MIME messages.
13393
13394 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13397         before parsing header.
13398
13399 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13400
13401         * html2text.el (html2text-replace-list): Add new entities.
13402
13403 2005-09-11  Romain Francoise  <romain@orebokech.com>
13404
13405         * message.el (message-alternative-emails): Improve docstring.
13406         (message-setup-1): Call `message-use-alternative-email-as-from'
13407         after `message-setup-hook' to give it precedence over posting
13408         styles, etc.
13409         (message-use-alternative-email-as-from): Add docstring.
13410         Remove the original From header if present.
13411
13412         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13413         (nnml-save-mail): Use it.
13414
13415         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13416         articles.  Add new argument `silent'.
13417         (gnus-uu-mark-all): Report the total number of marked articles.
13418
13419 2005-09-10  Romain Francoise  <romain@orebokech.com>
13420
13421         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13422         (gnus-uu-mark-series): Likewise.
13423
13424 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * spam-report.el (spam-report-gmane): Fix generation of spam
13427         report URL.
13428
13429 2005-09-10  Simon Josefsson  <jas@extundo.com>
13430
13431         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13432         t, based on discussion on the ding list with Robert Epprecht
13433         <epprecht@solnet.ch>.
13434
13435 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * spam-report.el (spam-report-gmane): Make it work without
13438         X-Report-Spam header.  Gmane now only provides Archived-At.
13439         This is only used if `spam-report-gmane-use-article-number' is nil.
13440         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13441
13442         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13443         make `gnus-summary-sort-by-recipient' work with threading.
13444
13445         * nnweb.el (nnweb-google-wash-article): Print a message if article
13446         is not available.
13447
13448 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13449
13450         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13451         change.  Decode text/* parts content before displaying.
13452
13453 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13456
13457 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13460
13461         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13462         url-package-name, url-package-version,
13463         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13464         w3m-display-inline-images, and w3m-minor-mode-map.
13465
13466 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13467
13468         * message.el (message-tab-body-function): Fix mismatched custom type.
13469
13470         * gnus.el (gnus-group-change-level-function): Ditto.
13471
13472         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13473
13474         * gnus-art.el (gnus-signature-limit)
13475         (gnus-article-mime-part-function): Ditto.
13476
13477 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * mml.el (mml-mode): Silence the byte compiler.
13480
13481         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13482         using `(sit-for 0)' before moving the point to the specified part;
13483         skip unbuttonized parts.
13484         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13485         return to the summary window if gnus-auto-select-part is non-nil.
13486
13487 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13490         New variables.
13491         (mml-dnd-attach-file, mml-mode): Use them.
13492
13493         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13494         Make fetching article by MID work again for Google Groups.
13495         Add FIXME concerning gnus-group-make-web-group.
13496
13497         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13498         Don't depend on Gnus by using mail-extract-address-components if
13499         gnus-extract-address-components is not bound.
13500
13501 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13502
13503         * gnus-art.el (gnus-mime-display-security): Don't display the
13504         signature, but only the signed part.
13505
13506 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13509
13510         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13511         list, not listp.
13512
13513 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13514
13515         * mm-encode.el (mm-encode-content-transfer-encoding):
13516         Likewise when encoding.
13517
13518         * mm-bodies.el (mm-decode-content-transfer-encoding):
13519         De-canonicalize CRLF for all text content types, not just
13520         text/plain.
13521
13522 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13525         valid article; point arrow and cursor at the MIME button.
13526
13527 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13530         Suggested by Dan Christensen <jdc@uwo.ca>.
13531
13532         * mm-decode.el (mm-save-part): Enable change of prompt.
13533
13534 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13535
13536         * gnus-msg.el (gnus-inews-add-send-actions):
13537         Make `message-post-method' lambda parameter ARG `&optional'.
13538
13539 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * gnus-sum.el (gnus-summary-mime-map):
13542         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13543         gnus-article-jump-to-part.
13544
13545         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13546         (gnus-article-edit-part): Use it.
13547         (gnus-article-part-wrapper): Add no-handle argument.
13548         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13549         New functions.
13550
13551 2005-08-29  Romain Francoise  <romain@orebokech.com>
13552
13553         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13554         docstring.
13555         (gnus-face-from-file): Likewise.
13556
13557 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13558
13559         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13560         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13561         non-nil.
13562         (gnus-auto-select-part): New variable.
13563         (gnus-article-jump-to-part): New function.
13564         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13565         (gnus-mime-delete-part): Allow selecting specified part after
13566         deleting or stripping parts.
13567         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13568         part if argument is bogus.
13569
13570 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13571
13572         * gnus-art.el (w3m-minor-mode-map):
13573         * gnus-spec.el (gnus-newsrc-file-version):
13574         * gnus-util.el (nnmail-active-file-coding-system)
13575         (gnus-original-article-buffer, gnus-user-agent):
13576         * gnus.el (gnus-ham-process-destinations)
13577         (gnus-parameter-ham-marks-alist)
13578         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13579         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13580         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13581         * mm-decode.el (gnus-current-window-configuration):
13582         * mm-extern.el (gnus-article-mime-handles):
13583         * mm-url.el (url-current-object, url-package-name)
13584         (url-package-version):
13585         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13586         (smime-keys, w3m-cid-retrieve-function-alist)
13587         (w3m-current-buffer, w3m-display-inline-images)
13588         (w3m-minor-mode-map):
13589         * mml-smime.el (gnus-extract-address-components):
13590         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13591         (gnus-newsrc-hashtb, message-default-charset)
13592         (message-deletable-headers, message-options)
13593         (message-posting-charset, message-required-mail-headers)
13594         (message-required-news-headers):
13595         * mml1991.el (mc-pgp-always-sign):
13596         * mml2015.el (mc-pgp-always-sign):
13597         * nnheader.el (nnmail-extra-headers):
13598         * rfc1843.el (gnus-decode-encoded-word-function)
13599         (gnus-decode-header-function, gnus-newsgroup-name):
13600         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13601
13602 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13603
13604         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13605         the end of the date treatments.
13606
13607 2005-08-15  Simon Josefsson  <jas@extundo.com>
13608
13609         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13610         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13611         Capello and Romain Francoise.
13612         (pgg-fetch-key-function): Remove, not used?
13613         (pgg-insert-url-with-w3): Require url, to get
13614         url-insert-file-contents regardless of where it is defined.
13615
13616 2005-08-13  Romain Francoise  <romain@orebokech.com>
13617
13618         * message.el (message-cite-original-1): New function.
13619         (message-cite-original): Use it.
13620         (message-cite-original-without-signature): Ditto.
13621
13622 2005-08-08  Romain Francoise  <romain@orebokech.com>
13623
13624         * message.el (message-yank-empty-prefix): New variable.
13625         (message-indent-citation): Use it.
13626         (message-cite-original-without-signature): Respect X-No-Archive.
13627
13628 2005-08-08  Simon Josefsson  <jas@extundo.com>
13629
13630         * pgg.el: Autoload url-insert-file-contents instead of loading
13631         w3/url.
13632         (pgg-insert-url-with-w3): Don't load url here.
13633
13634 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13635
13636         * message.el (message-kill-to-signature): Don't insert newline at
13637         bol.
13638         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13639
13640 2005-08-06  Romain Francoise  <romain@orebokech.com>
13641
13642         * message.el (message-user-fqdn): Fix typo in docstring.
13643
13644 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13645
13646         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13647
13648         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13649
13650 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * mm-bodies.el (mm-encode-body): Use coding system rather than
13653         charset to encode text.
13654
13655         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13656         number of charsets if utf-8 is available (XEmacs).
13657
13658 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13661         taken from `gnus-button-mid-or-mail-regexp'.
13662         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13663         (gnus-button-alist): Improve regexp for domain part of the MIDs
13664         for news:localpart@domain buttons.
13665         (gnus-button-ctan-directory-regexp): Update.
13666
13667 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * sieve-manage.el (sieve-manage-interactive-login):
13670         Use make-local-variable rather than make-variable-buffer-local.
13671         (sieve-manage-open): Ditto.
13672         (sieve-manage-authenticate): Ditto.
13673
13674         * mml.el (mml-generate-mime-1): Make the content type default to
13675         text/plain if the filename is not specified.
13676
13677 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13680         instead of insert-buffer.
13681
13682         * message.el (message-yank-original): Ditto; set the mark at the
13683         end of the yanked message.
13684
13685 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13688         lines to scroll rather than to stop it.
13689
13690         * mml.el (mml-generate-default-type): Add doc string.
13691         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13692         default to application/octet-stream when determining the content
13693         type if it is not specified for the part or the mml contents; add
13694         a comment about mml-generate-default-type.
13695
13696 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13699         make it default to application/octet-stream when determining the
13700         content type if it is not specified for the external contents.
13701
13702 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13705         segmented parameter but also other parameters might be there.
13706
13707 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * mm-decode.el (mm-display-external): Delete temp file, directory
13710         and buffer immediately if the external process is exited.
13711
13712 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13715         fewer lines than that of scroll-margin.
13716         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13717
13718 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * gnus-art.el (gnus-article-next-page): Revert.
13721         (gnus-article-beginning-of-window): New macro.
13722         (gnus-article-next-page-1): Use it.
13723         (gnus-article-prev-page): Ditto.
13724         (gnus-article-edit-part): Use insert-buffer-substring instead of
13725         insert-buffer.
13726         (gnus-article-edit-exit): Ditto.
13727
13728         * gnus-util.el (gnus-beginning-of-window): Remove.
13729         (gnus-end-of-window): Remove.
13730
13731         * lpath.el: Don't bind header-line-format and scroll-margin.
13732
13733 2005-07-25  Simon Josefsson  <jas@extundo.com>
13734
13735         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13736         to have the url package without w3.  Reported by Daiki Ueno
13737         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13738
13739 2005-07-20  Didier Verna  <didier@xemacs.org>
13740
13741         * gnus-diary.el: Remove the description comment (nndiary is now
13742         properly documented in the Gnus manual).
13743         Fix the spelling of "Back End".
13744         * nndiary.el: Ditto.
13745         Fix the copyright notice.
13746
13747 2005-07-18  Romain Francoise  <romain@orebokech.com>
13748
13749         * gnus-sum.el (gnus-summary-to-prefix)
13750         (gnus-summary-newsgroup-prefix): New variables.
13751         (gnus-summary-from-or-to-or-newsgroups): Use them.
13752
13753 2005-07-17  Romain Francoise  <romain@orebokech.com>
13754
13755         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13756         space as it's generally not especially interesting to the user.
13757
13758 2005-07-16  Romain Francoise  <romain@orebokech.com>
13759
13760         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13761         nil to avoid prompting and file modification if one of the
13762         messages at the top of the nnfolder file contains a copyright
13763         notice.
13764         Update copyright notice.
13765
13766         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13767         instead of `current-time-string' as the latter creates a time
13768         string that is not RFC 2822 compliant (it lacks the zone).
13769         Update copyright notice.
13770
13771 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13772
13773         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13774         for text/rtf.  Display default in prompt.  Pass default for M-n.
13775
13776         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13777
13778 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13779
13780         * gnus-msg.el (gnus-button-mailto):
13781         Remove save-selected-window-window hackery because it relies on
13782         save-selected-window internals.
13783
13784 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13787         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13788         (gnus-article-prev-page): Ditto.
13789
13790         * gnus-util.el (gnus-beginning-of-window): New function.
13791         (gnus-end-of-window): New function.
13792
13793         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13794
13795 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13796
13797         * gnus-score.el (gnus-score-edit-all-score):
13798         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13799         gnus-message.
13800
13801 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13802
13803         * gnus-msg.el (gnus-button-mailto):
13804         Remove save-selected-window-window hackery because it relies on
13805         save-selected-window internals.
13806
13807 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13810         add-minor-mode.
13811         (gnus-binary-mode): Ditto.
13812
13813         * gnus-topic.el (gnus-topic-mode): Ditto.
13814
13815 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13816
13817         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13818         (gnus-article-prev-page): Take scroll-margin into consideration.
13819
13820 2005-07-04  Lute Kamstra  <lute@gnu.org>
13821
13822         Update FSF's address in GPL notices.
13823
13824 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13825
13826         * gnus.el (gnus-exit):
13827         * gnus-group.el (gnus-group-icons):
13828         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13829
13830         * gnus-nocem.el (gnus-nocem):
13831         * message.el (message-various, message-buffers, message-sending)
13832         (message-interface, message-forwarding, message-insertion)
13833         (message-headers, message-news, message-mail):
13834         * pgg-gpg.el (pgg-gpg):
13835         * pgg-parse.el (pgg-parse):
13836         * pgg-pgp.el (pgg-pgp):
13837         * pgg-pgp5.el (pgg-pgp5):
13838         * pop3.el (pop3): Finish `defgroup' description with period.
13839
13840 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-art.el (article-display-face): Improve the efficiency.
13843         (article-display-x-face): Ditto; remove grey x-face stuff.
13844
13845 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-art.el (article-display-face): Correct the position in
13848         which Faces are inserted.
13849
13850 2005-06-29  Didier Verna  <didier@xemacs.org>
13851
13852         * gnus-art.el (article-display-face): Display faces in correct
13853         order.
13854
13855 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13858         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13859         (gnus-nocem-check-article): Fetch the Type header.
13860         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13861         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13862         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13863         make sure gnus-nocem-hashtb is initialized.
13864         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13865         (gnus-nocem-unwanted-article-p): Ditto.
13866
13867         * pgg.el (pgg-verify): Return the verification result.
13868
13869 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13870
13871         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13872         is ascii.
13873
13874 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13875
13876         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13877         `show-nonbreak-escape'.
13878
13879 2005-06-23  Lute Kamstra  <lute@gnu.org>
13880
13881         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13882
13883         * dig.el (dig-mode):
13884         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13885
13886 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13887
13888         * nnimap.el (nnimap-split-download-body): Fix spellings.
13889
13890 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13891
13892         * gnus-art.el (gnus-article-encrypt-body):
13893         * gnus-cus.el (gnus-score-customize):
13894         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13895         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13896
13897 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13898
13899         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13900         header by looking for magic "MII" at the beginnig.
13901
13902 2005-06-16  Miles Bader  <miles@gnu.org>
13903
13904         * gnus-xmas.el (gnus-xmas-group-startup-message):
13905         Use renamed gnus-splash face.
13906
13907         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13908         (assistant-field-face): New backward-compatibility alias for renamed
13909         face.
13910         (assistant-render-text): Use renamed assistant-field face.
13911
13912         * spam.el (spam): Remove "-face" suffix from face name.
13913         (spam-face): New backward-compatibility alias for renamed face.
13914         (spam-face, spam-initialize): Use renamed spam face.
13915
13916         * message.el (message-header-to, message-header-cc)
13917         (message-header-subject, message-header-newsgroups)
13918         (message-header-other, message-header-name)
13919         (message-header-xheader, message-separator, message-cited-text)
13920         (message-mml): Remove "-face" suffix from face names.
13921         (message-header-to-face, message-header-cc-face)
13922         (message-header-subject-face, message-header-newsgroups-face)
13923         (message-header-other-face, message-header-name-face)
13924         (message-header-xheader-face, message-separator-face)
13925         (message-cited-text-face, message-mml-face):
13926         New backward-compatibility aliases for renamed faces.
13927         (message-font-lock-keywords): Use renamed message faces.
13928
13929         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13930         (sieve-test-commands, sieve-tagged-arguments):
13931         Remove "-face" suffix from face names.
13932         (sieve-control-commands-face, sieve-action-commands-face)
13933         (sieve-test-commands-face, sieve-tagged-arguments-face):
13934         New backward-compatibility aliases for renamed faces.
13935         (sieve-control-commands-face, sieve-action-commands-face)
13936         (sieve-test-commands-face, sieve-tagged-arguments-face):
13937         Use renamed sieve faces.
13938
13939         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13940         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13941         (gnus-group-news-3-empty, gnus-group-news-4)
13942         (gnus-group-news-4-empty, gnus-group-news-5)
13943         (gnus-group-news-5-empty, gnus-group-news-6)
13944         (gnus-group-news-6-empty, gnus-group-news-low)
13945         (gnus-group-news-low-empty, gnus-group-mail-1)
13946         (gnus-group-mail-1-empty, gnus-group-mail-2)
13947         (gnus-group-mail-2-empty, gnus-group-mail-3)
13948         (gnus-group-mail-3-empty, gnus-group-mail-low)
13949         (gnus-group-mail-low-empty, gnus-summary-selected)
13950         (gnus-summary-cancelled, gnus-summary-high-ticked)
13951         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13952         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13953         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13954         (gnus-summary-low-undownloaded)
13955         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13956         (gnus-summary-low-unread, gnus-summary-normal-unread)
13957         (gnus-summary-high-read, gnus-summary-low-read)
13958         (gnus-summary-normal-read, gnus-splash):
13959         Remove "-face" suffix from face names.
13960         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13961         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13962         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13963         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13964         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13965         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13966         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13967         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13968         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13969         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13970         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13971         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13972         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13973         (gnus-summary-normal-ticked-face)
13974         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13975         (gnus-summary-normal-ancient-face)
13976         (gnus-summary-high-undownloaded-face)
13977         (gnus-summary-low-undownloaded-face)
13978         (gnus-summary-normal-undownloaded-face)
13979         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13980         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13981         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13982         (gnus-splash-face):
13983         New backward-compatibility aliases for renamed faces.
13984         (gnus-group-startup-message): Use renamed gnus faces.
13985
13986         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13987         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13988         (gnus-server-agent): Remove "-face" suffix from face names.
13989         (gnus-server-agent-face, gnus-server-opened-face)
13990         (gnus-server-closed-face, gnus-server-denied-face)
13991         (gnus-server-offline-face):
13992         New backward-compatibility aliases for renamed faces.
13993         (gnus-server-agent-face, gnus-server-opened-face)
13994         (gnus-server-closed-face, gnus-server-denied-face)
13995         (gnus-server-offline-face): Use renamed gnus faces.
13996
13997         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13998         Remove "-face" suffix from face names.
13999         (gnus-picon-xbm-face, gnus-picon-face):
14000         New backward-compatibility aliases for renamed faces.
14001
14002         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14003         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14004         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14005         (gnus-cite-11): Remove "-face" suffix from face names.
14006         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14007         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14008         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14009         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14010         New backward-compatibility aliases for renamed faces.
14011         (gnus-cite-attribution-face, gnus-cite-face-list)
14012         (gnus-article-boring-faces): Use renamed gnus faces.
14013
14014         * gnus-art.el (gnus-signature, gnus-header-from)
14015         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14016         (gnus-header-content): Remove "-face" suffix from face names.
14017         (gnus-signature-face, gnus-header-from-face)
14018         (gnus-header-subject-face, gnus-header-newsgroups-face)
14019         (gnus-header-name-face, gnus-header-content-face):
14020         New backward-compatibility aliases for renamed faces.
14021         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14022
14023         * gnus-sum.el (gnus-summary-selected-face)
14024         (gnus-summary-highlight): Use renamed gnus faces.
14025         * gnus-group.el (gnus-group-highlight): Likewise.
14026
14027 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14028
14029         * gnus-sieve.el (gnus-sieve-article-add-rule):
14030         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14031         * spam-stat.el (spam-stat-buffer-change-to-spam)
14032         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14033
14034         * message.el (message-is-yours-p):
14035         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14036
14037 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * mm-view.el (mm-inline-text): Withdraw the last change.
14040
14041 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14044         executing enriched-decode.
14045
14046 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14049         charset of tar files.
14050
14051 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14052
14053         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14054
14055 2005-06-04  Lute Kamstra  <lute@gnu.org>
14056
14057         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14058         information is never recorded.
14059
14060 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14061
14062         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14063
14064 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * pop3.el (pop3-apop): Run md5 in the binary mode.
14067
14068         * starttls.el (starttls-set-process-query-on-exit-flag):
14069         Use eval-and-compile.
14070
14071 2005-05-31  Simon Josefsson  <jas@extundo.com>
14072
14073         * smime.el (smime-replace-in-string): Define.
14074         (smime-cert-by-ldap-1): Use it.
14075
14076 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * gnus-art.el (article-display-x-face): Replace
14079         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14080
14081         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14082         set-process-query-on-exit-flag or process-kill-without-query.
14083
14084         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14085         loop instead of replace-regexp.
14086
14087         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14088         instead of process-kill-without-query if it is available.
14089
14090         * lpath.el: Fbind ldap-search-entries.
14091
14092         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14093         instead of find-file-hooks if it is available.
14094
14095         * mml1991.el: Bind pgg-default-user-id when compiling.
14096
14097         * mml2015.el: Bind pgg-default-user-id when compiling.
14098
14099         * nndraft.el (nndraft-request-associate-buffer):
14100         Use write-contents-functions instead of write-contents-hooks if it is
14101         available.
14102
14103         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14104         instead of find-file-hooks if it is available.
14105
14106         * nntp.el (nntp-open-connection): Replace
14107         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14108         (nntp-open-ssl-stream): Ditto.
14109         (nntp-open-tls-stream): Ditto.
14110
14111         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14112         set-process-query-on-exit-flag or process-kill-without-query.
14113         (starttls-open-stream-gnutls): Use it instead of
14114         process-kill-without-query.
14115         (starttls-open-stream): Ditto.
14116
14117 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14118
14119         * smime.el (smime-cert-by-ldap-1): Don't use
14120         replace-regexp-in-string.
14121
14122 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14123
14124         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14125
14126         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14127         in PEM format.  Adjust to the XEmacs compability.
14128
14129 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14132         by `string-to-number'.
14133         * gnus-agent.el (gnus-agent-regenerate-group)
14134         (gnus-agent-fetch-articles): Ditto.
14135         * gnus-art.el (gnus-button-fetch-group): Ditto.
14136         * gnus-cache.el (gnus-cache-generate-active)
14137         (gnus-cache-articles-in-group): Ditto.
14138         * gnus-group.el (gnus-group-set-current-level)
14139         (gnus-group-insert-group-line): Ditto.
14140         * gnus-score.el (gnus-score-set-expunge-below)
14141         (gnus-score-set-mark-below, gnus-summary-score-effect)
14142         (gnus-summary-score-entry): Ditto.
14143         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14144         (gnus-soup-pack): Ditto.
14145         * gnus-spec.el (gnus-xmas-format): Ditto.
14146         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14147         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14148         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14149         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14150         * nndb.el (nndb-get-remote-expire-response): Ditto.
14151         * nndiary.el (nndiary-parse-schedule-value)
14152         (nndiary-string-to-number, nndiary-request-replace-article)
14153         (nndiary-request-article): Ditto.
14154         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14155         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14156         * nneething.el (nneething-make-head): Ditto.
14157         * nnfolder.el (nnfolder-request-article)
14158         (nnfolder-retrieve-headers): Ditto.
14159         * nnheader.el (nnheader-file-to-number): Ditto.
14160         * nnkiboze.el (nnkiboze-request-article): Ditto.
14161         * nnmail.el (nnmail-process-unix-mail-format)
14162         (nnmail-process-babyl-mail-format): Ditto.
14163         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14164         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14165         (nnmh-request-create-group, nnmh-request-list-1)
14166         (nnmh-request-group, nnmh-request-article): Ditto.
14167         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14168         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14169         * nnsoup.el (nnsoup-make-active): Ditto.
14170         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14171         * nntp.el (nntp-find-group-and-number)
14172         (nntp-retrieve-headers-with-xover): Ditto.
14173         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14174         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14175         (pgg-format-key-identifier): Ditto.
14176         * pop3.el (pop3-last, pop3-stat): Ditto.
14177         * qp.el (quoted-printable-decode-region): Ditto.
14178
14179         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14180         of concat.
14181
14182 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14185
14186         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14187
14188         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14189
14190         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14191
14192         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14193
14194         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14195
14196         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14197         (gnus-carpal-mode): Ditto.
14198
14199         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14200         (gnus-browse-mode): Ditto.
14201
14202         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14203
14204         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14205
14206 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14207
14208         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14209
14210 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-util.el (gnus-run-mode-hooks): New function.
14213
14214         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14215
14216         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14217         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14218
14219 2005-05-27  Lute Kamstra  <lute@gnu.org>
14220
14221         * dns-mode.el (dns-mode): Specify customization group.
14222
14223 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14224
14225         * gnus-agent.el (gnus-agent-make-mode-line-string):
14226         Use mode-line-highlight as mouse-face.
14227
14228 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * canlock.el (canlock): Change the parent group to news.
14231
14232         * deuglify.el (gnus-outlook-deuglify): Add :group.
14233
14234         * dig.el (dig): Add :group.
14235
14236         * dns-mode.el (dns-mode): Add :group.
14237
14238         * encrypt.el (encrypt): Add :group.
14239
14240         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14241         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14242         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14243         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14244         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14245
14246         * gnus-diary.el (gnus-diary): Add :group.
14247
14248         * gnus.el (gnus-group-news-1-face): Add :group.
14249         (gnus-group-news-1-empty-face): Ditto.
14250         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14251         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14252         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14253         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14254         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14255         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14256         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14257         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14258         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14259         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14260         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14261         (gnus-summary-high-ticked-face): Ditto.
14262         (gnus-summary-low-ticked-face): Ditto.
14263         (gnus-summary-normal-ticked-face): Ditto.
14264         (gnus-summary-high-ancient-face): Ditto.
14265         (gnus-summary-low-ancient-face): Ditto.
14266         (gnus-summary-normal-ancient-face): Ditto.
14267         (gnus-summary-high-undownloaded-face): Ditto.
14268         (gnus-summary-low-undownloaded-face): Ditto.
14269         (gnus-summary-normal-undownloaded-face): Ditto.
14270         (gnus-summary-high-unread-face): Ditto.
14271         (gnus-summary-low-unread-face): Ditto.
14272         (gnus-summary-normal-unread-face): Ditto.
14273         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14274         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14275
14276         * hashcash.el (hashcash): New custom group.
14277         (hashcash-default-payment): Add :group.
14278         (hashcash-payment-alist): Ditto.
14279         (hashcash-default-accept-payment): Ditto.
14280         (hashcash-accept-resources): Ditto.
14281         (hashcash-path): Ditto.
14282         (hashcash-extra-generate-parameters): Ditto.
14283         (hashcash-double-spend-database): Ditto.
14284         (hashcash-in-news): Ditto.
14285
14286         * message.el (message-minibuffer-local-map): Add :group.
14287
14288         * netrc.el (netrc): Add :group.
14289
14290         * sieve-manage.el (sieve-manage-log): Add :group.
14291         (sieve-manage-default-user): Diito.
14292         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14293         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14294         (sieve-manage-authenticators): Ditto.
14295         (sieve-manage-authenticator-alist): Ditto.
14296         (sieve-manage-default-port): Ditto.
14297
14298         * sieve-mode.el (sieve-control-commands-face): Add :group.
14299         (sieve-action-commands-face): Ditto.
14300         (sieve-test-commands-face): Ditto.
14301         (sieve-tagged-arguments-face): Ditto.
14302
14303         * smime.el (smime): Add :group.
14304
14305         * spam-report.el (spam-report): Add :group.
14306
14307         * spam.el (spam, spam-face): Add :group.
14308
14309 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14310
14311         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14312         return \n.\n.\n at the end of articles.  Protect against that.
14313         (nntp-with-open-group): Allow debugging.
14314
14315         * nnheader.el (mail-header-set-extra): Make into a function
14316         because I just could't understand how to quote the list properly.
14317
14318         * dns.el (query-dns-cached): New function.
14319
14320 2005-05-26  Lute Kamstra  <lute@gnu.org>
14321
14322         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14323
14324 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14327
14328         * gnus-art.el: Don't autoload mail-extract-address-components.
14329
14330         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14331         eval-and-compile to evaluate it.
14332
14333         * hashcash.el: Don't autoload executable-find.
14334
14335         * nndb.el: Don't declare the nndb back end two or more times; don't
14336         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14337
14338         * nntp.el: Autoload format-spec instead of format; use
14339         eval-and-compile to evaluate autoload forms.
14340
14341 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14342
14343         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14344
14345 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14346
14347         * gnus.el (gnus-version-number): Bump version.
14348
14349 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14350
14351         * gnus.el: No Gnus v0.3 is released.
14352
14353 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14354
14355         * lpath.el (featurep): Bind show-nonbreak-escape.
14356
14357 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * gnus-art.el (gnus-article-edit-part): Disable undo.
14360
14361 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14364         gnus-article-date-lapsed-new-header is t if date timer is active;
14365         skip headers in which the original date value is empty.
14366         (gnus-article-save-original-date): Redefine it as a macro.
14367         (gnus-display-mime): Use it.
14368
14369 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * gnus-art.el (article-date-ut): Support converting date in
14372         forwarded parts as well.
14373         (gnus-article-save-original-date): New function.
14374         (gnus-display-mime): Use it.
14375
14376 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14377
14378         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14379         enclosure element of <item>.
14380
14381 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * message.el (message-kill-buffer-query): Rename from
14384         `message-kill-buffer-query-if-modified'.  Add :version.
14385
14386 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14389         window layout.
14390
14391 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * mml.el: Autoload dnd when compiling.
14394
14395 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14398         x-dnd-*.
14399
14400 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * qp.el (quoted-printable-encode-region): Save excursion.
14403
14404 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14405
14406         * message.el (message-kill-buffer-query-if-modified): Add new variable
14407         so the user can kill a modified message buffer quickly.
14408         (message-kill-buffer): Use it.
14409
14410 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * lpath.el: Fbind display-time-event-handler; don't fbind
14413         string-to-multibyte.
14414
14415         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14416
14417 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14420         contained in text because xml.el decodes entities) with LFs.
14421
14422 2005-04-11  Lute Kamstra  <lute@gnu.org>
14423
14424         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14425         differently.
14426
14427 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14428
14429         * mm-util.el (mm-detect-coding-region): Typo.
14430
14431 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14434
14435 2005-04-06  Deepak Goel  <deego@gnufans.org>
14436
14437         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14438         user-function allow user modifications of the scores.
14439         (spam-stat-score-buffer-user): New function, to allow
14440         user-computed modifications to the score.
14441         (spam-stat-score-buffer-user-functions): List of additional
14442         scoring functions.
14443         (spam-stat-error-holder): Global temporary error holder.
14444         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14445         variable.
14446
14447 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14448
14449         * gnus-registry.el (gnus-registry-clean-empty-function)
14450         (gnus-registry-trim, gnus-registry-fetch-groups)
14451         (gnus-registry-delete-group): Groups that match
14452         `gnus-registry-ignored-groups' are removed from the registry
14453         entries, not just ignored for splitting.  This helps clean up the
14454         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14455         to get all the groups a message ID is in.
14456
14457         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14458         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14459         (spam-stat-score-buffer-user-functions): Add :number custom type.
14460
14461 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14464         argument in XEmacs.
14465
14466         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14467         (nnrss-request-group): Decode group name first.
14468         (nnrss-request-article): Make a text/plain article if mml-to-mime
14469         failed.
14470         (nnrss-get-encoding): Return a compatible encoding according to
14471         nnrss-compatible-encoding-alist.
14472         (nnrss-find-el): Use consp instead of listp.
14473         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14474
14475 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14478         which Emacs 20 doesn't support.
14479         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14480
14481 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14484         silence the byte compiler inside the defun.
14485
14486         * gnus-demon.el (parse-time-string): Add autoload.
14487
14488         * gnus-delay.el (parse-time-string): Add autoload.
14489
14490         * gnus-art.el (parse-time-string): Add autoload.
14491
14492         * nnultimate.el (parse-time): Require for `parse-time-string'.
14493
14494 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14497
14498         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14499
14500         * smime.el (smime-ldap-host-list): Add :version.
14501
14502 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14505         pass it to `gnus-browse-read-group'.
14506         (gnus-browse-read-group): Add NUMBER argument and pass it to
14507         `gnus-group-read-ephemeral-group'.
14508
14509         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14510         argument and pass it to `gnus-group-read-group'.
14511
14512 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14513
14514         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14515         mm-xemacs-find-mime-charset-1 if we have the mule feature
14516         available at runtime.
14517
14518 2005-03-25  Werner Lemberg  <wl@gnu.org>
14519
14520         * nnmaildir.el: Replace `illegal' with `invalid'.
14521
14522 2005-03-23  Lute Kamstra  <lute@gnu.org>
14523
14524         * time-date.el: Add comment on time value formats.
14525         Don't require parse-time.
14526         (with-decoded-time-value): New macro.
14527         (encode-time-value): New function.
14528         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14529         (days-to-time): Return a valid time value when arg is huge.
14530         (time-since): Use time-subtract.
14531         (time-to-number-of-days): Use time-to-seconds.
14532
14533 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14534
14535         * gnus-start.el (gnus-display-time-event-handler):
14536         Check display-time-timer at runtime rather than only at load time
14537         in case display-time-mode is turned off in the mean time.
14538
14539 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14542         used.
14543
14544         * nneething.el (nneething-map-file-directory): Derive from
14545         `gnus-directory'.
14546
14547         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14548         the To/Cc button.
14549
14550 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * nnmaildir.el (nnmaildir-request-accept-article):
14553         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14554
14555 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14556
14557         * gnus-async.el: Require timer-funcs at compile time when in
14558         XEmacs for `run-with-idle-timer'.
14559
14560 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14561
14562         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14563         autoloaded function.
14564
14565 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14566
14567         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14568
14569 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14570
14571         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14572
14573 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14574
14575         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14576         Add gnus-expert-user to default.
14577
14578 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14579
14580         * nnimap.el (nnimap-open-server): Ditto.
14581
14582         * imap.el (imap-authenticate): Fix typo.
14583
14584 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14585
14586         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14587         buffer (since IMAP server might return FETCH response out of
14588         order, and the nntp buffer must be sorted).
14589
14590 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14591
14592         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14593         comparison on string.
14594
14595         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14596         (gnus-agent-score): Rename category keywords to match gnus-cus.
14597         (gnus-agent-summary-fetch-series): Modify to protect against
14598         gnus-agent-summary-fetch-group clearing processable flags.
14599         (gnus-agent-synchronize-group-flags): Update live group buffer as
14600         synchronization may occur due to the user toggle the plugged
14601         status.
14602         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14603         successfully downloaded.
14604         (gnus-agent-expire-group-1): Avoid using markers when the overview
14605         is in ascending order; greatly improves performance.
14606         (gnus-agent-regenerate-group):
14607         Use gnus-agent-synchronize-group-flags to reset read status in both
14608         gnus and server.
14609         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14610
14611 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * message.el: Don't autoload former message-utils variables.
14614         (message-strip-subject-trailing-was): Change doc string.
14615
14616         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14617         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14618         (nnweb-google-search): Add "hl=en" here.
14619         (nnweb-google-parse-1, nnweb-google-create-mapping):
14620         Don't hardcode URL.
14621
14622 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14623
14624         * message.el (message-get-reply-headers, message-followup):
14625         Mention related variables `message-use-followup-to' and
14626         `message-use-mail-followup-to', in the information buffer.
14627
14628         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14629         of broken groups(-beta).google.com.
14630
14631 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14632
14633         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14634         parameter to invoked gnus-request-move-article; remove the
14635         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14636         all at once instead of once per article.
14637         (gnus-summary-remove-process-mark): Accept a list of articles as
14638         well as a single article for processing.
14639
14640         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14641         parameter.
14642
14643         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14644
14645         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14646
14647         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14648         parameter.
14649
14650         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14651         parameter.
14652
14653         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14654         parameter and remove the gnus-sum-hint-move-is-internal variable.
14655
14656         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14657         parameter.
14658
14659         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14660         parameter.
14661
14662         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14663         parameter.
14664
14665         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14666
14667         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14668         parameter.
14669
14670         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14671         parameter.
14672
14673 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14674
14675         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14676         a more conservative way.
14677
14678 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14679
14680         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14681         buffer, so it moves the window's cursor.
14682
14683 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14684
14685         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14686         `mm-dissect-multipart' and receive the from field as an (optional)
14687         argument from `mm-dissect-multipart'.
14688         (mm-dissect-multipart): Receive the from field as an argument and
14689         pass it on when we call `mm-dissect-buffer' on MIME parts.
14690         Fixes verification/decryption of signed/encrypted MIME parts.
14691
14692 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14693
14694         * gnus-sum.el (gnus-summary-move-article):
14695         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14696         whatever it calls (right now, only nnimap-request-move article
14697         respects it).
14698
14699         * nnimap.el (nnimap-request-move-article):
14700         When gnus-sum-hint-move-is-internal is set, don't do the extra
14701         nnimap-request-article.
14702
14703 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14706
14707         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14708         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14709
14710         * gnus-sum.el (gnus-summary-caesar-message):
14711         Apply `gnus-treat-article' after rotation.
14712
14713         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14714         doc string.
14715
14716 2005-02-22  Simon Josefsson  <jas@extundo.com>
14717
14718         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14719         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14720         <arne@arnested.dk>.
14721         (encrypt): Add password-cache and password-cache-expiry as group
14722         members.
14723
14724 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14725
14726         * smime.el (smime-ldap-host-list): Doc fix.
14727         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14728         cache) password.
14729         (smime-sign-region): Use it.
14730         (smime-decrypt-region): Use it.
14731         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14732         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14733         fails.
14734         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14735         certificate from DER to PEM format rather than calling openssl.
14736
14737         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14738
14739         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14740         for signing/encryption.
14741
14742         * mml.el (mml-parse-1): Use them.
14743
14744 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14745
14746         * nnrss.el (nnrss-verbose): Remove.
14747         (nnrss-request-group): Use `nnheader-message' instead.
14748
14749 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14750
14751         * nnrss.el (nnrss-verbose): New variable.
14752         (nnrss-request-group): Make it say nnrss is requesting a group.
14753
14754 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14757         Handle news URL with given port correctly.
14758
14759 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14762         containing special characters.
14763
14764         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14765
14766         * mml.el (mime-to-mml): Ditto.
14767
14768         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14769         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14770         (rfc2047-decode-region): Quote decoded words containing special
14771         characters when rfc2047-quote-decoded-words-containing-tspecials
14772         is non-nil.
14773
14774 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14775
14776         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14777
14778         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14779
14780 2005-02-15  Simon Josefsson  <jas@extundo.com>
14781
14782         * nnimap.el (nnimap-debug): Doc fix.
14783
14784         * imap.el (imap-debug): Doc fix.
14785
14786 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14789
14790 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14791
14792         * gnus.el (spam-contents): Improve docs for spam-contents
14793         parameter in its variable incarnation.
14794
14795 2005-02-14  Simon Josefsson  <jas@extundo.com>
14796
14797         * smime-ldap.el: Use require instead of load-library for ldap.
14798         (smime-ldap-search): Indent.
14799         (smime-ldap-search-internal): Shorten line.
14800
14801         * smime.el (smime-cert-by-dns): Add doc-string.
14802         (smime-cert-by-ldap-1): Indent.
14803
14804         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14805         mml-smime-get-dns-ldap.
14806         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14807
14808 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14809
14810         * smime.el: Require smime-ldap.
14811         (smime-ldap-host-list): New variable.
14812         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14813
14814         * mml-smime.el (mml-smime-encrypt-query): New function.
14815         (mml-smime-encrypt-query): Use it.
14816
14817         * smime-ldap.el: New file.
14818
14819 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14822
14823 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14826         argument in doc string.  Make query for type more clear.
14827
14828 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * gnus.el (gnus-group-startup-message): Search for gnus images in
14831         etc/images/gnus.
14832         * mm-util.el (mm-image-load-path): Likewise.
14833         * smiley.el (smiley-data-directory): Search for smilies in
14834         etc/images/smilies.
14835
14836 2005-02-09  Kim F. Storm  <storm@cua.dk>
14837
14838         Change Emacs release version from 21.4 to 22.1 throughout.
14839         Change Emacs development version from 21.3.50 to 22.0.50.
14840
14841 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14844
14845         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14846         non-Mule XEmacs as well.
14847         (mm-decompress-buffer): Signal an error intentionally if it does
14848         not decompress compressed data because auto-compression-mode is
14849         disabled.
14850
14851 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14852
14853         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14854         an ID in the registry even if it has no groups.
14855
14856 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14859         merge it into mm-decompress-buffer.
14860         (gnus-mime-copy-part): Use the MIME part charset, the value which
14861         a user specified or gnus-newsgroup-charset for decoding, like
14862         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14863         save-buffer what was used.  Suggested by Kevin Ryde
14864         <user42@zip.com.au>.
14865         (gnus-mime-inline-part): Allow the name parameter as well as the
14866         filename parameter; force decompressing of compressed data; always
14867         display contents being not decoded as unibyte.
14868
14869         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14870         as well as the filename parameter.
14871
14872         * mm-util.el (mm-decompress-buffer):
14873         Merge gnus-mime-jka-compr-maybe-uncompress.
14874         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14875         of compressed data.
14876
14877 2005-02-08  Simon Josefsson  <jas@extundo.com>
14878
14879         * imap.el (imap-log): Doc fix.
14880
14881 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14884         the coding cookies; decompress compressed parts.
14885
14886         * mml.el (mml-generate-mime-1): Add the charset parameter according
14887         to the value which a user specified manually or the coding cookie.
14888
14889         * mm-util.el (mm-string-to-multibyte): New function.
14890         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14891         (mm-coding-system-to-mime-charset): New function.
14892         (mm-decompress-buffer): New function.
14893         (mm-find-buffer-file-coding-system): New function.
14894
14895         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14896         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14897         parts.
14898
14899 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14900
14901         * mm-view.el (mm-display-inline-fontify): Decode a part according
14902         to the charset parameter.
14903
14904 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14907         prefix arg is neither nil nor a number, as info specifies.
14908
14909 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14912         timestamps.
14913
14914 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14915
14916         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14917         groups error checking and notify user.
14918
14919 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14920
14921         * message.el (message-send-mail-function): Check existence of
14922         sendmail-program first before using default value
14923         `message-send-mail-with-sendmail'.  Otherwise use more generic
14924         `smtpmail-send-it'.
14925
14926 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * nntp.el (nntp-request-update-info): Always return nil.
14929
14930 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14931
14932         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14933
14934 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14935
14936         * message.el (message-beginning-of-line): Change the behavior when
14937         invoked between BOL and : so that it first moves backward.
14938
14939 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14942         article buffer when editing of the article is discarded.
14943         (gnus-article-prepare): Revert.
14944
14945 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * gnus-art.el (gnus-article-prepare):
14948         Remove message-strip-forbidden-properties from the local hook.
14949
14950 2005-01-27  Simon Josefsson  <jas@extundo.com>
14951
14952         * password.el (password-cache-add): Only start one timer per key.
14953         Reported by Derek Atkins <warlord@MIT.EDU>.
14954
14955 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14956
14957         * run-at-time.el: Remove.  It is no longer needed as
14958         timer-funcs.el in the xemacs-base package has a working version of
14959         `run-at-time'.
14960
14961         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14962
14963         * password.el: Require timer-funcs instead of run-at-time in
14964         XEmacs.
14965         Remove `password-run-at-time' macro.
14966         (password-cache-add): Use `run-at-time' instead of
14967         `password-run-at-time'.
14968
14969         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14970         Remove `nnheader-cancel-function-timers' alias,
14971         `cancel-function-timers' exists in XEmacs in timer-funcs.
14972
14973         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14974         for `run-with-idle-timer'.
14975
14976         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14977         for `run-at-time'.
14978
14979         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14980         for `with-timeout'.
14981
14982         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14983         the same as for XEmacs 21.4.
14984         No need to ignore `run-with-idle-timer', this function exists in
14985         XEmacs now in timer-funcs.el in the xemacs-base package.
14986         (dgnushack-compile): No need to delete
14987         run-at-time.el from the list of files to compile because it
14988         doesn't exist anymore.
14989
14990 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14993         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14994
14995 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14996
14997         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14998         sensitively.
14999
15000 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15001
15002         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15003
15004 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15007         which will be inserted according to the multibyteness of a buffer
15008         rather than the type of contents.  Suggested by ARISAWA Akihiro
15009         <ari@mbf.ocn.ne.jp>.
15010
15011         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15012         of string which old xml.el may return rather than a string.
15013
15014 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15017
15018 2005-01-16  Simon Josefsson  <jas@extundo.com>
15019
15020         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15021         idn/idna.el isn't available.
15022         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15023         <michael@waxrat.com>.
15024
15025         * hashcash.el: Remove non-FSF copyright header.
15026
15027         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15028         (hashcash-generate-payment): Use it.
15029         (hashcash-generate-payment-async): Use it.
15030
15031 2005-01-15  Simon Josefsson  <jas@extundo.com>
15032
15033         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15034         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15035
15036         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15037         gnus-summary-idna-message.
15038         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15039         (gnus-summary-idna-message): New function.
15040
15041 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15044         gnus-novice-user.
15045
15046 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * nnrss.el (nnrss-request-delete-group): Delete entries in
15049         nnrss-group-alist as well.
15050         (nnrss-save-server-data): Insert newline.
15051
15052 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15053
15054         * gnus.el (gnus-user-agent): Use list of symbols instead of
15055         symbols.  Display full version number for (S)XEmacs.
15056         Optionally display (S)XEmacs codename.
15057
15058         * gnus-util.el (gnus-emacs-version): Update for new
15059         `gnus-user-agent'.
15060
15061         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15062         Gnus version.
15063
15064 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15065
15066         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15067         which is unreadable in some setups.
15068
15069 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-spec.el (gnus-update-format-specifications): Flush the
15072         group format spec cache if it doesn't support decoded group names.
15073
15074 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15077         Allow to apply decay on score files matching a regexp.
15078
15079 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15082         compatibility in %g and %c.
15083
15084 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15087         name for only %g and %c.
15088         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15089         of gnus-tmp-group to decoded group name.
15090         (gnus-group-make-rss-group): Exclude `/'s from group names.
15091
15092 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * nnrss.el (nnrss-get-encoding): Fix regexp.
15095
15096 2004-12-27  Simon Josefsson  <jas@extundo.com>
15097
15098         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15099         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15100         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15101
15102 2004-12-17  Kim F. Storm  <storm@cua.dk>
15103
15104         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15105
15106         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15107
15108 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15109
15110         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15111
15112 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * nnrss.el: Require rfc2047 and mml.
15115         (nnrss-file-coding-system): New variable.
15116         (nnrss-format-string): Redefine it as an inline function.
15117         (nnrss-decode-group-name): New function.
15118         (nnrss-string-as-multibyte): Remove.
15119         (nnrss-retrieve-headers): Decode group name; don't use
15120         nnrss-format-string.
15121         (nnrss-request-group): Decode group name.
15122         (nnrss-request-article): Decode group name; allow a Message-ID as
15123         well as an article number; don't use nnrss-format-string; encode a
15124         Message-ID string which may contain non-ASCII characters; use
15125         mml-to-mime to compose a MIME article.
15126         (nnrss-request-expire-articles): Decode group name.
15127         (nnrss-request-delete-group): Decode group name.
15128         (nnrss-fetch): Clarify error message.
15129         (nnrss-read-server-data): Use insert-file-contents instead of load;
15130         bind file-name-coding-system; use multibyte buffer.
15131         (nnrss-save-server-data): Bind coding-system-for-write to the
15132         value of nnrss-file-coding-system; bind file-name-coding-system;
15133         add coding cookie.
15134         (nnrss-read-group-data): Use insert-file-contents instead of load;
15135         bind file-name-coding-system; use multibyte buffer.
15136         (nnrss-save-group-data): Bind coding-system-for-write to the
15137         value of nnrss-file-coding-system; bind file-name-coding-system.
15138         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15139         make it work with non-ASCII text.
15140         (nnrss-find-el): Make it work with old xml.el as well.
15141
15142 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15143
15144         * nnrss.el (nnrss-get-encoding): New function.
15145         (nnrss-fetch): Use unibyte buffer initially; bind
15146         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15147         decode contents according to the encoding attribute.
15148         (nnrss-save-group-data): Add coding cookie.
15149         (nnrss-mime-encode-string): New function.
15150         (nnrss-check-group): Use it to encode subject and author.
15151
15152 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15153
15154         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15155         imaginary variable.
15156
15157 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15160         correctly even if there are wide characters.
15161
15162 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15163
15164         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15165         downcased symbol names; make a new cache instead of reusing
15166         bbdb-hashtable.
15167
15168 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15171         concatenating segments rather than before concatenating them.
15172         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15173
15174         * message.el (message-get-reply-headers): Bind `extra'.
15175
15176 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15177
15178         * message.el (message-extra-wide-headers): New variable.
15179         (message-get-reply-headers): Use it.
15180
15181 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15184         (gnus-agent-group-pathname): Ditto.
15185
15186         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15187
15188         * gnus-group.el (gnus-group-make-group): Decode group name.
15189         (gnus-group-make-rss-group): Register the group data after opening
15190         the nnrss group.
15191
15192 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15193
15194         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15195         by expiry now get marked as read.
15196
15197 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15200
15201 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15202
15203         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15204         unify Latin characters in XEmacs.
15205         (mm-find-mime-charset-region): Use it.
15206
15207 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-util.el (gnus-delete-directory): New function.
15210
15211         * gnus-agent.el (gnus-agent-delete-group): Use it.
15212
15213         * gnus-cache.el (gnus-cache-delete-group): Use it.
15214
15215 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15218         names.
15219
15220 2004-12-16  Simon Josefsson  <jas@extundo.com>
15221
15222         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15223
15224 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15227
15228         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15229         (gnus-group-set-current-level): Decode group name.
15230
15231 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15232
15233         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15234         failed.
15235
15236 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-group.el (gnus-group-delete-group): Decode group name.
15239         (gnus-group-make-rss-group): Encode group name.
15240         (gnus-group-catchup-current): Decode group name.
15241         (gnus-group-kill-group): Decode group name.
15242
15243 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15244
15245         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15246
15247 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15248
15249         * gnus-group.el (gnus-group-make-rss-group):
15250         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15251
15252         * gnus-start.el (gnus-setup-news): Honor user's setting to
15253         gnus-message-archive-method.  Suggested by Lute Kamstra
15254         <lute@gnu.org>.
15255
15256 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15257
15258         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15259         global counterparts of the buffer-local variables.
15260
15261 2004-11-16  Romain Francoise  <romain@orebokech.com>
15262
15263         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15264         counterparts of the buffer-local variables.
15265
15266 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15267
15268         * message.el (message-forbidden-properties): Fix typo in doc
15269         string.
15270
15271 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15272
15273         * gnus-util.el (gnus-replace-in-string): Add doc string.
15274
15275         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15276         to avoid problems when splitting mails with many recipients.
15277
15278 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15279
15280         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15281         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15282
15283 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15284
15285         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15286         if there is no hashtable in memory or file modification time is
15287         newer than cached timestamp.
15288
15289 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * gnus-sum.el (gnus-summary-limit-to-recipient):
15292         Implement not-matching option.
15293
15294 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15295
15296         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15297         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15298         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15299         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15300         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15301         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15302
15303 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * message.el (message-forward-make-body-mml): Remove headers
15306         according to message-forward-ignored-headers if a message is decoded.
15307
15308 2004-12-02  Romain Francoise  <romain@orebokech.com>
15309
15310         * message.el (message-forward-make-body-plain): Always remove
15311         headers according to message-forward-ignored-headers.
15312
15313 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * spam.el (spam-summary-prepare-exit): Remove the
15316         gnus-summary-limit pop for now, it has problems with ham marks for
15317         me.
15318
15319 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15322         correctly.
15323
15324 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15325
15326         * format-spec.el (format-spec): Message the char.
15327
15328 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15329
15330         * gnus-art.el (gnus-split-methods): Reformat comments.
15331
15332         * spam.el (spam-summary-prepare-exit): Remove article limits
15333         before exiting the summary buffer.
15334
15335 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15338         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15339
15340         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15341         order to silence the byte compiler.
15342
15343         * spam.el: Fix the way to silence the byte compiler, which
15344         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15345         bbdb-search-simple, spam-BBDB-register-routine,
15346         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15347         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15348         spam-stat-buffer-is-spam, spam-stat-load,
15349         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15350         spam-stat-save and spam-stat-split-fancy.
15351
15352 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15355         which may confuse users.
15356         (canlock-password-for-verify): Ditto.
15357
15358         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15359
15360         * gnus-art.el (gnus-emphasis-alist): Ditto.
15361
15362         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15363
15364         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15365
15366         * gnus-start.el (gnus-save-killed-list): Ditto.
15367
15368         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15369         (gnus-sum-thread-tree-root): Ditto.
15370         (gnus-sum-thread-tree-false-root): Ditto.
15371         (gnus-sum-thread-tree-single-indent): Ditto.
15372
15373         * message.el (message-courtesy-message): Ditto.
15374         (message-archive-note): Ditto.
15375         (message-subscribed-address-file): Ditto.
15376         (message-user-fqdn): Ditto.
15377
15378         * spam-report.el (spam-report-gmane-regex): Ditto.
15379
15380         * spam.el (spam-blackhole-good-server-regex): Ditto.
15381
15382 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * mml.el (mml-preview): Widen the message buffer before copying
15385         the contents to the preview buffer; sort headers before previewing.
15386
15387         * message.el (message-hidden-headers): Fix the way to avoid a bug
15388         in the `repeat' widget in Emacs 21.3 or earlier.
15389
15390 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * message.el (message-hidden-headers): Default to "^References:".
15393         Improve customization type.  Suggested by Reiner Steib
15394         <Reiner.Steib@gmx.de>.
15395
15396 2004-11-25  Romain Francoise  <romain@orebokech.com>
15397
15398         * message.el (message-strip-forbidden-properties): Remove check for
15399         obsolete `message-hidden' text property, hidden headers are not
15400         accessible in the buffer anymore.
15401
15402 2004-11-22  Romain Francoise  <romain@orebokech.com>
15403
15404         * message.el (message-header-format-alist): Add `From' in list
15405         so that it can be sorted.
15406         (message-fix-before-sending): Widen and sort headers before
15407         sending.
15408         (message-hide-headers): Use narrowing to hide headers by moving
15409         them to the top of the buffer and narrowing to the region
15410         underneath.
15411
15412 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15413
15414         * message.el (message-strip-forbidden-properties):
15415         Bind buffer-read-only (etc) to nil.
15416
15417 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15420         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15421
15422 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15423
15424         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15425
15426 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15427
15428         * dns.el (query-dns): Use sit-for to time instead of
15429         accept-process-output, since that doesn't seem to work on udp
15430         sockets.
15431
15432 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15435
15436 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15437
15438         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15439         doc string.  Improve doc string.
15440
15441 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * nntp.el (nntp-request-update-info): Return nil if
15444         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15445         may not call gnus-activate-group which uselessly issues the GROUP
15446         commands for all nntp groups and wastes time.  Reported by Romain
15447         Francoise <romain@orebokech.com>.
15448
15449         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15450
15451 2004-11-15  Simon Josefsson  <jas@extundo.com>
15452
15453         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15454         headers separately.
15455         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15456         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15457
15458 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * gnus-start.el (gnus-convert-old-newsrc):
15461         Assign legacy-gnus-agent to 5.10.7.
15462
15463 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15464
15465         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15466         start of the lines.
15467
15468 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15469
15470         * hashcash.el (hashcash-default-payment): Change default to 20.
15471         (hashcash-default-accept-payment): Change default to 20.
15472         (hashcash-process-alist): New variable.
15473         (hashcash-generate-payment-async): Add.
15474         (hashcash-already-paid-p): Add.
15475         (hashcash-insert-payment): Don't generate payments twice.
15476         (hashcash-insert-payment-async): Add.
15477         (hashcash-insert-payment-async-2): Add.
15478         (hashcash-cancel-async): Add.
15479         (hashcash-wait-async): Add.
15480         (hashcash-processes-running-p): Add.
15481         (hashcash-wait-or-cancel): Add.
15482         (mail-add-payment): New optional argument.  Conditionally start
15483         asynchronous calculation.
15484         (mail-add-payment-async): Add.
15485
15486         * message.el (message-send-mail): Wait for asynchronous hashcash
15487         results.  Don't clobber existing X-Hashcash headers.
15488         (message-setup-1): Call mail-add-payment-async when
15489         message-generate-hashcash is non-nil.
15490
15491 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15492
15493         * message.el (message-use-alternative-email-as-from): Examine the
15494         From header as well; use message-make-from in order to include a
15495         user's full name.
15496
15497 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15500         default; improve customization type.
15501         (gnus-emphasis-custom-with-format): New macro.
15502         (gnus-emphasis-custom-value-to-external): New function.
15503         (gnus-emphasis-custom-value-to-internal): New function.
15504
15505 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15506
15507         * dns.el (query-dns): Resolve reverse addresses.
15508
15509 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15510
15511         * gnus-group.el (gnus-group-get-new-news): Use it.
15512
15513         * gnus-start.el (gnus-check-reasonable-setup): New function.
15514
15515 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15518         "Args out of range" error.  Reported by Arnaud Giersch
15519         <arnaud.giersch@free.fr>.
15520
15521 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15522
15523         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15524
15525 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15526
15527         * spam.el (spam group): Add :version.
15528
15529         * pgg-def.el (pgg group): Add :version.
15530
15531 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * gnus-art.el (gnus-article-edit-article): Don't associate the
15534         article buffer with a draft file.  This is a temporary measure
15535         against the 2004-08-22 change to gnus-article-edit-mode.
15536
15537 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15540         (html2text-format-tags): Remove unused variable `attr'.
15541
15542 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15545
15546         * tls.el (tls-process-connection-type, tls-success)
15547         (tls-certtool-program): Add :version.
15548
15549         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15550         (starttls-extra-arguments, starttls-process-connection-type)
15551         (starttls-connect, starttls-failure, starttls-success): Add :version.
15552
15553         * spam-stat.el (spam-stat): Add :version.
15554
15555         * sieve.el (sieve): Add :version.
15556
15557         * sha1.el (sha1): Add :version.
15558         (sha1-use-external): Remove redundant version.
15559
15560         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15561         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15562         (nnmail-split-fancy-match-partial-words)
15563         (nnmail-split-lowercase-expanded): Add :version.
15564
15565         * nndiary.el (nndiary): Add :version.
15566
15567         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15568
15569         * mml-sec.el (mml-default-sign-method)
15570         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15571         Add :version.
15572
15573         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15574
15575         * mm-url.el (mm-url-use-external, mm-url-program)
15576         (mm-url-arguments): Add :version.
15577
15578         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15579         (mm-attachment-file-modes, mm-decrypt-option)
15580         (mm-w3m-safe-url-regexp): Add :version.
15581
15582         * message.el (message-cite-prefix-regexp)
15583         (message-sendmail-envelope-from, message-minibuffer-local-map)
15584         (message-user-fqdn, message-completion-alist): Add :version.
15585
15586         * gnus-win.el (gnus-configure-windows-hook)
15587         (gnus-use-frames-on-any-display): Add :version.
15588
15589         * gnus-art.el (gnus-article-address-banner-alist)
15590         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15591         (gnus-treat-from-picon, gnus-treat-mail-picon)
15592         (gnus-treat-x-pgp-sig): Add :version.
15593
15594         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15595         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15596         (gnus-summary-article-delete-hook)
15597         (gnus-summary-display-while-building): Add :version.
15598
15599         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15600         (gnus-get-top-new-news-hook): Add :version.
15601
15602         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15603         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15604
15605         * gnus-registry.el (gnus-registry): Add :version.
15606
15607         * gnus-spec.el (gnus-use-correct-string-widths)
15608         (gnus-make-format-preserve-properties): Add :version.
15609
15610         * gnus.el (gnus-group-charter-alist)
15611         (gnus-group-fetch-control-use-browse-url)
15612         (gnus-install-group-spam-parameters): Add :version.
15613
15614         * gnus-diary.el (gnus-diary): Add :version.
15615
15616         * gnus-delay.el (gnus-delay): Add :version.
15617
15618         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15619         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15620         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15621         Add :version.
15622
15623         * gnus-agent.el (gnus-agent-max-fetch-size)
15624         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15625         (gnus-agent-prompt-send-queue): Add :version.
15626
15627         * deuglify.el (gnus-outlook-deuglify): Add :version.
15628
15629         * html2text.el: Beautify code.  Improve doc strings.
15630         Some checkdoc cleanup.
15631         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15632
15633 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15634
15635         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15636
15637 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15638
15639         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15640         when package is loaded.
15641
15642         * spam.el (spam-summary-score-preferred-header): Add global preference
15643         for people who want to override the default SpamAssassin over
15644         Bogofilter preference (when both are set).
15645         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15646         (spam-user-format-function-S):
15647         Check spam-summary-score-preferred-header.
15648         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15649         (spam-user-format-function-S): Format the score correctly.
15650
15651 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15654         signature file.  Suggested by Manoj Srivastava
15655         <srivasta@golden-gryphon.com>.
15656
15657         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15658         iso-2022-jp even in the Japanese language environment.
15659         Suggested by Jason Rumney <jasonr@gnu.org>.
15660
15661 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15664         use the same characters as the dummy marks; make it free from
15665         getting affected by the language environment.
15666         (gnus-summary-read-group-1): Update mark positions only when the
15667         format spec is updated.
15668
15669         * gnus-spec.el (gnus-update-format-specifications): Return a list
15670         of updated types.
15671
15672 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15675         of boundp to check if display-warning is available.
15676
15677 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15678
15679         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15680
15681 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * nnspool.el (nnspool-spool-directory): Use news-path if the
15684         news-directory variable is not bound.
15685
15686         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15687         function instead of display-warning if it is not available.
15688
15689 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15692         v5-10: Use `point-at-bol'.
15693
15694 2004-10-26  Simon Josefsson  <jas@extundo.com>
15695
15696         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15697         <chenggao@gmail.com>.
15698
15699 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15702         instead.
15703
15704 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15705
15706         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15707         to remove a server from the nnimap-server-buffer-alist.
15708         (nnimap-open-connection, nnimap-close-server): Use it.
15709
15710         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15711
15712 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15715         running the major-mode function.
15716
15717 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15720         dummy marks in the right way.
15721
15722 2004-10-18  David Edmondson  <dme@dme.org>
15723
15724         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15725         excessively.
15726
15727 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15728
15729         * gnus-util.el (gnus-split-references): Accept a nil references
15730         string and go on blissfully.
15731
15732         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15733         cases where the references string is non-nil but has no references.
15734
15735         * encrypt.el: Add autoload tags.
15736
15737         * spam.el (spam-resolve-registrations-routine): Remove article
15738         from unregistration list too.  Reported by David Hanak
15739         <dhanak@isis.vanderbilt.edu>
15740
15741 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15744         nil.  Change custom type.
15745
15746 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15749
15750         * gnus-sum.el (gnus-summary-move-article): Use it.
15751
15752 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15753
15754         * encrypt.el: Add autoload cookies.
15755
15756         * spam.el (spam-backend-article-list-property)
15757         (spam-backend-get-article-todo-list)
15758         (spam-backend-put-article-todo-list)
15759         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15760         Resolve registrations separately.
15761         (spam-register-routine): Format comments.
15762         (spam-unregister-routine, spam-register-routine): Always call with
15763         specific-articles, no default list.
15764         (spam-summary-prepare-exit): Use the spam-classifications function.
15765
15766         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15767         gnus-encrypt.el.
15768
15769         * encrypt.el: Copied from gnus-encrypt.el.
15770
15771         * gnus-encrypt.el: Commented that it's obsolete.
15772
15773 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15776         (gnus-score-save): Use it.
15777
15778         * message.el (message-bury): Use `window-dedicated-p'.
15779
15780 2004-10-15  Simon Josefsson  <jas@extundo.com>
15781
15782         * pop3.el (top-level): Don't require nnheader.
15783         (pop3-read-timeout): Add.
15784         (pop3-accept-process-output): Add.
15785         (pop3-read-response, pop3-retr): Use it.
15786
15787 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15788
15789         * spam.el (spam-register-routine): Move comment.
15790         (spam-verify-bogofilter): Use 'unknown for the initial
15791         spam-bogofilter-valid state, not 'never.
15792
15793         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15794         for netrc-machine.
15795
15796         * nnimap.el (nnimap-open-connection):
15797         Use netrc-machine-user-or-password.
15798
15799 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15800
15801         * gnus-registry.el (gnus-registry-unload-hook):
15802         Set as a variable with add-hook.
15803
15804         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15805         of news-path.
15806
15807         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15808
15809         * spam.el: Delete duplicate `provide'.
15810         (spam-unload-hook): Set as a variable with add-hook.
15811
15812 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15815         in the doc string.
15816
15817         * message.el (message-ignored-news-headers)
15818         (message-ignored-supersedes-headers)
15819         (message-ignored-resent-headers)
15820         (message-forward-ignored-headers): Improve custom type.
15821
15822 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * message.el (message-tokenize-header): Fix 2004-09-06 change
15825         which used point-min in the wrong place.
15826
15827 2004-10-12  Simon Josefsson  <jas@extundo.com>
15828
15829         * tls.el (tls-certtool-program): New variable.
15830         (tls-certificate-information): New function, based on
15831         ssl-certificate-information.
15832
15833 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * compface.el: Move the version of ELisp-based uncompface program
15836         to the contrib directory because of the copyright problem.
15837
15838 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15839
15840         * message.el (message-kill-buffer): Raise the current frame.
15841
15842 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15843
15844         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15845
15846         * gnus.el (message-y-or-n-p): Autoload.
15847
15848         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15849         (pop3-password-required, pop3-authentication-scheme)
15850         (pop3-leave-mail-on-server): Make customizable.
15851         (pop3): New custom group.
15852         (pop3-retr): Remove `sleep-for' statements.
15853         Suggested by Dave Love <fx@gnu.org>.
15854
15855         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15856         Windows/DOS.
15857
15858         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15859         (imap-parse-body): Fix incorrect use of `assert'.
15860         Suggested by Dave Love <fx@gnu.org>.
15861
15862         * mml.el (mml-minibuffer-read-disposition): Require match.
15863         Suggested by Dave Love <fx@gnu.org>.
15864
15865 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15866
15867         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15868         doc string.
15869
15870 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15873
15874 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15875
15876         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15877         instead of calling `mm-insert-inline', to decode text/* parts
15878         before displaying them.
15879
15880 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * mm-uu.el (mm-uu-text-plain-type): New variable.
15883         (mm-uu-pgp-signed-extract-1): Use it.
15884         (mm-uu-pgp-encrypted-extract-1): Use it.
15885         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15886         bind mm-uu-text-plain-type with that value.
15887         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15888         mm-uu-dissect.
15889
15890 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15891
15892         * gnus-group.el (gnus-update-group-mark-positions):
15893         * gnus-sum.el (gnus-update-summary-mark-positions):
15894         * message.el (message-check-news-body-syntax):
15895         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15896         of string-as-multibyte.
15897
15898 2004-10-05  Juri Linkov  <juri@jurta.org>
15899
15900         * gnus-group.el (gnus-update-group-mark-positions):
15901         * gnus-sum.el (gnus-update-summary-mark-positions):
15902         * message.el (message-check-news-body-syntax):
15903         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15904         8-bit unibyte values to a multibyte string for search functions.
15905
15906 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15909         (mm-uu-dissect-text-parts): New function.
15910
15911         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15912         dissect text parts.
15913
15914         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15915         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15916
15917         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15918
15919         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15920         Use gnus-current-topics instead of gnus-current-topic.
15921
15922 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15923
15924         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15925
15926 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15927
15928         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15929         where approriate.
15930
15931         * nnml.el (nnml-generate-active-info): do.
15932
15933         * nndiary.el (nndiary-generate-active-info): do.
15934
15935         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15936         (gnus-topic-move): do.
15937
15938         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15939         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15940
15941         * gnus-srvr.el (gnus-server-prepare)
15942         (gnus-server-open-all-servers): do.
15943
15944         * gnus-msg.el (gnus-summary-cancel-article)
15945         (gnus-summary-resend-message)
15946         (gnus-summary-mail-crosspost-complaint): do.
15947
15948         * gnus-move.el (gnus-change-server): do.
15949
15950         * gnus-group.el (gnus-group-unmark-all-groups)
15951         (gnus-group-set-current-level): do.
15952
15953 2004-10-04  Simon Josefsson  <jas@extundo.com>
15954
15955         * message.el (message-generate-hashcash): Doc fix.
15956
15957 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15958
15959         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15960         avoid infinite recursion via gnus-get-function.
15961
15962 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15963
15964         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15965
15966         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15967
15968         * nnmail.el (nnmail-split-history): do.
15969
15970         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15971         (nnml-request-delete-group): do.
15972
15973         * nnslashdot.el (nnslashdot-read-groups): do.
15974
15975         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15976         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15977
15978         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15979         (nnspool-sift-nov-with-sed): Use last.
15980         (nnspool-retrieve-headers-with-nov): Use mapc.
15981         (nnspool-request-newgroups): Use dolist.
15982         (nnspool-request-group): Use last.
15983
15984         * nntp.el (nntp-read-server-type): Use dolist.
15985
15986         * nnvirtual.el (nnvirtual-create-mapping)
15987         (nnvirtual-update-read-and-marked): Use dolist.
15988         (nnvirtual-convert-headers): Simplify.
15989
15990 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15991
15992         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15993         Add support for sync'ing tick marks.
15994
15995 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15998         there's no visible header.
15999
16000 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16001
16002         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16003         When necessary, pass full group name to gnus-request-set-marks.
16004
16005 2004-10-01  Simon Josefsson  <jas@extundo.com>
16006
16007         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16008         acroread.
16009
16010 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16011
16012         * spam-report.el (spam-report-gmane): Fix interactive.
16013
16014         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16015
16016         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16017         when writing file.
16018         (gnus-agent-synchronize-flags): Don't default to being
16019         interactive.
16020
16021 2004-09-30  Simon Josefsson  <jas@extundo.com>
16022
16023         * message.el (message-generate-hashcash): Add.
16024         (message-send-mail): Use it, call mail-add-payment.
16025
16026 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16027
16028         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16029
16030 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16031
16032         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16033         gnus-requst-update-info with explicit code to sync the in-memory
16034         info read flags with the marks being sync'd to the backend.
16035
16036         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16037
16038 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * spam.el (spam-verify-bogofilter): Add new function.
16041         (spam-check-bogofilter)
16042         (spam-bogofilter-register-with-bogofilter): Use it.
16043         (spam-verify-bogofilter): Add small fixes.
16044
16045 2004-09-28  Simon Josefsson  <jas@extundo.com>
16046
16047         * hashcash.el (hashcash-generate-payment): Revert.
16048
16049 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16052         Use gnus-extract-references instead of gnus-split-references.
16053
16054         * gnus-util.el (gnus-extract-references): Add new function, analogous
16055         to gnus-split-references but extracts only the message-ID without
16056         anything extra.
16057
16058         * hashcash.el (hashcash-generate-payment)
16059         (hashcash-check-payment): Do the right thing if hashcash-path is
16060         nil (because the hashcash program could not be found).
16061
16062         * spam.el (spam-use-hashcash): Remove comment.
16063
16064 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16065
16066         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16067         (gnus-cache-enter-article, gnus-cache-remove-article)
16068         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16069
16070         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16071
16072         * gnus-art.el (article-hide-boring-headers)
16073         (article-translate-strings, article-display-face)
16074         (gnus-article-mime-match-handle-first)
16075         (gnus-article-highlight-headers)
16076         (gnus-article-add-buttons-to-head): do.
16077
16078 2004-09-27  Simon Josefsson  <jas@extundo.com>
16079
16080         * hashcash.el: New version, from
16081         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16082         ../contrib/.
16083
16084 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16087
16088 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16089
16090         * gnus-dup.el (gnus-dup-open): Use mapc.
16091         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16092
16093         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16094         Reported by Stefan Wiens <s.wi@gmx.net>.
16095
16096         * gnus.el (gnus-shutdown): Use dolist.
16097
16098         * gnus-undo.el (gnus-undo): Use mapc.
16099
16100         * nnrss.el (nnrss-generate-active): do.
16101
16102         * message.el (message-cite-original-without-signature)
16103         (message-cite-original): Use mapc.
16104         (message-do-actions, message-make-forward-subject): Use dolist.
16105
16106 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16107
16108         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16109         deletion to remove entire duplicate line.  Fixes merged article
16110         number bug.
16111
16112 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16113
16114         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16115         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16116         first ask if you want to open a server and then, even when you
16117         responded with no, asking if you want to synchronize the server's
16118         flags.
16119         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16120         multi-line expressions.
16121         (gnus-agent-synchronize-group-flags): New internal function.
16122         Updates marks in memory (in the info structure) AND in the
16123         backend.
16124
16125         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16126
16127         * nnagent.el (nnagent-request-set-mark):
16128         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16129         method, to ensure that synchronization updates marks in the
16130         backend and in the info (in memory) structure.
16131
16132 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16135         convention fully; don't miss the root article of a thread; make
16136         the X-Draft-From header with correct article numbers.
16137
16138 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16139
16140         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16141         unless plugged.  Disable the agent so that an open failure causes
16142         an error.
16143
16144         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16145         Revert 2004-09-21 change.  The backend must be opened while
16146         synchronizing flags even when the backend stores the flags
16147         locally.
16148
16149 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16150
16151         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16152         in `header' match.  Reported by Svend Tollak Munkejord.
16153
16154         * message.el (message-cite-original): Fix use of
16155         `message-cite-articles-with-x-no-archive'.
16156
16157 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16160         (gnus-window-to-buffer): Ditto.
16161
16162         * mml.el (mml-preview-buffer): New variable.
16163         (mml-preview): Manage window layout with gnus-buffer-configuration.
16164
16165         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16166         X-Draft-From header even if those articles aren't quoted.
16167
16168 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16169
16170         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16171         (gnus-request-set-mark, gnus-request-update-mark): Use new
16172         g-s-t-u-l-m to decide to use backend even when unplugged.
16173
16174 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16177         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16178
16179 2004-09-20  Simon Josefsson  <jas@extundo.com>
16180
16181         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16182         "utf-16-le".
16183
16184 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16185
16186         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16187
16188 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * uudecode.el (uudecode-use-external): Add :version.
16191
16192         * smime.el (smime-CA-file, smime-encrypt-cipher)
16193         (smime-dns-server): Add :version.
16194
16195         * smiley.el (gnus-smiley-file-types): Add :version.
16196
16197         * sha1.el (sha1-use-external): Add :version.
16198
16199         * pgg-def.el (pgg-query-keyserver): Add :version.
16200
16201         * nnmail.el (nnmail-fancy-expiry-targets)
16202         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16203         Add :version.
16204
16205         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16206         (nnimap-retrieve-groups-asynchronous): Add :version.
16207         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16208
16209         * mml.el (mml-content-disposition-parameters)
16210         (mml-insert-mime-headers-always): Add :version.
16211
16212         * mm-util.el (mm-coding-system-priorities): Add :version.
16213
16214         * mm-decode.el (mm-inline-text-html-with-images)
16215         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16216         (mm-verify-option): Add :version.
16217         (mm-text-html-renderer): Change :version.
16218
16219         * message.el (message-fcc-externalize-attachments)
16220         (message-required-headers, message-draft-headers)
16221         (message-subject-trailing-was-query)
16222         (message-subject-trailing-was-ask-regexp)
16223         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16224         (message-mark-insert-end, message-archive-header)
16225         (message-archive-note, message-cross-post-default)
16226         (message-cross-post-note, message-followup-to-note)
16227         (message-cross-post-note-function, message-use-mail-followup-to)
16228         (message-subscribed-address-functions)
16229         (message-subscribed-address-file, message-subscribed-addresses)
16230         (message-subscribed-regexps, message-allow-no-recipients)
16231         (message-yank-cited-prefix, message-signature-insert-empty-line)
16232         (message-hidden-headers, message-hierarchical-addresses)
16233         (message-mail-user-agent, message-use-idna)
16234         (message-valid-fqdn-regexp)
16235         (message-strip-special-text-properties, message-header-synonyms)
16236         (message-beginning-of-line, message-tab-body-function): Add :version.
16237         (message-insert-canlock, message-wide-reply-confirm-recipients):
16238         Change :version.
16239
16240         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16241         and :version.
16242         (mail-source-delete-old-incoming-confirm)
16243         (mail-source-movemail-program): Add :version.
16244
16245         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16246         (gnus-agent-cache, gnus-agent): Change :version.
16247
16248         * gnus-util.el (gnus-use-byte-compile): Change :version.
16249
16250         * gnus-sum.el (gnus-summary-make-false-root-always)
16251         (gnus-summary-default-high-score)
16252         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16253         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16254         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16255         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16256         (gnus-sum-thread-tree-single-indent)
16257         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16258         (gnus-sum-thread-tree-leaf-with-other)
16259         (gnus-sum-thread-tree-single-leaf): Add :version.
16260         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16261         (gnus-article-loose-mime): Change :version.
16262
16263         * gnus-start.el (gnus-backup-startup-file)
16264         (gnus-save-startup-file-via-temp-buffer): Add :version.
16265
16266         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16267         (gnus-server-offline-face): Add :version.
16268
16269         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16270
16271         * gnus-msg.el (gnus-gcc-externalize-attachments)
16272         (gnus-debug-files, gnus-debug-exclude-variables)
16273         (gnus-discouraged-post-methods): Change :version.
16274         (gnus-confirm-mail-reply-to-news)
16275         (gnus-confirm-treat-mail-like-news): Add :version.
16276
16277         * gnus-int.el (gnus-server-unopen-status): Add :version.
16278
16279         * gnus-group.el (gnus-group-jump-to-group-prompt)
16280         (gnus-large-ephemeral-newsgroup)
16281         (gnus-fetch-old-ephemeral-headers): Add :version.
16282
16283         * gnus-fun.el (gnus-x-face-directory)
16284         (gnus-convert-pbm-to-x-face-command)
16285         (gnus-convert-image-to-x-face-command)
16286         (gnus-convert-image-to-face-command): Add :version.
16287
16288         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16289
16290         * gnus-cite.el (gnus-cite-blank-line-after-header)
16291         (gnus-article-boring-faces): Add :version.
16292
16293         * gnus-art.el (gnus-buttonized-mime-types)
16294         (gnus-inhibit-mime-unbuttonizing)
16295         (gnus-treat-display-face)
16296         (gnus-treat-body-boundary): Change :version.
16297         (gnus-body-boundary-delimiter, gnus-picon-databases)
16298         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16299         (gnus-treat-date-english, gnus-treat-fold-headers)
16300         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16301         (gnus-treat-mail-picon, gnus-treat-wash-html)
16302         (gnus-article-encrypt-protocol)
16303         (gnus-use-idna, gnus-article-over-scroll)
16304         (gnus-mime-display-multipart-alternative-as-mixed)
16305         (gnus-mime-display-multipart-related-as-mixed)
16306         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16307         (gnus-ctan-url, gnus-button-ctan-handler)
16308         (gnus-button-handle-ctan-bogus-regexp)
16309         (gnus-button-ctan-directory-regexp)
16310         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16311         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16312         (gnus-button-man-level, gnus-button-emacs-level)
16313         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16314
16315         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16316         (gnus-agent-go-online): Change :version.
16317         (gnus-agent-expire-unagentized-dirs)
16318         (gnus-agent-auto-agentize-methods): Add :version.
16319
16320         * flow-fill.el (fill-flowed-display-column)
16321         (fill-flowed-encode-column): Add :version.
16322
16323         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16324         (gnus-outlook-deuglify-unwrap-max)
16325         (gnus-outlook-deuglify-cite-marks)
16326         (gnus-outlook-deuglify-unwrap-stop-chars)
16327         (gnus-outlook-deuglify-no-wrap-chars)
16328         (gnus-outlook-deuglify-attrib-cut-regexp)
16329         (gnus-outlook-deuglify-attrib-verb-regexp)
16330         (gnus-outlook-deuglify-attrib-end-regexp)
16331         (gnus-outlook-display-hook): Add :version.
16332
16333         * binhex.el (binhex-use-external): Add :version.
16334
16335 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16336
16337         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16338         and `invisible'.
16339
16340 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16341
16342         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16343         in gnus-registry-trim.
16344
16345 2004-09-13  Simon Josefsson  <jas@extundo.com>
16346
16347         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16348
16349         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16350
16351         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16352         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16353         <yamaoka@jpl.org>.
16354         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16355         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16356         <yamaoka@jpl.org>.
16357
16358         * sieve.el (sieve-manage-mode): Ditto.
16359
16360 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16361
16362         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16363
16364 2004-09-11  Simon Josefsson  <jas@extundo.com>
16365
16366         * dns-mode.el: Add.
16367
16368         * mm-view.el (mm-display-dns-inline): Add.
16369
16370         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16371         (mm-automatic-display): Ditto.
16372
16373         * mailcap.el (mailcap-mime-data): Add text/dns.
16374         (mailcap-mime-extensions): Map .soa to text/dns.
16375
16376 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16377
16378         * gnus-art.el (article-decode-mime-words, article-babel)
16379         (gnus-article-highlight-signature, gnus-article-add-buttons)
16380         (gnus-signature-toggle): Remove unnecessary bindings of
16381         `inhibit-read-only' inherited from v5.10 merge.
16382
16383 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16384
16385         * nntp.el (nntp): New customization group.
16386         (nntp-authinfo-file): Add customization group.
16387
16388         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16389
16390         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16391
16392         * gnus.el (to-address, to-list, subscribed)
16393         (large-newsgroup-initial): Ditto.
16394
16395         * flow-fill.el (fill-flowed-display-column)
16396         (fill-flowed-encode-column): Ditto.
16397
16398 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16399
16400         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16401         Use point-min rather than 1.
16402         (message-send-mail): Use buffer-size rather than point-max.
16403
16404         * gnus-sum.el (gnus-summary-search-article-forward):
16405         Signal a specific `search-failed' rather than a generic `error'.
16406
16407         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16408         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16409         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16410
16411 2004-09-10  Simon Josefsson  <jas@extundo.com>
16412
16413         * nndb.el (require): Remove tcp and duplicate cl.
16414
16415 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * gnus-agent.el (directory-files-and-attributes): Move forward.
16418
16419 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16420
16421         * gnus-agent.el (directory-files-and-attributes):
16422         Optionally defined to support XEmacs.
16423
16424 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16425
16426         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16427         to avoid run-time CL dependencies.
16428         (gnus-agent-unfetch-articles): New function.
16429         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16430         article numbers even when local .overview file is missing.
16431         (gnus-agent-read-article-number): New function.  Only accepts
16432         27-bit article numbers.
16433         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16434         Use gnus-agent-read-article-number.
16435         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16436         from backend while recognizing that article numbers in .overview
16437         must be valid.
16438         (gnus-agent-update-files-total-fetched-for):
16439         Use directory-files-and-attributes to improve performance.
16440         * gnus-int.el (gnus-request-move-article):
16441         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16442         improve performance.
16443
16444         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16445         some users confused by references to .newsrc when they only have a
16446         .newsrc.eld file.
16447         (gnus-convert-mark-converter-prompt)
16448         (gnus-convert-converter-needs-prompt): Fix use of property list.
16449         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16450         New function.  Used internally to only display 'gnus converting
16451         files' message when actually necessary.
16452
16453         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16454         methods now autoloaded.
16455
16456 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16459         identifiers.
16460
16461 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16462
16463         * gnus-picon.el: Fix indentation and closing parenthesis.
16464
16465 2004-09-01  Simon Josefsson  <jas@extundo.com>
16466
16467         * message.el (message-canlock-generate): Require sha1, not
16468         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16469         to require within a function.  Sadly, if sha1.el isn't loaded, the
16470         let binding in m-c-g will hide the defcustom definition, which is
16471         bad.)
16472
16473         * canlock.el: Require sha1, not sha1-el.
16474
16475         * message.el: Don't autoload sha1 (there is a autoload cookie in
16476         sha1.el).
16477
16478         * sha1-el.el: Rename to sha1.el.
16479
16480 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16481
16482         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16483
16484 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16485
16486         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16487
16488 2004-08-30  Kim F. Storm  <storm@cua.dk>
16489
16490         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16491
16492         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16493         Add :group 'nnimap.
16494
16495 2004-08-30  Andreas Schwab  <schwab@suse.de>
16496
16497         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16498         ?* and ?\;.
16499
16500         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16501         and ?\' to symbol instead of whitespace.
16502
16503 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16506
16507         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16508         instead of re-search-forward.
16509
16510         * gnus-uu.el (gnus-uu-save-article): Ditto.
16511         (gnus-uu-post-encode-uuencode): Ditto.
16512
16513         * html2text.el (html2text-clean-list-items): Ditto.
16514         (html2text-clean-dtdd): Ditto.
16515         (html2text-format-tags): Ditto.
16516
16517         * message.el (message-send-mail-with-sendmail): Fix regexp.
16518         (message-fill-field-general): Use search-forward instead of
16519         re-search-forward.
16520         (unbold-region): Ditto.
16521
16522         * nnrss.el (nnrss-request-article): Ditto.
16523
16524         * nnslashdot.el (nnslashdot-request-article): Ditto.
16525
16526         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16527
16528         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16529         "Unrecognized menu descriptor" error in XEmacs.
16530
16531 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16532
16533         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16534         parent article of a sparse article in the thread hashtb.
16535
16536 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16537
16538         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16539         (nnmail-expand-newtext): Lowercase expanded entries if
16540         nnmail-split-lowercase-expanded is non-nil.
16541
16542 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16545
16546         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16547         of gnus-tmp-news-method into string under XEmacs.  It will be
16548         passed to gnus-correct-length which takes only a string argument.
16549
16550 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-util.el (gnus-bind-print-variables): New macro.
16553         (gnus-prin1): Use it.
16554         (gnus-prin1-to-string): Use it.
16555         (gnus-pp): New function.
16556         (gnus-pp-to-string): New function.
16557
16558         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16559         Replace pp-to-string with gnus-pp-to-string.
16560         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16561         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16562         * gnus-msg.el (gnus-debug): Ditto.
16563         * gnus-score.el (gnus-score-save): Ditto.
16564         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16565         gnus-pp-to-string.
16566         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16567         with gnus-pp.
16568         * score-mode.el (gnus-score-pretty-print): Ditto.
16569         * webmail.el (webmail-debug): Ditto.
16570
16571 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * gnus-art.el (article-display-face, article-display-x-face):
16574         Use buffer-read-only.
16575
16576 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus-art.el (article-hide-list-identifiers):
16579         Bind inhibit-read-only as t.
16580
16581 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16584
16585 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16586
16587         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16588         (gnus-narrow-to-page): Don't assume point-min == 1.
16589         (gnus-article-edit-mode): Derive from message-mode.
16590
16591         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16592         point-min == 1.
16593
16594         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16595         Disable incorrect use of `assert'.
16596
16597         * message.el (message-mode): Set comment-start-skip.
16598
16599
16600 2004-08-22  Sam Steingold  <sds@gnu.org>
16601
16602         * pop3.el (pop3-leave-mail-on-server): New user variable.
16603         (pop3-movemail): Delete mail only when it is nil.
16604
16605 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16608
16609         * mml.el (mml-preview): Use `pop-to-buffer'.
16610
16611         * message.el (message-goto-mail-followup-to): Insert after "To".
16612         (message-carefully-insert-headers): Add comment.
16613
16614         * gnus.el: Remove unused variable `gnus-article-check-size'.
16615
16616         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16617
16618         * gnus-art.el (gnus-button-alist):
16619         Improve `gnus-button-handle-library' entry.
16620
16621 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16622
16623         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16624         Use downcase, since XEmacs capitalizes error messages differently.
16625
16626 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16627
16628         * nntp.el: Add (require 'gnus) due to reference to
16629         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16630
16631 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16632
16633         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16634         Bind `mm-fill-flowed'.
16635
16636         * mm-decode.el (mm-dissect-singlepart): Check it.
16637
16638 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16639
16640         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16641         'imap' for netrc parsing.
16642
16643 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16644
16645         * mailcap.el (mailcap-mime-data): Mark as risky.
16646
16647 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16650         may be included in the encoded word.
16651         (rfc2047-encode): Don't append a space if the encoded word
16652         includes close parenthesis.
16653
16654 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16657         of text within parentheses.
16658
16659 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16660
16661         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16662         (gnus-encrypt-write-file-contents): Make the password key the file
16663         name PLUS the cipher, not just the cipher.  Also remove failed
16664         passwords from the cache.
16665
16666 2004-08-06  Simon Josefsson  <jas@extundo.com>
16667
16668         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16669         Doc fix.
16670
16671 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16674         LWSP.
16675
16676 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16677
16678         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16679         Try to append in-reply-to: data to the references: header.
16680
16681         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16682         (netrc-parse): Use gnus-encrypt.el functions.
16683
16684         * gnus-encrypt.el: Add new file for encryption support; currently
16685         does only a few GPG ciphers and an internal XOR cipher.
16686
16687         * password.el: Add comments on using password-read-and-add.
16688         (password-read-and-add): Add function to read and add the
16689         password to the cache at once.
16690
16691 2004-07-28  Simon Josefsson  <jas@extundo.com>
16692
16693         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16694         parameter (but don't use it, for now).
16695
16696         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16697         instead of hard coding to nil.
16698
16699 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16702         as mm-inline-image-xemacs does.
16703
16704 2004-07-26  Simon Josefsson  <jas@extundo.com>
16705
16706         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16707         Revert part of 2004-07-17 change below.
16708
16709 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16712         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16713
16714 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16715
16716         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16717         quotes that actually start with ">" at the beginning of the
16718         lines.
16719
16720 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * rfc2047.el (rfc2047-encode-region): Fix last change.
16723         (rfc2047-encode-parameter): Remove useless concat.
16724
16725 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16728         encode special characters; fix some kind of misconfigured headers;
16729         signal a real error if debug-on-quit or debug-on-error is non-nil.
16730         (rfc2047-encode-max-chars): New variable.
16731         (rfc2047-encode-1): Use it.
16732         (rfc2047-encode-parameter): New function.
16733
16734         * mml.el (mml-insert-parameter): Remove an excessive space.
16735
16736 2004-07-17  Simon Josefsson  <jas@extundo.com>
16737
16738         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16739         Kai Grossjohann <kai@emptydomain.de>.
16740         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16741         (gnus-group-make-menu-bar): Ditto.
16742
16743         * gnus-util.el (gnus-group-server): Add.
16744
16745 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16746
16747         * message.el (message-clone-locals): Clone sendmail and smtp
16748         variables.
16749
16750 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * rfc2047.el (rfc2047-encode-region): Fix last change.
16753
16754 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16757         characters as non-special.
16758
16759 2004-07-09  Simon Josefsson  <jas@extundo.com>
16760
16761         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16762         Users will lose all flag changes made while unplugged with
16763         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16764         good default.  See numerous reports on ding mailing list.
16765
16766 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16769         add generate-head-function and generate-article-function to the
16770         rfc822-forward entry.
16771         (nndoc-rfc822-forward-generate-article): New function.
16772         (nndoc-rfc822-forward-generate-head): New function.
16773
16774         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16775
16776 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16777
16778         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16779         respect display group parameter and gnus-summary-expunge-below.
16780         (gnus-articles-to-read): Remove unused reference to display group
16781         parameter.
16782
16783 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16784
16785         * nnheader.el (nnheader-uniquify-message-id): New experimental
16786         variable.
16787         (nnheader-nov-read-message-id): Use it.
16788
16789         * spam-report.el (spam-report-gmane): Add interactive.
16790
16791 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * mm-encode.el (mm-content-transfer-encoding-defaults):
16794         Use qp-or-base64 for the application/* types.
16795
16796 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16797
16798         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16799
16800 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16801
16802         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16803         trim value.
16804
16805 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16806
16807         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16808         New macro and function.
16809         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16810
16811 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16814         after-load-alist.
16815
16816 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16817
16818         * gnus-group.el (gnus-group-get-new-news-this-group):
16819         Don't update info that isn't there.
16820
16821 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16822
16823         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16824         entry.
16825
16826 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * mm-view.el (mm-inline-render-with-function): Use multibyte
16829         buffer; decode html source by charset.
16830
16831         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16832
16833         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16834         Mule-UCS is loaded under XEmacs.
16835         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16836
16837 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16838
16839         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16840
16841 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * mm-util.el (mm-coding-system-p): Return a coding-system.
16844         (mm-mime-mule-charset-alist): Use shift_jis instead of
16845         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16846         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16847         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16848         instead of japanese-shift-jis and iso-latin-1 respectively in
16849         order to share the default value with both Emacs and XEmacs-mule.
16850         (mm-mule-charset-to-mime-charset):
16851         Make mm-coding-system-priorities effective.
16852         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16853         while predicating of candidates upon the priorities.
16854
16855 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16856
16857         * gnus-sum.el (gnus-summary-make-menu-bar):
16858         Add gnus-uu-invert-processable.
16859
16860         * gnus.el: Autoload gnus-uu-invert-processable.
16861
16862 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * mm-util.el (mm-with-multibyte-buffer): New macro.
16865
16866         * rfc2047.el (rfc2047-encode-string): Use it.
16867         (rfc2047-encode-region): Move point to the end of the region after
16868         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16869
16870 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16873         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16874
16875 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16878         (gnus-cite-parse): Ignore quoted envelope From_.
16879         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16880
16881 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16882
16883         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16884         invalid addresses.
16885
16886 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16887
16888         * spam.el: Change section markers, revise TODO list.
16889         (spam-backends): Make new master list of all installed backends.
16890         (spam-summary-exit-behavior): Add new variable to determine how
16891         messages moves are done at summary exit.
16892         (spam-move-spam-nonspam-groups-only)
16893         (spam-process-ham-in-nonham-groups)
16894         (spam-process-ham-in-spam-groups): Remove variables, the
16895         spam-summary-exit-behavior variable should be used to manage this
16896         behavior.
16897         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16898         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16899         and spam-old-spam-articles.
16900         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16901         Add empty variables, placeholders for the backends they represent.
16902         (spam-set-difference): Move, unchanged.
16903         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16904         unless the user has a processor variable.
16905         (spam-classifications, spam-classification-valid-p)
16906         (spam-backend-properties, spam-backend-property-valid-p)
16907         (spam-backend-function-type-valid-p)
16908         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16909         (spam-report-articles-gmane, spam-report-articles-resend):
16910         Remove functions, they are not needed.
16911         (spam-install-backend-super, spam-backend-list)
16912         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16913         (spam-backend-function, spam-backend-ham-registration-function)
16914         (spam-backend-spam-registration-function)
16915         (spam-backend-ham-unregistration-function)
16916         (spam-backend-spam-unregistration-function)
16917         (spam-backend-statistical-p, spam-backend-mover-p)
16918         (spam-install-backend-alias, spam-install-checkonly-backend)
16919         (spam-install-mover-backend, spam-install-nocheck-backend)
16920         (spam-install-backend, spam-install-statistical-backend)
16921         (spam-install-statistical-checkonly-backend): Add backend installation
16922         support.
16923         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16924         (spam-group-processor-p): Use the new backend code and respect the
16925         summary exit behavior.
16926         (spam-mark-spam-as-expired-and-move-routine): Remove.
16927         (spam-summary-prepare): Change to use the new spam-old-articles
16928         variable.
16929         (spam-copy-or-move-routine, spam-copy-spam-routine)
16930         (spam-move-spam-routine, spam-copy-ham-routine)
16931         (spam-move-ham-routine): Add code to copy/move ham or spam.
16932         (spam-fetch-field-fast): Improve doc and code, plus allow the
16933         'number request.
16934         (spam-list-of-checks, spam-list-of-statistical-checks):
16935         Remove variables.
16936         (spam-split, spam-find-spam): Use the new backend code.
16937         (spam-registration-functions): Remove variable.
16938         (spam-unregister-routine): Add convenience wrapper.
16939         (spam-log-undo-registration, spam-register-routine)
16940         (spam-log-processing-to-registry)
16941         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16942         where possible.
16943         (spam-check-gmane-xref, spam-check-regex-headers)
16944         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16945         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16946         (spam-check-bogofilter-headers, spam-check-spamoracle)
16947         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16948         (spam-check-crm114-headers): Use the spam-split-group that
16949         spam-split prepares, no need to determine it every time.
16950
16951         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16952         to the nnheader-parse-naked-head call.
16953
16954         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16955
16956         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16957         the nnheader-nov-read-message-id call.
16958
16959 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16962         gnus-activate-group twice.  Suggested by Markus Peter
16963         <warp@spin.de>.
16964
16965 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-art.el (gnus-article-time-format): Exchange the order of
16968         day and month in the default value; fix customization type.
16969         (article-date-ut): Use add-text-properties.
16970         (article-make-date-line): Use message-make-date instead of
16971         current-time-string.
16972
16973         * message.el (message-fetch-field): Don't use set-text-properties.
16974         (message-make-date): Simplify.
16975
16976         * messagexmas.el (message-xmas-make-date): New function.
16977         (message-xmas-redefine): Defalias message-make-date to it.
16978
16979 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16982         (rfc2047-encode-region): Treat text within parentheses as special;
16983         show the original text when error has occurred.
16984
16985         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16986         already-computed method to gnus-activate-group.
16987
16988         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16989         same select-methods identical Lisp objects.
16990
16991         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16992         object when modifying the info.
16993
16994 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16997         gnus-opened-servers since it has never been opened with the new
16998         configuration yet.
16999
17000 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17003         arg to nnheader-generate-fake-message-id.
17004
17005 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17006
17007         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17008         number and build a fake message ID localized to a group and
17009         article number (so it's repeatable from that point on).
17010         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17011         ID format.
17012
17013         * gnus-sum.el (gnus-get-newsgroup-headers):
17014         Call nnheader-generate-fake-message-id with the article number.
17015
17016 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17017
17018         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17019         end-of-buffer.
17020
17021 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17022
17023         * message.el (message-ignored-supersedes-headers): Add Approved.
17024
17025 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17028         goto-char.
17029         (rfc2047-encode): Fold the line before encoding.
17030
17031 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17032
17033         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17034         folding -- not all headers can be folded, and this should be done
17035         by the message composition mode.  Probably.  I think.
17036
17037 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17040         fast.
17041
17042         * gnus-ems.el (gnus-remove-image): Don't use
17043         message-text-with-property; remove only the image found first.
17044
17045         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17046         found first.
17047
17048 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17049
17050         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17051
17052 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * message.el (message-text-with-property): Make it fast and accept
17055         optional arguments.
17056         (message-strip-forbidden-properties): Use it.
17057         (message-fix-before-sending): Follow the m-t-w-p change.
17058
17059         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17060
17061 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * gnus-art.el (article-hide-headers): Don't change the buffer
17064         mistakenly when performing mml-preview even if
17065         gnus-single-article-buffer is nil.
17066
17067 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17068
17069         * message.el (message-expand-name-databases): New user option.
17070         (message-expand-name): Use it.
17071
17072 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17073
17074         * spam.el (spam-report-articles-resend)
17075         (spam-report-resend-register-routine): Allow ham reporting.
17076         (spam-report-resend-register-ham-routine): Add wrapper.
17077         (spam-registration-functions): Add ham resending functions.
17078         (spam-list-of-processors): Add ham resend processor.
17079
17080         * gnus.el (ham-resend-to): Add new group parameter.
17081         (spam-process): Add ham resend option.
17082
17083         * spam-report.el (spam-report-resend): Allow reporting ham.
17084         (spam-report-resend-ham): Add wrapper.
17085
17086 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17087
17088         * message.el (message-cite-articles-with-x-no-archive):
17089         New variable.
17090         (message-cite-original): Use it.
17091
17092 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17093
17094         * message.el (message-cite-original): Respect X-No-Archive.
17095
17096 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * gnus-art.el (article-hide-headers): Refer to the values for
17099         gnus-ignored-headers and gnus-visible-headers in the summary
17100         buffer since a user may have set them as group parameters.
17101
17102 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17103
17104         * assistant.el (assistant-node-name): Add convenience function.
17105         (assistant-render-text, assistant-render-node): Add error handling,
17106         plus handle multiple next nodes.
17107         (assistant-find-next-node): Comment out for now.
17108         (assistant-find-next-nodes): Add function, returns list of next
17109         nodes.
17110
17111 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17112
17113         * mail-source.el (mail-source-directory): Fix doc-string.
17114
17115 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17116
17117         * assistant.el (assistant-render-text, assistant-eval): Add :set
17118         widget type, which is different because it takes and returns a
17119         list.  Much hilarity ensues.
17120
17121 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17122
17123         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17124
17125         * gnus-group.el (gnus-group-get-new-news-this-group):
17126         Add doc-string.
17127
17128         * gnus-start.el (gnus-activate-group): Add doc-string.
17129
17130 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17133
17134 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17135
17136         * assistant.el (assistant-render-text): Try to add a :set
17137         widget, more to come.
17138
17139         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17140         strings.
17141         (spam-report-articles-resend)
17142         (spam-register-routine): Do registration iff any articles warrant
17143         it.
17144         (spam-summary-prepare-exit): Change log message for nil group
17145         destinations.
17146
17147 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17148
17149         * spam.el (spam-report-resend-register-routine):
17150         Allow spam-report-resend-to to be a group parameter or a global value.
17151
17152 2004-05-26  Simon Josefsson  <jas@extundo.com>
17153
17154         * starttls.el: Merge with my GNUTLS based starttls.el.
17155         (starttls-gnutls-program, starttls-use-gnutls)
17156         (starttls-extra-arguments, starttls-process-connection-type)
17157         (starttls-connect, starttls-failure, starttls-success):
17158         New variables.
17159         (starttls-program, starttls-extra-args): Doc fix.
17160         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17161         New functions.
17162         (starttls-negotiate, starttls-open-stream):
17163         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17164         function if it is set.
17165
17166 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17169         structured fields.
17170
17171 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17174
17175 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17176
17177         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17178         Add variable.
17179         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17180         assigning the spam-mark to new messages.
17181
17182 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17183
17184         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17185
17186 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17189
17190         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17191         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17192         default.
17193
17194 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17195
17196         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17197         correct data.
17198
17199 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17200
17201         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17202         (spam-group-processor-p): Fix function.
17203         (spam-group-processor-multiple-p)
17204         (spam-group-spam-processor-report-gmane-p)
17205         (spam-group-spam-processor-report-resend-p)
17206         (spam-group-spam-processor-bogofilter-p)
17207         (spam-group-spam-processor-blacklist-p)
17208         (spam-group-spam-processor-ifile-p)
17209         (spam-group-ham-processor-ifile-p)
17210         (spam-group-spam-processor-spamoracle-p)
17211         (spam-group-spam-processor-crm114-p)
17212         (spam-group-ham-processor-bogofilter-p)
17213         (spam-group-spam-processor-stat-p)
17214         (spam-group-ham-processor-stat-p)
17215         (spam-group-ham-processor-whitelist-p)
17216         (spam-group-ham-processor-BBDB-p)
17217         (spam-group-ham-processor-spamoracle-p)
17218         (spam-group-ham-processor-copy-p): Remove functions with some
17219         prejudice against unneeded code.
17220         (spam-report-articles-resend)
17221         (spam-report-resend-register-routine): Allow the group/topic
17222         spam-resend-to value to override spam-report-resend-to.
17223         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17224         properly now.
17225
17226         * gnus.el (spam-resend-to): Add group/topic parameter.
17227         (spam-process): Move the OBSOLETE processors to the end of the
17228         choices.
17229
17230 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17231
17232         * spam-report.el (spam-report-resend-to, spam-report-resend):
17233         Start with resend-to set to nil, and then ask the user if necessary.
17234         (spam-report-resend): spam-report-resend takes a list of articles, not
17235         separate article numbers.
17236
17237 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17240         addition to emacs-w3m.
17241
17242 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17243
17244         * assistant.el (assistant-authinfo-data): New function.
17245         (assistant-eval): Eval for entire assistant.
17246
17247         * netrc.el (netrc-services-file): New variable.
17248         (netrc-parse-services): New function.
17249         (netrc-find-service-name): New function.
17250         (netrc-find-service-number): New function.
17251         (netrc-port-equal): New function.
17252         (netrc-machine): Use it.
17253
17254         * nnimap.el (nnimap-open-connection): Use netrc.
17255
17256         * gnus-util.el (gnus-netrc-get): Remove aliases.
17257
17258         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17259
17260         * assistant.el (wid-edit): Fix compilation.
17261
17262         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17263
17264 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17265
17266         * gnus-util.el (gnus-set-file-modes): New function.  (small
17267         patch).
17268
17269 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17270
17271         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17272
17273         * assistant.el (assistant-render-node): Fix up rendering and
17274         read-only text.
17275         (assistant-render-node): Reset.
17276         (assistant-make-read-only): Not sticky.
17277
17278 2004-05-20  Danny Siu  <dsiu@adobe.com>
17279
17280         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17281         centered even when gnus-auto-center-summary is t.
17282
17283 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17284
17285         * dns.el (dns-get-txt-answer): New function.
17286         (dns-read-txt): Ditto.
17287         (query-dns): Use it.
17288
17289 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17292         active for foreign groups even if the group level is higher than
17293         the specified value.
17294
17295 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17296
17297         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17298         non-active groups.
17299
17300         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17301
17302 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17303
17304         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17305
17306 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17307
17308         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17309         (spam-crm114-header, spam-crm114-spam-switch)
17310         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17311         (spam-crm114-positive-spam-header)
17312         (spam-crm114-database-directory, spam-list-of-processors)
17313         (spam-group-spam-processor-crm114-p)
17314         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17315         (spam-generic-score, spam-list-of-checks)
17316         (spam-list-of-statistical-checks, spam-registration-functions)
17317         (spam-check-crm114-headers, spam-crm114-score)
17318         (spam-check-crm114, spam-crm114-register-with-crm114)
17319         (spam-crm114-register-spam-routine)
17320         (spam-crm114-unregister-spam-routine)
17321         (spam-crm114-register-ham-routine)
17322         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17323         From asjo@koldfront.dk (Adam Sjøgren).
17324
17325         * gnus.el: Add spam-use-crm114.
17326
17327         * spam.el (spam-list-of-processors, spam-registration-functions):
17328         Add spam-use-resend.
17329         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17330         (spam-report-articles-gmane): Add doc fix.
17331         (spam-report-articles-resend, spam-report-resend-register-routine):
17332         Add wrappers around spam-report-resend-to.
17333
17334         * spam-report.el (spam-report-resend-to, spam-report-resend):
17335         Add support for resending spam.
17336         (spam-report-gmane): Fix line length >80.
17337
17338         * gnus.el (spam-process): Add spam-use-resend.
17339
17340 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17341
17342         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17343         number of processed spam messages.
17344         (spam-ham-copy-or-move-routine): Return the number of processed
17345         ham messages.
17346         (spam-summary-prepare-exit): Use the above values to decide
17347         whether status messages shouled be displayed.
17348
17349 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17352         `rfc2047-encoding-function-alist' in order to avoid conflicting
17353         with the old version.
17354         (rfc2047-encode-region): Concatenate words containing non-ASCII
17355         characters in structured fields; don't encode space-delimited
17356         ASCII words even in unstructured fields; don't break words at
17357         char-category boundaries.
17358         (rfc2047-encode-1): New function.
17359         (rfc2047-encode): Use it; encode text so that it occupies the
17360         maximum width within 76-column; work correctly on Q encoding for
17361         iso-2022-* charsets.
17362         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17363         sure not to break a line just after the header name.
17364         (rfc2047-b-encode-region): Remove.
17365         (rfc2047-b-encode-string): New function.
17366         (rfc2047-q-encode-region): Remove.
17367         (rfc2047-q-encode-string): New function.
17368
17369         * mm-util.el (mm-replace-in-string): New function.
17370
17371 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17372
17373         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17374         Really get it right.
17375         (gnus-inews-make-draft): Really.
17376
17377 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17378
17379         * nnmh.el (nnmh-request-list-1): Don't check the link count
17380         before descending.  (small patch)
17381
17382 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17383
17384         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17385         stuff.
17386
17387         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17388         Match on real group name.
17389
17390         * gnus-art.el (gnus-signature-limit): Doc fix.
17391
17392         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17393
17394         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17395
17396 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17397
17398         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17399         isn't a string.
17400
17401 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17402
17403         * gnus-draft.el (gnus-draft-send):
17404         Bind rfc2047-encode-encoded-words.
17405
17406         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17407         (rfc2047-encodable-p): Say that =? needs encoding.
17408         (rfc2047-encode-encoded-words): New variable.
17409
17410         * gnus-group.el (gnus-group-select-group): Doc fix.
17411
17412         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17413
17414         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17415         to nil.
17416
17417         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17418
17419         * nnheader.el (nnheader-get-lines-and-char): New function.
17420
17421 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17422
17423         * gnus-msg.el (gnus-summary-followup-with-original):
17424         Document yanking of region when active.
17425
17426 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17429         groups if the group level is higher than the specified value.
17430
17431 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17434         (gnus-group-jump-to-group): Add prefix argument using
17435         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17436         non-active group.
17437
17438         * compface.el (uncompface): Be verbose when changing
17439         `uncompface-use-external'.
17440
17441         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17442         handle manual section.
17443
17444 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17445
17446         * gnus-art.el (gnus-button-alist): Revert previous change.
17447
17448 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17451
17452 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17453
17454         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17455         whether backend can accept message.
17456
17457         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17458
17459 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17460
17461         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17462         Avoid creating directory when nntp-marks-is-evil is true.
17463         Reported by Reiner Steib.
17464
17465 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * gnus-picon.el (gnus-picon-style): New variable.
17468         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17469         (gnus-picon-transform-address): Support `gnus-picon-style'.
17470         From Jesper Harder <harder@ifa.au.dk>.
17471
17472 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17473
17474         * message.el (message-fill-field): Return point.
17475         (message-generate-headers): Go to end of field.
17476
17477         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17478         stuff for non-living groups.
17479
17480 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17481
17482         * gnus-art.el (gnus-article-followup-with-original)
17483         (gnus-article-reply-with-original): gnus-mark-active-p ->
17484         gnus-region-active-p.
17485
17486 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17487
17488         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17489         only when there is spam or ham to be processed.
17490
17491 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17492
17493         * mail-source.el (mail-source-delete-crash-box): Refactor.
17494         (mail-source-fetch): Use it.
17495         (mail-source-fetch-file): Ditto.
17496         (mail-source-fetch-directory): Run postscript in loop.
17497         (mail-source-fetch-pop): Delete.
17498         (mail-source-fetch-maildir): Ditto.
17499         (mail-source-fetch-imap): Ditto.
17500
17501         * imap.el (imap-authenticators): Comment out sasl.
17502
17503         * message.el (message-skip-to-next-address): New function.
17504         (message-fill-header-address): Refactor.
17505         (message-fill-address): Use it.
17506         (message-delete-address): Use it.
17507         (message-fill-header-general): Refactor.
17508         (message-fill-field-address): Rename.
17509         (message-narrow-to-field): Find the start of the header.
17510         (message-header-format-alist): Don't pre-fill.
17511         (message-fill-header): Remove.
17512         (message-insert-header): New function.
17513         (message-shorten-references): Use it.
17514
17515         * rfc2047.el (rfc2047-field-value): Strip props.
17516
17517         * mail-parse.el (mail-header-make-address): New alias.
17518
17519         * ietf-drums.el (ietf-drums-make-address): New function.
17520
17521         * imap.el: Add compiler directives.
17522
17523         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17524
17525         * gnus-art.el (article-decode-idna-rhs): Don't use
17526         message-idna-inside-rhs-p.
17527
17528 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17529
17530         * message.el (message-idna-inside-rhs-p): Remove.
17531         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17532
17533         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17534         false positives.
17535
17536 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17537
17538         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17539
17540 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17541
17542         * nneething.el (nneething-file-name): Don't create spurious
17543         files.
17544
17545         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17546         (gnus-inews-do-gcc): Remove sleep.
17547
17548         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17549         part under point.
17550
17551         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17552         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17553
17554 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17555
17556         * spam.el (spam-summary-prepare-exit): Fix (length).
17557
17558 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17559
17560         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17561         as expired without moving it" message when there are spam
17562         messages left.
17563
17564 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17565
17566         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17567         header is not nil.
17568
17569 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17570
17571         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17572         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17573         (nntp-marks-changed-p): New arg SERVER.
17574         (nntp-request-update-info): Adjust caller.
17575
17576 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17577
17578         * nntp.el (nntp-save-marks): Pass missing arg.
17579
17580 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17581
17582         * nntp.el: Support marks.
17583         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17584         (nntp-marks-modtime, nntp-marks-directory): New variables.
17585         (nntp-request-set-mark, nntp-request-update-info)
17586         (nntp-possibly-create-directory, nntp-marks-changed-p)
17587         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17588         New functions.
17589
17590 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17591
17592         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17593         (gnus-xmas-redefine): Rename.
17594
17595         * gnus-score.el (gnus-score-insert-help):
17596         Use gnus-select-lowest-window.
17597
17598         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17599         appt-select-lowest-window and rename to gnus-select-lowest-window.
17600
17601         * gnus.el: do.
17602
17603 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17604
17605         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17606         encodings of MIME-encoded words, in order to improve
17607         interoperability with several broken MUAs.
17608
17609 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17610
17611         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17612         tags, only when charsets are not specified in headers.
17613         (mm-inline-text-html-render-with-w3m): Ditto.
17614
17615         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17616         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17617
17618 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17619
17620         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17621         instead of MIME-decoded from fields when checking
17622         `gnus-article-address-banner-alist'.
17623
17624 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17625
17626         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17627         description rather than subject.
17628
17629 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17630
17631         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17632
17633 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17634
17635         * gnus.el (gnus-version-number): Bump.
17636
17637 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17638
17639         * gnus.el: No Gnus v0.2 is released.
17640
17641 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17642
17643         * gnus-agent.el (gnus-agent-read-agentview):
17644         Inline gnus-uncompress-range.
17645
17646 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17647
17648         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17649         `exec-installed-p'.
17650
17651 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17652
17653         * gnus.el (spam-process, spam-autodetect-methods):
17654         Add bsfilter and bsfilter-headers.
17655
17656         * spam.el (spam-bsfilter): New customize group.
17657         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17658         (spam-bsfilter-header, spam-bsfilter-probability-header)
17659         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17660         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17661         (spam-bsfilter-database-directory): New options.
17662         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17663         (spam-list-of-statistical-checks, spam-registration-functions):
17664         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17665         (spam-bsfilter-score): New command.
17666         (spam-check-bsfilter-headers, spam-check-bsfilter)
17667         (spam-bsfilter-register-with-bsfilter)
17668         (spam-bsfilter-register-spam-routine)
17669         (spam-bsfilter-unregister-spam-routine)
17670         (spam-bsfilter-register-ham-routine)
17671         (spam-bsfilter-unregister-ham-routine): New functions.
17672         (spam-generic-score): Support bsfilter; Accept an optional argument
17673         to recalcurate spam score even if scoring header has already been
17674         added.
17675         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17676         optional argument to recalcurate spam score even if scoring header
17677         has already been added.
17678
17679 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17680
17681         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17682         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17683         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17684         link is missing.
17685
17686 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17687
17688         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17689         (html2text-get-attr): Rewrite.
17690
17691         * message.el (message-setup-1): Remove redundant put-text-property
17692         on mail-header-separator.
17693
17694 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17695
17696         * gnus-registry.el (gnus-registry-cache-whitespace)
17697         (gnus-registry-action, gnus-registry-spool-action)
17698         (gnus-registry-split-fancy-with-parent): Change message levels
17699         from 5 to 3 or 7, as needed.
17700
17701         * spam.el (spam-summary-prepare-exit)
17702         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17703         (spam-split, spam-find-spam, spam-log-undo-registration)
17704         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17705         level from 5 to 6.
17706
17707 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17708
17709         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17710         2004-03-04 change).
17711
17712 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17713
17714         * sieve-manage.el (sieve-manage-open):
17715         * nnweb.el (nnweb-insert-html):
17716         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17717         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17718         * nnspool.el (nnspool-request-group):
17719         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17720         * nnml.el (nnml-request-update-info):
17721         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17722         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17723         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17724         (nnimap-request-set-mark):
17725         * nnfolder.el (nnfolder-request-update-info):
17726         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17727         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17728         * gnus-uu.el (gnus-uu-find-articles-matching):
17729         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17730         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17731         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17732         * gnus-nocem.el (gnus-nocem-scan-groups):
17733         * gnus-int.el (gnus-start-news-server):
17734         * gnus-group.el (gnus-group-make-kiboze-group)
17735         (gnus-group-browse-foreign-server):
17736         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17737         Use mapc when appropriate.
17738
17739 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17740
17741         FIXME: Make separate entries for each person.
17742
17743         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17744         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17745         <shields@msrl.com>:
17746
17747         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17748         may need for spam sorting and scoring.
17749         (spam-user-format-function-S): Add user format function suitable for
17750         general use.
17751         (spam-article-sort-by-spam-status): Add sorting function for summary
17752         sorting.
17753         (spam-extra-header-to-number): Add function to get a score from a
17754         header.
17755         (spam-summary-score): Add function to get a numeric score from the
17756         headers.
17757         (spam-generic-score): Fix function doc, was in wrong place.
17758         (spam-initialize): Take symbols when it's run, and install the
17759         extra headers that spam-necessary-extra-headers thinks we need.
17760
17761 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17762
17763         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17764         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17765
17766 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17767
17768         * gnus-sum.el (gnus-set-global-variables)
17769         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17770         (gnus-article-get-xrefs, gnus-summary-best-group)
17771         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17772         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17773         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17774         Use with-current-buffer.
17775
17776 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17777
17778         * spam.el (spam-summary-prepare-exit): Simplify logic.
17779         (spam-fetch-article-header): Read the article header if it's not
17780         available.
17781         (spam-list-articles): Simplify logic.
17782         (spam-filelist-register-routine): Fix bug with unregister-list.
17783
17784         * gnus-registry.el: Fix comments at beginning.
17785
17786 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17787
17788         * message.el (message-cater-to-broken-inn): Remove.
17789         (message-shorten-references): Make sure the total folded length of
17790         References is shorter than 998 characters to cater to a bug in INN
17791         2.3.  Also, don't pretend that references aren't folded -- this
17792         hasn't worked for a while.
17793
17794 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17795
17796         * gnus-agent.el (gnus-agentize):
17797         gnus-agent-send-mail-real-function no longer set to current value
17798         of message-send-mail-function but rather a lambda that calls
17799         message-send-mail-function.  The change makes the agent real-time
17800         responsive to user changes to message-send-mail-function.
17801
17802 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17803
17804         * legacy-gnus-agent.el
17805         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17806         help from Florian Weimer <fw@deneb.enyo.de>
17807
17808 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * nnmail.el (nnmail-cache-insert): Revert last change.
17811
17812 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * nnmail.el (nnmail-cache-insert): Always check whether
17815         nnmail-cache-ignore-groups matches a group name.
17816
17817 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17818
17819         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17820         (spam-find-spam, spam-log-processing-to-registry)
17821         (spam-log-registered-p, spam-log-unregistration-needed-p)
17822         (spam-log-undo-registration): Use gnus-message instead of
17823         gnus-error, none of these errors are fatal.
17824
17825         * gnus-registry.el (gnus-registry-clean-empty-function)
17826         (gnus-registry-clean-empty): Remove only empty entries without
17827         extra data.
17828
17829 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17830
17831         * spam-stat.el (spam-stat-buffer-change-to-spam)
17832         (spam-stat-buffer-change-to-non-spam): Change (error) to
17833         (gnus-message 8) invocation.
17834
17835 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * nntp.el (nntp-via-netcat-command): New variable.
17838         (nntp-via-netcat-switches): New variable.
17839         (nntp-open-via-rlogin-and-netcat): New function.
17840         (nntp-open-connection-function): Doc fix.
17841         (nntp-telnet-command): Doc fix.
17842         (nntp-end-of-line): Doc fix.
17843         (nntp-via-rlogin-command): Doc fix.
17844         (nntp-via-user-name): Doc fix.
17845         (nntp-via-address): Doc fix.
17846
17847 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17850         error in Emacs 21.1.
17851
17852 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17853
17854         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17855
17856 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17857
17858         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17859         (gnus-agent-with-refreshed-group): New macro.
17860         (gnus-agent-rename-group): New function.
17861         (gnus-agent-delete-group): New function.
17862         (gnus-agent-save-group-info): Use gnus-command-method when
17863         `method' parameter is nil.  Don't write nil entries into the
17864         active file.
17865         (gnus-agent-get-group-info): New function.
17866         (gnus-agent-fetch-articles):
17867         Use gnus-agent-update-files-total-fetched-for to increment disk space
17868         used.
17869         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17870         Use gnus-agent-update-view-total-fetched-for to increment disk space
17871         used.
17872         (gnus-agent-get-local): Add optional parameters to avoid calling
17873         gnus-group-real-name and gnus-find-method-for-group.
17874         (gnus-agent-set-local): Delete stored entry if either min, or max,
17875         are nil.
17876         (gnus-agent-fetch-session): Reworded error/quit messages.
17877         On quit, use gnus-agent-regenerate-group to record existance of any
17878         articles fetched to disk before the quit occurred.
17879         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17880         gnus-agent-update-view-total-fetched-for, and
17881         gnus-agent-update-files-total-fetched-for to decrement disk space
17882         used.
17883         (gnus-agent-retrieve-headers):
17884         Use gnus-agent-update-view-total-fetched-for to increment disk space
17885         used.
17886         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17887         with gnus-agent-update-files-total-fetched-for to decrement disk
17888         space and fresh group buffer.
17889         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17890         (gnus-agent-need-update-total-fetched-for): New variable.
17891         (gnus-agent-update-files-total-fetched-for): New function.
17892         (gnus-agent-update-view-total-fetched-for): New function.
17893         (gnus-agent-total-fetched-for): New function.
17894
17895         * gnus-cache.el (gnus-cache-save-buffers):
17896         Use gnus-cache-update-overview-total-fetched-for to change disk space
17897         used by this group.
17898         (gnus-cache-possibly-enter-article):
17899         Use gnus-cache-update-file-total-fetched-for to increment disk space
17900         used by this group.
17901         (gnus-cache-possibly-remove-article):
17902         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17903         used by this group.
17904         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17905         (gnus-cache-rename-group): New function.
17906         (gnus-cache-delete-group): New function.
17907         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17908         (gnus-cache-need-update-total-fetched-for): New variable.
17909         (gnus-cache-with-refreshed-group): New macro.
17910         (gnus-cache-update-file-total-fetched-for): New function.
17911         (gnus-cache-update-overview-total-fetched-for): New function.
17912         (gnus-cache-rename-group-total-fetched-for): New function.
17913         (gnus-cache-delete-group-total-fetched-for): New function.
17914         (gnus-cache-total-fetched-for): New function.
17915
17916         * gnus-group.el: Require gnus-sum and autoload functions to
17917         resolve warnings when gnus-group.el compiled alone.
17918         (gnus-group-line-format): Documented new %F.
17919         (size of Fetched data) group line format; identifies disk space
17920         used by agent and cache.
17921         (gnus-group-line-format-alist): Defined new F format.
17922         (gnus-total-fetched-for): New function.
17923         (gnus-group-delete-group): No longer update
17924         gnus-cache-active-altered as gnus-request-delete-group now keeps
17925         the cache in sync.
17926         (gnus-group-list-active): Let the agent store a server's active
17927         list if currently plugged.
17928
17929         * gnus-int.el (gnus-request-delete-group):
17930         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17931         local disk in sync with the server.
17932         (gnus-request-rename-group):
17933         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17934         local disk in sync with the server.
17935
17936         * gnus-start.el (gnus-get-unread-articles):
17937         Cosmetic simplification to logic.
17938
17939         * gnus-util.el (gnus-rename-file): New function.
17940
17941 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17942
17943         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17944
17945 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17946
17947         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17948         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17949
17950 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17951
17952         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17953         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17954
17955 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17956
17957         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17958
17959 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17960
17961         * spam.el (spam-set-difference): Add function to replace
17962         gnus-set-difference in spam.el.
17963         (spam-summary-prepare-exit): Use spam-set-difference.
17964
17965 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17966
17967         * gnus-registry.el (gnus-registry-cache-file): Update to use
17968         gnus-dribble-directory OR gnus-home-directory OR ~.
17969         (gnus-registry-split-fancy-with-parent): Fix doc.
17970
17971 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * message.el (message-exchange-point-and-mark):
17974         Use message-mark-active-p.  Suggested by Jesper Harder
17975         <harder@ifa.au.dk>.
17976
17977 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * message.el (message-exchange-point-and-mark): Don't activate
17980         region if it was inactive.  Suggested by Hiroshi Fujishima
17981         <pooh@nature.tsukuba.ac.jp>.
17982
17983 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * gnus-art.el (article-display-face): Display Faces in the same
17986         order as X-Faces.
17987
17988 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17991
17992 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17995         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17996         (gnus-article-mime-hierarchy): Remove.
17997         (gnus-article-mime-hierarchy-next): Remove.
17998         (gnus-article-mode): Revert 2004-03-19 change.
17999         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18000         (gnus-insert-mime-button): Revert 2004-03-19 change.
18001         (gnus-mime-accumulate-hierarchy): Remove.
18002         (gnus-mime-enter-multipart): Remove.
18003         (gnus-mime-leave-multipart): Remove.
18004         (gnus-mime-display-part): Revert 2004-03-19 change.
18005         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18006
18007         * mml.el (mml-preview): Revert 2004-03-19 change.
18008
18009 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18010
18011         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18012
18013 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18016         t while entering a file name using the mm-with-multibyte macro.
18017         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18018
18019         * mm-util.el (mm-with-multibyte): New macro.
18020
18021 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18024         New user option.
18025         (gnus-mime-multipart-functions): Doc and customization fix.
18026         (gnus-article-mime-hierarchy): New variable.
18027         (gnus-article-mime-hierarchy-next): New variable.
18028         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18029         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18030         gnus-article-mime-hierarchy-next to nil.
18031         (gnus-insert-mime-button): Show hierarchy numbers.
18032         (gnus-mime-accumulate-hierarchy): New function.
18033         (gnus-mime-enter-multipart): New function.
18034         (gnus-mime-leave-multipart): New function.
18035         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18036         (gnus-mime-display-alternative): Show hierarchy numbers.
18037
18038         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18039         gnus-article-mime-hierarchy-next to nil.
18040
18041 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18042
18043         * dns.el: Don't require gnus-xmas.
18044
18045 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18046
18047         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18048         inline PGP.
18049         (mml-menu): Disable mml-quote-region if mark is inactive.
18050
18051 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18054         when the group's active is not available.
18055
18056 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18059         error.
18060
18061 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18062
18063         * imap.el (imap-store-password): New variable.
18064         (imap-interactive-login): Use it.
18065         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18066
18067 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18070         window-start and hscroll to summary window.
18071
18072 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18073
18074         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18075         conversion message to newsrc-dribble when an actual conversion is
18076         performed.
18077
18078 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18079
18080         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18081
18082 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * mm-decode.el (mm-complicated-handles): New function reviving
18085         former definition of mm-multiple-handles.
18086
18087         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18088         (gnus-mime-delete-part): Use it.
18089
18090 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18091
18092         * gnus-agent.el (gnus-agent-read-local):
18093         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18094         avoid the implicit assumption that they will always be equal.
18095         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18096         coding-system-for-write, as the with-temp-file macro first prints
18097         to a buffer then saves the buffer.
18098
18099 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18100
18101         * gnus-art.el (gnus-article-edit-part): New function.
18102         (gnus-mime-save-part-and-strip): Use it; do query instead of
18103         signaling an error; don't use mm-multiple-handles.
18104         (gnus-mime-delete-part): Ditto.
18105
18106 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18107
18108         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18109         old file versions.
18110         (gnus-group-prepare-hook): Remove function that converted list
18111         form of gnus-agent-expire-days to group properties.
18112
18113         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18114         (gnus-request-accept-article): Re-indented.
18115
18116         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18117         converters to handle old agent file formats.  Add logic for a
18118         "backup before upgrading warning".
18119         (gnus-convert-mark-converter-prompt): Developers can mark
18120         functions as needing (default), or not needing,
18121         gnus-convert-old-newsrc's "backup before upgrading warning".
18122         (gnus-convert-converter-needs-prompt): Tests whether the user
18123         should be protected from potentially irreversable changes by the
18124         function.
18125
18126         * legacy-gnus-agent.el: New.  Provides converters that are only
18127         loaded when gnus-convert-old-newsrc needs to call them.
18128
18129 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * mail-source.el (mail-source-touch-pop): Doc fix.
18132
18133         * message.el (message-smtpmail-send-it): Doc fix.
18134
18135 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18136
18137         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18138
18139         * nnmail.el (nnmail-split-fancy): do.
18140
18141         * gnus-kill.el (gnus-kill, gnus-execute): do.
18142
18143 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18144
18145         * gnus-sum.el (gnus-widget-reversible-match)
18146         (gnus-widget-reversible-to-internal)
18147         (gnus-widget-reversible-to-external): New functions.
18148         (gnus-widget-reversible): New widget.
18149         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18150
18151 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18152
18153         * gnus-sum.el (gnus-thread-sort-functions)
18154         (gnus-article-sort-functions): Document `(not F)' items.
18155
18156 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18157
18158         * spam.el (spam-use-gmane-xref): Add new backend.
18159         (spam-gmane-xref-spam-group): Add variable to control the name of the
18160         Gmane spam group.
18161         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18162         (spam-regex-headers-spam, spam-regex-headers-ham)
18163         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18164         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18165         backends and checks.
18166         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18167
18168         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18169         an autodetect method.
18170
18171 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18172
18173         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18174         articles are being added to a group.
18175         (gnus-request-replace-article): Inform the agent that articles
18176         need to be uncached as the cached contents are no longer valid.
18177
18178 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * binhex.el: Don't autoload executable-find.
18181
18182         * canlock.el: Don't autoload mail-fetch-field.
18183
18184         * dgnushack.el: Autoload c-mode for XEmacs.
18185
18186         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18187
18188         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18189         rmail-dont-reply-to and rmail-output.
18190
18191         * gnus-score.el: Don't autoload ffap-string-at-point.
18192
18193         * gnus-setup.el: Don't autoload sc-cite-original.
18194
18195         * imap.el: Don't autoload base64-decode-string,
18196         base64-encode-string and md5.
18197
18198         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18199         and rmail-msg-restore-non-pruned-header.
18200
18201         * mm-decode.el: Don't autoload executable-find.
18202
18203         * mm-url.el: Don't autoload executable-find.
18204
18205         * mm-view.el: Don't autoload diff-mode.
18206
18207         * nndb.el: Don't autoload news-reply-mode, news-setup,
18208         cancel-timer and telnet.
18209
18210         * password.el: Don't autoload run-at-time for Emacs.
18211
18212         * sha1-el.el: Don't autoload executable-find.
18213
18214         * sieve-mode.el: Don't autoload c-mode.
18215
18216         * uudecode.el: Don't autoload executable-find.
18217
18218 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18219
18220         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18221         (gnus-agent-possibly-alter-active): Avoid null in numeric
18222         comparison.
18223         (gnus-agent-set-local): Refuse to save null in local object table.
18224         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18225         list of articles that will be marked as unread.
18226
18227 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18230
18231 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18232
18233         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18234         language tags.
18235
18236 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18237
18238         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18239         Don't bind "obarray".
18240
18241         * gnus-sum.el (gnus-thread-sort-functions):
18242         Add `gnus-thread-sort-by-most-recent-number' and
18243         `gnus-thread-sort-by-most-recent-date'.
18244         Reported by Kai Grossjohann <kai@emptydomain.de>.
18245
18246 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18249
18250 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18251
18252         * gnus-cus.el (gnus-agent-customize-category):
18253         Remove ignore-errors macro reference that required cl to be loaded at
18254         run-time.
18255
18256         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18257         single-interval range of the form (min . max).  Previously the
18258         range had to look like ((min . max)).  Likewise, return
18259         (min . max) rather than ((min . max)).
18260         (gnus-range-map): Use gnus-range-normalize to accept
18261         single-interval range.
18262
18263         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18264         the cache, but not the agent, now appear with their usual face.
18265
18266         * dgnushack.el (loaddir): New variable that is bound to the
18267         directory containing the dgnushack.el file. Use loaddir, rather
18268         than srcdir, to update load-path. Change lets dgnushack compile
18269         code in directories other than GNUS/lisp.
18270
18271 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18272
18273         * lpath.el: Don't bind w3m-safe-url-regexp.
18274
18275         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18276         w3m-safe-url-regexp variable buffer-local.
18277
18278         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18279
18280 2004-02-27  Simon Josefsson  <jas@extundo.com>
18281
18282         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18283         gnus-group-real-prefix.
18284         (gnus-summary-move-article): Use it, instead of
18285         gnus-group-real-prefix.
18286
18287 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * lpath.el: Bind w3m-safe-url-regexp.
18290
18291         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18292         w3m-safe-url-regexp variable buffer-local and set it as the value
18293         of mm-w3m-safe-url-regexp.
18294
18295         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18296
18297         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18298         parsing gnus-posting-styles when the message is not for replying.
18299
18300         * dgnushack.el: Autoload sgml-mode for XEmacs.
18301
18302         * nnrss.el (nnrss-opml-export):
18303         Use mm-set-buffer-file-coding-system instead of
18304         set-buffer-file-coding-system.
18305
18306 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18307
18308         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18309         of checkdoc.el).
18310         * nnrss.el: do.
18311         * gnus-mlspl.el: do.
18312         * gnus-ml.el: do.
18313         * gnus-srvr.el: do.
18314
18315         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18316
18317 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18318
18319         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18320         Corrections to custom-manual links.
18321
18322         * gnus-art.el (gnus-article): Ditto.
18323
18324         * mm-decode.el (mime-display, mime-security): Ditto.
18325
18326 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18327
18328         * flow-fill.el: Typo.
18329
18330 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18331
18332         * spam-wash.el: New file.
18333
18334 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18335
18336         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18337
18338 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18339
18340         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18341         to be run with new-articles as LIST1, not LIST2.
18342         (spam-registration-functions): Add spam-use-ham-copy as a nil
18343         registration backend.
18344
18345 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18346
18347         * spam-stat.el (spam-stat-washing-hook): New option.
18348         (spam-stat-buffer-words): Use it.
18349         (spam-stat-process-directory, spam-stat-test-directory):
18350         Use insert-file-contents-literally.
18351         (spam-stat-coding-system): New variable.
18352         (spam-stat-load, spam-stat-save): Use it.
18353
18354 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * spam-report.el (spam-report-plug-agent):
18357         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18358
18359 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18360
18361         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18362         Allow / in mailto URLs.
18363
18364 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18365
18366         * spam-report.el (spam-report-process-queue): Fix interactive use.
18367         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18368         (spam-report-unplug-agent): Doc fixes.
18369         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18370         (spam-report-agentize, spam-report-deagentize): Autoload.
18371
18372 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18375
18376         * message.el (message-setup-fill-variables): Add mml tags to
18377         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18378         <ajk@iu.edu>.
18379         (message-mode): Don't modify paragraph-separate there.
18380
18381 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * compface.el (uncompface-use-external): Default to undecided.
18384         (uncompface-use-external-threshold): New variable.
18385         (uncompface-float-time): New macro.
18386         (uncompface): Determine whether to use the external decoder if
18387         uncompface-use-external is undecided.
18388
18389 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18390
18391         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18392         after images.
18393
18394         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18395
18396 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18397
18398         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18399
18400         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18401
18402         * gnus-sum.el (gnus-summary-limit-to-age)
18403         (gnus-summary-limit-children): do.
18404
18405         * gnus-int.el (gnus-request-scan): do.
18406
18407         * gnus-group.el (gnus-group-suspend): do.
18408
18409         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18410
18411         * gnus-cite.el (gnus-cite-parse-attributions): do.
18412
18413         * gnus-agent.el (gnus-summary-set-agent-mark)
18414         (gnus-agent-regenerate-group): do.
18415
18416         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18417
18418         * binhex.el (binhex-decode-region-internal): do.
18419
18420 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * gnus-fun.el (gnus-face-properties-alist): New user option.
18423         (gnus-display-x-face-in-from): Use it.
18424
18425         * gnus-art.el (article-display-face): Ditto.
18426
18427         * compface.el (uncompface-use-external): Default to nil.
18428
18429 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18430
18431         * nntp.el (nntp-erase-buffer): New function.
18432         (nntp-retrieve-data, nntp-send-command)
18433         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18434         (nntp-possibly-change-group): Use it.
18435
18436         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18437         Use with-current-buffer.
18438
18439 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18440
18441         * compface.el: Merge the ELisp-based uncompface program.
18442         (compface): New customization group.
18443         (uncompface-use-external): New user option.
18444         (uncompface): Call uncompface-internal if uncompface-use-external
18445         is nil.
18446         (uncompface-internal): New function.  Note that there are also
18447         some other functions and variables added for this function.
18448
18449 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18450
18451         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18452         if necessary.
18453
18454 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18455
18456         * spam-report.el (spam-report-unplug-agent)
18457         (spam-report-plug-agent, spam-report-deagentize)
18458         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18459         Add support for the Agent in spam-report: when unplugged, report to a
18460         file; when plugged, submit all the requests.
18461
18462         * spam.el (spam-register-routine): Fix message about
18463         registration.
18464
18465 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18466
18467         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18468         dependencies.
18469         (rfc2047-encode): Use it.
18470
18471         * gnus-art.el (gnus-button-marker-list): Move before first
18472         reference.
18473
18474         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18475         (imap-parse-body): Fix format string mismatch.
18476
18477         * gnus-score.el (gnus-summary-increase-score): do.
18478
18479         * nnrss.el (nnrss-close): New function.
18480
18481 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18482
18483         * nnrss.el (nnrss-make-filename): New function.
18484         (nnrss-request-delete-group, nnrss-read-server-data)
18485         (nnrss-save-server-data, nnrss-read-group-data)
18486         (nnrss-save-group-data): Use it.
18487         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18488         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18489         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18490
18491 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18492
18493         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18494
18495 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18496
18497         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18498         files.
18499
18500         * message.el (message-generate-headers-first): Don't quote nil
18501         and t in docstrings.
18502
18503         * imap.el (imap-id): do.
18504
18505         * gnus-agent.el (gnus-agent-consider-all-articles)
18506         (gnus-agent-queue-mail): do.
18507
18508 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18509
18510         * spam-report.el (spam-report-process-queue): New function.
18511         Process requests from `spam-report-requests-file'.
18512         (spam-report-process-queue): Doc fix.
18513
18514 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18515
18516         * spam.el (spam-register-routine)
18517         (spam-log-processing-to-registry, spam-log-registered-p)
18518         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18519         Change "check" to "spam-check" for semi-clarity.
18520
18521 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18522
18523         * pop3.el: Require nnheader.
18524
18525         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18526
18527         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18528
18529         * gnus-picon.el: Require cl.
18530
18531         * gnus-fun.el: Require gnus-ems and gnus-util.
18532
18533         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18534
18535         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18536
18537         * gnus-art.el (gnus-article-edit-mode): Define before first
18538         reference.
18539
18540 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18541
18542         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18543         (gnus-uu-post-encoded): Use point-at-bol.
18544
18545         * gnus-topic.el (gnus-group-active-topic-p): do.
18546
18547         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18548
18549         * gnus-group.el (gnus-group-kill-region): do.
18550
18551         * gnus-art.el (article-date-ut): do.
18552
18553         * message.el (message-fetch-field): Remove redundant
18554         case-fold-search binding.
18555         (message-narrow-to-field): Simplify.
18556
18557 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18558
18559         * spam.el (spam-directory): Derive from `gnus-directory'.
18560
18561         * spam-report.el (spam-report-url-to-file)
18562         (spam-report-requests-file): New function and variable for offline
18563         reporting.
18564         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18565         and user defined function.
18566         (spam-report-url-ping-mm-url): Remove doubled slash.
18567
18568 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18569
18570         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18571
18572 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18573
18574         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18575         Fix format string mismatch.
18576
18577         * sieve.el (sieve-deactivate-all): do.
18578
18579         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18580
18581         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18582
18583         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18584
18585         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18586
18587 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18588
18589         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18590         the list of checks.
18591
18592 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18593
18594         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18595         padding.
18596
18597 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18598
18599         * mm-view.el (mm-fill-flowed): New variable.
18600         (mm-inline-text): Use it.
18601
18602 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18603
18604         * spam.el (spam-spamassassin-register-ham-routine)
18605         (spam-spamassassin-register-spam-routine): Fix function names.
18606
18607 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18608
18609         * gnus.el (gnus-tmp-grouplens): Remove.
18610         (gnus-summary-line-format): Remove grouplens.
18611
18612         * gnus-group.el (gnus-group-line-format): Ditto.
18613
18614         * gnus-spec.el (gnus-format-specs): Ditto.
18615         (gnus-update-format-specifications): Flush the group format spec
18616         cache if there's the grouplens stuff.
18617         (gnus-parse-simple-format): Replace %l with the empty string.
18618
18619 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18620
18621         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18622         omission.
18623
18624 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18627         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18628
18629 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18630
18631         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18632         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18633         New macros and functions.
18634         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18635         Handle > NLINK_MAX messages.
18636         * nnmaildir.el (nnmaildir-request-set-mark):
18637         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18638
18639 2004-01-25  Alex Schroeder  <alex@gnu.org>
18640
18641         * spam-stat.el (spam-stat-process-directory-age): New option.
18642         (spam-stat-process-directory): Use it.
18643
18644 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18645
18646         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18647         (spam-stat-save): Accept prefix argument.
18648
18649 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18650
18651         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18652         links" error.
18653
18654 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18657         the rest of the and/or forms.
18658
18659 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18660
18661         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18662         compatibility with old .newsrc.eld files.
18663
18664         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18665
18666         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18667
18668         * gnus-start.el (gnus-1): do.
18669
18670         * gnus-group.el (gnus-group-line-format-alist): do.
18671
18672         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18673
18674         * gnus-gl.el: Remove.
18675
18676 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18677
18678         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18679         marks consisting of a single range {for example, (3 . 5)} rather
18680         than a list of a single range { ((3 . 5)) }.
18681
18682 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18683
18684         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18685         Use with-current-buffer.
18686         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18687         avoid consing a string.
18688
18689         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18690         Remove obsolete entries for big5 and gb2312.
18691
18692 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18693
18694         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18695         uncompressed list.
18696
18697 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18698
18699         * spam-stat.el (spam-stat-strip-xref): New function.
18700         (spam-stat-process-directory): Use it.
18701
18702         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18703         here -- it's done in message-fetch-field.
18704
18705 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18706
18707         * gnus-agent.el (gnus-agent-queue-mail)
18708         (gnus-agent-prompt-send-queue): New variables.
18709         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18710         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18711         "nndraft:queue" along to gnus-draft-send.
18712         Use gnus-agent-prompt-send-queue.
18713         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18714         is "nndraft:queue".  Suggested by Gaute Strokkenes
18715         <gs234@srcf.ucam.org>
18716
18717         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18718         (agent-enable-undownloaded-faces): Add.
18719         (gnus-agent-cat-groups): Use eval-and-compile, not
18720         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18721         method of gnus-agent-cat-groups even when the buffer has been
18722         evaled.
18723         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18724         delete gnus-agent-save-active-1.
18725         (gnus-agent-save-groups): Delete.  Identical to
18726         gnus-agent-save-active.
18727         (gnus-agent-write-active): No longer adjust agent's copy of active
18728         file as agent's adjustments are now stored in their own
18729         file.  Remove optional parameter.
18730         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18731         servers.  Add use of min/max range limits from server's local
18732         file.
18733         (gnus-agent-save-alist): Remove unused optional argument.
18734         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18735         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18736         (gnus-agent-set-local): A per-server file that keeps min/max range
18737         limits for articles known to the agent.  Provides a fast mechanism
18738         for altering many active ranges.
18739         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18740         active file (local makes it unnecessary).
18741         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18742
18743         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18744         (agent-enable-undownloaded-faces): Add.
18745
18746         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18747         disable it when sending to "nndraft:queue".
18748         (gnus-group-send-queue): Add safety check to avoid sending queue
18749         when unplugged.
18750
18751         * gnus-group.el (gnus-group-catchup): Use new
18752         gnus-sequence-of-unread-articles, not
18753         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18754         numbers of articles.  Use gnus-range-map to avoid having to
18755         uncompress the unread list.
18756         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18757         Fix invalid ange-ftp reference.
18758
18759         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18760         (gnus-sorted-range-intersection): Intersection of two ranges
18761         without requiring that they first be uncompressed.
18762
18763         * gnus-start.el (gnus-activate-group): Unless blocked by the
18764         caller, possibly expand the active range to include both cached
18765         and agentized articles.
18766         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18767         multiple version-dependent converters.
18768         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18769         gnus-agent-save-active.
18770         (gnus-save-newsrc-file): Save dirty agent range limits.
18771
18772         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18773         gnus-agent-possibly-alter-active.
18774         (gnus-adjust-marked-articles): Faster handling of simple lists.
18775
18776 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18777
18778         * spam-stat.el (spam-stat-test-directory): New optional argument
18779         displays a list of files detected.  Suggested by Andrew Cohen
18780         <cohen@andy.bu.edu>.
18781         (spam-stat-buffer-words-with-scores): Don't narrow and change
18782         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18783
18784 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18785
18786         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18787         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18788         (spam-spamassassin-arguments)
18789         (spam-spamassassin-spam-flag-header)
18790         (spam-spamassassin-positive-spam-flag-header)
18791         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18792         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18793         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18794         (spam-list-of-processors, spam-list-of-checks)
18795         (spam-list-of-statistical-checks, spam-registration-functions)
18796         (spam-check-spamassassin-headers, spam-check-spamassassin)
18797         (spam-spamassassin-score)
18798         (spam-spamassassin-register-with-sa-learn)
18799         (spam-spamassassin-register-spam-routine)
18800         (spam-spamassassin-register-ham-routine)
18801         (spam-assassin-register-spam-routine)
18802         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18803         (spam-bogofilter-score): Fix to show article before scoring.
18804
18805 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18806
18807         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18808         default scoring function.
18809         (spam-generic-score): Call spam-spamassassin-score if
18810         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18811         spam-bogofilter-score otherwise.
18812
18813         * gnus.el (spam-process, spam-autodetect-methods):
18814         Add spamassassin and spamassassin-headers.
18815
18816 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18817
18818         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18819         Suppress unnecessary messages.
18820
18821 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18822
18823         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18824         make-hash-table.
18825
18826 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18827
18828         * canlock.el (base64-encode-string): Don't autoload it.
18829
18830 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * run-at-time.el: Remove useless (require 'itimer),
18833         eval-and-compile and (featurep 'xemacs).
18834
18835 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18836
18837         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18838         GROUP is a virtual group.
18839
18840 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18841
18842         * gnus.el: Autoload `message-y-or-n-p'.
18843
18844 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18845
18846         * pgg-parse.el: Remove unnecessary (require 'custom).
18847
18848         * pgg-def.el: do.
18849
18850         * nnmail.el: do.
18851
18852         * gnus-undo.el: do.
18853
18854         * gnus-picon.el: do.
18855
18856         * gnus-util.el: do.
18857
18858 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18859
18860         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18861
18862 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18865         handle, as well as a list.
18866
18867         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18868         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18869         (mm-w3m-cid-retrieve): Simplify.
18870
18871 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18872
18873         * message.el (message-kill-to-signature): Allow prefix arg to
18874         specify number of lines to keep before signature.
18875
18876 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18877
18878         * message.el (message-kill-to-signature): Change docstring.
18879
18880 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18881
18882         * canlock.el: Always require sha1-el.
18883         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18884
18885         * message.el: Autoload sha1 only when compiling.
18886
18887         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18888         eudc-expand-inline for XEmacs.
18889
18890 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18891
18892         * message.el (message-canlock-generate): Require sha1-el.
18893
18894 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18895
18896         * message.el (message-expand-name): Silence the byte compiler.
18897
18898         * lpath.el: Add detect-coding-system.
18899
18900         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18901         cus-edit.
18902
18903 2004-01-13  Simon Josefsson  <jas@extundo.com>
18904
18905         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18906         Invoke gnus-score-mode.
18907         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18908
18909         * gnus-range.el (gnus-compress-sequence): Doc fix.
18910         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18911
18912 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18913
18914         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18915
18916 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18917
18918         * spam.el (spam-get-article-as-string): Update to use
18919         gnus-request-article-this-buffer, much simpler.
18920         (spam-get-article-as-buffer): Remove.
18921
18922 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18923
18924         * message.el (message-expand-name): Use EUDC if the user uses that.
18925
18926 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18927
18928         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18929         character for the encoding to avoid consing a string.
18930
18931         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18932         unnecessarily.
18933
18934         * mm-util.el (mm-replace-chars-in-string): Remove.
18935
18936         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18937         of mm-replace-chars-in-string.
18938
18939 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18940
18941         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18942
18943         * mm-util.el (mm-subst-char-in-string): Support inplace.
18944
18945         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18946         a new string in every iteration.  Use shy groups.
18947
18948 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18949
18950         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18951         * gnus-soup.el (gnus-soup-group-brew):
18952         * gnus-msg.el (gnus-put-message):
18953         * gnus-move.el (gnus-group-move-group-to-server):
18954         * gnus-kill.el (gnus-batch-score):
18955         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18956         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18957         (gnus-group-update-group, gnus-group-read-group)
18958         (gnus-group-make-group, gnus-group-make-help-group)
18959         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18960         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18961         (gnus-group-sort-by-unread, gnus-group-catchup)
18962         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18963         (gnus-group-yank-group, gnus-group-set-info)
18964         (gnus-group-list-groups):
18965         * gnus.el (gnus-generate-new-group-name):
18966         * gnus-delay.el (gnus-delay-send-queue):
18967         * nnvirtual.el (nnvirtual-catchup-group):
18968         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18969         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18970         (gnus-group-prepare-topics, gnus-topic-check-topology):
18971         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18972         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18973         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18974         (gnus-group-make-articles-read):
18975         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18976         (gnus-group-change-level, gnus-kill-newsgroup)
18977         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18978         (gnus-get-unread-articles, gnus-make-articles-unread)
18979         (gnus-make-ascending-articles-unread): Use accessor
18980         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18981         to get group information for improved readability.
18982
18983
18984 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18985
18986         * gnus-art.el (article-decode-mime-words, article-babel)
18987         (gnus-article-highlight-signature, gnus-article-add-buttons)
18988         (gnus-signature-toggle): Use gnus-with-article-buffer.
18989
18990         * gnus-art.el (gnus-article-highlight-headers)
18991         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18992
18993         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18994         (gnus-article-set-globals, gnus-request-article-this-buffer)
18995         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18996         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18997         (gnus-mime-display-alternative): Use with-current-buffer.
18998
18999 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19000
19001         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19002         also under 80 char limit, and call gnus-error if needed.
19003         (spam-fetch-article-header): Fix - it was a
19004         buffer-local variable (gnus-newsgroup-data).
19005         (spam-find-spam): Use spam-generate-fake-headers, forget about
19006         spam-insert-fake-headers.
19007         (spam-insert-fake-headers): Remove.
19008
19009 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19010
19011         * deuglify.el (gnus-article-outlook-unwrap-lines)
19012         (gnus-outlook-rearrange-article)
19013         (gnus-outlook-repair-attribution-outlook)
19014         (gnus-outlook-repair-attribution-block)
19015         (gnus-outlook-repair-attribution-other): Remove redundant
19016         save-excursion.
19017
19018 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19019
19020         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19021         (spam-fetch-field-subject-fast)
19022         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19023         (spam-fetch-article-header): Add functions to deal with Gnus
19024         internals for fast retrieval of article header data.
19025         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19026
19027 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19028
19029         * pop3.el (pop3-md5): Remove.
19030         (pop3-apop): Replace pop3-md5 with md5.
19031
19032         * mm-bodies.el: base64 is always built-in.
19033
19034         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19035         Use with-current-buffer.
19036
19037 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * canlock.el (canlock-insert-header): Remove excessive grouping in
19040         regexp.
19041
19042         * gnus-sum.el (gnus-summary-read-document): Ditto.
19043
19044         * gnus-uu.el (gnus-uu-part-number): Ditto.
19045
19046         * html2text.el (html2text-remove-tags): Ditto.
19047         (html2text-format-tags): Ditto.
19048         (html2text-format-single-elements): Ditto.
19049
19050         * mml.el (mml-parse-1): Ditto.
19051
19052 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19053
19054         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19055
19056         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19057
19058         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19059
19060         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19061
19062 2003-11-15  Simon Josefsson  <jas@extundo.com>
19063
19064         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19065         (pgg-gpg-lookup-key): Use regexp match instead of
19066         split-string (split-string is different between emacs 21.2 and
19067         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19068
19069 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19070
19071         * gnus-art.el (gnus-mime-view-all-parts)
19072         (gnus-article-part-wrapper, gnus-article-view-part):
19073         Use with-current-buffer.
19074
19075 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19076
19077         * spam.el (spam-disable-spam-split-during-ham-respool)
19078         (spam-spamoracle-database, spam-cache-lookups)
19079         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19080         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19081         (spam-group-ham-marks, spam-group-spam-marks)
19082         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19083         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19084         also add spam-use-blackholes to the statistical checks.
19085         (spam-fetch-field-fast): Add interface to fetching fields, may
19086         become a macro.
19087         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19088         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19089         (spam-insert-fake-headers): Fake an article when needed.
19090         (spam-find-spam): Fake article when possible.
19091         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19092         (spam-check-bogofilter-headers): Use message-fetch-field instead
19093         of nnmail-fetch-field.
19094
19095 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19096
19097         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19098
19099 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19100
19101         * spam.el (spam-split): Do not require spam-use-CHECK to be
19102         enabled if that check is passed to spam-split explicitly; also
19103         fix so 'spam doesn't get converted to spam-split-group when
19104         spam-split-symbolic-return is t.
19105         (spam-find-spam): Find registrations of the article and use those
19106         instead of re-running spam-split to find the spam/ham
19107         classification of the article.
19108         (spam-log-processing-to-registry, spam-log-registered-p)
19109         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19110         Use gnus-error instead of gnus-message.
19111         (spam-log-registration-type): Add function to determine the
19112         classification of a message based on registry entries; will
19113         return nil if both 'spam and 'ham are found.
19114         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19115         a reasonably fast local cache without the loading errors.
19116         (spam-cache-lookups): Set to t by default.
19117         (spam-find-spam): Don't try to guess spam-cache-lookups.
19118         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19119         spam-caches entry.
19120         (spam-filelist-build-cache, spam-filelist-check-cache):
19121         Fix caching of whitelist/blacklist entries.
19122         (spam-check-whitelist, spam-check-blacklist):
19123         Invoke spam-from-listed-p with a type, not a cache variable.
19124         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19125
19126 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19127
19128         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19129
19130         * nnmail.el (nnmail-split-fancy): do.
19131
19132         * mml.el (mml-parse): do.
19133
19134         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19135         (gnus-score-adaptive): do.
19136
19137 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19138
19139         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19140         (gnus-mime-button-map): Don't set keymap parent.
19141         (gnus-button-ctan-directory-regexp): Use shy grouping.
19142         (gnus-prev-page-map): Don't set keymap parent.
19143         (gnus-prev-page-map): Remove duplicated one.
19144         (gnus-next-page-map): Don't set keymap parent.
19145         (gnus-mime-security-button-map): Ditto.
19146
19147         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19148         version number.
19149
19150         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19151
19152 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * canlock.el (canlock-sha1-function): Remove.
19155         (canlock-sha1-function-for-verify): Remove.
19156         (canlock-openssl-program): Remove.
19157         (canlock-openssl-args): Remove.
19158         (canlock-ignore-errors): Remove.
19159         (canlock-sha1-with-openssl): Remove.
19160         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19161         (canlock-verify): Don't use canlock-ignore-errors.
19162
19163         * sha1-el.el (sha1-string-external): Make it can return a string
19164         in binary form.
19165         (sha1-region-external): Ditto.
19166         (sha1-string-internal): Ditto.
19167         (sha1-region-internal): Ditto.
19168         (sha1-region): Ditto.
19169         (sha1-string): Ditto.
19170         (sha1): Ditto.
19171
19172 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19173
19174         * spam.el (spam-report-articles-gmane): New command.
19175
19176 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19179
19180         * run-at-time.el (run-at-time-saved): Remove.
19181         (run-at-time): Doc fix.
19182
19183 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19184
19185         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19186         (gnus-summary-limit-map): Add it.
19187         (gnus-summary-make-menu-bar): do.
19188
19189 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19190
19191         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19192         Make attempt at some caching support (done for BBDB only now).
19193         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19194         addresses to be checked.
19195         (spam-clear-cache-BBDB): Add function, to be invoked by
19196         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19197         (spam-check-BBDB): Check and use the caches, if
19198         spam-cache-lookups is on, remove superfluous (provide).
19199
19200 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19201
19202         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19203
19204 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19205
19206         * run-at-time.el (run-at-time-saved): Move to after the definition
19207         of `run-at-time'.
19208
19209         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19210
19211 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19214         mm-w3m-local-map-property.
19215
19216         * mm-view.el (mm-w3m-mode-map): Remove.
19217         (mm-w3m-local-map-property): Remove.
19218         (mm-inline-text-html-render-with-w3m): Don't use
19219         mm-w3m-local-map-property.
19220
19221 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19222
19223         * run-at-time.el: New file.
19224
19225         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19226         under Emacs.
19227
19228         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19229         of gnus-set-text-properties.
19230
19231         * gnus-uu.el (gnus-uu-save-article): Ditto.
19232
19233         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19234
19235         * gnus-cite.el (gnus-cite-parse): Ditto.
19236
19237         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19238         of gnus-.
19239
19240         * gnus-xmas.el (run-at-time): Require run-at-time.
19241
19242         * gnus.el: Change calls to nnheader-run-at-time and
19243         password-run-at-time throughout to use run-at-time directly.
19244
19245         * password.el: Remove definition of run-at-time.
19246
19247         * nnheaderxm.el: Remove definition of run-at-time.
19248
19249 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19250
19251         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19252         in prompt.
19253
19254 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19255
19256         * messagexmas.el (message-xmas-redefine): Alias
19257         `message-make-caesar-translation-table' to
19258         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19259         version.
19260
19261         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19262         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19263         `gnus-xmas-set-text-properties'.
19264         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19265         `gnus-xmas-completing-read'.
19266         (gnus-xmas-completing-read): Removed.
19267         (gnus-xmas-open-network-stream): Removed.
19268
19269         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19270         XEmacs version.
19271
19272         * dns.el (dns-make-network-process): Use `open-network-stream'
19273         instead of `gnus-xmas-open-network-stream'.
19274
19275         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19276
19277         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19278
19279 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19280
19281         * gnus-art.el (gnus-mime-display-alternative)
19282         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19283         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19284         Don't use gnus-local-map-property.
19285
19286         * gnus-util.el (gnus-local-map-property): Remove.
19287
19288         * mm-view.el (mm-view-pkcs7-decrypt):
19289         Replace gnus-completing-read-maybe-default with completing-read.
19290
19291         * gnus-util.el (gnus-completing-read): do.
19292         (gnus-completing-read-maybe-default): Remove.
19293
19294 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19295
19296         * password.el: Only autoload `run-at-time' if not XEmacs.
19297         Only autoload the itimer functions if XEmacs.
19298
19299 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19302         XEmacsen.
19303
19304         * dgnushack.el: Autoload executable-find for XEmacs.
19305
19306 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19307
19308         * gnus-art.el (gnus-read-string): Remove.
19309         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19310         read-string.
19311
19312 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19313
19314         * netrc.el: Autoload password-read.
19315         (netrc): Add configuration group.
19316         (netrc-encoding-method, netrc-openssl-path):
19317         Add variables for encoding and decoding of files with symmetric
19318         ciphers.
19319         (netrc-encode): Add assistant function to encode a file with
19320         netrc-encoding-method.
19321         (netrc-parse): Add interactive parameter, added optional
19322         decoding if netrc-encoding-method is non-nil but otherwise
19323         behavior is standard.
19324         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19325         Do s/encode/encrypt/ everywhere.
19326
19327         * spam.el: Remove executable-find autoload.
19328
19329 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19330
19331         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19332
19333         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19334
19335 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19336
19337         * gnus-art.el (gnus-treat-ansi-sequences)
19338         (article-treat-ansi-sequences): New variable and function.
19339         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19340
19341         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19342         Use it.
19343
19344 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19345
19346         * mm-util.el (mm-quote-arg): Remove.
19347
19348         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19349         shell-quote-argument.
19350
19351         * gnus-uu.el (gnus-uu-command): do.
19352
19353         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19354
19355         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19356         with make-char.
19357
19358         * mm-util.el (mm-make-char): Remove.
19359
19360         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19361         add-minor-mode.
19362
19363         * gnus-undo.el (gnus-undo-mode): do.
19364
19365         * gnus-topic.el (gnus-topic-mode): do.
19366
19367         * gnus-sum.el (gnus-dead-summary-mode): do.
19368
19369         * gnus-start.el (gnus-slave-mode): do.
19370
19371         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19372
19373         * gnus-ml.el (gnus-mailing-list-mode): do.
19374
19375         * gnus-gl.el (gnus-grouplens-mode): do.
19376
19377         * gnus-draft.el (gnus-draft-mode): do.
19378
19379         * gnus-dired.el (gnus-dired-mode): do.
19380
19381         * gnus-ems.el (gnus-add-minor-mode): Remove.
19382
19383         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19384         Replace gnus-char-width with char-width.
19385
19386         * gnus-ems.el (gnus-char-width): Remove.
19387
19388         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19389         Replace gnus-char-width with char-width.
19390
19391         * gnus-ems.el (gnus-char-width): Remove.
19392
19393         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19394         definition.
19395         Remove Emacs 20 hash table compatibility code.
19396
19397         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19398         20 compatibility code.
19399
19400         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19401
19402         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19403
19404         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19405         Replace with point-at-{eol,bol}.
19406
19407         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19408
19409         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19410
19411         * flow-fill.el (fill-flowed-point-at-bol)
19412         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19413
19414         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19415         Replace with point-at-{eol,bol} throughout all files.
19416
19417 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * ntlm.el (ntlm-string-as-unibyte): New macro.
19420         (ntlm-build-auth-response): Use it.
19421
19422         Remove Emacs 20 stuff:
19423         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19424         (butlast, mapc, remove): Remove the compiler macros.
19425         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19426         of delq and copy-sequence.
19427         * gnus-art.el (popup-menu): Remove the compiler macro.
19428         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19429         Emacs 20.
19430
19431 2004-01-05  Simon Josefsson  <jas@extundo.com>
19432
19433         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19434         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19435         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19436         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19437         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19438         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19439         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19440         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19441         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19442         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19443         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19444         string-xor into ntlm-string-xor.
19445         Suggested by Jesper Harder <harder@myrealbox.com>.
19446
19447         * ntlm.el: Don't include poem.
19448
19449         * md4.el (print-int32, print-string-hexa): Remove.
19450         Suggested by Jesper Harder <harder@myrealbox.com>.
19451
19452         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19453
19454         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19455         probably breaks emacs with DL patch, but do we care? Is anyone
19456         still using the DL stuff?)
19457
19458         * sieve-manage.el: Use the password package.
19459         (sieve-manage-read-passwd): Remove.
19460         (sieve-manage-interactive-login): Use password.  Re-add
19461         condition-case around loop.
19462
19463         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19464         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19465         Use the password package.
19466
19467 2003-02-19  Simon Josefsson  <jas@extundo.com>
19468
19469         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19470         token.
19471
19472 2002-08-07  Simon Josefsson  <jas@extundo.com>
19473
19474         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19475         (sieve-manage-authenticators):
19476         (sieve-manage-authenticator-alist): Add some SASL mechs.
19477         (sieve-sasl-auth): New function.
19478         (sieve-manage-cram-md5-auth):
19479         (sieve-manage-plain-auth): Rewrite using SASL library.
19480         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19481         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19482         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19483         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19484
19485 2004-01-05  Simon Josefsson  <jas@extundo.com>
19486
19487         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19488         New files.
19489
19490 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19491
19492         * gnus-group.el (gnus-no-groups-message): Update.
19493
19494         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19495
19496 2003-11-09  Simon Josefsson  <jas@extundo.com>
19497
19498         * imap.el: Support for ID IMAP extension (RFC 2971).
19499         (imap-local-variables): Add imap-id.
19500         (imap-id): New variable.
19501         (imap-id): New function.
19502         (imap-parse-response): Parse untagged ID response.
19503         * nnimap.el (nnimap-id): New variable.
19504         (nnimap-open-connection): Use it.
19505
19506 2003-12-28  Simon Josefsson  <jas@extundo.com>
19507
19508         * gnus-score.el (gnus-score-edit-all-score): New.
19509         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19510
19511 2004-01-04  Simon Josefsson  <jas@extundo.com>
19512
19513         * password.el: Add.
19514
19515 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19516
19517         * dns.el (dns-query-types): Fix typo.
19518         (dns-query-types): New function.
19519         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19520         PTR and SOA replies, see RFC 1035.
19521
19522 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19523
19524         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19525
19526         * Move to Changelog.2.
19527
19528 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19529
19530         * gnus.el (gnus-version-number): Bump version.
19531
19532 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19533
19534         * gnus.el: No Gnus v0.1 is released.
19535
19536 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19537
19538         * gnus.el: No Gnus v0.0 is released.
19539
19540 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19541
19542         * gnus.el (gnus-version-number): Bump.
19543         (gnus-version): No.
19544
19545 See ChangeLog.2 for earlier changes.
19546
19547     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19548       Free Software Foundation, Inc.
19549
19550   This file is part of GNU Emacs.
19551
19552   GNU Emacs is free software: you can redistribute it and/or modify
19553   it under the terms of the GNU General Public License as published by
19554   the Free Software Foundation, either version 3 of the License, or
19555   (at your option) any later version.
19556
19557   GNU Emacs is distributed in the hope that it will be useful,
19558   but WITHOUT ANY WARRANTY; without even the implied warranty of
19559   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19560   GNU General Public License for more details.
19561
19562   You should have received a copy of the GNU General Public License
19563   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19564
19565 ;; Local Variables:
19566 ;; coding: utf-8
19567 ;; fill-column: 79
19568 ;; add-log-time-zone-rule: t
19569 ;; End: