When doing opportunistic TLS upgrades we don't really care about the identity of...
[gnus] / lisp / ChangeLog
1 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4         TLS upgrades we don't really care about the identity of the peer.
5
6         * nntp.el (nntp-open-connection): Report what the connection error is.
7
8         * proto-stream.el (open-protocol-stream): Renamed from
9         open-proto-stream.
10
11 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * nnimap.el (nnimap-stream): Change default to `undecided'.
14         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
15         first, and then network.
16         (nnimap-open-connection-1): Respect nnimap-server-port.
17         (nnimap-open-connection): Be more backwards-compatible.
18
19         * proto-stream.el (proto-stream-always-use-starttls): New variable.
20         (proto-stream-open-starttls): De-duplicate the starttls code.
21         (proto-stream-open-starttls): Folded back into the main function.
22         (proto-stream-open-network): Fix typo in the gnutls path.
23         (proto-stream-command): Refactor out.
24
25         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
26
27         * proto-stream.el (proto-stream-open-starttls): Actually implement the
28         starttls.el STARTTLS.
29
30         * color.el (color-lab->srgb): Fix function call name.
31
32         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
33         if we're using tls.el.
34         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
35         built in, then don't try to establish a STARTTLS connection.
36
37         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
38         servers.
39
40         * proto-stream.el (open-proto-stream): Use network, not stream.
41         (open-proto-stream): Add a way to specify what the end of a command is.
42
43         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
44         connections types.
45         (nntp-open-network-stream): Removed.
46         (nntp-open-ssl-stream): Removed.
47         (nntp-open-tls-stream): Removed.
48         (nntp-ssl-program): Removed.
49
50         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
51
52 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
53
54         * nnir.el: Fix typos.
55         (nnir-retrieve-headers-override-function): Rename variable to reflect
56         new semantics.
57         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
58         macros.
59         (nnir-request-article, nnir-request-move-article): Use them.
60         (nnir-categorize): New function.
61         (nnir-run-query): Use it.
62         (nnir-retrieve-headers): Rewrite to batch header retrieval.
63         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
64         sorted.
65         (nnir-group-full-name): Use gnus-group-full-name instead.
66         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
67         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
68
69 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
72
73         * proto-stream.el: New library to provide protocol-specific
74         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
75         protocols.
76         (open-proto-stream): Complete the documentation.
77         (proto-stream-open-network): Fix some typos.
78
79         * nnimap.el (nnimap-open-connection): Use it.
80
81 2010-11-26  Julien Danjou  <julien@danjou.info>
82
83         * color.el: Rename various rgb functions to srgb.
84
85 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
88         names.
89
90 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * shr.el (shr-insert): Revert last change.
93         (shr-find-fill-point): Never leave point being at bol;
94         relax the kinsoku limitation when rendering tables.
95
96 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
99         results from -accept-article.
100
101         * shr-color.el: Require cl when compiling.
102
103         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
104         checkin.
105
106         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
107
108         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
109
110         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
111         'add and 'delete to set backend marks.
112
113         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
114
115         * nnheader.el (nnheader-update-marks-actions): Refactor out.
116
117         * nntp.el (nntp-request-set-mark): Use it.
118
119         * nnfolder.el (nnfolder-request-set-mark): Ditto.
120
121         * nnml.el (nnml-request-set-mark): Ditto.
122
123         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
124         introduces regressions in article selection.
125         (nnimap-find-uid-response): New function.
126         (nnimap-request-accept-article): Use the UID returned, if any.
127         (nnimap-request-move-article): Use the UID returned, if any.
128         (nnimap-get-groups): Reimplement to work with folded lines.
129         (nnimap-find-uid-response): The UID is the last element in the list.
130         (nnimap-request-set-mark): Extend syntax with 'set.
131
132         * nnml.el (nnml-request-set-mark): Ditto.
133
134         * nnfolder.el (nnfolder-request-set-mark): Ditto.
135
136         * nntp.el (nntp-request-set-mark): Ditto.
137
138 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * message.el (message-called-interactively-p): A temporary macro.
141         (message-goto-body): Use it temporarily.
142
143 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
146         (nnimap-last-response-string): Unfold quoted lines, if they exist.
147         (nnimap-last-response-string): Fix last unfolding fix.
148
149 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * shr.el (shr-insert): Fix the way to fold lines.
152
153 2010-11-25  Julien Danjou  <julien@danjou.info>
154
155         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
156
157         * color.el: Rename from color-lab.el
158         (color-rgb->hex): Add.
159         (color-complement): Add.
160         (color-complement-hex): Add.
161
162         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
163
164 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * shr-color.el (shr-color-visible): Don't bug out if the colour names
167         don't exist.
168
169 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
172         assuming that article displaying or another mml-preview may be
173         interrupted for an error or for the like.
174
175         * shr.el (shr-get-background): Fix argument name.
176
177 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
180
181         * gnus-sum.el (gnus-summary-include-articles): New function.
182
183         * message.el (message-goto-body): called-interactively-p needs a
184         parameter, so use `any'.
185
186         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
187         clear marks before moving, since they're synced from the Gnus side
188         first.
189
190         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
191         (gnus-summary-move-article): Copy over all marks before moving, so that
192         IMAP doesn't think a new article has arrived.
193
194 2010-11-24  Julien Danjou  <julien@danjou.info>
195
196         * shr.el (shr-insert-background-overlay): Fix typo.
197         (shr-render-td): Copy the background before rendering.
198
199         * shr-color.el (shr-color-visible): Fix docstring.
200
201         * shr.el (shr-tag-table): Add bgcolor support.
202         (shr-render-td): Add bgcolor support.
203         (shr-get-background): Add.
204         (shr-insert-foreground-overlay): Use shr-get-background.
205
206         * message.el (message-goto-body): Use called-interactively-p.
207         (message-in-body-p): message-goto-body returns point.
208
209 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
212         Fixes something or other in Emacs 23, and is backwards compatible.
213
214         * message.el (message-goto-body): Remove the <#secure special-casing,
215         which is too special.
216
217         * shr.el (shr-parse-style): Drop !important from styles.
218
219 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
220
221         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
222         this function to return incorrect results when calling it with an
223         explicit article argument different from
224         (gnus-summary-article-number).
225
226 2010-11-24  Julien Danjou  <julien@danjou.info>
227
228         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
229         (shr-tag-body): Add background support.
230         (shr-descend): Add background support.
231         (shr-tag-title): Add.
232
233         * shr-color.el (shr-color-visible): Really return original background
234         if fixed.
235
236 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * shr.el (shr-color-check): Protect against non-existant colour names.
239
240 2010-11-24  Julien Danjou  <julien@danjou.info>
241
242         * color-lab.el: Require 'cl when compiling.
243
244         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
245
246         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
247         matched part.
248
249         * color-lab.el: Fix all expt calls to use float type.
250
251 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
254         expression to shr-color-check as is.
255
256         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
257
258         * color-lab.el: Add coding cookie.
259         (float-pi): Use eval-and-compile.
260
261         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
262         compiled for Emacsen having no `libxml-parse-html-region' support.
263
264 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * shr.el (shr-insert-color-overlay): Split stuff like
267         "#444444 !important" to find the real colour.
268         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
269         parse <font color="red"> entries.
270
271 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
272
273         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
274         point when parsing headers.
275
276         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
277         is positioned properly when parsing headers.
278
279 2010-11-23  Julien Danjou  <julien@danjou.info>
280
281         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
282
283         * shr-color.el (shr-color->hexadecimal): Add support for color names.
284
285         * shr.el (shr-parse-style): Replace \n with space in style parsing.
286
287         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
288         shr-color-hue-to-rgb.
289         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
290
291 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * shr.el (shr-color->hexadecimal): Autoload.
294         (shr-descend): Add color to all tags.
295
296 2010-11-22  Julien Danjou  <julien@danjou.info>
297
298         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
299         shr-color->hexadecimal.
300
301         * shr-color.el (shr-color->hexadecimal): Add converting functions for
302         RGB() or HSL() color representation.
303
304         * shr.el (shr-tag-font): Add.
305         (shr-tag-color-check): New function to get better colors.
306         (shr-tag-insert-color-overlay): Factorize code between tag-font and
307         tag-span.
308
309         * shr-color.el: New file.
310
311         * color-lab.el: New file.
312
313         * gnus-art.el (gnus-url-mailto): Do not downcase args.
314
315 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
316
317         * nnir.el: Fix typo in comments.
318         (nnir-run-imap): Simplify code. No need to reverse artlist.
319         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
320
321 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
324
325         * nnimap.el (nnimap-get-capabilities): Refactor out.
326         (nnimap-open-connection): Re-request capabilities after STARTTLS.
327
328 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
329
330         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
331         appearing when `mm-uu-hide-markers' is nil.
332
333 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * nnimap.el (nnimap-unselect-group): Make into its own function.
336         (nnimap-request-rename-group): Unselect group before renaming.
337         This had gotten lost somewhere.
338         (nnimap-request-accept-article): Keep track of examined groups, and
339         unselect the group before APPENDing to read-only groups.
340         (nnimap-request-move-article): Clear flags before moving so that they
341         can be re-set later.
342
343 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
346         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
347
348 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-art.el (gnus-mime-display-single)
351         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
352         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
353         parameter.
354
355 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
358         (shr-table-vertical-line): New variable.
359         (shr-insert-table): Use it.
360
361 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-html.el (gnus-html-wash-images): Don't display images if
364         gnus-inhibit-images is non-nil; register displayer for cid images.
365         (gnus-html-display-image): Work for cid image.
366         (gnus-html-insert-image): Allow arguments.
367         (gnus-html-put-image): Inhibit read-only.
368         (gnus-html-prefetch-images): Don't prefetch images if
369         gnus-inhibit-images is non-nil.
370
371 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * shr.el (shr-put-image): Break lines when inserting big pictures.
374
375 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
376
377         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
378         sender, thanks Katsumi Yamaoka.
379
380 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
381
382         * nnir.el (nnir-run-imap): Reverse the article list for each group
383         rather than the whole list.
384
385 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * shr.el (shr-image-displayer): Protect function against non-existent
388         image source.
389
390         * gnus-art.el (gnus-inhibit-images): New user option.
391         (gnus-mime-display-single): Don't display image if it is non-nil.
392
393         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
394         gnus-inhibit-images.
395
396         * shr.el (shr-image-displayer): New function.
397         (shr-tag-img): Use it.
398
399 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
400
401         * mml2015.el (mml2015-epg-sign): Use From header.
402
403 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-html.el (gnus-html-wash-images): Register a displayer.
406
407         * gnus-util.el (gnus-find-text-property-region): Return markers.
408
409         * shr.el (shr-tag-img): Put a displayer in the text property.
410
411         * gnus-util.el (gnus-find-text-property-region): New utility function.
412
413         * gnus-html.el (gnus-html-display-image): Make the alt optional.
414         (gnus-html-show-images): Remove.
415
416         * gnus-art.el (gnus-article-show-images): New, more general function.
417
418         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
419         image url text properties.
420
421         * shr.el: Ditto.
422
423         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
424         gnus-agent-auto-agentize-methods is set.  Which it isn't.
425
426 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
429         work for two or more articles.
430
431 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
434         divide an image that's in an html article to two or more when washing
435         non-ASCII characters in alt text of it.
436
437 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
440         smime-decrypt-region using function argument.
441         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
442
443         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
444
445         * smime.el (smime-decrypt-region): Catch it.
446
447 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
448
449         * smime.el (smime-mode-map): Move initialization into declaration.
450         (gnus-run-mode-hooks): Don't autoload.
451         (smime-mode): Use define-derived-mode.
452
453 2010-11-11  Glenn Morris  <rgm@gnu.org>
454
455         * smime.el (from): Restrict declaration to XEmacs.
456
457         * nnir.el (gnus-group-topic-name): Autoload.
458
459 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * shr.el (shr-insert): Don't break long line if it is because of
462         kinsoku-bol characters in the line end.
463
464 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
465
466         * nnir.el (nnir-request-move-article): Fix to provide original group
467         and subject.
468         (nnir-warp-to-article): Don't fail on articles whose headers haven't
469         been retrieved.
470
471         * gnus-sum.el (gnus-summary-move-article): Use original group and
472         subject for virtual articles such as those in an nnir summary buffer.
473
474 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
477         least 21.5).
478
479         * smime.el (from): Declare it again for XEmacs.
480
481 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * message.el (message-resend): Don't disable encoding unless it's
484         already encoded.
485
486         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
487         low-numbered articles.
488
489 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * rfc2047.el (rfc2047-syntax-table): Simplify.
492
493         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
494
495         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
496         set-char-table-range for XEmacs.
497
498 2010-11-10  Glenn Morris  <rgm@gnu.org>
499
500         * time-date.el (time-to-seconds): Always an alias on Emacs,
501         never a real function.
502         (with-no-warnings): Remove compat stub, now unused.
503         (time-less-p): Doc fix.
504         (time-to-number-of-days): Simplify.
505
506         * smime.el (from): Remove unused declaration.
507
508         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
509         (gnus-float-time): On Emacs, always an alias.
510
511         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
512         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
513
514 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * dgnushack.el: Don't use ignore-errors in the top level form since it
517         is unavailable in XEmacs even if cl is loaded.
518
519         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
520
521 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * shr.el (browse-url-mailto): Autoload.
524
525         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
526
527         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
528         regexp doesn't need quoting.
529
530 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
531
532         * message.el (message-subject-trailing-was-ask-regexp)
533         (message-subject-trailing-was-regexp): Match was: in addition to was.
534
535 2010-11-09  Glenn Morris  <rgm@gnu.org>
536
537         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
538         (nnbabyl-check-mbox): Use point-at-bol.
539
540 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
543
544         * message.el (message-mailto): New function.
545         (message-mailto): Should accept other parameters.
546         (message-mailto): Remove since it duplicates browse-url-mailto
547         functionality.
548
549 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550
551         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
552         methods.
553         (gnus-read-active-file): Ditto.
554
555         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
556         ": " from the prompt.
557         (gnus-group-make-group): Ditto.
558
559 2010-11-07  Glenn Morris  <rgm@gnu.org>
560
561         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
562         (gnus-bookmark-kill-line): Use point-at-eol.
563
564 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
567         asterisks in From header.
568
569 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
572         string to avoid making the From headers syntactically invalid.
573
574         * message.el (message-send-mail): Don't insert courtesy messages if the
575         message already has List-Post and List-ID messages.
576
577 2010-11-06  Glenn Morris  <rgm@gnu.org>
578
579         * gnus-art.el (gnus-treat-article): Give dynamic local variables
580         `condition', `type', `length' a prefix.
581         (gnus-treat-predicate): Update for above name changes.
582
583 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
584
585         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
586         binding.  Handled by `gnus-summary-refer-thread' instead.
587         (nnir-warp-to-article): New backend function.
588
589         * nnimap.el (nnimap-request-thread): Force dependency updating.
590
591         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
592         (gnus-summary-refer-thread): Rework to improve thread-referral.
593
594         * gnus-int.el (gnus-warp-to-article): New function.
595
596         * gnus-sum.el (gnus-summary-article-map): Bind it.
597
598 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
599
600         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
601         gnus-summary-refer-thread.
602
603         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
604         headers.
605         (gnus-summary-limit-include-thread): Prevent articles in thread from
606         being cut in gnus-cut-threads.
607         (gnus-summary-refer-thread): Limit retrieved headers to those in
608         thread.
609
610 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * message.el (message-send-mail): Use the value of
613         message-courtesy-message from the message buffer.
614
615         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
616
617         * shr.el (shr-browse-url): Implement mailto: URLs.
618
619         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
620         "raw".
621
622         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
623         if it's already selected.
624
625         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
626
627 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
630         to measure the length and truncate alt text.
631
632 2010-11-03  Glenn Morris  <rgm@gnu.org>
633
634         * nndiary.el (nndiary-generate-nov-databases-1)
635         (nndiary-generate-active-info): Rename dynamic variable `files' to
636         something less generic.
637
638 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
639
640         * nnir.el (nnir-request-move-article): Call the underlying backend to
641         move articles from nnir.
642
643 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
646
647 2010-11-02  Julien Danjou  <julien@danjou.info>
648
649         * nnir.el: Remove wais support.
650
651 2010-11-02  Glenn Morris  <rgm@gnu.org>
652
653         * gnus-html.el: Reorder requirements to quieten compiler.
654
655 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
658         properly for XEmacs as well.
659         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
660         (gnus-article-natural-long-line-p): Use window-width rather than
661         frame-width.
662
663 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
664
665         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
666         (nnir-read-parms): Don't modify query.
667         (nnir-run-query): Add ability to search topic on current line.
668         (nnir-get-active): Clean up.
669
670 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
673         degenerate articles.
674
675         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
676         (gnus-print-buffer): Just print the buffer as is, without any copying
677         to a buffer and then re-highlighting.
678
679         * nnimap.el (nnimap-request-group): Store the new updated info.
680         (nnimap-request-group): Select the group when we don't know whether it
681         exists or not.
682
683         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
684         groups.
685
686         * gnus-group.el (gnus-group-find-new-groups): Display all the new
687         groups.
688
689         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
690         groups.
691
692         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
693         long-lines case by only filling the long lines.
694
695         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
696         (bug #7311).
697
698 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * shr.el: No need to declare `declare-function' since shr.el is for
701         only Emacsen that provide `libxml-parse-html-region'.
702
703         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
704         effective only in a file it is referred to.
705
706 2010-11-01  Glenn Morris  <rgm@gnu.org>
707
708         * mm-util.el (gnus-completing-read): Autoload.
709         (mm-read-coding-system): Simplify Emacs definition.
710
711         * nnmail.el (gnus-activate-group):
712         * nnimap.el (gnutls-negotiate):
713         * nntp.el (netrc-parse): Fix declarations.
714
715 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
718         string-match-p in Emacs >=23.
719
720         * gnus-msg.el (gnus-configure-posting-styles)
721         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
722
723 2010-11-01  Glenn Morris  <rgm@gnu.org>
724
725         * nnir.el (declare-function): Add compat stub.
726         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
727         (nnir-run-gmane): Require 'mm-url.
728
729         * mm-util.el (mm-string-to-multibyte): Simplify.
730
731         * shr.el (declare-function): Add compat stub.
732         (url-cache-create-filename): Declare.
733         (mm-disable-multibyte, widget-convert-button): Autoload.
734
735         * smime.el (ldap-search): Declare.
736         (smime-cert-by-ldap-1): Require ldap on Emacs.
737
738         * nnimap.el: Require nnmail, and gnus-sum when compiling.
739         (nnimap-keepalive): Use gnus-float-time.
740
741         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
742         (mail-source-delete-crash-box): Use gnus-float-time.
743
744         * gnus-dired.el (gnus-completing-read): Autoload.
745
746         * mm-view.el (gnus-rescale-image): Autoload.
747
748         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
749
750         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
751
752         * sieve-manage.el: Require 'cl when compiling.
753
754         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
755         (gnus-iswitchb-completing-read): Require iswitchb.
756         (gnus-select-frame-set-input-focus): Silence compiler.
757
758 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * message.el (message-subject-trailing-was-query): Change default to t,
761         since I think that's what most people want.
762
763         * nnimap.el (nnimap-request-accept-article): Erase buffer before
764         appending for easier debugging.
765         (nnimap-wait-for-connection): Take a regexp.
766         (nnimap-request-accept-article): Wait for the continuation line before
767         sending anything unless we're streaming.
768
769         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
770         leave the header washing to take place.
771
772 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
773
774         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
775         regular expression match and replace in posting styles.
776
777 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
778
779         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
780         an entire server.
781         (nnir-get-active): New function.
782         (nnir-run-imap): Use it.
783         (nnir-run-gmane): Who knew, gmane search returns an article score!
784
785         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
786         server on the current line with nnir.
787
788 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
791         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
792         left edge.
793         (gnus-article-foldable-buffer): Skip past the prefix when determining
794         raggedness.
795
796         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
797         the raw article, and change `C-u g' to show the article without doing
798         treatments.
799
800         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
801         on to `gnus-treat-article'.
802         (gnus-inhibit-article-treatments): New variable.
803
804         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
805
806         * gnus-art.el (gnus-treatment-function-alist): Have
807         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
808         (gnus-treat-fill-long-lines): Change default to fill all text/plain
809         sections.
810
811         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
812         parameter.
813         (gnus-article-fill-cited-long-lines): New function.
814         (gnus-article-fill-cited-article): Allow filling only long sections.
815
816         * shr.el (shr-find-fill-point): Don't break lines between punctuation
817         and non-punctuation (like after the apostrophe in "'We").
818
819         * gnus-sum.el (gnus-summary-select-article): Make sure
820         gnus-original-article-buffer is alive.
821
822         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
823         reflect the order they're in in the digest.
824
825         * gnus.el (gnus-group-startup-message): Move point to the start of the
826         buffer.
827
828         * nnimap.el (nnimap-capability): New function.
829         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
830         is set.
831
832 2010-10-31  David Engster  <dengste@eml.cc>
833
834         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
835         conform with changes to gnus-completing-read.
836
837 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * shr.el (shr-tag-img): Output "*" instead of "[img]".
840
841 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
842
843         * nnir.el: Move defvar, defcustom around to keep file organized
844         and keep byte-compiler quiet.
845         (nnir-read-parms): Accept search-engine as arg.
846         (nnir-run-query): Pass search-engine as arg.
847         (nnir-search-engine): Remove.
848
849 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * shr.el (shr-generic): The text nodes should be text, not :text.
852
853         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
854         later in the file.
855
856 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
857
858         * nnir.el: General clean up.  Allow searching with multiple engines.
859         Allow separate extra-parameters for each engine.
860         Batch queries when possible.
861         (nnir-imap-default-search-key,nnir-method-default-engines):
862         Add customize interface.
863         (nnir-run-gmane): New engine.
864         (nnir-engines): Use it.  Qualify all prompts with engine name.
865         (nnir-search-engine): Remove global variable.
866         (nnir-run-hyrex): Restore for now.
867         (nnir-extra-parms,nnir-search-history): New variables.
868         (gnus-group-make-nnir-group): Use them.
869         (nnir-group-server): Remove in favor of gnus-group-server.
870         (nnir-request-group): Avoid searching twice.
871         (nnir-sort-groups-by-server): New function.
872
873 2010-10-30  Julien Danjou  <julien@danjou.info>
874
875         * gnus-group.el: Remove gnus-group-fetch-control.
876
877         * gnus-start.el (gnus-find-new-newsgroups):
878         Remove gnus-check-first-time-used.
879
880         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
881
882 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
883
884         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
885         set on groups that don't have \* permanentflags.
886
887 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
890         control the background color.
891         (shr-tag-img): Ignore very small web bug type images.
892         (shr-put-image): Add help-echo alt texts to the images.
893         (shr-tag-video): Show the video poster image.
894
895 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * shr.el (shr-table-depth): New variable.
898         (shr-tag-table-1): Only insert the images after the top-level table.
899
900         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
901
902         * gnus-util.el (gnus-list-memq-of-list): New function.
903
904         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
905         selected.
906         (nnimap-unsplittable-articles): New slot.
907         (nnimap-new-articles): Use it.
908
909 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
910
911         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
912         move to the previous line on `M-g'.
913
914 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
917         *-request-group, which seems unnecessary.
918
919         * nnimap.el (nnimap-quote-specials): Function copied over from
920         imap.el.
921         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
922         they support that.  Suggested by Tom Regner.
923
924 2010-10-29  Julien Danjou  <julien@danjou.info>
925
926         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
927         defalias.
928         (gnus-summary-delete-marked-with): Remove obsolete defalias.
929
930         * gnus.el: Remove `gnus-nntp-service' variable.
931         (gnus-secondary-servers): Make obsolete.
932         (gnus-nntp-server): Make obsolete.
933
934         * gnus-start.el (gnus-1): Remove x-splash calls.
935
936         * gnus-ems.el (gnus-x-splash): Remove.
937
938         * gnus.el (gnus-group-startup-message): Simplify/update code.
939
940         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
941         definition.
942
943         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
944         capability before doing anything.
945         (gnus-group-insert-group-line): Remove useless
946         gnus-group-remove-excess-properties.
947
948 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
951
952 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
955         config after reselecting.
956
957 2010-10-28  Julien Danjou  <julien@danjou.info>
958
959         * shr.el (shr-put-image): Use point even if only inserting text.
960         (shr-put-image): Save excursion when inserting alt text on non-graphic
961         display, so the behaviour is the same when we are on a graphic display.
962
963         * nnir.el (nnir-run-swish-e): Remove hyrex support.
964
965 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
968         (gnus-mime-copy-part): Check coding system, not charset.
969         (gnus-mime-view-part-externally): Never remove part.
970         (gnus-mime-view-part-internally): Don't remove part here.
971         (gnus-article-part-wrapper): Make sure MIME tag is visible.
972         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
973         multipart/alternative.
974
975         * mm-decode.el (mm-display-part): Take optional arg `force'.
976
977 2010-10-26  Julien Danjou  <julien@danjou.info>
978
979         * gnus-group.el (gnus-group-default-list-level): Add this function to
980         compute the default list level.
981         (gnus-group-default-list-level): Add possibility to use a function.
982
983 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
986
987         * gnus-group.el (gnus-group-completing-read)
988         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
989         gnus-replace-in-string.
990
991 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * shr.el (shr-tag-div): Add.
994
995         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
996
997 2010-10-25  Julien Danjou  <julien@danjou.info>
998
999         * gnus-util.el: Remove `gnus-with-local-quit'.
1000
1001         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1002
1003 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1006         the original article buffer.
1007
1008 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * nnimap.el (nnimap-request-head): New function.
1011         (nnimap-request-move-article): Try to be slighly faster by not
1012         requesting the entire message when moving.
1013         (nnimap-transform-headers): Don't bug out on bodiless articles.
1014         (nnimap-send-command): Have no outstanding messages if the IMAP server
1015         doesn't support streaming.
1016         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1017
1018 2010-10-24  Julien Danjou  <julien@danjou.info>
1019
1020         * message.el (message-default-headers): Fix type.
1021
1022 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1025         prefetching images.
1026
1027         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1028         backend for unknown groups.  This is mainly useful for nnimap groups.
1029
1030         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1031         group isn't covered by the agent.
1032
1033 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1034
1035         * nnir.el (nnir-method-default-engines): New variable.
1036         (nnir-run-query): Use it.
1037         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1038         (gnus-summary-nnir-goto-thread): Change group if needed.
1039
1040         * gnus-group.el (gnus-group-group-map): Add key binding for
1041         gnus-group-make-nnir-group.
1042
1043 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * shr.el (shr-tag-object): Add.
1046
1047         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1048         original article buffer live.
1049         (gnus-summary-select-article-buffer):
1050         Mention gnus-widen-article-buffer.
1051
1052 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * shr.el (shr-tag-strong): Add.
1055
1056 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1059         group names.  They mess up the group buffer badly.
1060
1061         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1062
1063         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1064         instead of the summary one.
1065
1066 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * mml.el (mml-preview): Work properly when editing article.
1069
1070         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1071         gnus-have-read-active-file if it's already been in.
1072
1073 2010-10-22  Tom Tromey  <tromey@redhat.com>
1074
1075         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1076         gnus-group-completing-read.
1077
1078 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * message.el (message-mode-map): Don't bind M-; to comment region, to
1081         allow the global comment-dwim to work.
1082
1083 2010-10-21  Julien Danjou  <julien@danjou.info>
1084
1085         * message.el (message-setup-1): Allow message-default-headers to be a
1086         function.
1087
1088 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * shr.el (shr-tag-table): Simplify.
1091
1092 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1095         to avoid trying to snarf invalid stuff.
1096
1097         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1098
1099         * gnus.el (gnus-message-archive-group): Quote value.
1100         (gnus-message-archive-group): Mark as changed.
1101
1102         * shr.el (shr-add-font): Don't put the font properties on the newline
1103         or the indentation.
1104
1105         * message.el (message-fix-before-sending): Change options when sending
1106         non-printable characters.
1107
1108         * gnus.el (gnus-message-archive-method): Change the default to
1109         monthly outgoing groups.
1110
1111         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1112         that have gotten new numbers.
1113
1114         * nnimap.el (nnimap-request-replace-article): New function.
1115
1116 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1119         (nnrss-request-article): Don't use special html washing code.
1120
1121 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * shr.el (shr-tag-table): Remove useless nconc.
1124
1125 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus-art.el (article-wash-html): Simplify and remove the charset
1128         stuff.  Use the normal html rendering code instead of the special html
1129         washing code.
1130
1131         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1132         `gnus-w3m' symbols.
1133         (mm-text-html-washer-alist): Remove.
1134
1135         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1136         (mm-inline-media-tests): Remove use.
1137         (mm-text-html-renderer): Change default to the `shr' symbol.
1138
1139         * mm-view.el (mm-inline-text-html): Remove use.
1140
1141         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1142         `gnus-blocked-images' to be a function.
1143         (gnus-article-wash-function): Remove.
1144
1145 2010-10-20  Julien Danjou  <julien@danjou.info>
1146
1147         * spam.el (spam-list-of-processors): Mark as obsolete.
1148
1149         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1150         (nnimap-insert-partial-structure): Fix boundary detection.
1151
1152 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1153
1154         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1155         run file-truename on remote files.  This can be expensive and even
1156         prevent one from editing drafts if some unrelated buffer has a stale
1157         connection.
1158
1159 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1162         kinsoku-eol regardless of shr-kinsoku-shorten.
1163         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1164         (shr-tag-table): Support caption, thead, and tfoot.
1165
1166 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1169         lines.
1170         (shr-save-contents): New command and keystroke.
1171
1172         * nndoc.el (nndoc-type-alist): Add git support.
1173         (nndoc-git-type-p): New function.
1174         (nndoc-transform-git-article): Ditto.
1175         (nndoc-transform-git-headers): Ditto.
1176         (nndoc-transform-git-headers): Generate Subject headers.
1177
1178         * shr.el (shr-parse-style): New function.
1179         (shr-tag-span): Ditto.
1180
1181         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1182         to `G G' to avoid collisions.
1183
1184 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * shr.el: Load kinsoku if necessary.
1187         (shr-kinsoku-shorten): New internal variable.
1188         (shr-find-fill-point): Make kinsoku shorten text line if
1189         shr-kinsoku-shorten is bound to non-nil.
1190         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1191         shr-indentation too when testing if table is wider than frame width.
1192         (shr-insert-table): Use `string-width' instead of `length' to measure
1193         text width.
1194         (shr-insert-table-ruler): Make sure indentation is done at bol.
1195
1196 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1199         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1200         undecoded network data.
1201
1202 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1205         name in the mode line spec so that the mode line menu works
1206         (bug #2431).
1207
1208         * message.el (message-get-reply-headers): If we're fed `to-address',
1209         then always use that.
1210
1211         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1212         aren't so wide as to need to switch off the edit menu.
1213
1214         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1215         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1216
1217         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1218         `M-g'.
1219         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1220         the permanent marks.
1221
1222 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1223
1224         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1225         Splitting according to references/in-reply-to obeys the ignore-groups
1226         variable, while splitting by sender and subject do not.
1227
1228 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1231         alist, so that we can look for non-Unicode chars.
1232         (article-translate-strings): Allow both character and string maps.
1233
1234 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * shr.el (shr-insert): Don't insert space behind a wide character
1237         categorized as kinsoku-bol, or between characters both categorized as
1238         nospace.
1239
1240 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1241
1242         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1243         headers to gnus-newsgroup-headers.
1244
1245 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * shr.el (shr-tag-img): Don't align images -- since we're not
1248         rescaling, this often leads to ugly displays.
1249
1250 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1251
1252         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1253         duplicates.
1254
1255 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1256
1257         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1258         call.
1259
1260 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * gnus.el: Autoload gnus-html-show-images.
1263
1264         * nnimap.el: Use nnheader-message throughout.
1265
1266         * shr.el (shr-tag-img): Ignore images with no data.
1267
1268 2010-10-15  Julien Danjou  <julien@danjou.info>
1269
1270         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1271         a possibility to disable format=flow encoding when using hard newlines.
1272
1273 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * shr.el (shr-insert): Remove space inserted before or after a
1276         breakable character or at the beginning or the end of a line.
1277         (shr-find-fill-point): Do kinsoku; find the second best point or give
1278         it up if there's no breakable point.
1279
1280 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * nnimap.el (nnimap-open-connection): Message when opening connection
1283         for debugging purposes.
1284
1285         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1286         on every setup buffer call to allow this to change from article to
1287         article.
1288
1289         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1290         buffers where we have a wide table.
1291
1292 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1293
1294         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1295         uses *-request-thread.
1296
1297 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1300         incantation, which is no longer valid.
1301
1302 2010-10-14  Julien Danjou  <julien@danjou.info>
1303
1304         * shr.el: Fix defcustom type (char -> character).
1305
1306 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1309         programs.
1310
1311 2010-10-14  Julien Danjou  <julien@danjou.info>
1312
1313         * shr.el (shr-tag-a): Use url-link as widget type.
1314
1315         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1316         `gnus-group-get-icon'.
1317
1318 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1321         This should make server editing work better.
1322
1323         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1324
1325         * tls.el (tls-program): Remove spurious %s from openssl.
1326
1327         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1328         (nnimap-parse-flags): Fix regexp.
1329
1330         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1331         probably work for CJVK text, too.
1332
1333         * nnimap.el (nnimap-extend-tls-programs): Remove.
1334         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1335
1336         * tls.el (tls-starttls-switches): Remove starttls hack.
1337         (open-tls-stream): Ditto.
1338         (tls-find-starttls-argument): Ditto.
1339
1340 2010-10-13  Julien Danjou  <julien@danjou.info>
1341
1342         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1343         responses.
1344
1345 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1348
1349         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1350         anything in Emacs.
1351
1352         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1353
1354 2010-10-13  Julien Danjou  <julien@danjou.info>
1355
1356         * shr.el (shr-width): Make shr-width a defcustom with default to
1357         fill-column.
1358         (shr-tag-img): Use shr-width rather than fill-column.
1359
1360 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * dgnushack.el (byte-optimize-apply)
1363         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1364
1365         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1366         position when (X-)Faces exist.
1367         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1368         avatars when called interactively.
1369
1370 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1373         gnus-article-x-face-too-ugly is bound.
1374
1375 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1378
1379         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1380         mailbox that doesn't exist.
1381
1382 2010-10-12  Julien Danjou  <julien@danjou.info>
1383
1384         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1385         (shr-get-image-data): Encode URL properly when fetching from cache.
1386         (shr-tag-img): Use aligned-to spaces to align correctly images.
1387
1388         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1389         before inserting the Gravatar.
1390
1391         * shr.el (shr-tag-img): Add align attribute support for <img>.
1392
1393 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * gnus-gravatar.el (gnus-art): Require.
1396
1397         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1398         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1399         Remove long obsoleted functions.
1400
1401 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1404
1405         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1406
1407         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1408         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1409         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1410         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1411         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1412         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1413         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1414
1415 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * nnimap.el (nnimap-request-rename-group): Select group read-only
1418         before renaming it.
1419
1420         * shr.el (shr-insert): Fix up the white space only regexp.
1421
1422         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1423         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1424
1425         * shr.el (shr-current-column): New function.
1426         (shr-find-fill-point): New function.
1427
1428 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1429
1430         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1431         numbers.
1432
1433 2010-10-11  Julien Danjou  <julien@danjou.info>
1434
1435         * shr.el (shr-hr-line): Add.
1436         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1437         display hr lines.
1438         (shr-max-columns): Do not change state to nil if we just inserting
1439         spaces.
1440
1441 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1444         select the last group.
1445
1446 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1447
1448         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1449
1450 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1451
1452         * dig.el (dig-mode-map): Declare and define in one step.
1453
1454 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1457         for Gnus.
1458         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1459         (nnimap-update-qresync-info): Mark \Seen articles as read.
1460
1461         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1462         non-variable, too.
1463
1464         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1465         available.
1466         (nnimap-update-info): Rely more on the current active than the param
1467         active to avoid marking articles as read too much.
1468
1469         * auth-source.el (auth-source-create): Use (user-login-name) for the
1470         user name default.
1471
1472         * nnimap.el (nnimap-update-info): If the server doesn't return any
1473         useful info, just use the previous info.
1474         (nnimap-update-info): Prefer old info over start-article.
1475         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1476
1477 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1478
1479         * nnir.el (autoload): Clean up autoloads.
1480         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1481         Use key rather than value.
1482         (nnir-imap-search-other): New variable.
1483         (nnir-read-parm): Use it.
1484         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1485         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1486
1487 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1488
1489         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1490         the process, too.
1491
1492 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * spam.el (gnus-summary-mode-map): Bind to "$".
1495         Suggested by Russ Allbery.
1496
1497         * shr.el: Rework the way things are indented by <li> slightly.
1498
1499         * gnus.el (gnus-group-set-parameter): Fix typo.
1500
1501         * nnimap.el: Start implementing QRESYNC support.
1502
1503 2010-10-09  Julien Danjou  <julien@danjou.info>
1504
1505         * nnir.el (nnir-engines): Fix too many arguments.
1506
1507 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1510         group is the "last", so that the backends like nnfolder actually save
1511         their folders.
1512
1513         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1514         try to use that for the tls stream.
1515         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1516         UIDVALIDITY and find out which groups are read-only and not.
1517         (nnimap-get-flags): Use the same marks parsing code as the rest of
1518         nnimap.
1519
1520 2010-10-09  Julien Danjou  <julien@danjou.info>
1521
1522         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1523
1524         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1525         retrieving gravatars.
1526
1527         * shr.el (shr-table-corner): Add.
1528         (shr-table-line): Add.
1529         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1530
1531 2010-10-08  Julien Danjou  <julien@danjou.info>
1532
1533         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1534
1535 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1536
1537         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1538
1539         * gnus-sum.el (gnus-mark-article-as-unread)
1540         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1541         (gnus-summary-set-bookmark): Use it.
1542
1543         * gnus-msg.el (gnus-setup-message): Use it.
1544
1545         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1546
1547         * gnus.el (gnus-group-remove-parameter): Use it.
1548
1549         * gnus-group.el (gnus-group-make-web-group): Use it.
1550
1551         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1552
1553         * nnregistry.el: Update docs to mention manual.
1554
1555         * gnus-registry.el: Update docs to mention nnregistry.el.
1556         (gnus-registry-initialize): Don't install nnregistry refer method
1557         automatically.
1558         (gnus-registry-install-nnregistry): Remove it.
1559
1560 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * shr.el (shr-insert): Don't insert double spaces.
1563
1564 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-gravatar.el (gnus-treat-from-gravatar)
1567         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1568         called interactively.
1569
1570         * gnus-art.el (gnus-mime-view-part-externally)
1571         (gnus-mime-view-part-internally): Make predicate function passed to
1572         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1573         of a mime type.
1574
1575         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1576
1577 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * shr.el (require): Require cl when compiling.
1580         (shr-tag-hr): New function.
1581
1582         * nnimap.el (nnimap-update-info): Remove double setting of high.
1583         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1584         This makes nnimap work properly on Courier again.
1585
1586         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1587         the variable for backwards compatability.
1588
1589         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1590         the file name before using to avoid setting mm-default-directory to
1591         nil.
1592
1593         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1594         bidning gnus-agent variables.
1595
1596         * shr.el (shr-render-td): Use a cache for the table rendering function
1597         to avoid getting an exponential rendering behaviour in nested tables.
1598         (shr-insert): Rework the line-breaking algorithm.
1599         (shr-insert): Don't leave trailing spaces.
1600         (shr-insert-table): Also insert empty TDs.
1601         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1602
1603 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1604
1605         * gnus-sum.el (gnus-number): Rename from `number'.
1606         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1607         (gnus-summary-limit-children): Update uses correspondingly.
1608
1609 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1612         (gnus-gravatar-transform-address): Don't show avatars of people of
1613         which mail addresses match gnus-gravatar-too-ugly.
1614
1615 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * shr.el (shr-table-widths): Expand TD elements to fill available
1618         space.
1619
1620 2010-10-07  Julien Danjou  <julien@danjou.info>
1621
1622         * nnimap.el (nnimap-request-rename-group): Add this method.
1623
1624 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1627         name from XEmacs' function-arglist.
1628
1629         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1630         gravatar under XEmacs.
1631
1632 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1633
1634         * auth-source.el: Update docs with TODO items.
1635
1636         * gnus-sync.el: Update docs to explain state and plans.
1637
1638         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1639         Hooks for mark updates.
1640         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1641
1642         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1643         hooks with arguments, which is needed for mark update hooks.
1644
1645 2010-10-06  Julien Danjou  <julien@danjou.info>
1646
1647         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1648         was matched.
1649
1650         * sieve-manage.el: Update example in `Commentary'.
1651
1652         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1653
1654         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1655         not 2000.
1656         (sieve-manage-authenticate): Re-add function.
1657
1658 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * shr.el (shr-insert): Get 'space transition right.
1661         (shr-render-td): Only delete space at the end of the TD.
1662
1663         * nnimap.el (nnimap-open-connection): Prepare to support
1664         open-gnutls-stream.
1665
1666         * shr.el: Rearrange function order to be more logical.
1667
1668 2010-10-06  Julien Danjou  <julien@danjou.info>
1669
1670         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1671         (nnrss-discover-feed): Remove 404 URL in docstring.
1672
1673         * nnir.el: Fix Swish-E URL.
1674         Fix Namazu URL.
1675
1676         * message.el (message-change-subject): Remove 404 URL in a comment.
1677
1678 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1681         called interactively.
1682
1683         * gnus-util.el (gnus-remove-if): Allow hash table.
1684         (gnus-remove-if-not): New function.
1685
1686         * gnus-art.el (gnus-mime-view-part-as-type)
1687         * gnus-score.el (gnus-summary-score-effect)
1688         * gnus-sum.el (gnus-read-move-group-name):
1689         Replace remove-if-not with gnus-remove-if-not.
1690
1691         * gnus-group.el (gnus-group-completing-read):
1692         Regard collection as a hash table if it is not a list.
1693
1694 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1697
1698         * shr.el: Document the table-rendering algorithm.
1699
1700 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1703         for Emacsen having no `libxml-parse-html-region' support.
1704
1705 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1708         invalid URLs.
1709
1710         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1711         line-broken.
1712         (shr-tag-img): Ignore image fetching errors.
1713         (shr-overlays-in-region): Compute overlay positions correctly.
1714
1715         * mm-decode.el (mm-shr): Require shr.
1716
1717         * gnus-art.el (gnus-blocked-images): Move variable here.
1718
1719         * shr.el (shr-insert-table): Bind free variable.
1720
1721         * mm-decode.el (mm-shr): Bind shr-content-function.
1722
1723         * shr.el (shr-content-function): New variable.
1724
1725         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1726         added for symmetry.
1727
1728         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1729
1730         * gnus-group.el (gnus-group-make-group): Doc fix.
1731
1732         * nnimap.el (nnimap-request-newgroups): Return success.
1733
1734         * shr.el (shr-find-elements): New function.
1735         (shr-tag-table): Put all the images after the table.
1736         (shr-tag-table): Really inhibit images inside the table.
1737         (shr-collect-overlays): Copy over overlays from the TD elements to the
1738         main document.
1739
1740         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1741         gnus-blocked-images.
1742
1743 2010-10-05  Julien Danjou  <julien@danjou.info>
1744
1745         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1746
1747         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1748         (gnus-html-maximum-image-size): Add this function.
1749         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1750
1751         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1752         server-value of the capability is nil.
1753
1754 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * shr.el (shr-tag-em): Add <EM> tag.
1757
1758 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1759
1760         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1761         customizable.
1762
1763         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1764         handing broken links to browse-url.
1765
1766 2010-10-05  Julien Danjou  <julien@danjou.info>
1767
1768         * gnus-util.el (gnus-emacs-completing-read)
1769         (gnus-iswitchb-completing-read): Use autoload rather than require.
1770
1771 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1774         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1775         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1776         iswitchb-temp-buflist for XEmacs.
1777
1778         * gnus-util.el (gnus-completing-read-function): Exclude
1779         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1780         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1781         XEmacs.
1782
1783         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1784         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1785
1786         * gnus-html.el: Don't require help-fns under XEmacs.
1787         (gnus-html-schedule-image-fetching): Work for XEmacs.
1788
1789         * mm-decode.el (mm-shr): Decode contents by charset.
1790
1791 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1794         unknown.
1795
1796         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1797         (shr-get-image-data): Ensure against the cache file missing.
1798
1799         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1800         for data.
1801
1802         * spam-report.el (spam-report-url-ping-plain): Don't query about
1803         killing the process.
1804
1805         * shr.el (shr-render-td): Protect against too-wide text.
1806
1807 2010-10-04  Julien Danjou  <julien@danjou.info>
1808
1809         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1810         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1811
1812         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1813         retrieved.
1814
1815 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * shr.el (browse-url): Require.
1818         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1819         lines.
1820         (shr-show-alt-text, shr-browse-image): New commands.
1821         (shr-browse-url, shr-copy-url): New commands.
1822
1823         * gnus-sum.el (gnus-widen-article-window): New variable.
1824         (gnus-summary-select-article-buffer): Use it.
1825
1826         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1827         without @ signs.
1828
1829 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1830
1831         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1832
1833 2010-10-04  Julien Danjou  <julien@danjou.info>
1834
1835         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1836         for XEmacs.
1837
1838 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1841
1842         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1843         (nnimap-close-server): Implement.
1844
1845         * dgnushack.el (iswitchb): Require to shut up the compiler.
1846
1847         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1848         (shr-insert): Tweak line breaking.
1849         (shr-insert): Handle <pre> better.
1850         (shr-tag-li): Get <li> indentation right.
1851         (shr-tag-li): Get <li> indentation even righter.
1852         (shr-tag-blockquote): Ensure paragraph start.
1853         (shr-make-table): Tweak table generation.
1854         (shr-make-table): Fix typo.
1855
1856         * shr.el: Implement table rendering.
1857
1858 2010-10-04  Julien Danjou  <julien@danjou.info>
1859
1860         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1861
1862 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * shr.el (shr-insert): Use string anchors instead of line anchors.
1865
1866 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * shr.el: Add headings.
1869         (shr-ensure-paragraph): Actually work.
1870         (shr-tag-li): Make <ul> prettier.
1871         (shr-insert): Get white space at the beginning/end of elements right.
1872         (shr-tag-p): Collapse subsequent <p>s.
1873         (shr-ensure-paragraph): Don't insert double line feeds after blank
1874         lines.
1875         (shr-insert): \t is also space.
1876         (shr-tag-s): Fix "s" tag name function.
1877         (shr-tag-s): Fix face prop name.
1878
1879 2010-10-03  Julien Danjou  <julien@danjou.info>
1880
1881         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1882
1883         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1884         gnus-window-inside-pixel-edges.
1885
1886         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1887         gnus-ems.
1888
1889         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1890
1891         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1892         function.
1893
1894         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1895         resize choice.
1896
1897 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1900         beginning of the buffer.
1901
1902         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1903         article buffer again.
1904
1905         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1906
1907         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1908         when it's at the start of the buffer.
1909
1910         * shr.el (shr-tag-blockquote): Convert name.
1911         (shr-rescale-image): Use the right image-size variant.
1912
1913         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1914         buffer isn't shown, then select the current article first instead of
1915         bugging out.
1916         (gnus-summary-select-article-buffer): Show both the article and summary
1917         buffers again.
1918
1919         * shr.el (shr-fontize-cont): Protect against regions with no text.
1920         Rename tag functions to shr-tag-* for enhanced security.
1921         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1922
1923 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1924
1925         * shr.el (shr-insert):
1926         * pop3.el (pop3-movemail):
1927         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1928         loaded.
1929
1930 2010-10-03  Glenn Morris  <rgm@gnu.org>
1931
1932         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1933
1934         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1935
1936         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1937
1938         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1939
1940         * gnus-util.el (gnus-make-local-hook): Simplify.
1941
1942 2010-10-02  Julien Danjou  <julien@danjou.info>
1943
1944         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1945         (gnus-ido-completing-read): New function.
1946         (gnus-emacs-completing-read): New function.
1947         (gnus-completing-read): Use gnus-completing-read-function.
1948         Add gnus-completing-read-function.
1949
1950 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * shr.el (shr-insert-document): Autoload.
1953         (shr-img): Be silent.
1954         (shr-insert): Add a newline after every picture before text.
1955         (shr-add-font): Use overlays for combining faces.
1956         (shr-insert): Pass upwards the text start point.
1957
1958         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1959         possible.
1960         (mm-shr): New function.
1961
1962 2010-10-02  Julien Danjou  <julien@danjou.info>
1963
1964         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1965         should go backward.
1966
1967 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1968
1969         * shr.el (shr): Fix typo in provide call.
1970
1971 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * shr.el: New file.
1974
1975         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1976
1977         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1978         completing read.
1979
1980 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1983         we're being queried about.  Suggested by Dan Jacobson.
1984
1985         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1986         Suggested by Jason Eisner.
1987
1988         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1989         table, too.  Suggested by Stefan Wiens.
1990         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1991         the table unnecessary.  Suggested by Stefan Wiens.
1992
1993         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1994         longer needed, and probably doesn't work either, as pointed out by
1995         Stefan Wiens.
1996         (gnus-summary-exit): Remove call to the clearing function.
1997         (gnus-summary-exit-no-update): Ditto.
1998
1999         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2000         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2001         Reported by Stefan Monnier.
2002         (gnus-summary-save-in-rmail): Ditto.
2003
2004         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2005         article buffer, instead of both the article buffer and the summary
2006         buffer.  Sort of suggested by Dan Jacobson.
2007
2008         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2009
2010         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2011         Suggested by Dan Jacobson.
2012
2013         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2014         documentation clearer.
2015
2016         * message.el (message-shorten-references): Comment on the number "21".
2017         Suggested by Stefan Monnier.
2018
2019         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2020         Suggested by Dan Jacobson.
2021
2022         * gnus.el (gnus-large-newsgroup):
2023         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2024
2025         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2026         externalize attachments.  Bug reported by Steve Wen.
2027
2028         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2029         really message anything to the user.
2030
2031         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2032         directly.
2033
2034         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2035         messages in empty groups.
2036
2037 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2038
2039         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2040         non-UIDNEXT group.
2041
2042 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043
2044         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2045         not the value from the collection.
2046
2047         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2048         values.  This sometimes happens on some groups that have no info.
2049         (nnimap-request-newgroups): New function.
2050
2051 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2052
2053         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2054         check into `gnus-registry-initialize'.
2055         (gnus-registry-initialize): Ditto.
2056         Fix and extend header docs.
2057
2058 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2061         regexp backtrace overflows.
2062
2063         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2064         for starttls that tls.el implements; i.e. openssl.
2065
2066         * tls.el (tls-starttls-switches): Give up on using starttls with
2067         gnutls-cli.
2068         (tls-program): Add --insecure to be consistent with the defaults from
2069         openssl s_client.  Now all three commands are insecure.
2070
2071 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2072
2073         * lpath.el: Bind completion-styles-alist for XEmacs.
2074
2075         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2076         (gravatar-create-image): New function that's an alias to
2077         gnus-xmas-create-image, gnus-create-image, or create-image.
2078         (gravatar-data->image): Use it.
2079
2080 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2081
2082         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2083         install the nnregistry refer method.
2084         (gnus-registry-install-hooks): Use it.
2085         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2086         unfollowed groups.
2087
2088 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2089
2090         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2091         expanding threads.
2092
2093 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * nnir.el: Use the server names without suffixes (bug #7009).
2096
2097         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2098         unencrypted to STARTTLS, if possible.
2099
2100 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2101
2102         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2103         headers before superseding.
2104
2105 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * nnrss.el (nnrss-use-local): Add documentation.
2108
2109         * nnimap.el (nnimap-extend-tls-programs): New function.
2110         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2111         (nnimap-wait-for-connection): Accept the greeting from the stupid
2112         output from openssl s_client -starttls, too.
2113
2114         * tls.el (tls-starttls-switches): New variable.
2115         (tls-find-starttls-argument): Use it.
2116         (open-tls-stream): Ditto.
2117
2118         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2119         (netrc-machine): Ditto.
2120
2121         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2122         article number.
2123         (nnimap-split-fancy): New variable.
2124         (nnimap-split-incoming-mail): Use it.
2125
2126         * nntp.el (nntp-server-list-active-group): Document.
2127
2128         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2129         SELECT to get the message-id.
2130
2131         * mail-source.el (mail-sources): Remove webmail support.
2132         (defvar): Ditto.
2133         (mail-source-fetcher-alist): Ditto.
2134         (mail-source-fetch-webmail): Remove.
2135
2136         * webmail.el: Remove -- doesn't seem relevant any more.
2137
2138         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2139
2140         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2141         the \r.
2142
2143 2010-09-30  Julien Danjou  <julien@danjou.info>
2144
2145         * gnus-agent.el (gnus-agent-add-group): Fix call to
2146         gnus-completing-read.
2147
2148 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * nndoc.el (nndoc-retrieve-groups): New function.
2151
2152         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2153         `default', use nnmail-split-methods.
2154         (nnimap-request-article): Downcase the NILs so that they are nil.
2155
2156         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2157         symbol.
2158
2159         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2160         code, since if the user has requested network, that's what they ought
2161         to get.
2162         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2163         (nnimap-split-rule): Mark as obsolete.
2164
2165         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2166         New variable.
2167
2168         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2169         correct slot, too.
2170
2171 2010-09-29  Julien Danjou  <julien@danjou.info>
2172
2173         * gnus.el (gnus-local-domain): Declare variable obsolete.
2174
2175         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2176         Fix history computing.
2177         (gnus-ido-completing-read): Require ido.
2178
2179 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2182         build Gnus.
2183
2184         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2185         when interpreting the structures.
2186         (nnimap-request-accept-article): Add \r\n to the lines to make this
2187         work with Cyrus.
2188
2189         * nndraft.el (nndraft-request-expire-articles): Use the group name
2190         instead if "nndraft".  Fix found by Nils Ackermann.
2191
2192 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2193
2194         * nnregistry.el: Add.
2195
2196 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2197
2198         * nnmail.el (group, group-art-list, group-art):
2199         Remove unneeded directives.
2200
2201 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2204         (mm-mime-charset)
2205         * rfc2047.el (rfc2047-syntax-table)
2206         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2207
2208         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2209         rather than `insert-file-contents' and `eval-region'.
2210
2211         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2212         construction.
2213
2214         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2215
2216         * time-date.el: No need to require cl for Emacs 21.
2217
2218 2010-09-29  Julien Danjou  <julien@danjou.info>
2219
2220         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2221         replacement of `gnus-gravatar-relief' to mimic
2222         `gnus-faces-properties-alist'.
2223         Add :version property.
2224
2225 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * mail-source.el (mail-source-report-new-mail)
2228         * message.el (message-default-mail-headers)
2229         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2230
2231         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2232
2233 2010-09-28  Julien Danjou  <julien@danjou.info>
2234
2235         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2236         mail-address contains the same string as real-name.
2237
2238         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2239         non-blank in header, otherwise it'll get stripped.
2240
2241         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2242         real-name, and then for mail address rather than doing : or , search.
2243
2244 2010-09-27  Julien Danjou  <julien@danjou.info>
2245
2246         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2247         right completing-read function.
2248         (gnus-use-ido): New variable
2249         (gnus-completing-read-with-default): Remove.
2250         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2251         (gnus-agent-add-group):
2252         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2253         * mm-view.el (mm-view-pkcs7-decrypt):
2254         * mm-util.el (mm-codepage-setup):
2255         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2256         * mml-smime.el (mml-smime-openssl-sign-query):
2257         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2258         (mml-insert-multipart):
2259         * gnus-msg.el (gnus-summary-yank-message):
2260         * gnus-int.el (gnus-start-news-server):
2261         * mm-decode.el (mm-interactively-view-part):
2262         * gnus-dired.el (gnus-dired-attach):
2263         * gnus.el (gnus-read-method):
2264         * gnus-bookmark.el (gnus-bookmark-jump):
2265         * gnus-art.el (gnus-mime-view-part-as-type)
2266         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2267         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2268         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2269         * nnmairix.el (nnmairix-create-server-and-default-group)
2270         (nnmairix-update-groups, nnmairix-get-server)
2271         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2272         (nnmairix-get-group-from-file-path):
2273         * nnrss.el (nnrss-find-rss-via-syndic8):
2274         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2275         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2276         (gnus-group-browse-foreign-server):
2277         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2278         (gnus-summary-execute-command, gnus-summary-respool-article)
2279         (gnus-read-move-group-name):
2280         * gnus-score.el (gnus-summary-increase-score)
2281         (gnus-summary-score-effect):
2282         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2283
2284 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2287         x-focus-frame.
2288
2289         * nnimap.el (auth-source-forget-user-or-password)
2290         (auth-source-user-or-password): Autoload.
2291
2292         * message.el (message-from-style, message-interactive)
2293         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2294         (message-yank-prefix, message-indentation-spaces, message-signature)
2295         (message-signature-file): Add comment.
2296
2297 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2300         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2301         new articles.
2302
2303         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2304         parts.
2305         (nnimap-request-article): Work with the t setting, too.
2306
2307         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2308         that you don't get flashes of other buffers.
2309         (gnus-summary-show-complete-article): Intern before setting.
2310
2311 2010-09-27  David Engster  <dengste@eml.cc>
2312
2313         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2314         well as HEADERS.
2315         (nnmairix-retrieve-headers): Provide new argument for the above.
2316
2317 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * gnus-sum.el (gnus-summary-move-article): Don't alter
2320         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2321         group.
2322
2323         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2324
2325         * message.el (message-cite-prefix-regexp): Revert my last edit.
2326
2327         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2328         variable instead of the Gnus variable.
2329
2330         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2331
2332         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2333
2334         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2335         since some servers don't like it.
2336         (nnimap-open-connection): Forget credentials if the server says the
2337         password was wrong.
2338         (nnimap-parse-line): Protect against invalid data.
2339
2340         * gnus-sum.el (gnus-summary-move-article): Add comment.
2341         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2342         nothing alters it while scanning for new messages.
2343
2344         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2345         which may or may not help.
2346         (nnimap-open-connection): If we're doing a stream connection, and then
2347         discover we're on a STARTTLS-capable server, then open a STARTTLS
2348         connection instead.
2349
2350 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * nnimap.el (utf7): Require.
2353
2354         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2355         prefix.
2356
2357 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2358
2359         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2360
2361 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * nnimap.el (nnimap-request-accept-article): Message the error on
2364         error.
2365
2366 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2369
2370 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * nndoc.el (nndoc-request-list): Return success always.
2373
2374         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2375         `fetch-old' -- we only want to fetch the articles we've requested.
2376         The rest are in the agent, probably.
2377         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2378         disappeared server" to something low.  It's not important.
2379
2380         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2381         arrived before the FETCH data.
2382
2383         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2384         target here, because we don't know the Gnus name of the group.
2385
2386         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2387         for the correct group.
2388
2389         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2390
2391         * gnus.el (gnus): Give a final warning after startup.
2392
2393         * gnus-util.el (gnus-action-message-log): New variable.
2394         (gnus-message): Use it.
2395         (gnus-final-warning): New function.
2396
2397         * nnimap.el (nnimap-open-connection): Record the greeting.
2398         (nnimap): Add greeting.
2399
2400 2010-09-26  Julien Danjou  <julien@danjou.info>
2401
2402         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2403         arguments.
2404         (gnus-html-wash-images): Fix spec computing to include start/end.
2405
2406         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2407
2408 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2411         deletion.
2412         (nnimap-retrieve-headers): Don't select the group, because that's
2413         already done by nnimap-possibly-change-group.
2414
2415         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2416         (gnus-picon-transform-address): Use it.
2417
2418         * mail-source.el (mail-source-value): Revert previous patch.
2419
2420         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2421         on failure.
2422         (nnimap-open-connection): Look up both virtual and physical server name
2423         credentials.
2424
2425         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2426
2427 2009-02-07  Dave Love  <fx@gnu.org>
2428
2429         * tls.el (open-tls-stream): Don't query killing process.
2430
2431 2009-02-08  Dave Love  <fx@gnu.org>
2432
2433         * gnus-win.el (gnus-window-to-buffer-helper)
2434         (gnus-all-windows-visible-p): Function needn't be a symbol.
2435
2436         * mail-source.el (mail-source-value): Function needn't be a symbol.
2437
2438 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * message.el (message-cite-prefix-regexp): Remove } from the cite
2441         prefix.
2442
2443         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2444         highlight again, so that the highlight is correct.
2445
2446         * gnus-picon.el (gnus-picon): Remove again.
2447         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2448
2449         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2450         doing the header highlightling, so that the background colour of the
2451         picon is correct.
2452
2453         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2454         (gnus-picon): Ditto.
2455         (gnus-picon): Reinstate.  The background colour for picons is white.
2456         (gnus-picon-insert-glyph): Make the background white.
2457
2458         * nnml.el (nnml-open-nov): Don't return dead buffers.
2459
2460         * auth-source.el (auth-source-create): Query the user for whether to
2461         store the credentials.
2462
2463         * netrc.el (netrc-store-data): New function.
2464
2465         * auth-source.el (auth-source-user-or-password): Use the existing auth
2466         sources, if any, for creation.
2467
2468         * gnus.el (gnus-group-fast-parameter): Return the last matching
2469         parameter instead of the first matching parameter.
2470
2471 2010-09-26  Julien Danjou  <julien@danjou.info>
2472
2473         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2474
2475 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * mml2015.el (mml2015-use): Remove gpg support.
2478
2479         * mml1991.el (mml1991-function-alist): Remove gpg function.
2480         (mml1991-gpg-sign): Remove.
2481
2482 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2483
2484         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2485         (gnus-browse-unsubscribe-current-group): Document it.
2486         (gnus-browse-unsubscribe-group): Use it.
2487
2488 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2491         address to the To list for easier response.
2492
2493         * gnus.el (gnus-play-startup-jingle): Remove.
2494         (gnus-splash): Don't play jingle.
2495         (gnus): Silence gnus-load message.
2496
2497         * gnus-art.el (gnus-treat-play-sounds): Remove.
2498
2499         * gnus.el (gnus-play-jingle): Remove audio support.
2500
2501         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2502
2503         * earcon.el: Remove -- no users.
2504
2505         * gnus-audio.el: Remove -- no users of this package.
2506
2507         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2508
2509         * gnus-start.el (gnus-setup-news): Remove nocem support.
2510
2511         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2512
2513         * gnus.el (gnus-use-nocem): Remove.
2514
2515         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2516         Remove.
2517
2518         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2519         uses NoCeM any more.
2520
2521         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2522         (gnus-button-ctan-handler): Ditto.
2523         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2524         (gnus-button-ctan-directory-regexp): Ditto.
2525         (gnus-button-handle-ctan): Ditto.
2526         (gnus-button-tex-level): Ditto.
2527         (gnus-button-alist): Remove CTAN stuff.
2528
2529 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2532         nnimap-streaming test.
2533
2534         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2535         servers twice.
2536
2537         * nnimap.el (nnimap-open-connection): Add more error reporting when
2538         nnimap fails early.
2539
2540         * nnheader.el (nnheader-get-report-string): New function.
2541         (nnheader-get-report): Use it.
2542
2543         * gnus-int.el (gnus-check-server): Say what the error was when opening
2544         failed.
2545
2546         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2547         using streaming.
2548
2549 2010-09-25  Julien Danjou  <julien@danjou.info>
2550
2551         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2552         gnus-window-inside-pixel-edges.
2553
2554 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555
2556         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2557
2558         * mm-decode.el (mm-save-part): Allow saving to other directories the
2559         normal Emacs way.
2560
2561         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2562         Suggested by Jay Berkenbilt.
2563
2564         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2565         there isn't a single byte.
2566
2567         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2568         just do it.  It doesn't really seem to matter what the user responds
2569         here, I think, so it's just a confusing question.
2570
2571         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2572         non-streaming case.
2573
2574         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2575         (gnus-article-encrypt-body): Use it.
2576
2577         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2578         keystroke.
2579
2580         * nnimap.el (nnimap-find-wanted-parts-1):
2581         Use gnus-fetch-partial-articles.
2582
2583         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2584
2585         * nnimap.el (nnimap-insert-partial-structure): New function.
2586         (nnimap-get-partial-article): New function.
2587         (nnimap-request-article): Use it.
2588         (nnimap-wait-for-response): Return whether the wait was successful.
2589         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2590         retrieval wasn't successful.
2591         (nnimap-retrieve-group-data-early): Allow throttling servers.
2592         (nnimap-streaming): New variable.
2593         (nnimap-fetch-partial-articles): Remove.
2594
2595         * mm-decode.el (mm-with-part): Protect against killed buffers.
2596
2597         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2598         for prettier summary display.
2599
2600 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2601
2602         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2603
2604 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2607         apparently third-party libraries depend on it.
2608
2609         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2610         before starting negotiation.
2611
2612         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2613         privacy reasons.
2614         (gnus-treat-mail-gravatar): Ditto.
2615
2616         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2617         buffer when inserting images.  Inserting text into the headers, for
2618         instance, can make them invalid.
2619
2620 2010-09-25  Julien Danjou  <julien@danjou.info>
2621
2622         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2623         variables.
2624
2625         * nnheader.el: Remove useless variables news-reply-yank-from and
2626         news-reply-yank-message-id.
2627
2628         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2629         variables.
2630
2631         * mml1991.el: Remove useless mml1991-verbose.
2632
2633         * gnus.el: Remove useless variable gnus-use-generic-from.
2634         Remove obsolete variable gnus-topic-indentation.
2635
2636         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2637
2638         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2639
2640         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2641
2642         * gnus-group.el: Remove useless gnus-group-icon-cache.
2643         Remove useless gnus-ephemeral-group-server.
2644
2645         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2646
2647         * mml2015.el: Remove useless mml2015-verbose.
2648
2649         * mml-smime.el: Remove useless mml-smime-verbose.
2650
2651         * gnus.el: Remove useless gnus-local-domain.
2652
2653         * gnus-gravatar.el (gnus-gravatar-transform-address):
2654         Use gnus-gravatar-size.
2655
2656         * gnus-art.el: Remove useless gnus-treat-translate.
2657
2658 2010-09-24  Julien Danjou  <julien@danjou.info>
2659
2660         * gnus-sum.el: Add support for Gravatars.
2661
2662         * gnus-art.el: Add support for Gravatars.
2663
2664         * gnus-gravatar.el: Add this file.
2665
2666         * gravatar.el: Add this file.
2667
2668 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2671
2672         * gnus-group.el (gnus-group-fetch-faq): Remove.
2673
2674         * gnus.el (gnus-group-faq-directory): Remove.
2675
2676         * gnus-group.el (gnus-group-fetch-charter): Remove.
2677
2678         * gnus.el (gnus-group-charter-alist): Remove.
2679
2680         * gnus-group.el (gnus-group-archive-directory): Remove.
2681         (gnus-group-recent-archive-directory): Ditto.
2682         (gnus-group-make-archive-group): Remove.
2683
2684         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2685
2686         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2687         use the same article number for all the cached articles.
2688
2689         * nnimap.el (nnimap-command): Register the last command time so
2690         that we can use it for idling NOOPs.
2691         (nnimap-open-connection): Start the keeplive timer.
2692         (nnimap-make-process-buffer): Store all the process buffers.
2693         (nnimap-keepalive): New function.
2694
2695         * starttls.el (starttls-open-stream): Add autoload cookie.
2696
2697 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2698
2699         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2700         handling.
2701
2702 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2705         its data structures.
2706
2707         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2708         instead of the cl.el copy-list.
2709         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2710         equalp.
2711
2712 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2715         and tool-bar-local-item-from-menu.
2716
2717         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2718         mode-line-highlight face for Emacs.
2719
2720         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2721         loading gnus-sum.elc; fix comment for canlock-verify.
2722         (gnus-article-jump-to-part): Use read-number.
2723         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2724         Remove Emacs pre-21 compatible code for help-echo.
2725         (gnus-article-next-page-1): No need to adjust the number of lines.
2726         (gnus-article-describe-bindings): Always use help-buffer.
2727
2728         * gnus-audio.el (gnus-audio-inline-sound)
2729         * gnus-cus.el (gnus-custom-mode)
2730         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2731
2732         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2733
2734         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2735         compatible code.
2736
2737 2010-09-24  Glenn Morris  <rgm@gnu.org>
2738
2739         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2740         visiting the fcc file in rmail-mode.
2741
2742         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2743
2744 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * nnir.el: Silence the byte compiler.
2747
2748         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2749         alias to browse-url-url-encode-chars if any.
2750         (gnus-html-encode-url): Use it.
2751
2752 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * gnus-start.el (gnus-use-backend-marks): New variable.
2755         (gnus-get-unread-articles-in-group): Use it.
2756
2757         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2758         makeover.
2759
2760 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2761
2762         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2763
2764 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2767         Remove.
2768         (gnus-setup-news-hook):
2769         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2770
2771         * gnus-int.el (gnus-request-update-info): Protect against backends not
2772         having the function.
2773
2774         * nnimap.el (nnimap-stream): Mention starttls.
2775         (nnimap-open-connection): Add starttls support.
2776
2777 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2778
2779         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2780
2781 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2784         BODYSTRUCTUREs.
2785         (nnimap-transform-headers): Unfold quoted {42} headers.
2786
2787         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2788         the info.
2789         (gnus-get-unread-articles): Only call updatep on backends that support
2790         it.
2791
2792         * nnweb.el (nnweb-request-update-info): NOOP.
2793
2794         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2795
2796         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2797         since it only deals with marks.
2798
2799         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2800         gnus-request-marks, and make a new gnus-request-update-info.
2801
2802         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2803         the active instead of the high number, which is usually too low.
2804
2805 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2806
2807         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2808         * encrypt.el: Remove.
2809
2810 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2813         server in symbolic form.
2814
2815         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2816
2817 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2820         (nnimap-update-info): Fix up code slightly.
2821
2822         * gnus-int.el (gnus-open-server): Add tracing for performance
2823         debugging.
2824
2825         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2826         (gnus-group-insert-group-line): Pass the real group name so that it
2827         gets the right data.
2828
2829         * gnus-start.el (gnus-get-unread-articles): Don't have
2830         `gnus-get-unread-articles-in-group' update info, since that can be
2831         really slow and doesn't seem to be needed?
2832
2833 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2834
2835         * time-date.el (date-to-time): Try using parse-time-string first before
2836         using the slower timezone-make-date-arpa-standard.
2837
2838 2010-09-22  Julien Danjou  <julien@danjou.info>
2839
2840         * gnus-group.el (gnus-group-insert-group-line):
2841         Call gnus-group-highlight-line.
2842         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2843         default hook list.
2844         (gnus-group-update-eval-form): Add new function.
2845         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2846         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2847
2848 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2851         immediate, then expire all articles.
2852         (nnimap-update-info): Fix off-by-one errors.
2853         (nnimap-flags-to-marks): Would return no marks lists for group with no
2854         flags.  Instead return the other data.
2855
2856 2010-09-22  Julien Danjou  <julien@danjou.info>
2857
2858         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2859         Only return an icon.
2860         (gnus-group-insert-group-line): Compute icon to return.
2861
2862         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2863         (gnus-html-image-fetched): Only cache if
2864         gnus-html-image-automatic-caching is set.
2865         (gnus-html-image-fetched): Check for errors.
2866
2867 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2868
2869         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2870         once per method on `g'.  This ensures that backends like nnfolder don't
2871         open all their folders.
2872
2873         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2874         (nnimap-request-list): Nix out group in the correct buffer.
2875         (nnimap-parse-flags): Implement by using `read' instead of
2876         hand-parsing.
2877         (nnimap-flags-to-marks): Pass on permanent-flags.
2878         (nnimap-make-process-buffer): Record the server name.
2879         (nnimap-parse-flags): Fix typo.
2880         (nnimap-request-scan): Run split on the server in general, not just a
2881         single group.
2882
2883         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2884         parameter, and propagate this downwards.
2885
2886         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2887         since EXAMINE changes it on the server.
2888
2889         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2890         this command might take a while.
2891
2892 2010-09-22  Julien Danjou  <julien@danjou.info>
2893
2894         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2895         harmful if you have 2 images side-by-side, they can't be properly
2896         update on text deletion.  Using text-property is safer here.
2897         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2898         data.
2899
2900 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * nnimap.el (nnimap-expunge-inbox): Remove.
2903         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2904         (nnimap-expunge): Flip default to t.
2905
2906         * gnus.el (gnus-method-to-server): Don't push things to the cache
2907         unless it's unique.
2908         (gnus-server-to-method): Ditto.
2909
2910 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2911
2912         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2913
2914 2010-09-22  Julien Danjou  <julien@danjou.info>
2915
2916         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2917         get the start of data.
2918         (gnus-html-encode-url): Add this function to encode special chars in
2919         URL.
2920         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2921         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2922
2923         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2924         default.
2925         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2926
2927         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2928         images alt-text.
2929         (gnus-html-put-image): Put alt-text as help-echo.
2930
2931 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2934         * mm-util.el (mm-decompress-buffer)
2935         * nnir.el (nnir-run-find-grep)
2936         * pop3.el (pop3-list): Use 3rd arg of split-string.
2937
2938         * time-date.el (format-seconds): Comment fix.
2939
2940         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2941         and byte-optimize-form-code-walker.
2942         (dgnushack-make-auto-load): Don't advise make-autoload.
2943
2944         * lpath.el: Remove Emacs 21 stuff.
2945
2946 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2949         outside the active range.  Suggested by Dan Christensen.
2950
2951         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2952         slightly later to avoid double-getting it.
2953
2954         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2955         previous patch.
2956
2957         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2958
2959 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2960
2961         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2962
2963 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * gnus-int.el (gnus-open-server): Give a better error message in the
2966         "go offline" case.
2967
2968         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2969         marks for nnimap, which is seldom the right thing to do.
2970
2971         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2972         (gnus-same-method-different-name): New function.
2973
2974         * nnimap.el (parse-time): Require.
2975
2976         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2977         method in the presence of many similar methods.
2978
2979         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2980
2981         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2982         nnml-inhibit-expiry.
2983
2984         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2985         find out whether methods are equal.
2986
2987         * nnimap.el (nnimap-find-expired-articles): New function.
2988         (nnimap-process-expiry-targets): New function.
2989         (nnimap-request-move-article): Request the article before looking at
2990         what the Message-ID is.  Fix found by Andrew Cohen.
2991         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2992
2993         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2994         for oldness in addition to being a predicate.
2995
2996         * nnimap.el (nnimap-request-group): When we have zero articles, return
2997         the right data to Gnus.
2998         (nnimap-request-expire-articles): Only delete articles immediately if
2999         the target is 'delete.
3000
3001         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3002         method, this would bug out.
3003
3004         * gnus-group.el (gnus-group-expunge-group): Rename from
3005         gnus-group-nnimap-expunge, and implemented as a normal interface
3006         function.
3007
3008         * gnus-int.el (gnus-request-expunge-group): New function.
3009
3010         * nnimap.el (nnimap-request-create-group): Implement.
3011         (nnimap-request-expunge-group): New function.
3012
3013 2010-09-21  Julien Danjou  <julien@danjou.info>
3014
3015         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3016         (gnus-html-cache-expired): Add new function.
3017         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3018         wethever we should display image for fetch it.
3019         Compute alt-text earlier to pass it to the fetching function too.
3020         (gnus-html-schedule-image-fetching): Change function argument to only
3021         get one image at a time, not a list.
3022         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3023         cache.
3024         (gnus-html-get-image-data): New function to retrieve image data from
3025         cache.
3026         (gnus-html-put-image): Change buffer argument to use image data rather
3027         than file, and place image above region rather than inserting a new
3028         one.  Do not take alt-text as argument, since it's useless now: we place
3029         the image above alt-text.
3030         (gnus-html-prune-cache): Remove.
3031         (gnus-html-show-images): Start to fetch image when we find one, do not
3032         push into a temporary list.
3033         (gnus-html-prefetch-images): Only fetch image if they have expired.
3034         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3035         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3036
3037 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3040
3041 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3044         spec inser "*" if the group isn't active instead of 0.
3045
3046         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3047         opening the server.
3048         (nnimap-request-delete-group): Implement group deletion.
3049         (nnimap-transform-headers): Return the size of the entire message in
3050         the Bytes header, not just the size of the first part.
3051         (nnimap-request-move-article): When moving an article from nnimap,
3052         request the article first so the accepting form has an article to
3053         accept.  Reported by Dan Christensen.
3054         (nnimap-command): Make sure that the error message doesn't error out.
3055
3056 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3057
3058         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3059         we haven't requested anything.
3060
3061 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3064         "".  Fix found by Andrew Cohen.
3065
3066         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3067         instead of -encode-string.
3068
3069 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3072
3073         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3074         by mm-subst-char-in-string.
3075
3076 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3079         waiting for the connection string.
3080
3081         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3082         arriving.
3083
3084         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3085         bogus characters.  This allows selecting certain Gmail groups.
3086
3087         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3088         (nnimap-fetch-partial-articles): New variable.
3089         (nnimap-open-connection): When looking for credentials, also use the
3090         nnimap-server-port.
3091         (nnimap-request-article): Return the group/article number, so that Gnus
3092         `^' works as expected.
3093         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3094
3095         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3096         comments.
3097         (gnus-methods-sloppily-equal): New function.
3098         (gnus): When using the development version of Gnus, load the gnus-load
3099         file.
3100
3101         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3102         `gnus-open-server' on each method before trying to scan them etc.
3103         This ensures that all the backend parameters are set correctly.
3104
3105         * nnimap.el (nnimap-authenticator): New variable.
3106         (nnimap-open-connection): Allow anonymous login.
3107         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3108         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3109
3110         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3111         patch, found by Knut Anders Hatlen.
3112
3113 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3114
3115         * gnus-agent.el (gnus-agent-batch-confirmation)
3116         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3117         to gnus-message.
3118         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3119         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3120         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3121         * gnus-int.el (gnus-open-server): Likewise.
3122         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3123         (gnus-score-check-syntax): Likewise.
3124         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3125         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3126         Likewise.
3127         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3128
3129 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3132         calling conventions so that prefetch doesn't bug out.
3133
3134 2010-09-19  Julien Danjou  <julien@danjou.info>
3135
3136         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3137         rather than `subst-char-in-region' in order to be able to replace ASCII
3138         char by UTF-8 ones.
3139
3140         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3141         than curl.
3142         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3143         the right URL and ALT text on images.
3144         (gnus-html-wash-tags): Fix tag case.
3145         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3146         (gnus-article-html): Add -o display_ins_del=2 option.
3147         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3148
3149 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3152         the extra mail headers, which sometimes seem to happen for unknown
3153         reasons.
3154
3155         * mail-parse.el (mail-header-encode-parameter): Define as
3156         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3157         (or most, perhaps?) mail readers don't understand the latter, but do
3158         understand the former.
3159
3160         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3161         to nil, so that no methods are automatically agentized.  I think this
3162         is probably what most users want.
3163
3164         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3165         from url-retrieve, for instance about invalid URLs.
3166
3167         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3168         groups that have no articles.
3169         (nnimap-request-article): Check that we really got an article when we
3170         requested one.
3171
3172         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3173         doesn't exist.
3174
3175         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3176         nntp buffer so the agent can save it.
3177         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3178         that CRLF doesn't get translated to \n.
3179         (nnimap-open-connection): Don't make 'shell commands only send \n.
3180
3181 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3182
3183         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3184         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3185         Update var name.
3186         (nnml-generate-nov-file): Use dolist.
3187         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3188         Use with-current-buffer.
3189
3190 2010-09-18  Julien Danjou  <julien@danjou.info>
3191
3192         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3193         parallel.
3194
3195 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3198         the range update right.
3199         (nnimap-request-group): Don't make `M-g' bug out on group with no
3200         marks.
3201         (nnoo): Require, so that other packages can require nnimap.
3202         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3203         command we're looking for.  This helps when the server sends more
3204         responses after we've gotten everything we expected.
3205         (nnimap): Add a `newlinep' field to keep track of end-of-line
3206         conventions.
3207         Don't send CRLF to things that don't want it.
3208         (nnimap-request-accept-article): Ditto.
3209
3210 2010-09-18  Julien Danjou  <julien@danjou.info>
3211
3212         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3213         than curl to retrieve images.
3214
3215 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3218         the marks.
3219         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3220         (nnimap-wait-for-connection): New function.
3221         (nnimap-open-connection): If we have PREAUTH, don't query for login
3222         credentials.
3223         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3224         when doing a partial update.
3225
3226 2010-09-18  Julien Danjou  <julien@danjou.info>
3227
3228         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3229         tags.
3230
3231 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * nnimap.el (nnimap-credentials): New function.
3234         (nnimap-open-connection): Use the new function to look for credentials
3235         also on the numeric equivalents of "imap" and "imaps".
3236
3237         * gnus-start.el (gnus-activate-group): Send the info to
3238         gnus-request-group.
3239
3240         * nnimap.el (nnimap-request-group): Have the "check" version of the
3241         function parse flags and update the info, so that a `M-g' get a total
3242         resync of all flags from the group.
3243
3244         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3245         to allow backends to alter the info on group selection.  Also alter all
3246         the backend -request-group functions to take the parameter.
3247
3248         * nnimap.el (nnimap-store-info): New function.
3249         (nnimap-update-info): Store the info for later usage.
3250         (nnimap-request-group): Use the stored info for the dont-check case, so
3251         that we don't retrieve all marks when we enter a group.
3252
3253         * nnimap.el: Use deffoo instead of defun for interface functions.
3254
3255         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3256         update the group info.  This makes the nndraft groups, for instance, go
3257         back to their old behaviour.
3258
3259         * gnus-sum.el (gnus-select-newsgroup): Indent.
3260
3261         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3262         in.
3263         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3264         nothing.
3265
3266         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3267         from methods that are denied.
3268
3269         * gnus-int.el (gnus-method-denied-p): New function.
3270
3271         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3272         store the password instead of netrc.
3273         (nnimap-open-connection): Don't error out when we can't make a
3274         connections.
3275
3276         * auth-source.el (auth-source-create): In the password prompt, say what
3277         we're querying for.  Also prompt for user name if that hasn't been
3278         given.
3279
3280         * nnimap.el (nnimap-with-process-buffer): Remove.
3281
3282 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3285         method when we're reading from the agent.
3286
3287         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3288
3289         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3290         that's probably most useful for users.
3291
3292         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3293         "failed" all the time.
3294
3295         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3296         ...)) with (with-current-buffer ... ).
3297
3298         * nntp.el (nntp-open-server): Return whether the open was successful or
3299         not.
3300
3301         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3302         select an unread unseen article first.
3303
3304         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3305         /etc/services, supply some sensible port defaults.
3306
3307         * dgnushack.el: Define netrc-credentials.
3308
3309 2010-09-17  Julien Danjou  <julien@danjou.info>
3310
3311         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3312
3313 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3314
3315         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3316         doesn't have any parameters.
3317
3318 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3321         only upcased checks.
3322
3323         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3324
3325         * nnimap.el (nnimap-open-shell-stream): New function.
3326         (nnimap-open-connection): Use it.
3327         (nnimap-transform-headers): Get the number of lines in each message.
3328         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3329         number of lines.
3330         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3331         problem.
3332
3333         * utf7.el (utf7-encode): Autoload.
3334
3335         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3336         to allow the mail splitting to not return a default group.  This is
3337         useful for nnimap, which will leave unmatched mail in the inbox.
3338
3339         * nnimap.el: Rewritten.
3340
3341         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3342         nnimap usage.
3343
3344         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3345         if the move is internal, so that nnimap can do fast internal moves.
3346
3347         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3348         data.
3349         (gnus-read-active-for-groups): Support finishing the early retrieval of
3350         data.
3351
3352         * gnus-range.el (gnus-range-nconcat): New function.
3353
3354         * gnus-int.el (gnus-finish-retrieve-group-infos)
3355         (gnus-retrieve-group-data-early): New functions.
3356
3357 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3358
3359         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3360         (nnrss-retrieve-groups):
3361         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3362         (pop3-quit): Use with-current-buffer.
3363
3364 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3367         instead of nnheader-accept-process-output.
3368
3369         * dgnushack.el (dgnushack-compile): Add comment.
3370
3371         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3372
3373         * gnus-html.el (gnus-html-schedule-image-fetching)
3374         (gnus-html-prefetch-images): Replace process-kill-without-query by
3375         gnus-set-process-query-on-exit-flag.
3376
3377 2010-09-16  Romain Francoise  <romain@orebokech.com>
3378
3379         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3380
3381 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3384         parameter to unintern is mandatory-ish in Emacs 24.
3385
3386         * gnus-html.el (gnus-html-schedule-image-fetching)
3387         (gnus-html-prefetch-images): Check for curl before using it.
3388
3389         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3390         depend on curl, which isn't essential.
3391
3392         * imap.el: Revert back to version
3393         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3394         seem problematic.
3395
3396 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3397
3398         * gnus-registry.el (gnus-registry-install-shortcuts):
3399         Explicitly pass `obarray' to `unintern' to avoid a warning.
3400
3401 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3404         change.
3405
3406         * nnrss.el (nnrss-request-list): Remove this function and related
3407         functions, including the moreover stuff.
3408
3409 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * nnrss.el (nnrss-retrieve-groups): New function.
3412
3413 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3414
3415         * .dir-locals.el: Add no-byte-compile cookie.
3416
3417 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * time-date.el (format-seconds): Comment fix.
3420
3421         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3422         for back end that doesn't support request-scan.
3423
3424 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3427         then do request scans from the backends.
3428
3429         * netrc.el (netrc-credentials): New conveniency function.
3430
3431         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3432         avoid running a hook per line, since this takes a lot of time,
3433         profiling shows.
3434         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3435         directly if gnus-visual-p is true.
3436
3437 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3440         groups; replace mapcar with dolist which is a bit faster; pass groups
3441         info to gnus-read-active-file-1.
3442         (gnus-read-active-file-1): Scan only specified groups if the new
3443         optional arg `infos' is given.
3444
3445 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3448
3449         * pop3.el (pop3-movemail): Remove.
3450         (pop3-streaming-movemail): Rename to pop3-movemail.
3451
3452         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3453         don't restrict end-tag searches to the end of the line.
3454
3455 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3458         articles of every unchecked group to t, which means unknown since the
3459         server has never been opened.
3460
3461 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * gnus-html.el (gnus-html-show-alt-text): New command.
3464         (gnus-html-browse-image): Ditto.
3465         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3466         to browse the image directly.
3467         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3468         better.
3469
3470         * gnus-async.el (gnus-async-article-callback):
3471         Call `gnus-html-prefetch-images' unconditionally.
3472
3473         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3474         before feeding URLs to curl.
3475
3476 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3479         internal images as deletable by `W D D'.
3480
3481         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3482         (gnus-async-article-callback): Fix typo.
3483
3484 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3487         current line to work around bugs in the output from w3m.
3488
3489         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3490         for groups that want that.
3491
3492         * nntp.el (nntp-wait-for-string): Supply a timeout for
3493         accept-process-output to ensure progress.
3494
3495         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3496         level to get unread articles from, then use that for foreign groups,
3497         too.
3498
3499         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3500         confuses the rest of the function.
3501
3502         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3503         for the methods that support -retrieve-groups, too.
3504
3505         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3506
3507 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3510         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3511
3512         * pop3.el: Require cl when compiling.
3513         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3514
3515 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3518         that aren't going to be activated.
3519         (gnus-get-unread-articles): Fix up the last commit.
3520
3521         * gnus-html.el (gnus-article-html): Allow calling without specifying
3522         the handle.  In that case, dissect the buffer first.
3523
3524         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3525
3526         * nnimap.el (nnimap-open-connection): Revert the change that would look
3527         into authinfo for imaps instead of imap.
3528
3529         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3530         say that you don't want to call gnus-request-group with don-check, but
3531         do check the reponse.  This is for virtual groups only.
3532         (gnus-get-unread-articles): Count the archive groups as secondary, so
3533         that they're activated the same way as before.
3534
3535         * imap.el (imap-message-map): Removed optional buffer parameter, since
3536         no callers use it.
3537         (imap-message-get): Ditto.
3538         (imap-message-put): Ditto.
3539         (imap-mailbox-map): Ditto.
3540         (imap-mailbox-put): Ditto.
3541         (imap-mailbox-get): Ditto.
3542         (imap-mailbox-get): Revert last change for this function.
3543
3544         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3545         case-insensitively.
3546         (nnimap-debug): Remove.
3547
3548         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3549         to use `imap-fetch' instead.  According to the comments, this should be
3550         safe, since all other IMAP clients use the 1:* syntax.
3551         (imap-enable-exchange-bug-workaround): Removed.
3552         (imap-debug): Removed -- doesn't seem very useful.
3553
3554         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3555         mail from a file, and the file doesn't exist.
3556
3557         * imap.el (imap-log): New convenience function used throughout instead
3558         of repeating the same code all over the place.
3559
3560         * pop3.el (pop3-streaming-movemail): Return t for success.
3561
3562         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3563         .authinfo if we're using ssl connection.
3564
3565         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3566         already have if we're in a main Gnus `g' run.
3567
3568         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3569
3570 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3573
3574         * nnmh.el (nnmh-request-list-1): Bind `file'.
3575
3576         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3577         alias to set-process-query-on-exit-flag or process-kill-without-query.
3578         (pop3-open-server): Use it.
3579
3580 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3583         box to the Incoming file.  Fixes mistake in previous checkin.
3584
3585         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3586         request loop (for debugging purposes) removed.
3587
3588         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3589         culprit is more visible.
3590         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3591         (nnml-add-incremental-nov): New functions to do "incremental" nov
3592         updates, where we just append to the end of the existing nov files
3593         without reading/writing them in full.
3594
3595         * mail-source.el (mail-source-delete-crash-box): Really only check the
3596         incoming files once in a while.
3597
3598         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3599
3600         * mail-source.el (mail-source-delete-crash-box): Only check the
3601         incoming files for deletion once per day to save a lot of file
3602         accesses.
3603
3604         * pop3.el (pop3-logon): Fix up unbound variable typo.
3605
3606         * mail-source.el (pop3-streaming-movemail): Autoload.
3607
3608         * pop3.el (pop3-streaming-movemail):
3609         Respect pop3-leave-mail-on-server.
3610
3611         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3612         retrieval.
3613
3614         * pop3.el (pop3-process-filter): Remove unused function.
3615         (pop3-streaming-movemail, pop3-send-streaming-command)
3616         (pop3-wait-for-messages, pop3-write-to-file)
3617         (pop3-number-of-responses): New functions for streaming pop3
3618         retrieval.
3619
3620         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3621         come from no known methods.
3622         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3623         list.
3624
3625         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3626         message sizes.
3627         (pop3-movemail): Use erase-buffer instead of looping and deleting
3628         regions, which seems rather odd.
3629
3630         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3631         file once per `g' run.
3632
3633         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3634         directories.  This makes the draft queue directory work.
3635
3636         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3637         data from the backends, so that we only request the list of groups from
3638         each method once.  This should speed things up considerably.
3639
3640         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3641         detect that it's not implemented.
3642
3643         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3644         we actually do recurse down into the tree, but don't stat all leaf
3645         nodes.
3646
3647         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3648         then say so instead of bugging out.
3649
3650         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3651         files exist before trying to read them.
3652
3653         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3654         around <pre_int>.
3655
3656         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3657
3658         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3659
3660 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * mm-util.el (mm-image-load-path): Just return the image directories,
3663         not all directories in the path in addition to the image directories.
3664         (mm-image-load-path): Maintain a cache of the image directories so that
3665         the `g' command in Gnus doesn't have to stat dozens of directories each
3666         time.
3667
3668         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3669         (gnus-html-wash-tags): Add a new `i' command to insert images.
3670         (gnus-html-insert-image): New command and keystroke.
3671         (gnus-html-redisplay-with-images): New command and keystroke.
3672         (gnus-html-show-images): Rename command.
3673         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3674         spacers.
3675         (gnus-html-wash-tags): Decode entities at the end, so that entities
3676         inside the tags don't mess up the rest of the "parsing".
3677
3678         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3679         so that nnimap methods aren't agentized by default.  There's apparently
3680         many problems related to agent/imap behaviour.
3681
3682         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3683
3684         * gnus-html.el: Doc fix.
3685
3686 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3689         specifier-spec-list for Emacs 21.
3690
3691         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3692         glyph-width and glyph-height instead of display-graphic-p and
3693         image-size; make avoidance of displaying small images work for XEmacs.
3694
3695         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3696         for XEmacs.
3697
3698         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3699         of symbol that holds plist data.
3700         (gnus-process-plist): Remove plist of process after getting it.
3701
3702 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * message.el (message-generate-hashcash): Change default to
3705         'opportunistic if hashcash is installed.
3706
3707         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3708         (gnus-html-put-image): Only call image-size once, since it's somewhat
3709         time-consuming on remote X servers.
3710
3711 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3714         type on data, not a file name.
3715
3716         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3717         window-pixel-edges for Emacs 21.
3718
3719         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3720         decoded contents.
3721         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3722
3723 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3726         group line format, since it isn't very interesting.
3727
3728         * gnus-agent.el (gnus-agent-short-article),
3729         (gnus-agent-long-article): Increase values for these two variables,
3730         since most people are likely to have more network connection and
3731         storage than before.
3732
3733         * gnus.el (gnus-refer-article-method): Change default to 'current.
3734         When referring an article, the common behaviour is to refer it from the
3735         current select method, not the native select method.  The chances of
3736         the native select method having the message in question is rather slim
3737         these days.
3738
3739         * gnus-sum.el (gnus-auto-select-subject): Change default to
3740         `unseen-or-unread'.  I think it's likely that most people want to
3741         select an unseen article over a previously seen, but unread one.
3742
3743         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3744         means that in the article buffer none of the minor mode elements will
3745         be shown, usually, and this is not desirable in most cases.
3746
3747         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3748         that commands like `d' (and the like) go to the next line in the
3749         buffer, instead of the next unread article.  I think this is the
3750         behaviour that is most natural for most users.
3751         (gnus-single-article-buffer): Change default to nil, so that people can
3752         have as many article buffers open as they have summary buffer.  I think
3753         this is the most natural way for the groups to behave.
3754
3755         * message.el (message-generate-new-buffers): Change default to
3756         `unsent', so that all new message buffers start their names with the
3757         string "*unsent", and it's easier to find the buffers if you move from
3758         them.
3759
3760 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3761
3762         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3763         small.  They're probably tracking images.
3764         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3765         (gnus-html-rescale-image): Yet another try at getting the image sizing
3766         right.
3767
3768         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3769         nntp-marks-file-name is nil.
3770
3771 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         * gnus-html.el (gnus-html-wash-tags)
3774         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3775         Better logging.
3776
3777 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3780
3781         * gnus-html.el (gnus-html-wash-tags): Check the value of
3782         gnus-blocked-images in the summary buffer.
3783
3784 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3787
3788 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3791         like "a", it seems like.
3792         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3793         since it needs to be picked from the correct buffer.
3794
3795         * nnwfm.el: Remove.
3796
3797         * nnlistserv.el: Remove.
3798
3799 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3800
3801         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3802         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3803
3804 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * nnkiboze.el: Remove.
3807
3808         * nndb.el: Remove.
3809
3810         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3811         alt text.
3812         (gnus-html-rescale-image): Try to get the rescaling logic right for
3813         images that are just wide and not tall.
3814
3815         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3816         overshadow variable bindings.
3817
3818 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3819
3820         * gnus-html.el (gnus-html-wash-tags)
3821         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3822         Add extra logging.
3823
3824 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3827         (gnus-max-image-proportion): New variable.
3828         (gnus-html-rescale-image): New function.
3829         (gnus-html-put-image): Rescale images.
3830
3831 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3832
3833         Fix up some byte-compiler warnings.
3834         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3835         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3836         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3837         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3838         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3839         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3840         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3841
3842 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-html.el (gnus-article-html): Decode contents by charset.
3845
3846 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3849         (gnus-html-frame-width, gnus-blocked-images)
3850         * message.el (message-prune-recipient-rules): Add custom version.
3851         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3852
3853         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3854         functions.
3855
3856         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3857         gnus-process-get.
3858
3859 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3860
3861         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3862         instead of lsub directly.
3863
3864 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * nnwarchive.el: Remove.
3867
3868         * gnus-soup.el: Remove.
3869
3870         * nnsoup.el: Remove.
3871
3872         * nnultimate.el: Remove.
3873
3874         * gnus-html.el (gnus-blocked-images): New variable.
3875
3876         * message.el (message-prune-recipients): New function.
3877         (message-prune-recipient-rules): New variable.
3878
3879         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3880         guess whether a long line is natural text or not.
3881
3882         * gnus-html.el (gnus-html-schedule-image-fetching):
3883         Use gnus-process-plist and friends for compatibility.
3884
3885 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3886
3887         * gnus-html.el: Require packages that define macros used in this file.
3888         (gnus-article-mouse-face): Declare to silence byte-compiler.
3889         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3890         process-get.
3891         (gnus-html-put-image): Use plist-get to avoid getf.
3892         (gnus-html-prefetch-images): Use with-current-buffer.
3893
3894 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * gnus-ems.el: Provide compatibility functions for
3897         gnus-set-process-plist.
3898
3899         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3900         header-line-format for XEmacs 21.4.
3901
3902         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3903         * gnus.el (gnus-valid-select-methods)
3904         * message.el (message-send-mail-partially-limit)
3905         * mm-decode.el (mm-text-html-renderer)
3906         * mml.el (mml-insert-mime-headers-always)
3907         * smiley.el (smiley-regexp-alist): Bump custom version.
3908
3909 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus-html.el: require mm-url.
3912         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3913         with the url to `url'.
3914         (gnus-html-wash-tags): Support cid: URLs/images.
3915
3916 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3919         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3920         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3921
3922         * gnus-move.el: Remove file, since it doesn't really work.
3923
3924         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3925         UTF-8.  This seems to fix problems with some German web feeds.
3926
3927         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3928         at the top so that the proper colours are applied.
3929
3930         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3931         don't have dots in their names.
3932
3933         * gnus-art.el (gnus-article-view-part): Doc fix.
3934
3935         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3936         XEmacs-compatible.
3937         (gnus-html-put-image): Don't do images on non-graphic displays.
3938
3939         * nnslashdot.el: Remove this unused backend.
3940
3941         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3942         actions.
3943         (gnus-undo-register-1): Revert last change.
3944
3945         * gnus-group.el (gnus-group-completing-read): Protect against not
3946         having completion-styles bound.
3947
3948         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3949         make broken recipients happier.
3950
3951         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3952
3953         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3954         point parameter.
3955
3956         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3957
3958         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3959         completion-styles for group selection.
3960
3961 2009-02-04  Andreas Schwab  <schwab@suse.de>
3962
3963         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3964         headers and regexp-quote the match if necessary.
3965
3966 2009-03-24  Miles Bader  <miles@gnu.org>
3967
3968         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3969         the blinking smiley.
3970
3971 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3972
3973         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3974         blink smiley.
3975
3976 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3979         where the dribbel file lives exists.
3980
3981         * message.el (message-send-mail-partially-limit): Change the default to
3982         nil, since most people don't want this.
3983
3984         * mm-url.el (mm-url-decode-entities): Also decode entities like
3985         &#x3212.
3986
3987 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3988
3989         * gnus-sum.el (gnus-summary-idna-message):
3990         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3991         Hyperlink urls in docstrings with URL `...'.
3992
3993 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3994
3995         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3996         functions.
3997
3998 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4001         say what the mouseover text should be.
4002
4003         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4004         version of the mm-w3m-safe-url-regexp variable to only download images
4005         in the groups where we want that to happen.
4006
4007         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4008
4009         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4010         easier debugging.
4011         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4012         big pictures in the article buffer.
4013
4014         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4015         gnus-article-html.
4016         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4017         w3m.
4018
4019         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4020
4021 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4024         which doesn't exist.
4025
4026         * message.el (message-inhibit-ecomplete): New variable to allow some
4027         function to inhibit ecomplete address storage.
4028         (message-resend): Disable ecomplete message storage when resending
4029         messages.
4030
4031         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4032
4033 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4036         Save excursion while copying, moving, and deleting articles in order to
4037         prevent the cursor from jumping to unforeseen place.
4038
4039 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * lpath.el: No need to bind bookmark-current-buffer,
4042         bookmark-yank-point and bookmark-make-record-function.
4043
4044 2010-08-17  Glenn Morris  <rgm@gnu.org>
4045
4046         * gnus-sync.el: Require gnus components whose functions are used.
4047
4048         * gnus-art.el (bookmark-make-record-function):
4049         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4050         Declare for compiler.
4051
4052         * mm-url.el (mml-compute-boundary): Autoload.
4053
4054 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4057
4058 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         Typo fix "hoo4a" -> "hook".
4061
4062         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4063
4064 2010-08-14  Glenn Morris  <rgm@gnu.org>
4065
4066         * gnus-sync.el (gnus-sync): Fix defgroup version.
4067
4068 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4069
4070         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4071
4072         * gnus-sync.el: Fix docs.
4073         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4074         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4075
4076 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4077
4078         Optimizations for gnus-sync.el.
4079
4080         * gnus-sync.el: Add docs about gnus-sync-backend
4081         possibilities.
4082         (gnus-sync-save): Remove unnecessary message.
4083         (gnus-sync-read): Optimize and show what groups were skipped.
4084
4085 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4086
4087         Minor bug fixes for gnus-sync.el.
4088
4089         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4090         Don't read the sync on get-new-news.
4091
4092         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4093         quiet.
4094
4095         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4096         (fix typo).
4097
4098 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4099
4100         Make saving and restoring of hidden threads work with overlays.
4101         Patch applied by Ted Zlatanov.
4102
4103         * gnus-sum.el (gnus-hidden-threads-configuration)
4104         (gnus-restore-hidden-threads-configuration): Update to deal with text
4105         properties, rather than searching for a magic character.
4106
4107 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4108
4109         New gnus-sync.el library for synchronization of marks.
4110
4111         * gnus-sync.el: New library for synchronization of marks.
4112
4113         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4114         renamed from `gnus-registry-grep-in-list'.
4115
4116         * gnus-registry.el (gnus-registry-follow-group-p):
4117         Use `gnus-grep-in-list'.
4118
4119         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4120
4121 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4124         determining charset of text fails.
4125
4126 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * nnmail.el (nnmail-get-new-mail-1): Revert.
4129
4130         * nnml.el (nnml-active-number): Make sure names of newly created groups
4131         in nnml-group-alist are encoded.
4132
4133 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4136         containing non-ASCII characters in active file for nnml back end.
4137
4138 2010-07-24  David Engster  <dengste@eml.cc>
4139
4140         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4141         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4142
4143 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4144
4145         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4146         tag (Bug#6654).
4147
4148 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4151         the article buffer, not the summary buffer.
4152
4153 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4156         Emacs 23 as well.
4157
4158 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4161         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4162
4163 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4164
4165         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4166         Patch applied by Karl Fogel.
4167
4168         * gnus-sum.el (gnus-summary-bookmark-make-record):
4169         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4170
4171 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4172
4173         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4174         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4175         C-w still not working correctly from Article buffers; Thierry's
4176         patch to fix that will be applied after this.
4177
4178         * gnus-art.el (bookmark-make-record-function): New local variable.
4179
4180         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4181         article buffer.
4182         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4183
4184 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4185
4186         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4187         on changes in bookmark.el.
4188
4189 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4192         `no-log' instead of message not to log prompt string.
4193
4194 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4195
4196         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4197         the *other* type of HTML form submission.
4198
4199 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4200
4201         * auth-source.el (auth-source-pick): If choice does not contain a
4202         questioned keyword, set the check to t.
4203
4204 2010-06-12  Romain Francoise  <romain@orebokech.com>
4205
4206         * gnus-util.el (gnus-date-get-time): Move up before first use.
4207
4208 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4211         (gnus-article-edit-part): Bind it to make last part that is substituted
4212         or deleted visible.
4213         (gnus-mime-display-single): Buttonize part of which id equals to
4214         gnus-mime-buttonized-part-id.
4215
4216 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4217
4218         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4219         (gnus-dd-mmm): Use gnus-date-get-time.
4220         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4221         simplify logic.
4222         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4223         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4224
4225 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4226
4227         * auth-source.el (top): Autoload `secrets-list-collections',
4228         `secrets-create-item', `secrets-delete-item'.
4229         (auth-sources): Fix tag string.
4230         (auth-get-source, auth-source-retrieve, auth-source-create)
4231         (auth-source-delete): New defuns.
4232         (auth-source-pick): Rewrite in order to avoid 2 passes.
4233         (auth-source-forget-user-or-password): New parameter USERNAME.
4234         (auth-source-user-or-password): New parameters CREATE-MISSING and
4235         DELETE-EXISTING.  Retrieve password interactively, if needed.
4236
4237 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4238
4239         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4240         deleting unused directories when gnus-expert-user is t.
4241
4242 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4245         for each temp file when gnus-article-browse-delete-temp is ask.
4246
4247 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4248
4249         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4250         Lisp calls to delete-backward-char by calls to delete-char.
4251
4252 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4253
4254         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4255
4256 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4257
4258         * password-cache.el (password-cache-remove): Fix docstring.
4259
4260 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4263         article unless decoding article to be saved.
4264
4265 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4268         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4269         generated within the mm-with-unibyte-current-buffer macro.
4270
4271 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4274         to nil when we're in a mml-preview buffer and no group is selected.
4275
4276 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4277
4278         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4279         when catching the `C-g'.  Reported by "Leo".
4280
4281 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * message.el (message-forward-make-body-plain)
4284         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4285         multibyte-string-p.
4286
4287         * lpath.el: Revert.
4288
4289 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * message.el (message-forward-make-body-mml): Assume original message
4292         is multibyte string; error on unibyte.
4293         (message-forward-make-body-plain): Ditto; don't add excessive newline
4294         in body end.
4295
4296         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4297
4298 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4299
4300         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4301         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4302
4303 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * mm-extern.el (mm-extern-url): Don't use
4306         mm-with-unibyte-current-buffer.
4307         (mm-extern-cache-contents): Use with-current-buffer instead of
4308         save-excursion + set-buffer.
4309
4310 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * mm-util.el (mm-emacs-mule): Remove.
4313
4314 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4315
4316         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4317         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4318         change.
4319
4320 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4323         bind the default value of enable-multibyte-characters to nil.
4324
4325 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * message.el (message-forward-make-body-plain)
4328         (message-forward-make-body-mml):
4329         Don't use mm-with-unibyte-current-buffer.
4330
4331 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4332
4333         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4334
4335 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4336
4337         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4338         (Bug#5592).
4339
4340 2010-05-07  Julien Danjou  <julien@danjou.info>
4341
4342         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4343         it to mm-pipe-part.
4344
4345         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4346         it is given.
4347
4348 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * binhex.el (binhex-decode-region-internal)
4351         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4352         (dns-query)
4353         * nnweb.el (nnweb-gmane-search)
4354         * pgg-parse.el (pgg-parse-armor)
4355         * pgg.el (pgg-verify-region)
4356         * sha1.el (sha1-string-external)
4357         * uudecode.el (uudecode-decode-region-internal)
4358         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4359         XEmacs.
4360
4361         * gnus-art.el (gnus-article-browse-html-parts)
4362         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4363         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4364         make-temp-file.
4365
4366         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4367         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4368         compiling.
4369
4370         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4371         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4372         XEmacs when compiling.
4373
4374         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4375         gnus-pick-mode-off-hook for XEmacs when compiling.
4376         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4377         gnus-binary-mode-off-hook for XEmacs when compiling.
4378
4379         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4380         Return nil if char-charset is not available.
4381
4382         * imap.el (imap-disable-multibyte)
4383         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4384         macros.
4385
4386         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4387         instead of encode-coding-string.
4388
4389         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4390         'xemacs) instead of mm-emacs-mule to switch function definitions.
4391         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4392
4393         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4394         bind temporary-file-directory for XEmacs;
4395         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4396         timer-set-function for XEmacs 21.4 and SXEmacs;
4397         bind timer-list for XEmacs 21.4 and SXEmacs;
4398         fbind char-charset and find-charset-region for non-Mule XEmacs;
4399         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4400         encode-coding-region and encode-coding-string for XEmacs having no
4401         file-coding feature.
4402
4403 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4404
4405         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4406
4407 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4410         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4411
4412 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4413
4414         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4415         alias `jka-compr-delete-temp-file' no longer exists.
4416
4417 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4418
4419         Use define-minor-mode in Gnus where applicable.
4420         * mml.el (mml-mode): Use define-minor-mode.
4421         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4422         (gnus-undo-mode): Use define-minor-mode.
4423         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4424         (gnus-dead-summary-mode): Use define-minor-mode.
4425         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4426         Initialize in declaration.
4427         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4428         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4429         (gnus-mailing-list-mode): Use define-minor-mode.
4430         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4431         (gnus-draft-mode): Use define-minor-mode.
4432         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4433         (gnus-dired-mode): Use define-minor-mode.
4434
4435 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4436
4437         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4438         handles on recursive mml-to-mime translation and check them for
4439         boundary delimiter collisions.  Reported by Greg Troxel.
4440
4441 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4444
4445 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4446
4447         * mm-util.el (mm-find-buffer-file-coding-system):
4448         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4449
4450 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4451
4452         * message.el (message-generate-headers): Record insertion of optional
4453         headers as well.  Otherwise the check to prevent repeated insertion of
4454         optional headers is a no-op.
4455
4456 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4457
4458         * smime.el: Don't mention CVS.
4459
4460         * nnrss.el (nnrss-fetch): Don't mention CVS.
4461
4462         * nnir.el: Don't mention CVS.
4463
4464 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4465
4466         * gnus-sum.el (gnus-summary-bookmark-make-record):
4467         Add `location' field.
4468
4469 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * lpath.el: Fbind bookmark-default-handler,
4472         bookmark-get-bookmark-record, bookmark-make-record-default,
4473         bookmark-prop-get for Emacs <23 and XEmacs.
4474
4475 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4476
4477         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4478         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4479         Use with-current-buffer to silence the byte-compiler.
4480         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4481         bother to require `gnus'.
4482         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4483
4484 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4485
4486         * gnus-sum.el (gnus-summary-bookmark-make-record)
4487         (gnus-summary-bookmark-jump): New functions.
4488         (gnus-summary-mode): Setup bookmark support.
4489
4490 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4491
4492         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4493         if set.
4494
4495 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4498         gnus-article-browse-html-save-cid-image; make it work recursively for
4499         forwarded messages as well.
4500         (gnus-article-browse-html-parts): Work when prefix arg is given.
4501         (gnus-article-browse-html-article): Doc fix.
4502
4503 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4504
4505         * message.el (message-default-mail-headers):
4506         (message-default-headers): Carry the value mail-default-headers over
4507         into message-default-mail-headers, rather than message-default-headers.
4508
4509 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4510
4511         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4512         charset.
4513
4514         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4515         charset into the <meta> tag when the article is encoded to utf-8.
4516
4517 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-art.el (gnus-article-browse-delete-temp-files):
4520         Delete directories as well.
4521         (gnus-article-browse-html-parts): Work for images that do not specify
4522         file names; delete temp directory when quitting; insert header at the
4523         right place; use file: scheme for image files.
4524
4525 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4526
4527         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4528         (gnus-article-browse-html-parts): Use it to make temporary cid image
4529         files in addition to html file so that browser may display them.
4530
4531 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4534
4535 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4536
4537         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4538
4539 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4540
4541         * auth-source.el (auth-sources): Change default to be simpler.
4542         Explain about Secret Service API sources.  Improve Customize options.
4543         (auth-source-pick): Change to accept any number of search parameters.
4544         Implement fallbacks iteratively, not recursively.  Add scoring on the
4545         second pass and sort by score.  Call Secret Service API when needed.
4546         (auth-source-user-or-password): Use it.  Call Secret Service API
4547         directly when needed to get the user name and the password.
4548
4549 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4550
4551         * message.el (message-interactive): Doc fix.
4552         (message-qmail-inject-args): Reflow.
4553         (message-kill-to-signature): Fix typo in docstring.
4554
4555         * smiley.el (smiley-buffer): Fix typo in docstring.
4556
4557 2010-03-24  Glenn Morris  <rgm@gnu.org>
4558
4559         * mail-source.el (gnus-message): Declare.
4560         (mail-source-delete-old-incoming): Require gnus-util.
4561
4562 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4565
4566         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4567
4568         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4569         password-cache's default if it is not bound.
4570         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4571         password-cache-expiry's default if it is not bound.
4572
4573         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4574         available in Emacs 21.
4575
4576         * lpath.el: Suppress compiler warnings for:
4577         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4578         XEmacs;
4579         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4580         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4581         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4582
4583 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4584
4585         * auth-source.el (auth-sources): Fix up definition so extra parameters
4586         are always inline.
4587
4588 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4589
4590         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4591         wasn't updated after mismatch.  Clear cached mailbox info correctly
4592         when uidvalidity changes.
4593         (nnimap-group-prefixed-name): New function to avoid some code
4594         duplication.
4595         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4596         (nnimap-request-group): Use it.
4597         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4598         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4599         with many imap folders.  This is done by caching the group status from
4600         the imap server persistently in a group parameter `imap-status'.  (This
4601         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4602         but not persistently, so every Gnus startup was still very slow.)
4603
4604 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4605
4606         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4607         delete the extra newline.  Otherwise editing of :string and :number
4608         types don't work.
4609
4610 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4613         secrets.el dependency.
4614         (auth-sources): Add optional user name.  Add secrets.el configuration
4615         choice (unused right now).
4616
4617 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4618
4619         * gnus-sum.el (gnus-summary-make-menu-bar):
4620         Let `gnus-registry-install-shortcuts' fill in the functions.
4621
4622         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4623         warnings.
4624         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4625         (gnus-registry-install-shortcuts): Populate and use it in a
4626         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4627
4628 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4629
4630         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4631         In-place substitutions for the group name encoding/decoding.
4632         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4633         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4634         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4635         (nnimap-update-unseen, nnimap-request-list)
4636         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4637         (nnimap-request-set-mark, nnimap-split-to-groups)
4638         (nnimap-split-articles, nnimap-request-newgroups)
4639         (nnimap-request-create-group, nnimap-request-accept-article)
4640         (nnimap-request-delete-group, nnimap-request-rename-group)
4641         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4642         `encoded-mbx' for consistency.
4643         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4644         variable `imap-current-mailbox'.
4645
4646         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4647         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4648
4649 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4650
4651         * pop3.el (pop3-display-message-size-flag): Display message size byte
4652         counts during POP3 download.
4653         (pop3-movemail): Use it.
4654         (pop3-list): Implement listing of available messages.
4655
4656 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4657
4658         * nnir.el (nnir-get-article-nov-override-function): New function to
4659         override the normal NOV retrieval.
4660         (nnir-retrieve-headers): Use it.
4661
4662 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4663
4664         * auth-source.el (netrc-machine-user-or-password): Autoload.
4665
4666 2010-03-19  Glenn Morris  <rgm@gnu.org>
4667
4668         Stop message.el from loading about 40 libraries it doesn't always need.
4669         The general approach is to autoload rather than require, and to
4670         require in the specific functions rather than the file.  (Bug#5642)
4671
4672         * gmm-utils.el: Don't require wid-edit.
4673         (widget-create-child-value, widget-convert, widget-default-get):
4674         Autoload.
4675
4676         * gnus-util.el: Don't require time-date, netrc.
4677         (message-fetch-field, gnus-group-name-decode): Declare rather than
4678         autoloading.
4679         (gnus-fetch-field): Require message.
4680         (gnus-decode-newsgroups): Require gnus-group.
4681
4682         * ietf-drums.el: Don't require time-date.
4683
4684         * message.el: Don't require hashcash, canlock, ecomplete.
4685         Do require mail-utils.  Require nnheader only when compiling.
4686         (smtpmail-default-smtp-server): Remove declaration.
4687         (message-send-mail-function): Check smtpmail-default-smtp-server
4688         is bound rather than requiring smtpmail.
4689         (message-auto-save-directory, message-insert-signature):
4690         Use expand-file-name rather than nnheader-concat.
4691         (nnheader-insert-file-contents): Autoload.
4692         (hashcash-wait-async): Declare.
4693         (message-send-mail): Only call gnus-setup-posting-charset if
4694         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4695         (message-send-mail-with-sendmail): Require sendmail.
4696         (canlock-password, canlock-password-for-verify): Declare.
4697         (message-canlock-password): Require canlock.
4698         (nnheader-get-report): Autoload.
4699         (gnus-setup-posting-charset): Declare.
4700         (message-send-news): Require gnus-msg.
4701         (message-make-references, message-make-in-reply-to): Use mail-header-id
4702         rather than the alias mail-header-message-id.
4703         (ecomplete-add-item, ecomplete-save): Declare.
4704         (message-put-addresses-in-ecomplete): Require ecomplete.
4705         (ecomplete-display-matches): Autoload.
4706
4707         * mm-decode.el: Don't require mailcap, gnus-util.
4708         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4709         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4710         Autoload.
4711         (mailcap-mime-extensions): Declare.
4712
4713         * mm-encode.el: Don't require mailcap.
4714         (mailcap-extension-to-mime): Autoload.
4715
4716         * mml-sec.el: Don't require password-cache.
4717
4718         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4719         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4720         (mml-minibuffer-read-type): Require mailcap.
4721         (mml-preview): Require gnus-msg.
4722
4723         * mml1991.el: Require password-cache.
4724         (password-cache-expiry): Remove declaration.
4725
4726         * mml2015.el: Require password-cache.
4727         (password-cache-expiry): Remove declaration.
4728
4729         * nneething.el (mailcap): Require mailcap.
4730
4731         * nnheader.el (declare-function): Add compatibility stub.
4732         (message-remove-header): Declare rather than autoload.
4733         (nnheader-replace-header): Require message.
4734
4735         * nnimap.el (declare-function): Add compatibility stub.
4736         (netrc-parse, netrc-machine-user-or-password): Declare.
4737         (nnimap-open-connection): Require netrc.
4738
4739         * nntp.el (declare-function): Add compatibility stub.
4740         (netrc-parse, netrc-machine, netrc-get): Declare.
4741         (nntp-send-authinfo): Require netrc.
4742
4743         * rfc2047.el: Don't require qp.
4744         (quoted-printable-encode-region, quoted-printable-decode-string):
4745         Autoload.
4746
4747         * sieve-mode.el: Don't require easymenu.
4748         (easy-menu-add-item): Autoload it.
4749
4750         * spam-stat.el (time-to-number-of-days): Autoload it.
4751
4752 2010-03-19  Glenn Morris  <rgm@gnu.org>
4753
4754         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4755
4756 2010-03-18  Glenn Morris  <rgm@gnu.org>
4757
4758         * hashcash.el (declare-function): Remove duplicate definition.
4759
4760 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4761
4762         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4763         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4764         value if any backslash escapes).
4765
4766 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4769         if it is available.  (bug#5647)
4770
4771         * lpath.el: Suppress compiler warning for coding-system-from-name for
4772         Emacs 21 and XEmacs.
4773
4774 2010-03-14  Juri Linkov  <juri@jurta.org>
4775
4776         * hmac-def.el:
4777         * hmac-md5.el:
4778         * netrc.el: Fix keywords.
4779
4780 2010-02-26  Glenn Morris  <rgm@gnu.org>
4781
4782         * message.el (message-send-mail-function): Change the default, so that
4783         it inherits from a customized send-mail-function.  (Bug#5643)
4784
4785 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4786
4787         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4788         shell-command-to-string signals an error (bug#5299).
4789
4790 2010-02-24  Glenn Morris  <rgm@gnu.org>
4791
4792         * message.el (message-smtpmail-send-it)
4793         (message-send-mail-with-mailclient): Doc fixes.
4794
4795 2010-02-16  Glenn Morris  <rgm@gnu.org>
4796
4797         * message.el (message-default-mail-headers): Change the default value
4798         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4799
4800 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4803         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4804
4805 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4806
4807         * time-date.el (date-to-time): Doc fix (Bug#5408).
4808
4809 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4810
4811         * message.el (message-mail): Just pass yank-action on to message-setup.
4812         (message-setup): Handle (FUN . ARGS) form of yank-action.
4813         (message-with-reply-buffer, message-widen-reply)
4814         (message-yank-original): Handle non-buffer values of
4815         message-reply-buffer (Bug#4080).
4816         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4817
4818 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4819
4820         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4821         Fix typo in docstring.
4822
4823 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4824
4825         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4826         response.
4827
4828 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4831
4832         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4833
4834         * message.el (message-check-news-header-syntax): Protect against a
4835         string that `rfc822-addresses' returns when parsing fails.
4836
4837 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4840         (gnus-previous-char-property-change): New functions.
4841
4842         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4843
4844 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4845
4846         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4847         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4848
4849 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4850
4851         * message.el (message-exchange-point-and-mark): Rework last change to
4852         avoid using optional arg of exchange-point-and-mark, for backward
4853         compatibility.
4854
4855 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4856
4857         * message.el (message-exchange-point-and-mark):
4858         Call exchange-point-and-mark with an argument rather than setting
4859         mark-active by hand (Bug#5175).
4860
4861 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * nntp.el (nntp-service-to-port): Work for service expressed with
4864         numeric string; replace [:digit:] with [0-9] for XEmacs.
4865
4866 2009-12-17  Glenn Morris  <rgm@gnu.org>
4867
4868         * gnus-group.el (gnus-bug-group-download-format-alist):
4869         Change emacs entry to debbugs.gnu.org.  Bump :version.
4870
4871 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4872
4873         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4874
4875 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4876
4877         * message.el (message-info): Explain why we use `Info-goto-node'.
4878
4879 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4882
4883 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4884
4885         * message.el (message-completion-in-region): New compatibility function.
4886         (message-expand-group): Use it.
4887
4888 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4891         with no unread article should be listed if the 2nd arg `predicate' is
4892         given.
4893
4894 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4897
4898 2009-11-29  Juri Linkov  <juri@jurta.org>
4899
4900         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4901         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4902         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4903
4904 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4905
4906         * sha1.el (sha1-string-external): default-directory "/" in case
4907         otherwise non-existent.  process-connection-type pipe for touch of
4908         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4909
4910 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4911
4912         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4913         it's comms related and sgml-mode.el has "comm" on that basis too.
4914
4915 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4918         containing tspecial characters if they have been already quoted.
4919
4920 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4921
4922         * dns-mode.el (auto-mode-alist): Purecopy string.
4923
4924 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4925
4926         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4927
4928 2009-10-24  Glenn Morris  <rgm@gnu.org>
4929
4930         * gnus-art.el (help-xref-stack-item): Define for compiler.
4931
4932 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4933
4934         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4935
4936 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4939
4940 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4943         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4944
4945 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4948         (gnus-overlays-in): New alias to overlays-in.
4949
4950         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4951         gnus-overlay-get, and gnus-delete-overlay.
4952         (gnus-summary-show-thread): Make it work as well for systems in which
4953         next-single-char-property-change is not available.
4954         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4955
4956         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4957         (gnus-overlay-get): New alias to extent-property.
4958         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4959
4960         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4961         SXEmacs.
4962
4963         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4964         SXEmacs.
4965
4966 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4969
4970 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4971
4972         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4973         and XEmacs that don't have `remove-overlays'.
4974
4975 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4976
4977         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4978         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4979         selective display.  Use overlays instead.
4980
4981 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4982
4983         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4984
4985 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4986
4987         * spam-stat.el (spam-stat-load): Fix typo in message.
4988
4989 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4990
4991         * dig.el (dig-invoke): Fix typo in docstring.
4992         (query-dig): Reflow docstring.
4993
4994 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4995
4996         * gnus-art.el (gnus-article-encrypt-body):
4997         * message.el (message-check-recipients):
4998         * mm-util.el (mm-codepage-setup):
4999         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5000         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5001
5002 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5003
5004         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5005         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5006         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5007         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5008         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5009
5010 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5011
5012         * dig.el: Add "Keywords: comm", as per net-utils.el.
5013
5014 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5015
5016         * dig.el (dig-mode): Use define-derived-mode.
5017
5018 2009-09-19  Glenn Morris  <rgm@gnu.org>
5019
5020         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5021
5022 2009-09-18  Glenn Morris  <rgm@gnu.org>
5023
5024         * gnus-diary.el (gnus-diary-check-message):
5025         * message.el (message-insert-formatted-citation-line):
5026         * nnbabyl.el (top-level):
5027         * nndiary.el (nndiary-schedule):
5028         Fix typos in condition-case handlers.
5029
5030 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5033         configuration that provides the sole article window in a frame;
5034         position point correctly after deleting a part.
5035
5036 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5037
5038         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5039         (spam-resolve-registrations-routine): Use it to unregister articles
5040         that change status.
5041
5042 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5045         with XEmacs.
5046         (parse-time-string-chars): Use it.
5047
5048 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5049
5050         * imap.el (imap-interactive-login): Better messages.
5051         (imap-open): Fix bug with renamed buffer on reconnect.
5052         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5053         for easier debugging and cleaner code.  On successful (guessed based on
5054         server capabilities) secondary authentication, set imap-state
5055         correctly.
5056         (imap-last-authenticator): Define imap-last-authenticator as a variable
5057         to avoid warnings.
5058
5059 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * nnrss.el (nnrss-request-article): Remove binding of
5062         default-enable-multibyte-characters that has gotten needless by
5063         the 2007-07-13 change in rfc2047-encode-message-header.
5064
5065         * mml.el (mml-insert-multipart): Error on the message header.
5066         (mml-insert-part): Error on the message header; position point at
5067         the end of a MIME tag.
5068
5069 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * time-date.el (autoload): Expand define-obsolete-function-alias into
5072         defalias and make-obsolete for old Emacsen that Gnus supports.
5073         (with-no-warnings): Define it for old Emacsen.
5074         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5075         is available.
5076         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5077         float-time is available; suppress compile warning for time-to-seconds.
5078
5079         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5080         (gnus-float-time): Alias to float-time if it exists.
5081
5082         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5083         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5084         float-time is available; suppress compile warning for time-to-seconds.
5085
5086         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5087         XEmacs.
5088
5089 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5090
5091         * imap.el (imap-message-map): Docstring fix.
5092
5093 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5096         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5097         Add the optional argument `encoding' that overrides the default.
5098
5099         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5100         mm-encode-buffer.
5101
5102 2009-09-04  Glenn Morris  <rgm@gnu.org>
5103
5104         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5105         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5106         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5107         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5108         * mm-util.el (mm-with-unibyte-current-buffer)
5109         (mm-find-buffer-file-coding-system):
5110         * yenc.el (yenc-decode-region): Use default-value rather than
5111         default-enable-multibyte-characters.
5112
5113 2009-09-03  Glenn Morris  <rgm@gnu.org>
5114
5115         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5116         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5117         than default-enable-multibyte-characters.
5118
5119 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5120
5121         * gnus-art.el (gnus-article-read-summary-keys):
5122         Fix gnus-buffer-configuration's value temporarily used.
5123
5124 2009-09-02  Glenn Morris  <rgm@gnu.org>
5125
5126         * gnus-util.el (gnus-float-time): New function.
5127         * gnus-delay.el (gnus-delay-article):
5128         * gnus-sum.el (gnus-thread-latest-date):
5129         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5130         * nnspool.el (nnspool-request-newgroups):
5131         Use gnus-float-time rather than time-to-seconds.
5132         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5133
5134         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5135         (gnus-header-subject-face, gnus-header-newsgroups-face)
5136         (gnus-header-name-face, gnus-header-content-face):
5137         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5138         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5139         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5140         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5141         (gnus-cite-face-11):
5142         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5143         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5144         (gnus-server-closed-face, gnus-server-denied-face)
5145         (gnus-server-offline-face):
5146         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5147         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5148         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5149         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5150         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5151         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5152         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5153         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5154         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5155         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5156         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5157         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5158         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5159         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5160         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5161         (gnus-summary-high-undownloaded-face)
5162         (gnus-summary-low-undownloaded-face)
5163         (gnus-summary-normal-undownloaded-face)
5164         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5165         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5166         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5167         (gnus-splash-face):
5168         * message.el (message-header-to-face, message-header-cc-face)
5169         (message-header-subject-face, message-header-newsgroups-face)
5170         (message-header-other-face, message-header-name-face)
5171         (message-header-xheader-face, message-separator-face)
5172         (message-cited-text-face, message-mml-face):
5173         * sieve-mode.el (sieve-control-commands-face)
5174         (sieve-action-commands-face, sieve-test-commands-face)
5175         (sieve-tagged-arguments-face):
5176         * spam.el (spam-face):
5177         Mark face aliases with "-face" in the name as obsolete.
5178
5179 2009-09-01  Glenn Morris  <rgm@gnu.org>
5180
5181         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5182         than goto-line.
5183
5184 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5187         Don't move point if the command is invoked inside the message header.
5188
5189 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5190
5191         * imap.el (imap-send-command): Simplify.
5192         (imap-wait-for-tag): point-max -> buffer-size.
5193
5194 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5195
5196         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5197         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5198         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5199         * nnir.el (nnir-swish-e-index-file):
5200         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5201         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5202         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5203         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5204         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5205         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5206
5207 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5210         Don't save excursion.
5211
5212 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5213
5214         * nnheader.el (nnheader-find-file-noselect):
5215         * mm-util.el (mm-insert-file-contents):
5216         Use (default-value 'major-mode) instead of default-major-mode.
5217
5218 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5219
5220         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5221
5222 2009-08-26  Glenn Morris  <rgm@gnu.org>
5223
5224         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5225         than placing in files.el.
5226
5227 2009-08-25  Glenn Morris  <rgm@gnu.org>
5228
5229         * nnir.el (top-level): Don't require cl at run-time.
5230         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5231         Replace cl-function substitute with gnus-replace-in-string.
5232         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5233         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5234         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5235         simplified expansions.
5236
5237 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5238
5239         * dig.el (dig): Add autoload cookie.
5240
5241 2009-08-22  Glenn Morris  <rgm@gnu.org>
5242
5243         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5244         goto-line.
5245
5246 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5247
5248         * parse-time.el (parse-time-string-chars): Save match data.
5249
5250 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5251
5252         * parse-time.el (parse-time-string-chars): Compute using character
5253         classes, to handle non-ascii characters (Bug#3190).
5254
5255 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5258
5259         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5260         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5261         (gnus-mm-display-part, gnus-mime-display-single)
5262         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5263         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5264
5265         * gnus-sum.el
5266         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5267         (gnus-summary-move-article): Add expirable mark to articles copied or
5268         moved to group that has auto-expire turned on if the option is non-nil.
5269
5270 2009-07-24  Glenn Morris  <rgm@gnu.org>
5271
5272         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5273         Fix typo.  (Bug#3903)
5274
5275 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5278         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5279         that should not be used for draft articles.
5280         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5281         that has no concern in minor mode keys.
5282         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5283         Abolish.
5284
5285 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5288         article without making inquiry to a user for unknown encoding.
5289
5290         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5291         (nnmaildir--scan): Assume i-node and device number that file-attributes
5292         returns might be cons-cell.
5293
5294         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5295
5296         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5297
5298 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5299
5300         * auth-source.el: Remove docs now in auth.texi.  Don't use
5301         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5302         `auth-source-hide-passwords' and use them.
5303
5304 2009-07-15  Glenn Morris  <rgm@gnu.org>
5305
5306         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5307
5308 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5311         excessive whitespace from the default values of title and description.
5312
5313 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5316         mail-fetch-field to fetch Content-Description header in order to
5317         exclude newlines.
5318
5319 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5320
5321         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5322         format used by GnuPG 2.0.11.
5323
5324 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5327         to deleted part.
5328
5329 2009-05-30  David Engster  <dengste@eml.cc>
5330
5331         * nnmairix.el: Remove old documentation in the commentary block.
5332         (nnmairix-request-group): Do not update active file for nnml back ends.
5333         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5334         end so that overview files are ignored.
5335         (nnmairix-update-groups): Make updating the groups more robust by using
5336         marks.
5337         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5338         with dollar characters in message-id.
5339
5340 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5341
5342         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5343         2008-12-25 in dns.el.
5344
5345 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5346
5347         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5348         could happen if the text is only composed of spaces and/or tabs.
5349
5350 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5351
5352         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5353         when sending a queued message to avoid extra mml tags.
5354
5355 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5358
5359 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5362         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5363         rmail-toggle-header for XEmacs;
5364         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5365
5366 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus-dired.el: Remove autoload for gnus-setup-message.
5369         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5370         displaying Gnus logo; always use compose-mail.
5371
5372 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5375
5376 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5379         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5380         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5381         available.
5382         (gnus-nocem-epg-verify): New function.
5383
5384 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5385
5386         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5387
5388 2009-02-15  Glenn Morris  <rgm@gnu.org>
5389
5390         * gnus-util.el (rmail-insert-rmail-file-header)
5391         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5392         autoloads.
5393         (rmail-default-rmail-file): Remove unnecessary declaration.
5394         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5395
5396 2009-02-14  Glenn Morris  <rgm@gnu.org>
5397
5398         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5399         variable (only used in gnus-util, which declares it anyway).
5400         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5401         which was only needed by gnus-art (changed to not use it any more).
5402         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5403         only used in gnus-util, which autoloads it itself.
5404         (rmail-update-summary): Fix autoload.
5405
5406         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5407         rather than rmail-output-to-rmail-file.
5408
5409 2009-02-07  Glenn Morris  <rgm@gnu.org>
5410
5411         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5412         autoload of function that no longer exists.
5413         (rmail-toggle-header): Declare.
5414         (message-forward-rmail-make-body): Handle mbox Rmail.
5415
5416 2009-01-31  Glenn Morris  <rgm@gnu.org>
5417
5418         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5419         2009-01-09 change.
5420
5421 2009-01-31  Dave Love  <fx@gnu.org>
5422
5423         * imap.el (imap-fetch-safe): Bind debug-on-error.
5424         (imap-debug): Add imap-fetch-safe.
5425
5426 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5427
5428         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5429         (auth-source-forget-all-cached): New convenience function.
5430         (auth-source-user-or-password): Accept list of modes or a single mode.
5431
5432         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5433         auth-source modes.
5434
5435         * netrc.el (netrc-machine-user-or-password): Use list of
5436         auth-source modes.
5437
5438         * nnimap.el (nnimap-open-connection): Use list of
5439         auth-source modes.
5440
5441         * nntp.el (nntp-send-authinfo): Use list of
5442         auth-source modes.
5443
5444 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5445
5446         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5447         now.
5448
5449 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5452         coding system in XEmacs; add a workaround for XEmacs.
5453
5454         * lpath.el: Fbind coding-system-aliasee.
5455
5456 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5459         of current-language-environment.
5460
5461 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5462
5463         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5464         available at runtime.
5465
5466 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5469
5470 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5471
5472         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5473         the greatest positive fixnum value doesn't work under an XEmacs with
5474         bignum support; use the most-positive-fixnum constant instead,
5475         available since Emacs 21.1 with cl and XEmacs 21.1.
5476
5477 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5480         XEmacs gets not to work.
5481
5482 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * mm-util.el (mm-coding-system-priorities): Allow the value like
5485         "Japanese (UTF-8)" of current-language-environment.
5486
5487 2009-01-09  Glenn Morris  <rgm@gnu.org>
5488
5489         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5490         with last-command-event.
5491
5492 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5495         in the doc string.
5496
5497         * message.el (message-fix-before-sending): Amend comment.
5498
5499 2009-01-08  Dave Love  <fx@gnu.org>
5500
5501         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5502
5503 2009-01-07  David Engster  <dengste@eml.cc>
5504
5505         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5506         simplified server definitions by converting it via
5507         gnus-server-to-method.
5508
5509 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5512         parameter's operands.
5513
5514 2009-01-06  David Engster  <dengste@eml.cc>
5515
5516         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5517         primary select method (for gnus-group-mark-article-as-read).
5518
5519 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5520
5521         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5522         `(gnus)Face', not `(gnus)X-Face'.
5523
5524 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * mm-util.el (mm-ucs-to-char): New function.
5527
5528         * mm-url.el (mm-url-decode-entities): Use it.
5529
5530         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5531         unicode-to-char.
5532
5533 2009-01-05  Dave Love  <fx@gnu.org>
5534
5535         * time-date.el: Require cl for `declare'.
5536
5537 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5538
5539         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5540         Dave Love.
5541
5542 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * message.el (message-fix-before-sending): Add `eight-bit' to
5545         illegible-text check.
5546
5547 2009-01-03  Michael Olson  <mwolson@gnu.org>
5548
5549         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5550         `headers' is nil.  This can occur if the IMAP server does not have
5551         permissions to read messages from a folder, but can write new messages
5552         to the folder.
5553         (nnimap-request-article-part): Do not insert `data' if it is nil.
5554
5555         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5556         characters which will confuse `read', so skip past them.
5557
5558 2009-01-01  Dave Love  <fx@gnu.org>
5559
5560         * imap.el (imap-string-to-integer): Fix typo.
5561         (imap-fetch-safe): New function.
5562         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5563
5564         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5565
5566         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5567         (imap-parse-greeting): Fix doc strings.
5568         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5569         (imap-parse-flag-list): Make messages unique.
5570         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5571
5572         * nnimap.el: Fix author email.
5573         (nnimap-split-rule): Add FIXME comment.
5574         (nnimap-debug): Fix doc string.
5575
5576 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5577
5578         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5579
5580 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5581
5582         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5583         nslookup if resolv.conf isn't available.
5584         (dns-query): Rename from query-dns.
5585         (dns-query-cached): Rename from query-dns-cached.
5586
5587 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5590         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5591         to check if those variables exist (first appeared in Emacs 18.50).
5592
5593 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * mm-util.el (mm-line-number-at-pos): New function.
5596
5597         * spam-report.el (spam-report-process-queue): Use it.
5598
5599 2008-12-24  David Engster  <dengste@eml.cc>
5600
5601         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5602         parameters that haven't existed as variables as buffer-local variables.
5603
5604 2008-12-23  Dave Love  <fx@gnu.org>
5605
5606         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5607         cadar.
5608
5609         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5610         imap-starttls-p.
5611         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5612
5613 2008-12-22  Dave Love  <fx@gnu.org>
5614
5615         * imap.el: Fix author email.  Doc fixes.
5616         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5617         reply.
5618
5619 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5620
5621         * spam-report.el (spam-report-gmane-max-requests): New constant.
5622         (spam-report-gmane-wait): New variable.
5623         (spam-report-gmane-ham, spam-report-gmane-spam)
5624         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5625         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5626         the server.
5627
5628         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5629         Add explanations.
5630
5631         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5632         nnheader-accept-process-output and nnheader-read-timeout if available.
5633         (pop3-movemail): Use it.
5634
5635         * message.el (message-check-news-body-syntax): Fix signature check if
5636         there's an attachment.
5637
5638 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * mm-util.el: Add comments to the mm- emulating functions.
5641
5642 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5643
5644         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5645         Reported by Stephen Berman <stephen.berman@gmx.net>.
5646
5647 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * mm-util.el (mm-substring-no-properties): New function.
5650         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5651         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5652         (mm-string-to-multibyte): Doc fix.
5653
5654         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5655
5656 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5657
5658         * mml.el (mml-attach-file): Strip text properties from file name.
5659         (Bug#1574)
5660
5661 2008-12-16  Glenn Morris  <rgm@gnu.org>
5662
5663         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5664
5665 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5668         knows since the charset specified might be a bogus alias that
5669         mm-charset-synonym-alist provides.
5670
5671 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5674         "ISO_8859-1".
5675
5676         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5677
5678 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * mm-util.el (mm-charset-eval-alist):
5681         Define it before mm-charset-to-coding-system.
5682         (mm-charset-to-coding-system): Add optional argument `silent';
5683         define it before mm-charset-override-alist.
5684         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5685         default value if it can be used in Emacs currently running;
5686         silence mm-charset-to-coding-system.
5687
5688 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5691         `allow-override' which says whether to use `mm-charset-override-alist'.
5692         (rfc2047-decode-encoded-words): Use it.
5693
5694         * mm-util.el (mm-charset-override-alist): Fix custom type;
5695         add `(gb2312 . gbk)' to choices.
5696
5697 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5700         fast.
5701
5702         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5703
5704         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5705
5706 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5707
5708         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5709         on links.
5710
5711         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5712
5713 2008-12-03  Lute Kamstra  <lute@gnu.org>
5714
5715         * sha1.el: Remove leading * from docstrings of defcustoms,
5716         deffaces, defconsts and defuns.
5717
5718 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5721         users' addresses that don't have domain parts.
5722         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5723         rather than message-narrow-to-head since there will be the message
5724         header separator.
5725
5726 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5727
5728         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5729         since the result is inserted in a unibyte buffer anyway.
5730         (nnimap-demule-use-string-to-multibyte): Remove.
5731         (nnimap-demule): Alias it to mm-string-to-multibyte.
5732
5733 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5734
5735         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5736         variable for debugging bug#464 and bug#1174.
5737         (nnimap-demule): Use it.
5738
5739 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5740
5741         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5742         score calculation correctly.
5743
5744 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5745
5746         * message.el (message-send-mail): Just set the buffer to unibyte
5747         rather than use mm-with-unibyte-current-buffer which does a lot more.
5748         (message-send-mail-partially): Don't bother with
5749         mm-with-unibyte-current-buffer since it's already been made unibyte by
5750         message-send-mail.
5751
5752 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5753
5754         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5755
5756 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5759
5760 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5763         require itself and to remove `with-no-warnings'.
5764
5765 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * starttls.el (starttls-any-program-available): Get the name of the
5768         available TLS layer program.
5769         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5770         well as the host name in the "opening" message.
5771
5772         * auth-source.el (auth-source-cache, auth-source-do-cache)
5773         (auth-source-user-or-password): Cache passwords and logins by default,
5774         allow override with `auth-source-do-cache'.
5775         (auth-source-forget-user-or-password): Allow users to remove cache
5776         entries if needed.
5777
5778 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5779
5780         * md4.el (md4-buffer): Fix typo in docstring.
5781         (md4, md4-64): Doc fixes.
5782         (md4-pack-int32): Reflow docstring.
5783
5784 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5785
5786         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5787         condition-case to only the forward-sexp call.
5788
5789 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5792         quotes contained.  Make it more robust regardless by an extra
5793         condition-case wrapper.
5794
5795 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5798
5799 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * nnml.el (nnml-request-expire-articles): Check if the function set to
5802         `nnmail-expiry-target' returns the symbol `delete'.
5803
5804         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5805
5806         * nnmail.el (nnmail-expiry-target): Fix custom type.
5807
5808 2008-10-02  Glenn Morris  <rgm@gnu.org>
5809
5810         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5811         Silence compiler warning.
5812
5813 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5814
5815         * tls.el (open-tls-stream): Show the actual command being
5816         executed, instead of the format string.
5817
5818 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * lpath.el: Fbind codepage-setup for Emacs 23.
5821
5822 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5823
5824         * mml.el (mml-menu): Don't assume mml2015 is bound.
5825
5826 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5829         exists.
5830
5831 2008-09-27  Glenn Morris  <rgm@gnu.org>
5832
5833         * gnus-util.el (mail-header-remove-comments): Autoload it.
5834
5835 2008-09-27  Andreas Schwab  <schwab@suse.de>
5836
5837         * gnus-util.el (gnus-split-references): Strip comments.
5838         (gnus-parent-id): Likewise.
5839
5840 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * message.el (message-confirm-send): Fix version.
5843
5844 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * message.el (message-idna-to-ascii-rhs-1): Use
5847         mail-extract-address-components rather than mail-header-parse-addresses
5848         that is an alias by default to ietf-drums-parse-addresses that does not
5849         support non-ASCII names in headers' contents.
5850
5851 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * message.el (message-confirm-send): Fix variable documentation to
5854         avoid the "y/n" wording.
5855
5856 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5857
5858         * message.el (message-set-auto-save-file-name): Save to a different
5859         filename so multiple messages (especially drafts) can be recovered.
5860
5861 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * message.el (message-confirm-send): Add appropriate version.
5864
5865 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5868         defvar.
5869
5870 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5871
5872         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5873         (mm-pkcs7-enveloped-magic): Ditto.
5874
5875 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5876
5877         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5878         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5879
5880 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5883         default, it's better.
5884
5885 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5888         summary line gnus-number property and ignore them (with a warning
5889         message).
5890
5891 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5894         macro caddr in the interactive form since it won't be expanded.
5895
5896 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5899         `charset'; fix name of function called recursively.
5900         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5901
5902 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5905         (gnus-mime-set-charset-parameters): New function.
5906         (gnus-mime-view-part-as-charset): Use it to correctly display part
5907         specifying wrong charset.
5908
5909 2008-09-08  David Engster  <dengste@eml.cc>
5910
5911         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5912         in completing-read for back end server.
5913
5914 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * message.el (message-confirm-send): New variable to confirm sending a
5917         message.
5918         (message-send): Use it.
5919
5920 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5921
5922         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5923
5924 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5927
5928 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5929
5930         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5931         prevent tracking too many groups.
5932         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5933         Use it.
5934
5935 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5936
5937         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5938         moving point to the bottom of the window in order to avoid recentering.
5939
5940 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5943
5944         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5945         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5946         (gnus-article-beginning-of-window): Fix calculation.
5947
5948 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-msg.el (gnus-summary-supersede-article)
5951         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5952         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5953         message header.
5954
5955 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5956
5957         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5958         pending output coming after the status change.
5959
5960 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5961
5962         * message.el:
5963         * gnus-start.el:
5964         * gnus-registry.el: Remove VMS support.
5965
5966 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5969         macro.
5970         (rfc2104-hash): Use it.
5971
5972 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5975         (gnus-summary-sort-by-most-recent-date): New commands.
5976         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5977         and menu entries.
5978
5979 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5982         don't redisplay article for raw contents; remove plural articles stuff.
5983
5984         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5985         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5986         on gnus-summary-save-article; display results properly.
5987
5988 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * lpath.el: No need to fbind ns-focus-frame.
5991
5992 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5995
5996 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-art.el (gnus-summary-save-in-pipe):
5999         Consider gnus-save-all-headers.
6000
6001 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6002
6003         * gnus-util.el (ns-focus-frame): Remove declaration.
6004         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6005         like x.
6006
6007 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6008
6009         * rfc2104.el (rfc2104-zero): Delete defconst.
6010         (rfc2104-hex-alist): Likewise.
6011         (rfc2104-hex-to-int): Delete func.
6012         (rfc2104-hexstring-to-bitstring): Likewise.
6013         (rfc2104-nybbles): New defconst.
6014         (rfc2104-hash): Rewrite for speed.
6015
6016 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * tls.el (open-tls-stream): Make it work with the 2nd argument
6019         BUFFER that is a string but does not exist as a buffer object, as
6020         mentioned in the doc-string.
6021
6022 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6025         SXEmacs.
6026
6027 2008-07-16  Glenn Morris  <rgm@gnu.org>
6028
6029         * gnus-util.el (ns-focus-frame): Declare for compiler.
6030
6031 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6034         set as a group parameter.
6035         (gnus-summary-save-in-pipe): Work when it is called independently.
6036         (gnus-summary-pipe-to-muttprint): Don't modify
6037         gnus-summary-pipe-output-default-command.
6038
6039 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6040
6041         * message.el (message-send-mail-with-sendmail):
6042         Display the error message.
6043
6044 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-art.el (gnus-default-article-saver):
6047         Add gnus-summary-save-in-pipe to choices.
6048         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6049         gnus-summary-pipe-output-default-command as the default command.
6050         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6051         instead of gnus-last-shell-command.
6052
6053         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6054         New user option.
6055         (gnus-summary-muttprint-program): Mention the value will be changed.
6056         (gnus-summary-save-article): Force showing of all headers.
6057         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6058
6059 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6060
6061         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6062
6063 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6064
6065         * nnimap.el (nnimap-id):
6066         * sieve-manage.el (sieve-manage-open): Doc fixes.
6067
6068 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6069
6070         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6071         if available.
6072
6073 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6074
6075         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6076
6077         * nnkiboze.el (nnkiboze-generate-group):
6078         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6079
6080         * nnmairix.el: Require CL.
6081
6082 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * dgnushack.el: Autoload get-display-table and put-display-table for
6085         XEmacs 21.5.
6086
6087         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6088         21.4 and SXEmacs.
6089
6090 2008-06-15  David Engster  <dengste@eml.cc>
6091
6092         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6093
6094 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6095
6096         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6097         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6098         runtime choice under XEmacs.
6099
6100         * gnus-sum.el (gnus-summary-set-display-table):
6101         Use `gnus-put-display-table', `gnus-get-display-table',
6102         `gnus-set-display-table' for the display table, instead of `aset'.
6103
6104         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6105         Use `gnus-put-display-table', `gnus-get-display-table',
6106         `gnus-set-display-table' for the display table.
6107
6108 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * nnmairix.el: Add autoloads.
6111
6112 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * nnmairix.el (nnmairix-delete-recreate-group)
6115         (nnmairix-update-and-clear-marks): Fix error messages.
6116
6117 2008-06-14  David Engster  <dengste@eml.cc>
6118
6119         * nnmairix.el: Upgrade to version 0.6.
6120         (nnmairix-group-toggle-propmarks-this-group)
6121         (nnmairix-group-toggle-readmarks-this-group)
6122         (nnmairix-group-delete-recreate-this-group)
6123         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6124         (nnmairix-remove-tick-mark-original-article): New commands.
6125         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6126         (nnmairix-propagate-marks-to-nnmairix-groups)
6127         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6128         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6129         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6130         functions needed for marks propagation and manipulation of read marks.
6131         (nnmairix-update-groups): New function.
6132         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6133         (nnmairix-determine-original-group-from-registry)
6134         (nnmairix-determine-original-group-from-path)
6135         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6136         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6137         New helper functions.
6138         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6139         keystrokes for new commands.
6140         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6141         (nnmairix-request-group): Check allow-fast group parameter.
6142         (nnmairix-request-create-group): Set allow-fast group parameter if
6143         nnmairix-allowfast-default is set.
6144         (nnmairix-close-group): Propagate marks upon closing if needed.
6145         (nnmairix-group-toggle-threads-this-group): Use new.
6146         nnmairix-group-toggle-parameter helper function.
6147         (nnmairix-search): Better check for empty search result.
6148         (nnmairix-goto-original-article): Use new helper functions for
6149         determining original article.
6150         (nnmairix-show-original-article): Make sure message-id is in brackets.
6151         (nnmairix-call-mairix-binary): Change variable name.
6152         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6153         helper function.
6154         (nnmairix-widget-toggle-activate): Fix doc string.
6155
6156 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * nnir.el: Require edmacro when compiling with XEmacs.
6159         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6160         available in Emacs 21.
6161
6162 2008-06-11  Glenn Morris  <rgm@gnu.org>
6163
6164         * gnus-util.el (x-focus-frame):
6165         * gnus.el (image-size):
6166         * mm-decode.el (image-size): Declare.
6167
6168         * gnus-picon.el (declare-function): Add compat definition.
6169         (image-size): Declare.
6170
6171         * gnus-group.el (tool-bar-map):
6172         * gnus-sum.el (tool-bar-map): Define for compiler.
6173
6174         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6175
6176         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6177
6178         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6179         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6180         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6181         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6182         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6183         * sieve-manage.el, spam-report.el, spam.el:
6184         Remove unnecessary eval-and-compile of autoloads.
6185
6186 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6187
6188         * auth-source.el: Precise Tramp doc.
6189
6190 2008-06-07  Glenn Morris  <rgm@gnu.org>
6191
6192         * nnmairix.el: Remove unnecessary eval-when-compile.
6193
6194 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * lpath.el: Fbind propertize for XEmacs 21.4.
6197
6198 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * nnir.el: Move here from ../contrib.
6201
6202 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6203
6204         * gnus-util.el (gnus-read-shell-command): New function.
6205         * mm-decode.el (mm-pipe-part):
6206         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6207
6208 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6211
6212 2008-06-03  Glenn Morris  <rgm@gnu.org>
6213
6214         * pop3.el (nnheader-accept-process-output): Autoload it.
6215
6216 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6219         are not 2-digit hexadecimal characters that follow `%'s.
6220
6221 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * message.el (message-bogus-recipient-p): Fix type in doc string.
6224         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6225         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6226         Improve custom options.
6227         (message-bogus-recipient-p): Adjust accordingly.
6228
6229 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6230
6231         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6232         long-form month and day names.
6233
6234 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * dgnushack.el: Autoload debug, eudc-expand-inline and
6237         pgg-snarf-keys-region for XEmacs.
6238
6239         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6240
6241         * nnmairix.el: Require edmacro when compiling with XEmacs.
6242
6243 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6246         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6247
6248 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * auth-source.el: Add more docs.
6251
6252         * netrc.el (netrc-machine): Always match if the port is not given.
6253
6254 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6257         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6258         retrieval faster in some cases, but might make CPU usage larger.
6259         If this has any bad side effects, we might revert this change.
6260
6261         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6262         seems to make mail retrieval much, much faster.
6263         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6264         unconditionally.
6265
6266         * gnus-draft.el (gnus-group-send-queue):
6267         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6268
6269 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6272
6273         * message.el (message-bogus-address-regexp): Fix and improve custom
6274         type.
6275         (message-setup-hook): Add message-check-recipients as custom option.
6276
6277 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * message.el (message-cite-function): Remove bogus autoload which crept
6280         in during merge from v5-10.
6281
6282 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6283
6284         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6285
6286         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6287
6288         * auth-source.el: Preliminary Tramp docs.
6289         (auth-sources): Change the default auth-sources to use
6290         EPA .gpg files.
6291
6292 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * nntp.el: Autoload `auth-source-user-or-password'.
6295         (nntp-send-authinfo): Use it.
6296
6297         * nnimap.el: Autoload `auth-source-user-or-password'.
6298         (nnimap-open-connection): Use it.
6299
6300         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6301         for the gnus-message function.
6302         (auth-source-user-or-password): Use it.
6303
6304 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6305
6306         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6307         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6308         (rfc2104-hash): Use it.
6309
6310 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6311
6312         * gnus-art.el (gnus-article-toggle-truncate-lines):
6313         Don't use `iff' in docstring.
6314
6315 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6318
6319         * gnus-util.el (gnus-extract-address-component-name)
6320         (gnus-extract-address-component-email): Convenience functions around
6321         `gnus-extract-address-components'.
6322
6323         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6324         Use `gnus-extract-address-component-email' to fix bug of comparing full
6325         sender name to `user-mail-address'.
6326
6327 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6330         catch/throw to optimize.
6331         (gnus-registry-find-keywords): Just use member to find a keyword.
6332
6333 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6334
6335         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6336         is current before calling gnus-server-prepare.
6337         (gnus-server-setup-buffer, gnus-server-update-server)
6338         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6339
6340 2008-05-04  Juri Linkov  <juri@jurta.org>
6341
6342         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6343         (mailcap-file-default-commands): Use mailcap-replace-in-string
6344         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6345         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6346
6347 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6348
6349         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6350
6351 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6352
6353         * gnus.el: Bump version to 0.11.
6354
6355 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6356
6357         * gnus.el: No Gnus v0.10 is released.
6358
6359 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360
6361         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6362         hooks.
6363         (gnus-update-read-articles): Speed up non-marks-using users.
6364         (gnus-use-marks): Define gnus-use-marks.
6365         (gnus-propagate-marks): Rename variable to something more sensible.
6366
6367 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6368
6369         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6370         (gmm-image-load-path-for-library): Fix typos in docstrings.
6371         (gmm-message): Reflow docstring.
6372
6373 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * mail-source.el (mail-source-set-1, mail-source-bind):
6376         Move auth-source code out of the macro to clean it up and fix bugs.
6377
6378 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6381         by sender if it's equal to user-mail-address, it's likely to be
6382         useless.
6383
6384         * mail-source.el (mail-source-bind): Don't use user or password if they
6385         are not bound.  Unintern them if they are nil.  Don't use server unless
6386         it's bound, and default it to empty string otherwise.
6387
6388 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6389
6390         * mail-source.el: Load auth-source.el.
6391         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6392         get user name or password, if auth-sources is set up.
6393
6394         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6395         strategy of splitting with parent.
6396         (gnus-registry-split-fancy-with-parent)
6397         (gnus-registry-post-process-groups): Use it and fix prior
6398         bug (returning a list as the split result).
6399
6400         * auth-source.el (auth-sources): Remove server parameter.
6401         (auth-source-pick, auth-source-user-or-password)
6402         (auth-source-user-or-password-imap)
6403         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6404         (auth-source-user-or-password-sftp)
6405         (auth-source-user-or-password-smtp): Remove server parameter.
6406
6407 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6408
6409         * smime.el (smime-sign-region, smime-encrypt-region)
6410         (smime-decrypt-region):
6411         Remove redundant calls to `generate-new-buffer-name'.
6412
6413 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6414
6415         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6416         Don't use QP for message/rfc822.
6417         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6418
6419 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6420
6421         * sieve-manage.el (sieve-string-bytes): Remove.
6422         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6423         correct byte-length only if the process's coding-system is the same as
6424         the one used internally by Emacs to represent strings.
6425
6426 2008-04-22  Juri Linkov  <juri@jurta.org>
6427
6428         * mailcap.el (mailcap-file-default-commands): New function.
6429
6430 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * message.el (message-signature-separator, message-cite-function):
6433         Change custom version.
6434
6435 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6436
6437         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6438         commands.
6439         (tls-checktrust): Ditto.
6440
6441 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * mm-decode.el (mm-display-external): Make temp file read-only.
6444
6445 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6448         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6449         `C-c C-f d'.
6450
6451 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6452
6453         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6454
6455 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * gnus.el: Bump version to 0.9.
6458
6459 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * gnus.el: No Gnus v0.8 is released.
6462
6463 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6464
6465         * mail-source.el (mail-source-value):
6466         Prefer fboundp to functionp so it works with macros as well.
6467
6468 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6469
6470         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6471         Fix last change in case the element is not even a symbol.
6472
6473 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6474
6475         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6476         Prefer fboundp to functionp so it works with macros as well.
6477
6478 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         * auth-source.el: Add docs.
6481         (auth-sources): Modify format to support server.
6482         (auth-source-pick, auth-source-user-or-password)
6483         (auth-source-user-or-password-imap)
6484         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6485         (auth-source-user-or-password-sftp)
6486         (auth-source-user-or-password-smtp): Add server parameter.
6487
6488 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * gnus-registry.el: Initialize the registry when gnus-registry-install
6491         is t.
6492
6493 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * compface.el (uncompface): Make buffer unibyte.
6496
6497 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6498
6499         * mail-source.el (mail-source-value):
6500         Prefer fboundp to functionp so it works with macros as well.
6501
6502 2008-04-05  Glenn Morris  <rgm@gnu.org>
6503
6504         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6505
6506 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6507
6508         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6509         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6510
6511         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6512         multibyteness after rather than before erasing it.
6513
6514         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6515         mm-with-multibyte.
6516         (gnus-request-article-this-buffer): Make sure the proper decoding is
6517         used if gnus-original-article-buffer happens to be unibyte.
6518
6519         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6520         default-enable-multibyte-characters.
6521
6522         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6523         default-enable-multibyte-characters.
6524
6525         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6526
6527         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6528
6529 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6530
6531         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6532         Fix last change in case the element is not even a symbol.
6533
6534 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6535
6536         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6537         (imap-message-copyuid-1): Use it.
6538         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6539         J. Williams in
6540         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6541
6542         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6543         imap-enable-exchange-bug-workaround.
6544         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6545
6546 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6547
6548         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6549         a 100 byte status-checks into a 2-3MB transfer for each group.
6550         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6551         to enable bug workaround or not.
6552         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6553
6554 2008-03-31  Glenn Morris  <rgm@gnu.org>
6555
6556         * message.el (mml2015-use): Declare for compiler.
6557         (message-info): Require mml2015 when appropriate.
6558
6559 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6562         whitespace.
6563
6564 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6565
6566         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6567         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6568         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6569         (nntp-service-to-port): New function.
6570         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6571         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6572         (nntp-open-netcat-stream): New function.
6573         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6574
6575 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6576
6577         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6578
6579 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6580
6581         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6582
6583 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6584
6585         * dns.el (dns-write): Use set-buffer-multibyte.
6586
6587 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6588
6589         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6590
6591 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * message.el (message-signature-separator): Change default.
6594         Improve custom type.
6595         (message-cite-function): Change default to
6596         message-cite-original-without-signature.
6597
6598         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6599         toggle.
6600
6601         * message.el (message-check-news-body-syntax): Fix signature check.
6602         (message-setup-1): Mark buffer as unmodified _after_ running
6603         message-setup-hook and handling message-alternative-emails.
6604         (message-shorten-references): Be more strict when building list of
6605         valid references to comply with GNKSA.
6606
6607         * gnus-group.el (gnus-read-ephemeral-bug-group)
6608         (gnus-read-ephemeral-debian-bug-group)
6609         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6610
6611         * message.el (message-info): Don't use booleanp which isn't supported
6612         in Emacs 21 and XEmacs.
6613
6614 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6615
6616         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6617         gnus-group-gmane-group-download-format.
6618         (gnus-group-read-ephemeral-gmane-group): Rename from
6619         gnus-group-read-ephemeral-gmane-group.
6620         (gnus-read-ephemeral-gmane-group-url): Rename from
6621         gnus-group-read-ephemeral-gmane-group-url.
6622         (gnus-bug-group-download-format-alist): New variable.
6623         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6624         (gnus-read-ephemeral-emacs-bug-group): New commands.
6625
6626 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6629         (gnus-visible-headers): Improve custom type.
6630
6631 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * mml.el (mml-menu): Add workarounds for XEmacs.
6634
6635         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6636         X-Boundary header.
6637
6638         * message.el (message-simplify-recipients): Fix previous commit.
6639
6640 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6641
6642         * mm-util.el (mm-set-buffer-multibyte): New function.
6643         * mm-decode.el (mm-copy-to-buffer): Use it.
6644
6645         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6646         Prefer fboundp to functionp so it works with macros as well.
6647
6648 2008-03-19  Glenn Morris  <rgm@gnu.org>
6649
6650         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6651         Accidentally removed in the sync process with Emacs.
6652
6653 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6654
6655         * message.el (message-alter-recipients-discard-bogus-full-name):
6656         New function.
6657         (message-alter-recipients-function): New variable.
6658         (message-get-reply-headers): Use it.
6659         (message-replace-header): New helper function.
6660         (message-recipients-without-full-name): New variable.
6661         (message-simplify-recipients): New command.
6662
6663         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6664
6665         * message.el (message-info): Handle EasyPG manual.
6666
6667         * mml.el (mml-menu): Add entry for EasyPG.
6668
6669 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6670
6671         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6672         parameter.
6673
6674         * message.el (message-disassociate-draft): Specify drafts group name
6675         fully.
6676
6677 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6678
6679         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6680         Eliminate unnecessary duplicates from the match list.
6681
6682 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6685
6686         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6687
6688         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6689         args of `how-many' of which the XEmacs version doesn't take; declare
6690         Info-index-next as function.
6691
6692 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-score.el (gnus-score-headers): Fix handling of
6695         gnus-inhibit-slow-scoring.
6696
6697         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6698         string.
6699         (gnus-button-url-regexp): Improve handling of parenthesis.
6700         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6701         (gnus-button-handle-info-keystrokes): Handle index entries.
6702
6703 2008-03-15  Glenn Morris  <rgm@gnu.org>
6704
6705         * parse-time.el (parse-time-string): Simplify.
6706
6707 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6710         Incoming* files.
6711
6712 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6713
6714         * auth-source.el (auth-sources): Rename from auth-source-choices.
6715         (auth-source-pick): Use it.
6716
6717 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6718
6719         * binhex.el (binhex-decode-region-internal):
6720         * uudecode.el (uudecode-decode-region-internal):
6721         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6722         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6723         setting default-enable-multibyte-characters.
6724
6725 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6726
6727         * auth-source.el (auth-source-protocols)
6728         (auth-source-protocols-customize, auth-source-choices): Add and
6729         modified variable customizations and defaults.
6730         (auth-source-pick, auth-source-user-or-password)
6731         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6732         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6733         (auth-source-user-or-password-sftp)
6734         (auth-source-user-or-password-smtp): Use new variables and provide an
6735         interface to netrc.el.
6736
6737 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6740         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6741         Make sure the nntp port to specify is a string.
6742
6743 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6744
6745         * nntp.el: Use with-current-buffer.
6746         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6747         dubious mm-with-unibyte-current-buffer.
6748         (nntp-with-open-group-function): New function extracted from
6749         nntp-with-open-group macro.
6750         (nntp-with-open-group): Use the function, so it's easier to debug.
6751         Add indentation and debugging info.
6752         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6753         Recommend the use of the netcat alternatives.
6754
6755         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6756         Avoid mm-string-as-multibyte as well.
6757
6758         * nnweb.el (nnweb-insert-html):
6759         Remove use of nnheader-string-as-multibyte.
6760
6761         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6762         (nnheader-string-as-multibyte): Remove.
6763
6764         * mm-view.el: Use inhibit-read-only.
6765         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6766         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6767         or unibyte-string.
6768
6769         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6770         (mm-uu-yenc-extract): Use with-current-buffer.
6771
6772         * gnus-soup.el (gnus-soup-send-packet): Don't use
6773         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6774
6775         * nnmh.el: Use with-current-buffer.
6776         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6777         mm-string-as-multibyte on the output of mm-encode-coding-string.
6778
6779         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6780         (nnimap-request-move-article): Use with-current-buffer.
6781
6782         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6783         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6784         conversion uses string-make-unibyte rather than string-as-unibyte.
6785
6786         * gnus-msg.el: Use with-current-buffer.
6787
6788         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6789
6790 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6791
6792         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6793         string for caching if it is 'PIN.
6794
6795 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * lpath.el: Consider the case without Emacs/W3.
6798
6799 2008-03-08  Glenn Morris  <rgm@gnu.org>
6800
6801         * time-date.el (date-to-time, time-subtract, time-add)
6802         (safe-date-to-time): Doc fixes.
6803
6804 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6805
6806         * mail-source.el (mail-source-delete-old-incoming-confirm):
6807         Change default to nil.
6808         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6809
6810 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * lpath.el: Rearrange.
6813
6814         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6815         (gnus-article-goto-prev-page): Work for articles having ^L's.
6816
6817         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6818
6819         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6820
6821 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6822
6823         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6824         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6825         (gnus-bookmark-jump): Adjust some variable names.
6826
6827 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * auth-source.el: New package.
6830         (auth-source-choices): Add customization entry point variable.
6831
6832         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6833         bug.
6834
6835 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6836
6837         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6838         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6839         (gnus-registry-install-shortcuts): Rename from
6840         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6841         the `gnus-registry-mark-map' keymap dynamically from
6842         `gnus-registry-marks'.  The generated functions update the summary line
6843         when a registry mark is added or deleted, and will call
6844         `gnus-registry-install-p' (see the comments in the code).
6845         (gnus-registry-user-format-function-M): Use concat intelligently.
6846
6847         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6848         the registry mark functions.
6849
6850 2008-03-05  Glenn Morris  <rgm@gnu.org>
6851
6852         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6853         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6854         gnus-art.
6855         (top-level): No need to load own source when compiling.
6856
6857 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6860         Suggested by <chris.anderton@zetnet.co.uk>.
6861
6862 2008-03-04  Glenn Morris  <rgm@gnu.org>
6863
6864         * gnus-sum.el (top-level): No need to require gnus when compiling,
6865         since unconditionally required near start of file.
6866         (gnus-summary-display-while-building): Move definition before use.
6867
6868 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6869
6870         * gnus-registry.el (gnus-registry-user-format-function-M):
6871         Add formatting function.
6872
6873 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6874
6875         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6876         with plists.
6877         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6878         Use new format.
6879
6880 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6883         `where-is-internal' that returns a range of key sequences.
6884
6885 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6886
6887         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6888
6889         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6890         (gnus-summary-jump-to-group): Consider windows on other displayed
6891         frames as well.  Similar changes might be needed elsewhere, but that's
6892         the one I've bumped into during my use.
6893
6894         * nndoc.el (nndoc-oe-dbx-type-p):
6895         * gnus-msg.el (gnus-debug):
6896         * gnus-group.el (gnus-update-group-mark-positions):
6897         Use mm-string-to-multibyte.
6898
6899 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6902         doesn't handle NotDashEscaped.
6903
6904         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6905         (mml-dnd-attach-options): Fix typo in custom choice.
6906
6907         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6908         Change nndoc-article-type to mbox.
6909         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6910
6911         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6912         to nil, instead of html2text.
6913
6914         * imap.el (imap-debug): Add `imap-ping-server'.
6915
6916         * gnus-bookmark.el: Add FIXMEs.
6917
6918         * message.el (message-form-letter-separator)
6919         (message-send-form-letter-delay): New variables.
6920         (message-send-form-letter): Use them.  New command to send form
6921         letters.  Requested by Uwe Siart.
6922         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6923
6924 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6925
6926         * Update copyright years.
6927
6928 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         Sync from EMACS_22_BASE.
6931
6932         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6933
6934 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6935
6936         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6937         empty author.
6938
6939 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * gnus-registry.el (gnus-registry-marks): Add variable for
6942         customization of marks and their appearance.
6943         (gnus-registry-read-mark): Use it.
6944         (gnus-registry-do-marks): Add utility function to loop through
6945         `gnus-registry-marks'.
6946         (gnus-registry-install-shortcuts-and-menus): Add function to install
6947         shortcuts and menus.
6948         (gnus-registry-initialize): Use it.
6949         (gnus-registry-default-mark): Clarify documentation.
6950
6951 2008-02-29  Glenn Morris  <rgm@gnu.org>
6952
6953         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6954         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6955         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6956         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6957         Change defcustom :version from 23.0 to 23.1.
6958
6959 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * gnus-registry.el (gnus-registry-follow-group-p)
6962         (gnus-registry-post-process-groups): Add functions to aid registry
6963         splitting and improve logging.  Clarify behavior in function
6964         documentation.
6965         (gnus-registry-split-fancy-with-parent): Use them.
6966
6967 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6968
6969         * gnus-art.el: Use with-current-buffer.
6970
6971 2008-02-27  David Engster  <dengste@eml.cc>
6972
6973         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6974         Express real group name in the response.
6975
6976 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6979         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6980         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6981         autoload gnus-registry-fetch-group when compiling.
6982         (nnmairix-request-group-with-article-number-correction):
6983         Remove unreferenced argument passed to nnmairix-call-backend.
6984
6985 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6988         (mm-uu-extract): Improve face for low color ttys.
6989         Reported by Sascha Wilde.
6990
6991 2008-02-27  Glenn Morris  <rgm@gnu.org>
6992
6993         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6994         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6995         variables to defconsts.  Convert comments to doc-strings.
6996         (nnmairix-last-server, nnmairix-current-server): Convert from free
6997         variables to defvars.  Convert comments to doc-strings.
6998         (gnus-registry-fetch-group): Autoload.
6999         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7000         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7001         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7002         caddr.
7003         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7004         nnmairix-request-group-with-article-number-correction call.
7005         (nnmairix-fast, nnmairix-group): New, less general names, for free
7006         variables passed from nnmairix-request-group to
7007         nnmairix-request-group-with-article-number-correction.  Declare.
7008         (nnmairix-request-group-with-article-number-correction):
7009         Use nnmairix-fast, nnmairix-group rather than fast, group.
7010
7011 2008-02-26  David Engster  <dengste@eml.cc>
7012
7013         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7014         version 0.5.
7015
7016 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7017
7018         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7019         instead of making an extra function call.  Don't add the current group
7020         to articles only when they have the group.  Use
7021         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7022         Reported by David <de_bb@arcor.de>.
7023
7024 2008-02-24  Miles Bader  <miles@gnu.org>
7025
7026         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7027         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7028         (mm-find-mime-charset-region):
7029         * mm-bodies.el (mm-encode-body):
7030         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7031
7032 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7035         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7036
7037 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7038
7039         * mail-source.el (mail-source-delete-incoming): Change default.
7040         Supplement doc string.
7041
7042         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7043
7044 2008-02-14  Glenn Morris  <rgm@gnu.org>
7045
7046         * time-date.el (format-seconds): New function.
7047
7048 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * nnmail.el (nnmail-message-id-cache-file): Derive from
7051         `gnus-home-directory'.
7052
7053 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7054
7055         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7056         Document negative prefix.
7057
7058         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7059
7060 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * message.el (message-unsent-separator): Add the Exim bounce
7063         separator.
7064
7065 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7066
7067         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7068         list.
7069         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7070         recipient/signer list.
7071
7072 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * Makefile.in (datarootdir): Define.
7075         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7076         name that might contain whitespace.
7077
7078 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7081         fbound (Emacs 23 unicode), signal an error.
7082
7083 2008-02-08  Glenn Morris  <rgm@gnu.org>
7084
7085         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7086
7087 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7088
7089         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7090         ports to the calls to `netrc-machine-user-or-password' in addition to
7091         "imap" and "imaps".
7092
7093 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7094
7095         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7096
7097         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7098
7099 2008-02-01  Kenichi Handa  <handa@m17n.org>
7100
7101         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7102         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7103         (rfc2104-hash): Convert the result of concat to unibyte string.
7104
7105 2008-02-01  Dave Love  <fx@gnu.org>
7106
7107         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7108         coding-system-for-read.
7109         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7110
7111 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7112
7113         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7114         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7115         <hanche@math.ntnu.no>.
7116
7117 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7120
7121         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7122
7123 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7124
7125         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7126         * message.el (message-beginning-of-line): Use featurep instead of bound
7127         tests in order to resolve conditionals at compile time.
7128
7129 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7130
7131         * mail-source.el (mail-sources): Add `group' choice.
7132
7133         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7134         parameter `in-group' to control into which group the articles go.
7135         Add treatment of `group' mail-source.
7136
7137 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7140
7141         * mm-decode.el (mm-dissect-buffer): Decode description.
7142
7143         * mml.el (mml-to-mime): Encode message header first.
7144
7145 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7148         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7149
7150         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7151         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7152
7153 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7156
7157 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7160         prefix keys.
7161         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7162         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7163         gnus-xmas.el.
7164
7165         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7166         (gnus-xmas-article-describe-bindings): New function.
7167         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7168         gnus-xmas-article-describe-bindings.
7169
7170         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7171
7172 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7173
7174         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7175         Add new variables for article mark management.
7176         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7177         list of extra data entries which, when present, will indicate that the
7178         article ID should not be trimmed from the registry.
7179         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7180         functions.
7181         (gnus-registry-read-mark): New function to read a mark name from the
7182         user.
7183         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7184         (gnus-registry-set-article-mark-internal): New functions to add and
7185         remove marks.
7186         (gnus-registry-get-article-marks): New function to show the marks for
7187         an article, or retrieve them for further use.
7188
7189 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7192         keys when no argument is given.
7193
7194 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * imap.el (imap-ping-server): New variable.
7197         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7198         (imap-ping-server): Minor doc string fixes.
7199
7200 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7201
7202         * imap.el (imap-ping-server): New function.
7203         (imap-opened): Call imap-ping-server.
7204
7205 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * gnus-sum.el (gnus-article-sort-by-random)
7208         (gnus-thread-sort-by-random): Fix doc strings.
7209         Reported by jidanni@jidanni.org.
7210
7211 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus-art.el (gnus-article-describe-bindings): New function.
7214         (gnus-article-read-summary-keys): Use it.
7215         (gnus-article-mode-map): Bind `C-h b' to it.
7216
7217 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7220         XEmacs.
7221         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7222         Protect against non-character events.
7223
7224         * lpath.el: Fbind map-keymap for Emacs 21.
7225
7226 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7227
7228         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7229         New command.
7230         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7231         instead of END.  Change name of the temp file.
7232         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7233         customizable.
7234
7235 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7238         bind `S W' to gnus-article-wide-reply-with-original; set default
7239         binding to gnus-article-read-summary-send-keys.
7240         (gnus-article-read-summary-keys): Fix the order of keys; display
7241         continuation keys correctly in the echo area; describe bindings
7242         correctly when keys end with `C-h'.
7243         (gnus-article-read-summary-send-keys): New function.
7244         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7245         Work for gnus-article-read-summary-send-keys; display continuation keys
7246         correctly in the echo area.
7247         (gnus-article-reply-with-original): Ignore prefix argument.
7248         (gnus-article-wide-reply-with-original): New function.
7249
7250         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7251         Emacs 21.
7252
7253 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7256         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7257
7258 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7261         (gnus-group-read-ephemeral-gmane-group): New command.
7262
7263 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7264
7265         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7266
7267 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * message.el (message-send-mail-function): Increase custom version.
7270
7271         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7272         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7273
7274 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7275
7276         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7277         for the cases where imap-authenticate is called with a nil buffer
7278         parameter.
7279
7280 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7283         html parts correctly; support forwarded messages.
7284         (gnus-article-browse-html-article): Remove work buffers.
7285
7286         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7287         compiling.
7288         (netrc-bound-and-true-p): New macro.
7289         (netrc-parse): Use it instead of bound-and-true-p that is not available
7290         in XEmacs 21.4.
7291
7292 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7293
7294         * gnus-registry.el (gnus-registry-mark-article)
7295         (gnus-registry-article-marks): Add functionality to mark articles
7296         through the Gnus registry.
7297
7298         * encrypt.el: Clarify documentation for the new pgg method.
7299         (encrypt-file-alist): Add PGG option.
7300         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7301         functionality.  Abstract password key and messaging to external
7302         functions.
7303         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7304         (encrypt-message-method-and-cipher): Add new convenience external
7305         functions.
7306         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7307         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7308
7309         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7310         (netrc-parse): Use encrypt-file-alist to determine if
7311         encrypt-find-model or encrypt-insert-file-contents should be used.
7312
7313         * encrypt.el: Clarify documentation.  Load password-cache or
7314         password, whichever one is found first, instead of autoloading.
7315
7316 2007-12-19  Glenn Morris  <rgm@gnu.org>
7317
7318         * mml.el (message-options-set, message-narrow-to-head)
7319         (message-in-body-p, message-mail-p, message-encode-message-body):
7320         Autoload.
7321         (message-remove-header, message-narrow-to-headers-or-head)
7322         (message-subscribed-p, message-make-mail-followup-to)
7323         (message-position-on-field, message-news-p)
7324         (message-options-set-recipient, message-generate-headers)
7325         (message-sort-headers): Declare as functions.
7326
7327 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7330         convention in doc string.
7331
7332 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7335         title to html parts.
7336         (gnus-article-browse-html-article): Pass message header to it.
7337
7338         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7339
7340 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7341
7342         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7343         or password compatible with XEmacs.
7344
7345 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7348         format document.
7349         (gnus-mime-delete-part): Don't write description line if empty.
7350         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7351
7352 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7353
7354         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7355         (gnus-summary-mark-read-and-unread-as-read)
7356         (gnus-summary-mark-current-read-and-unread-as-read)
7357         (gnus-summary-mark-unread-as-ticked): Doc fix.
7358         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7359
7360 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7363         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7364
7365 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7368         yes-or-no-p.
7369
7370 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * mm-decode.el (mm-add-meta-html-tag): New function.
7373         (mm-save-part-to-file, mm-pipe-part): Use it.
7374
7375         * gnus-art.el (gnus-article-browse-delete-temp-files):
7376         Use gnus-y-or-n-p instead of y-or-n-p.
7377         (gnus-article-browse-html-parts): Work with message/external-body; use
7378         mm-add-meta-html-tag.
7379
7380 2007-12-11  Glenn Morris  <rgm@gnu.org>
7381
7382         * gnus-cache.el: Require gnus-sum not just when compiling.
7383
7384         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7385
7386         * gnus-int.el (gnus-server-opened, gnus-status-message):
7387         Move definitions before use.
7388
7389         * mm-decode.el: Require gnus-util.
7390         (mm-remove-part): Only call delete-annotation on XEmacs.
7391
7392         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7393
7394         * nnmail.el: Require gnus-int.
7395
7396         * spam.el: Move `require's before `eval-when-compile's.
7397
7398         * gnus-ems.el (gnus-alive-p):
7399         * gnus-fun.el (message-goto-eoh):
7400         * gnus-util.el (gnus-group-name-decode):
7401         * mail-source.el (gnus-compress-sequence):
7402         * message.el (Info-goto-node, format-spec):
7403         * mm-bodies.el (message-options-get):
7404         * mm-decode.el (mm-view-pkcs7):
7405         * mm-util.el (gmm-write-region):
7406         * mml-smime.el (mml-compute-boundary)
7407         (gnus-completing-read-with-default):
7408         * mml.el (widget-button-press, gnus-make-hashtable):
7409         * mml1991.el (mm-decode-content-transfer-encoding)
7410         (mm-encode-content-transfer-encoding)
7411         (message-options-get, message-options-set):
7412         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7413         * nnfolder.el (gnus-request-group):
7414         * nnheader.el (ietf-drums-unfold-fws):
7415         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7416         * smime.el (gnus-run-mode-hooks):
7417         * spam-stat.el (gnus-message): Autoload.
7418
7419         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7420         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7421         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7422         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7423         Add declare-function compatibility definition.
7424
7425         * gnus-cache.el (nnvirtual-find-group-art):
7426         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7427         (gnus-add-image, gnus-add-wash-type):
7428         * gnus-group.el (nnkiboze-score-file):
7429         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7430         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7431         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7432         (message-tokenize-header, gnus-get-buffer-create)
7433         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7434         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7435         * gnus.el (gnus-group-decoded-name):
7436         * mail-source.el (imap-capability):
7437         * mm-bodies.el (message-options-set):
7438         * mm-decode.el (gnus-configure-windows):
7439         * mm-extern.el (message-goto-body):
7440         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7441         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7442         (epg-sub-key-validity, message-options-set):
7443         * mml.el (widget-event-point, gnus-configure-windows):
7444         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7445         * mml2015.el (epg-check-configuration, epg-configuration)
7446         (message-options-set):
7447         * nndb.el (nndb-request-article):
7448         * nnfolder.el (gnus-request-create-group):
7449         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7450         * nnmaildir.el (gnus-group-mark-article-read):
7451         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7452         * rfc1843.el (message-fetch-field):
7453         * spam.el (gnus-extract-address-components):
7454         Declare as functions.
7455
7456 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7459
7460         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7461
7462         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7463         bind show-trailing-whitespace for XEmacs.
7464
7465 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7468         new no-op macro for backward compatibility.
7469
7470         * imap.el (imap-string-to-integer): New function.
7471
7472 2007-12-09  Glenn Morris  <rgm@gnu.org>
7473
7474         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7475
7476         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7477         * message.el, mm-view.el, sieve-manage.el, smime.el:
7478         Add declare-function compatibility definition.
7479
7480         * gnus-art.el (w3-region, w3m-region, Info-menu):
7481         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7482         * gnus-sum.el (gnus-get-predicate):
7483         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7484         * message.el (mail-abbrev-in-expansion-header-p):
7485         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7486         (w3m-detect-meta-charset, w3m-region):
7487         * sieve-manage.el (password-read, password-cache-add)
7488         (password-cache-remove):
7489         * smime.el (password-read-and-add): Declare as functions.
7490
7491 2007-12-08  David Kastrup  <dak@gnu.org>
7492
7493         * gnus-sum.el (gnus-summary-simplify-subject-query):
7494         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7495         `message'.
7496
7497 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7500         it to bind idna-program, installation-directory, defined-colors, and
7501         face-attribute for XEmacs of the version that compiles defcustom forms.
7502
7503 2007-12-07  Glenn Morris  <rgm@gnu.org>
7504
7505         * gnus-art.el (article-make-date-line): Revert previous change.
7506
7507 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7510
7511 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7512
7513         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7514         Call gnus-add-to-range ranges only once with a prepared article-list.
7515
7516 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7517
7518         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7519         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7520         group names with backslashes.
7521         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7522
7523 2007-12-06  Deepak Goel  <deego3@gmail.com>
7524
7525         * gnus-art.el (article-make-date-line):
7526         * gnus-start.el (gnus-load):
7527         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7528
7529 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-art.el (gnus-use-idna)
7532         * gnus-start.el (gnus-site-init-file)
7533         * message.el (message-use-idna)
7534         * mm-uu.el (mm-uu-hide-markers)
7535         * smiley.el (smiley-style): Revert changes that suppress warnings.
7536
7537 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7540         specify charset to html source.
7541         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7542
7543 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7546         idna-program in order to suppress byte compile warning issued by XEmacs
7547         that came to byte compile the default value section of defcustom forms
7548         recently.
7549
7550         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7551         value of installation-directory.
7552
7553         * message.el (message-use-idna): Don't directly refer to the value of
7554         idna-program.
7555
7556         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7557
7558         * smiley.el (smiley-style): Don't directly call face-attribute.
7559
7560 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7563
7564         * gnus-dired.el: Reduce Gnus dependencies.
7565         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7566         Don't require.  Use autoloads instead.
7567         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7568         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7569         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7570         (gnus-dired-mode): Adjust doc string.
7571         (gnus-dired-mail-mode): New variable.
7572         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7573         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7574         (gnus-dired-mail-buffers): New function.  Return mail or message
7575         composition buffers.
7576         (gnus-dired-attach): Use it.
7577         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7578         NO-DECODE.
7579         (gnus-dired-print): Use `gnus-print-buffer' depending on
7580         `gnus-dired-mail-mode'.
7581
7582 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * rfc2047.el (rfc2047-encoded-word-regexp)
7585         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7586         explaining what regexp patterns are for.
7587
7588 2007-12-04  Glenn Morris  <rgm@gnu.org>
7589
7590         * password.el: Move to password-cache.el.
7591
7592         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7593         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7594         * mml-smime.el (password-read, password-cache-add)
7595         (password-cache-remove):
7596         No need to autoload, since mml-sec requires password.
7597
7598         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7599         * message.el (gnus-extract-address-components):
7600         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7601
7602         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7603         password.
7604
7605 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * mailcap.el: Reduce dependencies.
7608         (mail-header-parse-content-type): Autoload.
7609         (mailcap-delete-duplicates): New alias.
7610         (mailcap-mime-info): Add optional argument NO-DECODE.
7611         (mailcap-mime-types): Use mailcap-delete-duplicates.
7612
7613         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7614
7615 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7616
7617         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7618         (imap-parse-status): Upcase status-att for servers that sends them
7619         lower-case (e.g., MS Exchange 2007).
7620
7621 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7624         function.
7625
7626         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7627         (gnus-uu-yenc-article): New function.
7628
7629         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7630
7631         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7632
7633 2007-12-02  Glenn Morris  <rgm@gnu.org>
7634
7635         * binhex.el (binhex): New custom group.
7636         (binhex-decoder-program, binhex-decoder-switches)
7637         (binhex-use-external): Move to the binhex custom group.
7638
7639         * uudecode.el (uudecode): New custom group.
7640         (uudecode-decoder-program, uudecode-decoder-switches)
7641         (uudecode-use-external): Move to the uudecode custom group.
7642
7643         * netrc.el (top-level): Don't load `encrypt' features.
7644         (netrc-parse): Don't use encrypt.
7645         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7646
7647         * encrypt.el: Remove file.
7648
7649 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7652         matches on patches.
7653
7654         * gnus-art.el (gnus-article-browse-html-article):
7655         Mention `mm-text-html-renderer' in the doc string.
7656
7657         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7658         string.  Add comments.
7659
7660         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7661         if rhs is ASCII.
7662
7663 2007-12-01  Glenn Morris  <rgm@gnu.org>
7664
7665         * mail-source.el (top-level): Require format-spec before
7666         eval-when-compile.
7667
7668 2007-11-30  Glenn Morris  <rgm@gnu.org>
7669
7670         * encrypt.el: Require password, rather than autoloading password-read.
7671
7672 2007-11-29  Glenn Morris  <rgm@gnu.org>
7673
7674         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7675         (sasl-make-client, sasl-next-step, sasl-step-data)
7676         (sasl-step-set-data): Declare as functions.
7677
7678 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7681
7682 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7683
7684         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7685         certs should be verified and what is to be done in the event of a
7686         verification failure.
7687
7688         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7689         caller can indicate whether the cache should be disregarded for this
7690         call.  This way the result of the call is reproducible at all times and
7691         can be considered a canonical server name for the supplied method.
7692         (gnus-agent-method-p): Canonicalize server names by pushing their
7693         method through `gnus-method-to-server' using the no-cache argument.
7694
7695         * gnus-srvr.el (gnus-server-insert-server-line):
7696         Call `gnus-method-to-server' with `no-cache' argument.
7697
7698         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7699         gnus-agent-possibly-synchronize-flags as this should be called when the
7700         server is actually being opened.
7701         (gnus-agent-possibly-synchronize-flags)
7702         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7703         flags file of an agentized server to the latter function.
7704
7705         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7706         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7707         after a connection has been established successfully.
7708
7709 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-art.el (article-display-face): Force to display face if called
7712         interactively; check if gnus-article-x-face-too-ugly matches author.
7713         (article-display-x-face): Display face even if From header is missing
7714         as article-display-face does.
7715
7716 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7717
7718         * hashcash.el (message-narrow-to-headers-or-head)
7719         (message-fetch-field, message-goto-eoh)
7720         (message-narrow-to-headers): Declare as functions.
7721
7722 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * mail-source.el (mail-sources): Default to fetch from file for
7725         compatibility with default of nnmail-spool-file.
7726
7727 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7730         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7731         to look for encoded word that should be encoded again.
7732         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7733         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7734         encoding pattern.
7735         (rfc2047-decode-region): Switch strict regexp and loose one according
7736         to rfc2047-allow-irregular-q-encoded-words.
7737
7738 2007-11-25  Romain Francoise  <romain@orebokech.com>
7739
7740         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7741
7742 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * tls.el (tls-program): Provide more custom choices from
7745         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7746         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7747
7748 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7751         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7752
7753         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7754         `nnmail-spool-file'.
7755
7756         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7757         `nnmail-spool-file'.
7758
7759         * gnus-move.el (gnus-change-server): Ditto.
7760
7761         * gnus-kill.el (gnus-batch-score): Ditto.
7762
7763         * gnus-cache.el (gnus-jog-cache): Ditto.
7764
7765         * gnus-msg.el (gnus-summary-reply):
7766         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7767
7768 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7771         version.  Minor improvement to doc strings.
7772         (tls-program): Add comment.
7773
7774 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7775
7776         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7777         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7778         mismatch between the hostname provided in the certificate and the name
7779         of the host connnecting to.
7780         (open-tls-stream): Use them.  Check certificates against trusted root
7781         certificates.
7782
7783 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * gnus-cache.el (gnus-cache-generate-nov-databases):
7786         Use nnml-generate-nov-databases-directory instead of
7787         nnml-generate-nov-databases-1.
7788
7789 2007-11-24  Glenn Morris  <rgm@gnu.org>
7790
7791         * message.el (message-tool-bar-retro): Update for rename
7792         mail_send.xpm->mail-send.xpm.
7793
7794 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7797         `smime-ldap-search' for Emacs 22 and up.
7798
7799 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7800
7801         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7802
7803         * message.el (message-send-mail-function): Fix error convention.
7804         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7805         (message-widen-reply, message-send-mail, message-talkative-question)
7806         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7807         (message-clone-locals, message-send-news): Use with-current-buffer.
7808         (message-insert-or-toggle-importance): Remove unused var `valid'.
7809         (message-make-references): Remove unused var `new-references'.
7810         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7811
7812 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7813
7814         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7815         (spam-split-symbolic-return-positive): Reflow docstring.
7816         (spam-backends, spam-summary-exit-behavior)
7817         (spam-mark-ham-unread-before-move-from-spam-group)
7818         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7819         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7820         (spam-clear-cache, spam-backend-check, spam-install-backend)
7821         (spam-install-statistical-backend, spam-list-of-processors)
7822         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7823         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7824         (spam-check-crm114, spam-initialize, spam-unload-hook):
7825         Fix typos in docstrings.
7826
7827 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7830         been checked if they have never been read and those group levels are
7831         higher than the one that a user specified.
7832
7833 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7836         foreign groups unless a group level is specified by a user.
7837         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7838
7839 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * message.el (message-send-mail-function): Require sendmail.
7842
7843 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * message.el (message-send-mail-function): Check for smtpmail too.
7846
7847         * utf7.el (utf7-encode, utf7-decode): Use coding system
7848         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7849
7850         * message.el (message-send-mail-function): New function.
7851         (message-send-mail-function): Set default using
7852         message-send-mail-function.  Adjust doc string.
7853         (message-send-mail-with-mailclient): New function.
7854
7855 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7856
7857         * smime.el (from):
7858         * rfc2047.el (message-posting-charset):
7859         * qp.el (mm-use-ultra-safe-encoding):
7860         * pop3.el (parse-time-months):
7861         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7862         * nnml.el (files):
7863         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7864         (jka-compr-compression-info-list, ange-ftp-path-format)
7865         (efs-path-regexp):
7866         * nndiary.el (files):
7867         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7868         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7869         (epg-digest-algorithm-alist, inhibit-redisplay)
7870         (password-cache-expiry):
7871         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7872         (pgg-output-buffer, password-cache-expiry):
7873         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7874         (efs-path-regexp):
7875         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7876         (inhibit-redisplay):
7877         * mm-uu.el (file-name, start-point, end-point, entry)
7878         (gnus-newsgroup-name, gnus-newsgroup-charset):
7879         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7880         (latin-unity-ucs-list):
7881         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7882         (mm-uu-binhex-decode-function):
7883         * message.el (gnus-message-group-art, gnus-list-identifiers)
7884         (rmail-enable-mime-composing, gnus-local-organization)
7885         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7886         (gnus-read-active-file, facemenu-add-face-function)
7887         (facemenu-remove-face-function, gnus-article-decoded-p)
7888         (tool-bar-mode):
7889         * mail-source.el (display-time-mail-function):
7890         * gnus-util.el (nnmail-pathname-coding-system)
7891         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7892         (gnus-original-article-buffer, gnus-user-agent)
7893         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7894         (xemacs-codename, sxemacs-codename, emacs-program-version):
7895         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7896         * gnus-start.el (gnus-agent-covered-methods)
7897         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7898         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7899         (gnus-newsgroup-headers, gnus-group-list-mode)
7900         (gnus-group-mark-positions, gnus-newsgroup-data)
7901         (gnus-newsgroup-unreads, nnoo-state-alist)
7902         (gnus-current-select-method, mail-sources)
7903         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7904         (nnmail-spool-file, gnus-cache-active-hashtb):
7905         * gnus-mh.el (mh-lib-progs):
7906         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7907         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7908         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7909         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7910         (gnus-group-buffer):
7911         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7912         (font-lock-set-defaults):
7913         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7914         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7915         (gnus-summary-post-menu, total-parts, type, condition, length):
7916         * gnus-agent.el (gnus-agent-read-agentview):
7917         * flow-fill.el (show-trailing-whitespace):
7918         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7919         eval-and-compile wrappers for byte compiler pacifiers.
7920
7921         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7922         (mm-display-inline-fontify): Check for featurep 'xemacs not
7923         extent-list.
7924
7925         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7926         itimer-list.
7927         (mm-create-image-xemacs): Only do something for XEmacs.
7928         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7929
7930         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7931
7932         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7933         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7934
7935 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7936
7937         * nnimap.el (nnimap-split-download-body):
7938         * gnus-demon.el (gnus-demon):
7939         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7940
7941 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7944         New macros.
7945         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7946         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7947         copy data from unibyte buffer to multibyte current buffer.
7948         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7949         to copy data from unibyte current buffer to multibyte buffer.
7950         (nntp-make-process-buffer): Make process buffer unibyte.
7951
7952         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7953
7954 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7955
7956         * pop3.el (pop3-open-server): Accept and process data more robustly at
7957         connexion start to avoid spurious "POP SSL connexion failed" errors.
7958
7959 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7962         read group names.
7963
7964 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7967
7968 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7971         (nnmail-save-active): Use a unibyte buffer when saving active file,
7972         which may contain non-ASCII group names.
7973
7974         * nnml.el (nnml-request-group): Decode group names in messages.
7975
7976 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * message.el (message-citation-line-function)
7979         (message-insert-formatted-citation-line): Fix spelling of
7980         `message-insert-formated-citation-line'.
7981
7982 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7985
7986 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7989         nnmail-pathname-coding-system.
7990
7991         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7992         that a user enters; decode group names in messages.
7993
7994         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7995
7996 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7999
8000         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8001
8002         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8003         risky local variable.
8004
8005         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8006
8007 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8008
8009         * encrypt.el: Improve documentation to fix function name typo.
8010         Reported by Daiki Ueno <ueno@unixuser.org>.
8011
8012 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8015         even if the point is not in the last page of an article.
8016         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8017         back to the previous page.
8018
8019 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8022
8023 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8026
8027 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8028
8029         * message.el (message-check-news-body-syntax):
8030         Avoid mm-string-as-multibyte.
8031         (message-hide-headers): Don't assume (point-min)==1.
8032
8033 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * message.el (message-remove-blank-cited-lines): Fix if remove is
8036         given.
8037         (message-bogus-address-regexp): New variable.
8038         (message-bogus-recipient-p): New function.
8039         (message-check-recipients): New command.
8040         (message-syntax-checks): Add `bogus-recipient'.
8041         (message-fix-before-sending): Add `bogus-recipient'.
8042
8043         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8044         (gnus-treat-body-boundary): Don't test window-system.
8045
8046 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8047
8048         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8049
8050 2007-10-28  Miles Bader  <miles@gnu.org>
8051
8052         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8053         at compile-time too.
8054
8055 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus-msg.el (gnus-message-setup-hook):
8058         Add `message-remove-blank-cited-lines' to options.
8059
8060 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * message.el (message-remove-blank-cited-lines): New function.
8063         Suggested by Karl Plästerer.
8064
8065 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8068         mapc.
8069
8070         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8071         (top-level): Use mapc to set functions to be traced for debugging.
8072
8073         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8074         called for effect with while loop.
8075
8076         * message.el (message-talkative-question): Replace mapcar called for
8077         effect with mapc.
8078
8079         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8080         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8081         called for effect with dolist.
8082
8083         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8084
8085         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8086         gnus-extra-headers and nnmail-extra-headers.
8087
8088         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8089         called for effect with dolist.
8090         (top-level): Use mapc to set functions to be traced for debugging.
8091
8092         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8093         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8094         dolist.
8095
8096         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8097         Replace mapcar called for effect with mapc.
8098         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8099         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8100         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8101         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8102
8103         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8104         remove-if that's a cl function.
8105
8106         * webmail.el (webmail-debug): Replace mapcar called for effect with
8107         dolist.
8108
8109         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8110         with mapc.
8111
8112 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8115         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8116         with while loop.
8117
8118         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8119         functions from article-* functions.
8120         (gnus-multi-decode-header): Replace mapcar called for effect with
8121         dolist.
8122
8123         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8124         (gnus-bookmark-show-details): Replace mapcar called for effect with
8125         while loop.
8126
8127         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8128         called for effect with while loop.
8129
8130         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8131         with dolist.
8132
8133         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8134         Replace mapcar called for effect with dolist.
8135
8136         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8137
8138         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8139         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8140         Replace mapcar called for effect with dolist.
8141         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8142         mapc.
8143
8144         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8145         Replace mapcar called for effect with dolist.
8146         (gnus-topic-list): Replace mapcar called for effect with mapc.
8147
8148         * gnus.el: Use mapc instead of mapcar to add autoloads.
8149
8150 2007-10-23  Richard Stallman  <rms@gnu.org>
8151
8152         * gnus-group.el (gnus-group-highlight): Mark as risky.
8153
8154 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * gnus.el (gnus-server-to-method): Return method found first in
8157         gnus-newsrc-alist.
8158
8159         * gnus-art.el (gnus-article-highlight-signature)
8160         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8161         button overlay without the front stickiness.
8162
8163 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8164
8165         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8166         overview buffer needed a catch to receive its throw.
8167         (gnus-agent-flush-cache): Declare as interactive to make this function
8168         easier to use.
8169
8170 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8173         `next-line'.
8174
8175 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8178         exclude address matching message-dont-reply-to-names.
8179
8180 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-util.el (gnus-string<): New function.
8183
8184         * gnus-sum.el (gnus-article-sort-by-author)
8185         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8186
8187 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8190         the frame-focus tag is set in gnus-buffer-configuration.
8191
8192 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8195         the front stickiness.
8196
8197 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8200         url pattern; remove duplicate one.
8201         (gnus-article-extend-url-button): New function.
8202         (gnus-article-add-buttons): Use it.
8203         (gnus-button-push): Use concatenated url that it makes.
8204
8205 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8206
8207         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8208
8209 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8210
8211         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8212         Don't hardcode point-min==1.
8213
8214 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8217         Fix comment about "iso8859-1".
8218
8219 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8220
8221         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8222         ones returned from the verify-function.
8223
8224         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8225         Call mml2015-extract-cleartext-signature if extraction failed.
8226
8227 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8228
8229         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8230         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8231         failed.
8232
8233 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8236
8237 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8240         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8241         recommends to use EasyPG instead of PGG.
8242
8243         * pgg.el: Revert to revision 6.23.2.16.
8244
8245         * pgg-def.el: Revert to revision 6.6.2.14.
8246
8247         * pgg-gpg.el: Revert to revision 6.23.2.34.
8248
8249 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8250
8251         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8252         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8253         thread for both the null and zero (kill/expire thread) universal prefix
8254         cases.
8255         (gnus-summary-expire-thread): Add new function to expire a thread,
8256         using gnus-summary-kill-thread.
8257         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8258         shortcuts for gnus-summary-expire-thread.
8259         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8260         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8261
8262 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8263
8264         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8265         extras value, so an extras entry can be deleted.
8266         (gnus-registry-delete-extra-entry): Use it.
8267         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8268         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8269         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8270         storage through the gnus-registry, and provide an appropriate API for
8271         it.
8272
8273 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8276         Suggested by Leo <sdl.web@gmail.com>.
8277
8278         * gnus.el: Do.
8279
8280 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8283         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8284
8285         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8286
8287         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8288         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8289
8290 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8293         newline.
8294         (nnmbox-request-accept-article): Don't change article in source buffer;
8295         narrow to header to use message-fetch-field rather than
8296         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8297         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8298         as delimiters; make sure article ends with newline.
8299         (nnmbox-delete-mail): Correct last position of article to be deleted;
8300         ignore X-Gnus-Newsgroup header in article body.
8301         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8302         positions; make sure article ends with newline.
8303
8304         * message.el (message-display-abbrev): Don't infloop when a user
8305         inserts SPC in the beginning of header.
8306
8307         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8308         coding-system-for-read and coding-system-for-write for XEmacs having no
8309         file-coding feature.
8310
8311         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8312
8313 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8314
8315         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8316         list of groups not followed by default.  Fix type to be regexp.
8317         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8318
8319 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8320
8321         * hmac-def.el (define-hmac-function): Switch from old-style to
8322         new-style backquotes.
8323
8324         * md4.el (md4-make-step): Likewise.
8325
8326 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8329         raw-text coding system when saving .newsrc file, which may contain
8330         non-ASCII group names.
8331
8332 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-cus.el (gnus-score-extra): New widget.
8335         (gnus-score-extra-convert): New function.
8336         (gnus-score-customize): Use it for Extra.
8337
8338 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8339
8340         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8341         (mml2015-mailcrypt-clear-verify): Use it.
8342         (mml2015-gpg-clear-verify): Use it.
8343         (mml2015-pgg-clear-verify): Use it.
8344         (mml2015-epg-clear-verify): Replace the current part with the output
8345         from GnuPG; don't extract the plaintext by itself.
8346
8347         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8348         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8349         mml2015-clear-verify-function; don't touch the armor headers or
8350         dash-escaped text here.
8351
8352 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8355         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8356         parts, or application/octet-stream as a last resort.
8357         (gnus-mime-view-part-as-type): Don't toggle display.
8358         (gnus-mime-view-part-as-charset): Don't turn off display before
8359         querying charset.
8360
8361         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8362         stuff to undisplayer function in Emacs.
8363         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8364
8365         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8366         text/calendar parts.
8367
8368 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8371         decoding text/calendar parts.
8372
8373         * message.el (message-forward-make-body-mime): Always mark body as
8374         having no illegible text; remove signed-or-encrypted argument.
8375         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8376
8377         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8378         (mml-generate-mime-1): Don't encode body if it is specified to be in
8379         raw form; don't make buffer be unibyte when inserting multibyte string.
8380
8381 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8382
8383         * sha1.el: Fix up comment style.
8384         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8385         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8386
8387         * hex-util.el: Fix up comment style.
8388         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8389
8390         * gnus-salt.el: Use with-current-buffer.
8391         (gnus-pick-setup-message): Fix long-standing typo.
8392
8393 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * imap.el (imap-logout-timeout): New variable.
8396         (imap-logout, imap-logout-wait): New functions.
8397         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8398
8399         * nnimap.el (nnimap-logout-timeout): New server variable.
8400         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8401         nnimap-logout-timeout.
8402
8403         * gnus-art.el (gnus-article-summary-command-nosave)
8404         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8405
8406 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus.el (gnus-maximum-newsgroup): New variable.
8409
8410         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8411         according to gnus-maximum-newsgroup.
8412
8413         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8414         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8415         Limit the range of articles according to gnus-maximum-newsgroup.
8416
8417 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8418
8419         * gnus-art.el (gnus-sticky-article): Fix problems described in
8420         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8421         Don't perform gnus-configure-windows here; reuse existing sticky
8422         article buffer.
8423
8424         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8425         it doesn't exist in gnus-article-mode.
8426
8427 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8430         (gnus-agent-decoded-group-name): New function.
8431         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8432         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8433
8434 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8435
8436         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8437         Add binding for gnus-sticky-article.
8438         (gnus-summary-exit): Don't kill sticky article buffers.
8439
8440         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8441         article buffer.
8442         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8443         (gnus-kill-sticky-article-buffers): New commands.
8444
8445 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * nntp.el (nntp-xref-number-is-evil): New server variable.
8448         (nntp-find-group-and-number): If it is non-nil, don't trust article
8449         numbers in the Xref header.
8450
8451 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * gnus-agent.el (gnus-agent-read-group): New function.
8454         (gnus-agent-flush-group, gnus-agent-expire-group)
8455         (gnus-agent-regenerate-group): Use it.
8456         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8457         nnmail-pathname-coding-system.
8458
8459 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8462
8463         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8464         that are unread as unread, and also as selected so that information of
8465         marks having been changed by a user may be updated when exiting group.
8466
8467 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8470
8471 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8474         calculated ignoring signature parts to gnus-treat-article.
8475
8476 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8479         a point here in order to keep the window start.
8480         (gnus-insert-mime-security-button): Make a button overlay without the
8481         front stickiness.
8482         (gnus-mime-display-security): Goto the end of a button.
8483
8484         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8485
8486 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8489         group-name-at-point.
8490         (gnus-group-completing-read): New function that offers decoded
8491         non-ASCII group names for completion.
8492         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8493         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8494         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8495         (gnus-group-fetch-control): Use it.
8496         (gnus-fetch-group): Use group-name-at-point for the initial value
8497         rather than the default value; use gnus-alive-p.
8498
8499         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8500         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8501         (gnus-summary-post-news): Use gnus-group-completing-read.
8502
8503         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8504         (gnus-read-move-group-name): Decode group name for completion.
8505
8506 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8507
8508         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8509         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8510         Yamaoka slightly modified the code).
8511
8512 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8515         (nnmail-split-incoming): Bind it.
8516
8517         * nnml.el (nnml-group-name-charset): New function.
8518         (nnml-decoded-group-name): Use it; don't decode group name if
8519         nnmail-group-names-not-encoded-p is non-nil.
8520         (nnml-encoded-group-name): New function.
8521         (nnml-group-pathname): Inline nnml-decoded-group-name.
8522         (nnml-request-expire-articles): Decode group name in message.
8523         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8524         nnmail-pathname-coding-system.
8525         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8526         not decoded ones according to nnmail-group-names-not-encoded-p.
8527         (nnml-generate-active-info): Use nnml-encoded-group-name.
8528
8529 2007-08-08  Glenn Morris  <rgm@gnu.org>
8530
8531         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8532         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8533         doc-strings and comments.
8534
8535 2007-07-25  Glenn Morris  <rgm@gnu.org>
8536
8537         * Relicense all FSF files to GPLv3 or later.
8538
8539 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-sum.el (gnus-summary-move-article):
8542         Make gnus-summary-respool-article work.
8543
8544 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8547         string.
8548
8549 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8550
8551         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8552         that should be ignored when comparing distant RSS articles with local
8553         ones.
8554         (nnrss-make-hash-index): New function.  Create a hash index according
8555         to the ignored fields.
8556         (nnrss-check-group): Use it.
8557
8558 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8561
8562         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8563
8564         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8565         the new optional argument ENCODED is non-nil.
8566         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8567         coding system for encoding group name.
8568         (gnus-group-make-rss-group): Pass un-encoded group name to
8569         gnus-group-make-group.
8570         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8571         encoded.
8572
8573         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8574         Encode group name to which articles are moved or copied.
8575         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8576         coding system for encoding Newsgroup, Followup-To and Xref headers.
8577
8578         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8579         marks; use nnheader-file-coding-system to write a file.
8580         (nnagent-retrieve-headers): Bind file-name-coding-system to
8581         nnmail-pathname-coding-system.
8582
8583         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8584
8585         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8586         (nnml-request-article, nnml-request-create-group)
8587         (nnml-request-rename-group, nnml-find-id)
8588         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8589         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8590         (nnml-save-marks): Use nnml-group-pathname instead of
8591         nnmail-group-pathname.
8592
8593         (nnml-request-create-group, nnml-request-expire-articles)
8594         (nnml-request-move-article, nnml-request-delete-group)
8595         (nnml-deletable-article-p, nnml-possibly-create-directory)
8596         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8597         (nnml-open-marks): Bind file-name-coding-system to
8598         nnmail-pathname-coding-system.
8599
8600         (nnml-request-article): Pass server argument to nnml-find-group-number.
8601         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8602         Pass server argument to nnml-possibly-create-directory.
8603         (nnml-request-accept-article): Pass server argument to
8604         nnml-active-number and nnml-save-mail.
8605         (nnml-find-group-number): Pass server argument to nnml-find-id.
8606         (nnml-request-update-info): Pass server argument to
8607         nnml-marks-changed-p.
8608
8609         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8610         (nnml-save-mail, nnml-active-number): Add server argument.
8611
8612         (nnml-request-delete-group): Warn if group is missing.
8613         (nnml-get-nov-buffer): Decode group name.
8614         (nnml-generate-active-info): Encode group name.
8615         (nnml-open-marks): Decode group name in messages.
8616
8617 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8620         if it is not specified.
8621         (gnus-article-pipe-part, gnus-article-save-part)
8622         (gnus-article-interactively-view-part, gnus-article-copy-part)
8623         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8624         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8625         (gnus-article-replace-part, gnus-article-delete-part)
8626         (gnus-article-view-part-as-type): Pass raw prefix argument to
8627         gnus-article-part-wrapper.
8628
8629 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-agent.el (gnus-agent-save-active):
8632         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8633
8634         * gnus-cache.el (gnus-cache-save-buffers)
8635         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8636         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8637         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8638         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8639         (gnus-cache-generate-active, gnus-cache-rename-group)
8640         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8641         (gnus-cache-update-overview-total-fetched-for):
8642         Bind file-name-coding-system to nnmail-pathname-coding-system.
8643         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8644         New variables.
8645         (gnus-cache-decoded-group-name): New function.
8646         (gnus-cache-file-name): Use it.
8647         (gnus-cache-generate-active): Use non-decoded group name for active.
8648
8649         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8650         right place.
8651         (gnus-write-active-file): Don't break non-ASCII group names.
8652
8653         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8654         nnmail-pathname-coding-system.
8655
8656         * lpath.el: Bind default-file-name-coding-system,
8657         file-name-coding-system and language-info-alist for XEmacs.
8658
8659         * gnus-uu.el (gnus-uu-decode-save): Typo.
8660
8661 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8664
8665 2007-07-14  David Kastrup  <dak@gnu.org>
8666
8667         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8668         finishing actions if we did not edit the article.
8669
8670 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8673         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8674         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8675         (gnus-agent-flush-group, gnus-agent-flush-cache)
8676         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8677         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8678         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8679         (gnus-agent-regenerate-group)
8680         (gnus-agent-update-files-total-fetched-for)
8681         (gnus-agent-update-view-total-fetched-for):
8682         Bind file-name-coding-system to nnmail-pathname-coding-system.
8683         (gnus-agent-group-pathname): Don't encode file names by
8684         nnmail-pathname-coding-system.
8685         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8686         coding-system-for-write instead of buffer-file-coding-system to
8687         gnus-agent-file-coding-system.
8688
8689         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8690         Decode group name.
8691
8692         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8693
8694         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8695         (gnus-read-newsrc-el-file): Make group names unibyte.
8696
8697         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8698         nnmail-pathname-coding-system.
8699
8700         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8701         (nnrss-request-delete-group): Bind file-name-coding-system to
8702         nnmail-pathname-coding-system.
8703         (nnrss-read-server-data, nnrss-read-group-data):
8704         Bind file-name-coding-system correctly.
8705         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8706
8707         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8708         (nntp-server-to-method-cache): New variable.
8709         (nntp-group-pathname): New function that decodes non-ASCII group names.
8710         (nntp-possibly-create-directory, nntp-marks-changed-p)
8711         (nntp-save-marks, nntp-open-marks): Use it.
8712         (nntp-possibly-create-directory, nntp-open-marks):
8713         Bind file-name-coding-system to nnmail-pathname-coding-system.
8714         (nntp-open-marks): Decode group names when bootstrapping marks.
8715
8716         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8717         Newsgroups and Folowup-To headers.
8718
8719 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8722         (gnus-server-closed-face, gnus-server-denied-face)
8723         (gnus-server-offline-face): Remove variable.
8724         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8725
8726         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8727         of modifying message-stack directly for XEmacs.
8728
8729         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8730         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8731         if the coding-system argument is nil for XEmacs.
8732
8733         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8734         mm-charset-override-alist.
8735
8736         * rfc2047.el: Don't require base64; require rfc2045 for the function
8737         rfc2045-encode-string.
8738         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8739         to quote the parameter value.
8740
8741 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8744         form in gnus-group-name-charset-method-alist.
8745
8746         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8747         overrides the default layout edit-form.
8748
8749         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8750
8751         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8752
8753 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8756         as unfetched articles.
8757
8758 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8761
8762 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8765         original back end that keeps marks in the local system.
8766
8767 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8770         arg of pop-to-buffer for XEmacs.
8771         (gnus-article-read-summary-keys): Ditto; don't restore window
8772         configuration if summary command ends up with neither article buffer
8773         nor summary buffer; describe bindings if summary keys end with C-h.
8774
8775 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * message.el (message-fix-before-sending): Skip raw message part to be
8778         forwarded while checking illegible text.
8779         (message-forward-make-body-mime, message-forward-make-body):
8780         Mark signed or encrypted raw message as having no illegible text.
8781
8782 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8785         (gnus-message-with-timestamp-1): New macro.
8786         (gnus-message-with-timestamp): New function.
8787         (gnus-message): Use them.
8788
8789         * nnheader.el (nnheader-message): Use them.
8790
8791 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8794         .newsrc.eld file.
8795
8796 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * gnus-agent.el (gnus-agent-fetch-headers)
8799         (gnus-agent-retrieve-headers):
8800         Bind gnus-decode-encoded-address-function to identity.
8801
8802         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8803         available also when the server returns simply a dot.
8804
8805         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8806
8807 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8810
8811 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-ems.el (gnus-x-splash): Make it work.
8814
8815         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8816         from being used.
8817
8818         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8819
8820 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8823         4th and the 5th arguments.
8824
8825         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8826         the front stickiness.
8827         (gnus-article-summary-command-nosave): Correct the order of the
8828         arguments passed to pop-to-buffer.
8829         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8830         summary command ends up with the article buffer.
8831
8832         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8833         the same faces.
8834
8835 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8836
8837         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8838
8839 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8840
8841         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8842         * gnus-sum.el (gnus-summary-highlight):
8843         * pgg.el (pgg-sign-region, pgg-sign):
8844         * mail-source.el (mail-source-delete-old-incoming-confirm):
8845         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8846
8847 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * gnus-art.el (gnus-mime-view-part-externally)
8850         (gnus-mime-view-part-internally): Fix predicate function passed to
8851         completing-read.
8852
8853         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8854
8855         * gnus.el (gnus-update-message-archive-method): Add :version.
8856
8857 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * gnus.el (gnus-update-message-archive-method): New variable.
8860
8861         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8862         according to gnus-message-archive-method if
8863         gnus-update-message-archive-method is non-nil.
8864
8865 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8868         Suggested by Loic Dachary <loic@dachary.org>.
8869         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8870
8871 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * message.el (message-pop-to-buffer): Add switch-function argument.
8874         (message-mail): Pass switch-function argument to it.
8875
8876 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8879         Improve doc string.
8880
8881 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8884         (gnus-header-content)
8885         * gnus-cite.el (gnus-cite-10)
8886         * gnus-srvr.el (gnus-server-closed)
8887         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8888         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8889         (gnus-group-mail-3-empty, gnus-group-mail-low)
8890         (gnus-group-mail-low-empty, gnus-splash)
8891         * message.el (message-header-to, message-header-cc)
8892         (message-header-subject, message-header-other, message-header-name)
8893         (message-header-xheader, message-separator, message-cited-text)
8894         (message-mml): Lighten colors of faces used for dark background.
8895
8896 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8897
8898         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8899         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8900
8901 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * message.el (message-narrow-to-headers-or-head):
8904         Ignore mail-header-separator in the body.
8905
8906 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8909         same as window size.
8910
8911 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8912
8913         * message.el (message-font-lock-keywords): Use message-header-xheader
8914         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8915         ahead of the anything pattern, to get it recognised.
8916
8917 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8920         spam.el loads uses it in the compiled defadvice form.
8921
8922 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8923
8924         * gnus-sum.el (gnus-articles-to-read)
8925         (gnus-summary-insert-old-articles): Don't truncate group name for
8926         `read-string'.
8927
8928         * gnus-util.el (gnus-limit-string): Delete this function.
8929
8930         * gnus-sum.el (gnus-simplify-subject-fully):
8931         Use `truncate-string-to-width' instead.
8932
8933 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8934
8935         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8936         Tell if, on summary exit, the next group has to be selected.
8937         (gnus-summary-exit): Use it.
8938
8939 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8942         non-break space.
8943
8944 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8947         Check if group is not a directory.
8948         (nnfolder-request-expire-articles): Don't delete articles if the target
8949         group is not available.
8950
8951         * nnml.el (nnml-request-create-group): Properly check if group is not a
8952         file.
8953         (nnml-request-expire-articles): Don't delete articles if the target
8954         group is not available.
8955
8956         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8957         Don't quote characters that are within parentheses.
8958
8959 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8962         (gnus-handle-ephemeral-exit): Select article according to it.
8963
8964 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * message.el (message-insert-formated-citation-line): Remove newline.
8967         (message-citation-line-format): Add final \n here so that the user can
8968         avoid a blank line.
8969
8970 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8971
8972         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8973         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8974         Update lanl/arXiv support.
8975
8976 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8977
8978         * gnus.el: Bump version number.
8979
8980 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * gnus.el (gnus-version-number): Bump version.
8983
8984 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8985
8986         * gnus.el: No Gnus v0.6 is released.
8987
8988 2007-04-27  Didier Verna  <didier@xemacs.org>
8989
8990         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8991         * gmm-utils.el (gmm-regexp-concat): ... here.
8992         * message.el: Don't require 'gnus-util.
8993         (message-dont-reply-to-names): Handle name change above.
8994         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8995
8996 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8999         since the initial value varies according to the system.
9000
9001 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9004
9005 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9006
9007         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9008
9009 2007-04-24  Didier Verna  <didier@xemacs.org>
9010
9011         Improve the type of gnus-ignored-from-addresses.
9012         * gnus-util.el (gnus-orify-regexp): New function.
9013         * message.el (gnus-util): Require it.
9014         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9015         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9016         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9017
9018 2007-04-24  Didier Verna  <didier@xemacs.org>
9019
9020         * gnus-sum.el:
9021         * gnus-utils.el: Fix some trailing whitespaces.
9022
9023 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9026         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9027         article's Message-ID; refer parent article in summary buffer.
9028
9029         * message.el (message-bounce): Call mime-to-mml.
9030
9031         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9032         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9033         optimize and/or forms properly.
9034
9035 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9038         URL.
9039
9040 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9043
9044 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9047         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9048         displayed of multipart/alternative part if it is invoked from summary
9049         buffer.
9050
9051         * mm-view.el (mm-inline-text-html-render-with-w3m)
9052         (mm-inline-text-html-render-with-w3m-standalone)
9053         (mm-inline-render-with-function): Use mail-parse-charset by default.
9054
9055 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9056
9057         * parse-time.el (parse-time-string-chars): Check if CHAR
9058         is less than the length of parse-time-syntax.
9059
9060 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9063         from gnus-newsgroup-processable.
9064
9065 2007-04-16  Didier Verna  <didier@xemacs.org>
9066
9067         * gnus-msg.el (gnus-configure-posting-styles):
9068         Handle message-signature-directory properly with :file syntax.
9069         Reported by "Leo".
9070
9071 2007-04-11  Didier Verna  <didier@xemacs.org>
9072
9073         New user option: message-signature-directory.
9074         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9075         * message.el (message-insert-signature): Ditto.
9076         * message.el (message-signature-file): Doc update.
9077         * message.el (message-signature-directory): New.
9078
9079 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-msg.el (gnus-inews-yank-articles):
9082         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9083
9084 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * message.el (message-yank-original): Make sure cited text ends with
9087         newline; don't exchange point and mark.
9088
9089 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9090
9091         * tls.el (open-tls-stream): Properly handle case where there
9092         is no associated buffer.
9093
9094 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9095
9096         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9097         message-yank-original, make sure (< mark TEXT point).
9098
9099 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * message.el (message-fill-column): New variable.
9102         (message-mode): Use it.  Add comment on a possible new hook.
9103
9104         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9105         (nnmail-get-new-mail): Reformat.
9106
9107         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9108
9109         * gmm-utils.el: Fix Commentary.
9110         (gmm-tool-bar-from-list): Fix typo in doc string.
9111
9112 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9113
9114         * message.el (message-yank-original): Don't switch point and mark
9115         unnecessarily to put point and mark as documented.
9116
9117 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9120         from the message heads.
9121
9122 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9123
9124         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9125         article buffer does not have a window.  This may not be the best
9126         solution but is certainly better than setting the start of the null,
9127         that is the current, window.
9128
9129 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9132         (gnus-draft-setup): Run it.
9133
9134         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9135         gnus-score-fast-scoring.  Allow regexp.
9136         (gnus-score-headers): Use it.
9137
9138         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9139         XEmacs.
9140
9141         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9142         string.
9143         (gnus-button-alist): Also catch `<f1> k ...'.
9144         (gnus-treat-display-x-face): Fix doc string.
9145
9146 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9147
9148         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9149         evaluation of gnus-extended-version to ensure correct generation of the
9150         User-Agent header when message-generate-headers-first is used.
9151
9152 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9153
9154         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9155         hashcash-path is nil.  Don't call callback with incorrect number of
9156         parameters if val is 0.
9157
9158 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9159
9160         * message.el (message-required-news-headers):
9161         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9162
9163 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9164
9165         * tls.el (open-tls-stream): In handshake-waiting loop,
9166         don't wait more if there is output available to process.
9167
9168 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9169
9170         * tls.el (tls-program): Doc fix.
9171
9172 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * message.el (message-generate-new-buffers): Change the meaning of the
9175         nil value; add `standard' to the choices; treat t as `unique'; improve
9176         doc string.
9177         (gnus-select-frame-set-input-focus): Autoload.
9178         (message-buffer-name): Search for the existing message buffer if
9179         message-generate-new-buffers is nil or `standard'; treat the value t of
9180         message-generate-new-buffers as `unique'.
9181         (message-pop-to-buffer): Raise the frame already displaying the message
9182         buffer; clear the echo area after querying.
9183         (message-setup): Pass the `continue' argument to compose-mail.
9184         (message-mail): Prefer `switch-function' if it is given; search for the
9185         existing message buffer if the `continue' argument is non-nil; pass
9186         continue and switch-function arguments to compose-mail by way of
9187         message-setup.
9188         (message-mail-other-window): Adjust argument of message-setup.
9189         (message-mail-other-frame): Ditto.
9190
9191 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9194         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9195         to turn font-lock on when turning gnus-message-citation-mode on.
9196
9197 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9198
9199         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9200         (mml-smime-function-alist): New variable; add epg as the backend.
9201         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9202         mml-smime- functions instead.
9203         * mm-view.el: Require smime.
9204
9205 2007-03-05  Didier Verna  <didier@xemacs.org>
9206
9207         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9208         instead of just inheritance for posting styles.
9209         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9210
9211 2007-02-24  Chris Moore  <dooglus@gmail.com>
9212
9213         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9214         * pgg-pgp.el (pgg-pgp-encrypt-region):
9215         * pgg-gpg.el (pgg-gpg-encrypt-region):
9216         Check pgg-encrypt-for-me if no other recipients.
9217
9218 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9219
9220         * tls.el (tls-certtool-program): Fix custom type.
9221
9222 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9225         and point-at-eol instead of line-(beginning|end)-position.
9226
9227         * assistant.el (assistant-parse-buffer): Ditto.
9228
9229         * netrc.el (netrc-parse-services): Ditto.
9230
9231 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9232
9233         * mml2015.el (mml2015-epg-find-usable-key): New function.
9234         (mml2015-epg-sign): Use it.
9235         (mml2015-epg-encrypt): Use it.
9236
9237 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * message.el (message-make-in-reply-to): Quote name containing
9240         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9241         if there are special characters.  Reported by NAKAJI Hiroyuki
9242         <nakaji@jp.freebsd.org>.
9243
9244 2007-02-27  Didier Verna  <didier@xemacs.org>
9245
9246         Include the group parameters as well as the topic ones in the
9247         inheritance filter process.
9248         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9249         argument GROUP-PARAMS-LIST.
9250         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9251
9252 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * nntp.el (nntp-never-echoes-commands)
9255         (nntp-open-connection-functions-never-echo-commands): New variables.
9256         (nntp-send-command): Use them.
9257
9258 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9259
9260         * mml2015.el (mml2015-epg-verify): Simplify.
9261
9262 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * mml.el (mml-content-disposition-alist): New user option.
9265         (mml-content-disposition): New function.
9266         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9267         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9268
9269 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9270
9271         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9272         verification.
9273
9274 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9275
9276         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9277         articles posted in the last 24 hours.
9278
9279 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9280
9281         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9282
9283 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9284
9285         * nntp.el (nntp-send-command): Don't wait for echoes when
9286         nntp-open-ssl-stream is used.
9287
9288 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9291         (gnus-message-add-citation-keywords)
9292         (gnus-message-remove-citation-keywords): Remove.
9293         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9294         directly, make the variables in font-lock-defaults buffer-local, add
9295         gnus-message-citation-keywords to them and then update the value of
9296         font-lock-keywords.
9297
9298 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * message.el (message-cite-original-1): Don't call
9301         gnus-article-highlight-citation.
9302
9303         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9304         citations; fix line count.
9305
9306 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9309         (gnus-message-add-citation-keywords)
9310         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9311         versions of font-lock-add-keywords and font-lock-remove-keywords to
9312         work with XEmacs correctly.
9313
9314 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-cite.el (gnus-cite-face-list): Set the values of
9317         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9318         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9319         (gnus-message-cite-prefix-regexp): New variable.
9320         (gnus-message-search-citation-line): Use it; protect against long
9321         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9322         the 0th match data for Emacs.
9323         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9324         (gnus-message-add-citation-keywords): Append keywords rather than
9325         prepending; emulate font-lock-add-keywords if it is not available.
9326         (gnus-message-remove-citation-keywords):
9327         Emulate font-lock-remove-keywords if it is not available.
9328
9329         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9330
9331         * message.el (message-cite-prefix-regexp): Set the value of
9332         gnus-message-cite-prefix-regexp.
9333
9334 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9335
9336         * nnweb.el (nnweb-google-parse-1): Update parser.
9337
9338 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9339
9340         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9341
9342 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9343
9344         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9345         regexp.
9346
9347 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9350         string-to-multibyte.
9351         (uudecode-decode-region-internal): Use it.
9352
9353         * lpath.el: Fbind string-as-multibyte for XEmacs.
9354
9355 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9358         Fix custom choice.
9359
9360         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9361
9362 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9363
9364         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9365
9366         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9367         `write-region' to respect `mm-inhibit-file-name-handlers'.
9368
9369 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9372         Use gnus-home-directory instead of "~/" or "$HOME".
9373
9374 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9375
9376         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9377         to mention filename.
9378         Add comments at beginning regarding usage.
9379         (encrypt-write-file-contents): Change interactive so a string is
9380         acceptable.  If the file has no associated model, show an error instead
9381         of a nonsense prompt.
9382
9383 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9384
9385         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9386         Thanks to Yoshihiko Yamada for kind notification of this typo.
9387
9388 2007-01-12  Kenichi Handa  <handa@m17n.org>
9389
9390         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9391         multibyte buffer.
9392
9393 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * gnus-score.el (gnus-score-fast-scoring): New variable.
9396         (gnus-score-headers): Use it.
9397
9398         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9399
9400         * message.el (message-cite-original-1):
9401         Call gnus-article-highlight-citation if requested.
9402         (message-make-from): Allow name and address as optional arguments.
9403
9404         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9405
9406         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9407         bugs to doc string.
9408         (gnus-button-alist): Add mid\\|message-id.
9409         (gnus-button-fetch-group): Extend for use in
9410         `browse-url-browser-function'.
9411         (gnus-button-url-regexp): Try to catch paired parentheses like in
9412         Wikipedia URLs.
9413
9414         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9415         Suggested by Simon Krahnke <overlord@gmx.li>.
9416
9417 2007-01-13  Romain Francoise  <romain@orebokech.com>
9418
9419         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9420         Update copyright.
9421
9422 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9423
9424         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9425
9426 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9427
9428         * gnus-registry.el (gnus-registry-unfollowed-groups)
9429         (gnus-registry-split-fancy-with-parent): Fix documentation.
9430
9431 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9434         from nnweb groups.
9435
9436 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437
9438         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9439         Xref urls.  Erase buffer before requesting head.
9440
9441         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9442
9443 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9446         customizable.
9447
9448 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9449
9450         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9451         no signing key is found.
9452         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9453         no encrypting and/or signing key is found.
9454
9455 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9458
9459 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9460
9461         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9462         headers read from disk with the ones newly found in the current search.
9463         This should no longer cause problems, because the article numbers in
9464         Gmane's `nov.php' output are ignored since the previous change.
9465
9466 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9467
9468         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9469
9470 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9473         replace-regexp-in-string; bind url-version; fbind display-images-p and
9474         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9475         find-face and set-itimer-function for Emacs; bind itimer-list for
9476         Emacs.
9477
9478         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9479
9480 2007-01-01  Romain Francoise  <romain@orebokech.com>
9481
9482         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9483
9484 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9485
9486         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9487         `define-minor-mode' macro definition expanded properly.
9488         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9489         exclude it there.
9490
9491         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9492         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9493         `fboundp' test.
9494         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9495         This is OK to autoload in (S)XEmacs now.
9496
9497 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9500         keystroke.
9501         (gnus-summary-limit-to-singletons): Fix typo.
9502
9503         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9504         else fails.
9505
9506 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9507
9508         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9509         docstring.
9510
9511         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9512         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9513         (gnus-summary-insert-dormant-articles): Fix typo in message.
9514
9515 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9518         nil for XEmacs.
9519         (gnus-message-citation-mode): Don't autoload in XEmacs.
9520
9521         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9522
9523 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9524
9525         * nnimap.el (nnimap-expunge-search-string):
9526         Mention nnimap-search-uids-not-since-is-evil in docstring.
9527
9528 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * spam.el: Revert to make-obsolete-variable because
9531         define-obsolete-variable-alias is not supported in Emacs 21.
9532
9533         * spam.el (spam-ifile-path, spam-ifile-database-path)
9534         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9535         make-obsolete-variable.
9536         (spam-bsfilter-path, spam-bsfilter-program)
9537         (spam-spamassassin-path, spam-spamassassin-program)
9538         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9539         Don't use "path" inappropriately.
9540         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9541         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9542         variable names.
9543
9544 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9545
9546         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9547         summary buffer.
9548
9549         * password.el (password-cache-remove): Use clear-string to burn
9550         password, if available.
9551
9552 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9555
9556         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9557
9558         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9559         (gnus-message-highlight-citation): Move defcustom here from
9560         gnus-cite.el.
9561         (gnus-message-citation-mode): Autoload.
9562
9563         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9564         checks to make it compile with XEmacs.
9565         (gnus-message-citation-mode): New minor mode.
9566         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9567         (gnus-message-highlight-citation): New variables.
9568         (gnus-message-search-citation-line)
9569         (gnus-message-add-citation-keywords)
9570         (gnus-message-remove-citation-keywords)
9571         (turn-on-gnus-message-citation-mode)
9572         (turn-off-gnus-message-citation-mode): New functions.
9573
9574 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9575
9576         * gnus-cite.el: Enable highlighting of different citation levels in
9577         message-mode.
9578
9579 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * message.el (message-make-fqdn): Fix comment.
9582         (message-bogus-system-names): Add ".local".
9583
9584         * spam.el (spam-ifile-path, spam-ifile-program)
9585         (spam-ifile-database-path, spam-ifile-database)
9586         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9587         Don't use "path" inappropriately.
9588         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9589         strings.
9590         (spam-check-ifile, spam-ifile-register-with-ifile)
9591         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9592         Use new variable names.
9593
9594         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9595         (gnus-treat-display-smileys): Simplify using
9596         gnus-image-type-available-p.
9597
9598         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9599         available.
9600
9601         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9602         Use `display-images-p' if available.
9603
9604 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9607         one after turning on the buffer's multibyteness instead of decoding
9608         them directly in the unibyte buffer that causes unexpected conversion
9609         in Emacs 23 (unicode).
9610
9611 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9612
9613         * message.el (message-generate-hashcash): Fix custom type.
9614
9615 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9618
9619 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9622         disconnect icons.  Add help text.
9623
9624 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9625
9626         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9627         negated to be consistent with the others we handle.
9628
9629 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9630
9631         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9632         version of gnus-summary-buffer to something, so that we can use two
9633         article buffers at the same time.
9634
9635 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9636
9637         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9638         trigger all the extra headers.
9639         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9640         sorting.
9641
9642 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9643
9644         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9645         solid groups.
9646
9647 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9648
9649         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9650
9651 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * legacy-gnus-agent.el: Add Copyright notice.
9654
9655 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9656
9657         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9658
9659 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9660
9661         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9662
9663         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9664         to make it work reliably in CVS Emacs.
9665         (gnus-summary-limit-strange-charsets-predicate)
9666         (gnus-summary-limit-to-predicate): New functions.
9667
9668 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9669
9670         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9671         specifying array size.
9672         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9673         array if it is too small.
9674         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9675         (gnus-sort-threads-loop): New function.
9676
9677 2006-12-06  Chris Moore  <dooglus@gmail.com>
9678
9679         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9680         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9681
9682 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9683
9684         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9685         options.
9686
9687 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9690         DOS-ing the recipient.
9691
9692         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9693         the headers when creating the mapping to avoid mismappings.
9694         (nnweb-gmane-create-mapping): Always nix out old mapping.
9695
9696 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9699         and mm-verify-option to never.
9700
9701 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * message.el (message-signed-or-encrypted-p): New function.
9704         (message-forward-make-body): Use it.
9705
9706         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9707         Replace encode-coding-string with mm-encode-coding-string.
9708
9709 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * nneething.el (nneething-decode-file-name):
9712         Replace decode-coding-string with mm-decode-coding-string.
9713
9714         * gnus-int.el (gnus-open-server): Say failed server's name.
9715
9716 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9717
9718         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9719         strings to a single string.  Quote `errors-file-name'.
9720         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9721         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9722         Adjust calls.  Use `shell-quote-argument'.
9723
9724 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9725
9726         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9727         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9728
9729         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9730         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9731         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9732         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9733         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9734         (gnus-subscribe-newsgroup, gnus-1):
9735         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9736         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9737         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9738         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9739
9740 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9743         keystroke.
9744         (gnus-summary-limit-to-bodies): Implement headersp.
9745
9746 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9747
9748         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9749
9750 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9753
9754 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9755
9756         * message.el (message-generate-hashcash): Expand range of values to
9757         include `opportunistic'.
9758         (message-send-mail): Use it.
9759
9760 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9761
9762         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9763         and comment it.
9764
9765         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9766
9767 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * gnus-util.el (gnus-extract-address-components): Improve comment.
9770
9771 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * gnus-util.el (gnus-extract-address-components): Work with address in
9774         which the name portion contains @.
9775
9776         * lpath.el: Fbind custom-autoload.
9777
9778 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * gnus.el (gnus-start): Move custom group up.
9781         (gnus-select-method): Don't autoload, but make it available for
9782         `customize-variable'.
9783         (gnus-getenv-nntpserver): Don't autoload.
9784
9785 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9786
9787         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9788
9789 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * message.el (message-sendmail-extra-arguments): New variable.
9792         (message-send-mail-with-sendmail): Use it.
9793
9794 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9797         mm-with-unibyte-current-buffer to make string unibyte.
9798
9799         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9800         mm-string-as-multibyte.
9801
9802 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9803
9804         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9805         Reported by Werner Koch <wk@gnupg.org>.
9806
9807 2006-11-14  Daiki Ueno  <ueno@p360>
9808
9809         * mml2015.el: Autoload epa-select-keys when compiling.
9810
9811 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9812
9813         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9814         message-options.
9815         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9816
9817 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9818
9819         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9820         EasyPG (< 0.0.6).
9821         (mml2015-always-trust): New user option.
9822         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9823         prompt.
9824
9825 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * nntp.el (nntp-authinfo-force): New variable.
9828         (nntp-send-authinfo): Use it.
9829
9830 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9833         decode encoded words.  Improve prompt.  Add comment about forwarding.
9834         (message-replacement-char): Move up.
9835
9836 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9837
9838         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9839         instead of gnus-intersection because arguments of gnus-sorted-nunion
9840         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9841
9842 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9845         (message-simplify-subject-functions):
9846         Enable message-strip-subject-encoded-words by default.
9847
9848 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * message.el (message-strip-subject-encoded-words): New function.
9851         (message-simplify-subject-functions): New variable.
9852         (message-simplify-subject): Use it.  Fix typo in doc string.
9853         Support message-strip-subject-encoded-words.
9854
9855 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9856
9857         * gnus-diary.el (gnus-diary-delay-format-function):
9858         * nndiary.el (nndiary-reminders):
9859         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9860
9861 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * gnus-art.el (article-hide-boring-headers): Fetch date from
9864         gnus-original-article-buffer to avoid problems with localized date
9865         strings.
9866
9867 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9870
9871 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9874         New variables.
9875         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9876         (mm-charset-synonym-alist): Move some entries to
9877         mm-codepage-iso-8859-list.
9878         (mm-charset-synonym-alist, mm-charset-override-alist):
9879         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9880
9881 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9884
9885 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9888         with Emacs 21 and XEmacs.
9889
9890 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9891
9892         * spam.el (spam-parse-address): New function for better parsing,
9893         catching errors, etc.
9894         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9895
9896 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * mm-view.el: Add interactive arg to html2text autoload.
9899
9900 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9903
9904 2006-10-24  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
9912         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9913
9914 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * message.el (message-citation-line-format)
9917         (message-insert-formated-citation-line): Fix implementation of %E, %N
9918         and %n according to the doc string.
9919
9920 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9921
9922         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9923         Use car-safe to avoid bad parses.
9924
9925 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9928         names.
9929
9930         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9931
9932 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9935         header.
9936
9937         * message.el (message-draft-headers): Add Date.
9938         (message-headers-to-generate): Fix typo in docstring.
9939
9940         * nndraft.el (nndraft-required-headers): New variable.
9941         (nndraft-generate-headers): Use it.
9942
9943         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9944
9945 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9946
9947         * gnus-registry.el (gnus-registry-wash-for-keywords)
9948         (gnus-registry-find-keywords): New functions to allow easy searching of
9949         articles that are in the registry.
9950
9951 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9952
9953         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9954         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9955         Reported by Damien Elmes <damien@repose.cx>.
9956
9957 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * gnus.el (gnus-mime): Remove unused custom group.
9960
9961 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9962
9963         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9964         "blank line" when searching for end of armor headers.
9965
9966 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gmm-utils.el (gmm-write-region): Fix variable name.
9969
9970 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9971
9972         * gmm-utils.el (gmm-write-region): New function based on compatibility
9973         code from `mm-make-temp-file'.
9974
9975         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9976
9977         * nnmaildir.el (nnmaildir--update-nov)
9978         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9979         Use `gmm-write-region'.
9980
9981 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9984         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9985
9986         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9987
9988         * message.el (message-replacement-char): New variable.
9989         (message-fix-before-sending): Use it.
9990         (message-simplify-subject): New function to remove duplicate code.
9991         (message-reply, message-followup): Use it.
9992
9993         * gnus-sum.el (gnus-summary-make-menu-bar):
9994         Clarify gnus-summary-limit-to-articles.
9995
9996 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-util.el (gnus-with-local-quit): New macro.
9999
10000         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10001
10002 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10003
10004         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10005         ignore non-string data.
10006
10007 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10008
10009         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10010         non-string data (needs to be done in the registry too).
10011
10012 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10013
10014         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10015         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10016         (gnus-registry-split-fancy-with-parent)
10017         (gnus-registry-fetch-simplified-message-subject-fast)
10018         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10019         Remove text properties on ingress into the registry and when it's saved.
10020         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10021         registry from entries with no groups.
10022
10023 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10024
10025         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10026         function to remove string properties.
10027
10028 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * gmm-utils.el (gmm): Adjust custom version.
10031
10032         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10033         Adjust custom version.
10034
10035         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10036
10037 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * gnus-art.el (gnus-insert-prev-page-button)
10040         (gnus-insert-next-page-button): Simplify.  Reformat.
10041
10042 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10043
10044         * gnus-art.el (gnus-insert-prev-page-button)
10045         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10046
10047 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10048
10049         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10050
10051 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10052
10053         * gnus-art.el (gnus-insert-mime-button)
10054         (gnus-insert-mime-security-button):
10055         Apply gnus-article-button-face to MIME and security buttons.
10056
10057 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10058
10059         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10060         readable.
10061
10062 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10065
10066 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10067
10068         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10069         `browse-url-of-file' instead of `browse-url'.
10070
10071 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10072
10073         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10074         regexp.  Articles containing quotation were cut prematurely.
10075
10076 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * message.el (message-cite-original-1): Use nobody by default for the
10079         value of From header.
10080         (message-reply): Ditto.
10081
10082 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10083
10084         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10085         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10086         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10087
10088 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10091         mails in the doc string.  Add some URLs in comment.
10092         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10093
10094 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10097         backslashes handling and the way to find boundaries of quoted strings.
10098
10099 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10100
10101         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10102         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10103         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10104         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10105
10106 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10109         doc string.
10110         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10111
10112 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * lpath.el: Fbind epg-check-configuration.
10115
10116 2006-09-06  Simon Josefsson  <jas@extundo.com>
10117
10118         * mml2015.el (mml2015-use): Doc fix, mention epg.
10119
10120 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10121
10122         * mml2015.el (mml2015-use): Default to epg, if available.
10123
10124 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10125
10126         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10127         message-sender.
10128         (mml1991-epg-encrypt): Ditto.
10129         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10130         message-sender.
10131         (mml2015-epg-encrypt): Ditto.
10132
10133 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10134
10135         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10136         several common directories.
10137
10138 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10139
10140         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10141         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10142
10143 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * gnus-art.el (article-decode-encoded-words): Make it fast.
10146
10147 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10150
10151         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10152         in quoted string into `\'.
10153
10154 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10157         Use standard-syntax-table.
10158
10159 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-art.el (gnus-decode-address-function): New variable.
10162         (article-decode-encoded-words): Use it to decode headers which are
10163         assumed to contain addresses.
10164         (gnus-mime-delete-part): Remove useless `or'.
10165
10166         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10167         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10168         (gnus-nov-parse-line): Use it to decode From header.
10169         (gnus-get-newsgroup-headers): Ditto.
10170         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10171
10172         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10173         (mail-decode-encoded-address-string): New alias.
10174
10175         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10176         New function.
10177         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10178         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10179         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10180         (rfc2047-decode-string): Ditto.
10181         (rfc2047-decode-address-region): New function.
10182         (rfc2047-decode-address-string): New function.
10183
10184 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * message.el (message-caesar-buffer-body): Allow rotating headers.
10187
10188         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10189
10190         * message.el (message-insert-formated-citation-line): Fix %f.
10191         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10192
10193 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10196         (gnus-bookmark-mouse-available-p): New macro.
10197         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10198         (gnus-bookmark-bmenu-show-infos): Use it.
10199         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10200         (gnus-bookmark-bmenu-hide-infos): Ditto.
10201         (gnus-bookmark-remove-properties): New function.
10202         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10203         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10204         (gnus-bookmark-write-file): Bind coding-system-for-write.
10205         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10206         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10207         group before selecting it.
10208         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10209         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10210         quit-window if it is not available; use gnus-mouse-2 and bind it to
10211         gnus-bookmark-bmenu-select-by-mouse.
10212         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10213         (gnus-bookmark-bmenu-select-by-mouse): New function.
10214
10215 2006-08-13  Romain Francoise  <romain@orebokech.com>
10216
10217         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10218         space.
10219
10220 2006-08-10  Romain Francoise  <romain@orebokech.com>
10221
10222         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10223         (dns-mode-soa-auto-increment-serial): New user option.
10224         (dns-mode-soa-maybe-increment-serial): New function.
10225         (dns-mode): Add the latter to `write-contents-functions'.
10226
10227 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * compface.el (uncompface): Use binary rather than raw-text-unix.
10230
10231 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * compface.el (uncompface): Make sure the eol conversion doesn't take
10234         place when communicating with the external programs.
10235         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10236
10237 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10240
10241 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10242
10243         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10244         Make it more robust by parsing author and date independently.
10245
10246 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10249
10250 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10251
10252         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10253         first matching secret key.
10254         (mml2015-epg-encrypt): Ditto.
10255
10256         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10257         first matching secret key.
10258         (mml1991-epg-encrypt): Ditto.
10259
10260         * mml2015.el (mml2015-encrypt-to-self): New user option.
10261         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10262         mml2015-epg-encrypt-to-self is set.
10263
10264         * mml1991.el (mml1991-encrypt-to-self): New variable.
10265         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10266         mml1991-epg-encrypt-to-self is set.
10267
10268         * mml2015.el (mml2015-signers): New user option.
10269         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10270         (mml2015-epg-encrypt): Allow to select signing keys.
10271
10272         * mml1991.el (mml1991-signers): New variable.
10273         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10274         (mml1991-epg-encrypt): Allow to select signing keys.
10275
10276 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * nnheader.el (nnheader-insert-head): Make it work even if the file
10279         uses CRLF for the line-break code.
10280
10281 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10282
10283         * mml2015.el: Require mml-sec instead of password.
10284         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10285         (mml2015-cache-passphrase): Inherit the default value from
10286         mml-secure-cache-passphrase.
10287         (mml2015-passphrase-cache-expiry): Inherit the default value from
10288         mml-secure-passphrase-cache-expiry.
10289
10290         * mml1991.el: Require mml-sec instead of password.
10291         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10292         (mml1991-cache-passphrase): Inherit the default value from
10293         mml-secure-cache-passphrase.
10294         (mml1991-passphrase-cache-expiry): Inherit the default value from
10295         mml-secure-passphrase-cache-expiry.
10296
10297         * mml-sec.el: Require password.
10298         (mml-secure-verbose): New user option.
10299         (mml-secure-cache-passphrase): New user option.
10300         (mml-secure-passphrase-cache-expiry): New user option.
10301
10302 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10303
10304         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10305         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10306         andreas@altroot.de (Andreas Vögele).
10307
10308         FIXME: Use `tiny change'?
10309
10310 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10311
10312         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10313         workaround for the url package included with Emacs.
10314
10315         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10316
10317 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10320         correctly.  This fixes a bug caused by the 2006-05-12 change.
10321
10322 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10323
10324         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10325         some information about the error when saying that the `bogus' mail
10326         group will be used.
10327
10328 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10331         string.
10332
10333 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10334
10335         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10336
10337 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10338
10339         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10340
10341 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10342
10343         * mml1991.el (mml1991-function-alist): Add epg.
10344         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10345         (mml1991-epg-encrypt): New functions.
10346
10347 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10348
10349         * mml2015.el (mml2015-verbose): New variable.
10350         (mml2015-cache-passphrase): Ditto.
10351         (mml2015-passphrase-cache-expiry): Ditto.
10352         (mml2015-function-alist): Add epg.
10353         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10354         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10355         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10356         New functions.
10357
10358 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10359
10360         * message.el (message-cite-original-1): Preserve region when removing
10361         quoted text due to X-No-Archive in order to avoid bogus attribution
10362         when citing multiple messages.
10363
10364 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10365
10366         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10367         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10368
10369 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10370
10371         * gnus-diary.el (gnus-user-format-function-d)
10372         (gnus-user-format-function-D): Autoload.
10373
10374         * imap.el (Commentary): Fix typo.
10375
10376         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10377         2006-04-22 contribution.
10378
10379 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10380
10381         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10382         It didn't really fix the bogosity I'm seeing with solid web groups.
10383
10384 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10385
10386         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10387         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10388         created using server names.  If we use the feature without declaring
10389         it, Gnus does not properly manage server and group state.
10390
10391         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10392         bound.
10393
10394 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10395
10396         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10397         looking up the method using GROUP's prefix before inventing a new one.
10398         It is used on killed/unknown groups in various places where returning
10399         an all-new method isn't expected by the caller.
10400
10401         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10402         and match semantics of gnus-group-real-prefix.
10403
10404 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * nnmail.el (nnmail-broken-references-mailers): New variable.
10407         (nnmail-ignore-broken-references): New function generalizing
10408         nnmail-fix-eudora-headers.
10409         (nnmail-fix-eudora-headers): Now obsolete.
10410
10411         * gnus-art.el (gnus-button-handle-custom):
10412         Support `customize-apropos*'.
10413
10414 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10417
10418         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10419         articles.
10420
10421 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * message.el (message-cite-reply-above): New variable.
10424         (message-yank-original): Use it.
10425
10426 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10429
10430 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10433         as read.
10434
10435         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10436
10437 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10438
10439         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10440         (gnus-bookmark-default-file): Use gnus-directory.
10441         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10442         Remove "*" in doc string.
10443         (gnus-bookmark-write-file): Simplify.
10444         (gnus-bookmark-maybe-sort-alist): Use `when'.
10445         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10446         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10447         Add FIXME about Emacs 21 and XEmacs compatibility.
10448         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10449         compatibility.
10450         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10451         compatibility.
10452         (gnus-bookmark-menu-heading): Fix version.
10453
10454 2006-06-19  Bastien Guerry  <bzg@altern.org>
10455
10456         * gnus-bookmark.el: New file.
10457
10458 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * message.el (message-syntax-checks): Doc fix.
10461
10462 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10463
10464         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10465         unsubscribed groups as if they were killed ones.  It causes duplicate
10466         entries in gnus-newsrc-alist.
10467
10468 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * message.el (message-syntax-checks): Doc fix.
10471         (message-send-mail): Add check for continuation headers.
10472         (message-check-news-header-syntax): Fix regexp used to check for
10473         continuation headers.
10474
10475 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10478
10479 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10482
10483 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10486         default-truncate-lines.
10487
10488 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10491         to fill the utf-8 entry.
10492
10493         * lpath.el: Fbind unicode-precedence-list.
10494
10495 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10496
10497         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10498
10499 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10500
10501         * gnus-agent.el (directory-files-and-attributes): Move all the way
10502         forward (the third and final move).
10503         (gnus-agent-read-agentview): Trap reconstruction errors due to
10504         nonexistent directory.  Handle by returning nil.
10505
10506 2006-05-30  Didier Verna  <didier@xemacs.org>
10507
10508         * message.el (message-dont-reply-to-names): Update the custom type.
10509         * message.el (message-dont-reply-to-names): New defsubst: potentially
10510         convert a list of regexps into a single one.
10511         * message.el (message-get-reply-headers): Use it.
10512         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10513
10514 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-agent.el (directory-files-and-attributes): Move forward.
10517
10518 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10519
10520         * gnus-ml.el (gnus-mailing-list-subscribe)
10521         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10522         (gnus-mailing-list-message): Fix doc strings.
10523
10524 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10525
10526         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10527         of doing it manually.
10528
10529 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10532         comment.
10533
10534 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10535
10536         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10537         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10538         (gnus-agent-read-local): All symbols allocated in my-obarray.
10539         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10540         (gnus-agent-regenerate-group): Check numeric names to see if they are
10541         messages or groups.
10542         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10543         better way of do this...)
10544
10545         * gnus-cache.el (gnus-agent-total-fetched-for):
10546         Ignore 'dummy.group' (there should be a better way of do this...)
10547
10548 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10551         (gnus-saved-headers): Ditto.
10552         (gnus-default-article-saver): Mention functions may have properties.
10553         (gnus-article-save): Override gnus-save-all-headers and
10554         gnus-saved-headers by :headers property which saver function may have.
10555         (gnus-summary-save-in-file): Add :headers property.
10556         (gnus-summary-write-to-file): Ditto.
10557
10558         * gnus-sum.el (gnus-summary-save-article): Bind
10559         gnus-prompt-before-saving to t when saving many articles in a file;
10560         always show all headers.
10561
10562         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10563
10564 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10567         marks.
10568
10569         * message.el (message-indent-citation): Add optional arguments to allow
10570         using it outside of message buffers.
10571
10572         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10573         (gnus-article-treat-unfold-headers): Use it.
10574         (gnus-article-truncate-lines): New variable.
10575         (gnus-article-mode): Use it.
10576         (gnus-article-toggle-truncate-lines): New function.
10577
10578         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10579         Add gnus-article-toggle-truncate-lines.
10580
10581         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10582         coding system in XEmacs, use binary.
10583
10584 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10587         after-load-alist.
10588
10589         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10590         this function should save decoded articles.
10591         (gnus-summary-write-to-file): Use property to specify this function
10592         should save decoded articles and specify gnus-summary-save-in-file
10593         should be used to save articles other than the first one when saving
10594         many articles.
10595         (gnus-summary-save-body-in-file): Use property to specify this
10596         function should save decoded articles.
10597         (gnus-summary-write-body-to-file): Use property to specify this
10598         function should save decoded articles and specify
10599         gnus-summary-save-body-in-file should be used to save articles other
10600         than the first one when saving many articles.
10601
10602         * gnus-sum.el (gnus-summary-save-article): Simplify.
10603
10604 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-art.el (gnus-default-article-saver):
10607         Add gnus-summary-write-body-to-file.
10608         (gnus-article-save-coding-system): Don't use coding system object
10609         in XEmacs.
10610         (gnus-read-save-file-name): Add optional `dir-var' argument which
10611         specifies directory in which files are saved; work even if optional
10612         `variable' argument is not specified.
10613         (gnus-summary-write-to-file): Read file name.
10614         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10615         (gnus-summary-write-body-to-file): New function.
10616
10617         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10618         (gnus-summary-local-variables): Add it.
10619         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10620         (gnus-summary-save-article): Remove optional `decode' argument;
10621         determine whether to decode articles by the value of
10622         gnus-default-article-saver; when saving many files using
10623         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10624         it first and use gnus-summary-save-in-file or
10625         gnus-summary-save-body-in-file thereafter unless
10626         gnus-prompt-before-saving is always; move point to article which
10627         will be saved.
10628         (gnus-summary-save-article-file): Revert.
10629         (gnus-summary-write-article-file): Revert.
10630         (gnus-summary-save-article-body-file): Revert.
10631         (gnus-summary-write-article-body-file): New function.
10632
10633 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * gnus-art.el (gnus-default-article-saver): Doc fix.
10636         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10637         from gnus-summary-save-article-coding-system, and default to a
10638         certain coding system.
10639         (gnus-output-to-file): Add coding cookie and encode text according
10640         to gnus-article-save-coding-system; don't use mm-append-to-file.
10641
10642         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10643         gnus-art.el and rename to gnus-article-save-coding-system.
10644         (gnus-summary-save-article): Require gnus-art; don't show all
10645         headers if it decodes articles; don't add coding cookie here;
10646         don't bind mm-text-coding-system-for-write.
10647         (gnus-summary-save-article-file): Save decoded articles.
10648         (gnus-summary-write-article-file): When saving many files, use
10649         gnus-summary-write-to-file first and gnus-summary-save-in-file
10650         thereafter unless gnus-prompt-before-saving is always.
10651         (gnus-summary-save-article-body-file): Save decoded articles.
10652
10653         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10654
10655 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * nnrss.el (nnrss-check-group): Bind hash-index.
10658
10659 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10660
10661         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10662         its hash index.  Store this hash in `nnrss-group-data'.
10663         (nnrss-read-group-data): Update accordingly.
10664
10665 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10668         entry.
10669
10670         * gnus-sum.el (gnus-summary-make-menu-bar):
10671         Add gnus-article-browse-html-article.
10672
10673 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10674
10675         * gnus-sum.el (gnus-summary-mime-map):
10676         Add gnus-article-browse-html-article.
10677
10678         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10679
10680 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10683         suitable coding systems in customize.
10684
10685 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * mail-source.el (mail-sources): Fix custom type.
10688
10689 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10692         (gnus-summary-expire-articles-now): Shorten prompt.
10693
10694         * gmm-utils.el (wid-edit): Require.
10695         (defun-gmm): Rename from `gmm-defun-compat'.
10696         (gmm-image-search-load-path): Use it.
10697         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10698
10699 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-sum.el (gnus-summary-save-article-coding-system):
10702         New variable.
10703         (gnus-summary-save-article): Add optional `decode' argument.
10704         If it is set and gnus-summary-save-article-coding-system is non-nil,
10705         save decoded article.
10706         (gnus-summary-write-article-file): Save decoded article if
10707         gnus-summary-save-article-coding-system is non-nil.
10708
10709         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10710         type.
10711
10712 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10715
10716 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10719         first to test gnus-single-article-buffer which may be buffer-local.
10720
10721         * gnus-sum.el (gnus-summary-setup-buffer):
10722         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10723         group; make gnus-article-buffer, gnus-article-current, and
10724         gnus-original-article-buffer always buffer-local.
10725         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10726         group.
10727         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10728
10729 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * nnml.el (nnml-request-compact-group): Compressed files might not
10732         have .gz extension.
10733
10734 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10735
10736         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10737         (mm-copy-to-buffer): Use with-current-buffer.
10738         (mm-display-part): Simplify.
10739         (mm-inlinable-p): Add optional arg `type'.
10740
10741 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10742
10743         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10744         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10745         Try harder to show the attachment internally or externally using
10746         gnus-mime-view-part-as-type.
10747
10748 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * message.el (message-from-style, message-signature-separator)
10751         (message-user-organization-file, message-send-mail-function)
10752         (message-citation-line-function, message-yank-prefix)
10753         (message-indent-citation-function, message-signature)
10754         (message-signature-file, message-signature-insert-empty-line):
10755         Remove autoloads.
10756
10757         * gnus-art.el (gnus-buttonized-mime-types):
10758         Remove "multipart/signed".  Revert 2006-04-26 change.
10759
10760 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * gnus.el (gnus-version-number): Bump version.
10763
10764 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10765
10766         * gnus.el: No Gnus v0.5 is released.
10767
10768 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10769
10770         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10771         fetching articles by message-id.
10772
10773 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * message.el (hashcash): Require hashcash as normal.
10776
10777         * ecomplete.el (ecomplete-highlight-match-line):
10778         Use point-at-eol.
10779         (ecomplete-highlight-match-line): Use `highlight', because that
10780         face exists in both Emacs and XEmacs.
10781
10782         * message.el (message-display-abbrev): Use point-at-bol.
10783
10784         * mail-source.el: Don't require timer/timer-funcs.
10785
10786         * gnus-async.el: Ditto.
10787
10788         * password.el: Ditto.
10789
10790         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10791
10792         * mm-url.el: Ditto.
10793
10794         * gnus-xmas.el: Don't require timer-funcs.
10795
10796         * mm-util.el: Require timer/timer-funcs.
10797
10798 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10799
10800         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10801         Close.
10802
10803 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10806         unibyte after clear-decrypt function runs.
10807
10808         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10809         returns as a unibyte string.
10810
10811 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * lpath.el: Revert.
10814
10815         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10816         (pgg-gpg-process-sentinel): Revert.
10817
10818         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10819         (pgg-pgp-lookup-key): Revert.
10820
10821         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10822         (pgg-pgp5-lookup-key): Revert.
10823
10824         * pgg.el (pgg-fetch-key): Revert.
10825
10826 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * lpath.el: Fbind string-as-multibyte for XEmacs.
10829
10830         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10831         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10832         (mml1991-pgg-encrypt): Ditto.
10833
10834         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10835         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10836         a multibyte buffer.
10837
10838         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10839         (pgg-pgp-lookup-key): Ditto.
10840
10841         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10842         (pgg-pgp5-lookup-key): Ditto.
10843
10844         * pgg.el (pgg-fetch-key): Ditto.
10845
10846 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * message.el (message-user-organization-file): Check several
10849         locations of the organization file.
10850
10851         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10852         Add gnus-article-view-part-as-type.
10853
10854         * gnus-art.el (gnus-article-view-part-as-type): New function.
10855
10856         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10857         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10858
10859         * mml.el: Simplify autoload.
10860         (mml-mode): defvar dnd-protocol-alist instead of using
10861         symbol-value.
10862         (mml-default-directory): New variable.
10863         (mml-minibuffer-read-file): Use it.
10864         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10865
10866         * message.el (message-citation-line-format): New variable.
10867         (message-insert-formated-citation-line): New function.
10868         (message-citation-line-function):
10869         Add `message-insert-formated-citation-line' to custom type.
10870
10871         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10872         to doc string.
10873
10874         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10875         depending on mm-verify-option.
10876
10877 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10880         binding pgg-* variables; reimplement the section which prevents
10881         MIME header from being signed.
10882         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10883         pgg-text-mode; remove a blank line at the top of body.
10884
10885         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10886         lines at the top of body; use gnus-newsgroup-charset if there's no
10887         Charset header.
10888
10889 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * message.el (message-self-insert-commands): Doc fix.
10892
10893         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10894         (mm-uu-pgp-encrypted-test): Ditto.
10895         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10896         between header and body; return application/pgp-encrypted handle
10897         if decryption failed; decode decrypted body by charset.
10898
10899         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10900         element match to application/pgp-*.
10901
10902 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10903
10904         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10905         HTML.
10906
10907 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * mail-source.el (mail-source-call-script): Message the error
10910         string.
10911
10912 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10913
10914         * gnus-util.el (gnus-byte-compile): Use it.
10915
10916 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10917
10918         * gnus-util.el (kill-empty-logs): New function.
10919
10920 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * message.el (message-mail-alias-type): Doc fix.
10923         (message-mail-alias-type-p): New function.
10924         (message-send): Use it.
10925         (message-mode): Ditto.
10926         (message-strip-forbidden-properties): Ditto.
10927
10928         * ecomplete.el (ecomplete-database-file-coding-system):
10929         New variable.
10930         (ecomplete-save): Use it.
10931         (ecomplete-setup): Use it.
10932
10933 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * message.el (message-self-insert-commands): New variable.
10936         (message-strip-forbidden-properties): Use it.
10937
10938 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939
10940         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10941         that doesn't make XEmacs choke.
10942
10943 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * gnus-util.el (gnus-replace-in-string):
10946         Prefer replace-regexp-in-string over of replace-in-string.
10947
10948 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus-util.el (gnus-select-frame-set-input-focus):
10951         Use select-frame-set-input-focus if it is available in XEmacs; use
10952         definition defined in Emacs 22 for old Emacsen.
10953
10954         * dgnushack.el: Autoload unmorse-region for XEmacs.
10955
10956         * lpath.el: Bind cursor-in-non-selected-windows and
10957         select-frame-set-input-focus for XEmacs.
10958
10959 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10962
10963 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10964
10965         * gnus-registry.el (gnus-registry-cache-save): Remove text
10966         properties when saving via the temp buffer.
10967
10968 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * message.el (message-generate-hashcash): Honor custom type.
10971
10972 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973
10974         * message.el (message-generate-hashcash): Default to non-nil when
10975         hashcash is found.
10976
10977         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10978         (gnus-refer-thread-limit): Increase default to 500.
10979
10980         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10981
10982         * flow-fill.el (fill-flowed): Allow delete-space.
10983
10984 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10987         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10988         Remove autoloads.
10989
10990 2006-04-18  Simon Josefsson  <jas@extundo.com>
10991
10992         * message.el (message-generate-hashcash): Default to.
10993
10994 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10997         concatenating segments rather than before concatenating them.
10998
10999 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11002
11003 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004
11005         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11006
11007         * message.el (message-forward-make-body-plain):
11008         Allow message-forward-ignored-headers to be a list.
11009         (message-remove-ignored-headers): Factor out into function.
11010         (message-forward-make-body-mml): Use it.
11011
11012         * imap.el (imap-quote-specials): New function.
11013         (imap-login-auth): Quote specials.
11014
11015         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11016         (rfc2231-parse-string): Allow concatanation of parameters that
11017         aren't contiguous.  The test case is
11018           (mail-header-parse-content-type "message/external-body;
11019             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11020             access-type=LOCAL-FILE;
11021             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11022
11023 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11024
11025         * nntp.el (nntp-accept-process-output): Return the value of
11026         `nnheader-accept-process-output'.
11027
11028 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11029
11030         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11031         (gnus-button-alist): Recognize more diff formats.
11032         (gnus-button-patch): Strip directory.
11033
11034 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11037         Emacs 22 when setting focus.
11038
11039 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11040
11041         * gnus-art.el (gnus-article-treat-types): Do treatment of
11042         text/x-verbatim parts.
11043         (gnus-button-patch): New command.
11044
11045         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11046         addresses that contain invalid characters.
11047
11048 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11049
11050         * message.el (message-put-addresses-in-ecomplete):
11051         Use gnus-replace-in-string.
11052         (message-is-yours-p): Use the more correct
11053         mail-header-parse-address instead of
11054         mail-extract-address-components.
11055         (message-put-addresses-in-ecomplete): Fix typo.
11056
11057         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11058         keystroke.
11059
11060         * gnus-art.el (gnus-treatment-function-alist): Change order of
11061         newsgroups/generic header folding to avoid double-folding.
11062
11063         * message.el (message-hidden-headers): Add X-Draft-From.
11064
11065         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11066         New command.
11067         (gnus-summary-repeat-search-article-backward): New command.
11068
11069         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11070         groups in the parent topic.
11071
11072 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11073
11074         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11075         (spam-extra-header-to-number): Return the CRM114 number as a
11076         number instead of a string.
11077
11078 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11079
11080         * gnus-art.el (gnus-face-properties-alist): Move here from
11081         gnus-fun.
11082
11083         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11084
11085 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * message.el (message-strip-forbidden-properties): Only display on
11088         self-insert-command.
11089
11090         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11091         reindent.
11092         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11093
11094 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11095
11096         * smiley.el (smiley-style): Fix typo.
11097
11098 2006-03-23  Kenichi Handa  <handa@m17n.org>
11099
11100         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11101         instead of set-buffer-multibyte.
11102
11103 2006-03-23  Kenichi Handa  <handa@m17n.org>
11104
11105         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11106         buffer and then decode the buffer text if necessary.
11107         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11108         first, and after mm-encode-body, change the buffer to unibyte.
11109
11110 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11111
11112         * hashcash.el (hashcash-insert-payment-async-2):
11113         Use message-goto-eoh instead of doing it manually.
11114         (mail-add-payment): Use message-narrow-to-header instead of trying
11115         to do the same itself.
11116
11117         * message.el (message-hidden-headers): Add Face.
11118
11119         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11120         reparenting code.
11121         (gnus-summary-reparent-children): Refactored out code.
11122         (gnus-summary-thread-map): New keystroke.
11123         (gnus-summary-reparent-children): Make into command.
11124
11125         * smiley.el (smiley-style): Default to `medium' if using a large
11126         font.
11127
11128         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11129         does it itself.
11130
11131         * message.el (message-point-in-header-p): Simplify definition.
11132
11133 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11134
11135         * nnagent.el (nnagent-request-set-mark): Silence log file
11136         writing.
11137         (nnagent-request-set-mark): Use write-region instead of
11138         append-to-file.
11139
11140         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11141         strange select method.
11142
11143         * ecomplete.el (ecomplete-display-matches): Get highlightling
11144         right.
11145         (ecomplete-display-matches): Use literals.
11146         (ecomplete-display-matches): Disable message logging.
11147
11148         * message.el (message-display-abbrev): Small optimization.
11149
11150         * ecomplete.el (ecomplete-display-matches): Allow automatic
11151         display.
11152
11153         * message.el (message-strip-forbidden-properties):
11154         Display abbrevs.
11155         (message-display-abbrev): Get automatic display right.
11156
11157         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11158         keystrokes.
11159
11160 2006-04-13  Romain Francoise  <romain@orebokech.com>
11161
11162         TODO: Backport to v5-10!
11163
11164         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11165         Move here (and rename) from gnus-registry.el.
11166
11167         * gnus-registry.el: Require gnus-util.
11168         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11169
11170 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11171
11172         * gnus-group.el (gnus-group-catchup-current):
11173         Change if-then-else-if-then-else into cond.
11174         (gnus-group-catchup): Indent.
11175         (group-name-at-point): New function.
11176         (gnus-fetch-group): Provide default from thing at point.
11177
11178 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11179
11180         * message.el (message-display-abbrev): Fix regexp.
11181
11182         * ecomplete.el (ecomplete-highlight-match-line):
11183         Reimplement choosing.
11184         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11185         dead variables.
11186
11187         * message.el (message-newline-and-indent): Remove debugging.
11188         (message-display-abbrev): Use new implementation.
11189
11190 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * gnus-art.el (gnus-article-mode):
11193         Set cursor-in-non-selected-windows to nil.
11194
11195         * smiley.el: Revert previous change.
11196         (smiley-data-directory): defvar it before using it in the
11197         defcustom of `smiley-style'.
11198
11199 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11200
11201         * message.el (message-newline-and-indent): New function.
11202
11203         * ecomplete.el: Implement more bits.
11204
11205         * message.el (message-put-addresses-in-ecomplete): Clean up the
11206         string.
11207
11208         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11209
11210         * gnus-sum.el (gnus-summary-save-parts):
11211         Bind gnus-summary-save-parts-counter and use it to make unique file
11212         names.
11213
11214         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11215
11216         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11217         parameter to say whether to actually parse the individual
11218         addresses.
11219
11220         * message.el (message-put-addresses-in-ecomplete): New function.
11221         (ecomplete): Require.
11222         (message-mail-alias-type): Add ecomplete as an option.
11223
11224 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11225
11226         * flow-fill.el (fill-flowed): Remove trailing space from blank
11227         quoted lines.
11228
11229 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11230
11231         * smiley.el (smiley-style): Move definition later to avoid a
11232         compilation warning.
11233
11234 2006-04-12  Kenichi Handa  <handa@m17n.org>
11235
11236         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11237         buffer and then decode the buffer text if necessary.
11238         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11239         first, and after mm-encode-body, change the buffer to unibyte.
11240         Use mm-disable-multibyte instead of set-buffer-multibyte.
11241
11242 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11245         Content-Type header instead of Content-Disposition header.
11246         (gnus-mime-inline-part): Ditto.
11247         (gnus-mime-view-part-as-charset): Ignore charset that the part
11248         specifies.
11249
11250         * mm-decode.el (mm-display-part): Work with external parts and
11251         usual parts similarly.
11252
11253         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11254         instead of gnus-display-mime.
11255
11256         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11257         instead of with-temp-buffer.
11258
11259         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11260         tag to summarized topics part in order to encode non-ASCII text.
11261
11262 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * smiley.el (smiley-style): New variable.
11265         (smiley-directory): New function.
11266         (smiley-data-directory): Derive from `smiley-style' using
11267         `smiley-directory'.
11268         (smiley-regexp-alist): Add new entries.
11269
11270         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11271         (gnus-article-browse-delete-temp): Add :version.
11272
11273 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11274
11275         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11276         the sieve region.
11277
11278 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11279
11280         * gnus.el (gnus-version-number): Bump version.
11281
11282 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11283
11284         * gnus.el: No Gnus v0.4 is released.
11285
11286 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11289         layout.
11290
11291         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11292         unknown charset.
11293
11294         * message.el (message-header-synonyms): Add Original-To to the
11295         default.
11296
11297         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11298         optional parameter.
11299
11300 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-fun.el (gnus): Require it for gnus-directory.
11303
11304 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11307
11308 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11309
11310         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11311
11312 2006-04-05  Simon Josefsson  <jas@extundo.com>
11313
11314         * password.el (password-reset): New function.
11315
11316 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11317
11318         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11319         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11320
11321 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11322
11323         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11324         Some whitespace was matched into the url, which broke browsing hits
11325         > 100 when mm-url-use-external was nil.
11326
11327 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11330         Check gnus-extra-headers for 'Newsgroups.
11331
11332         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11333         bound.
11334
11335 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11336
11337         * pgg-gpg.el: Clean up process buffers every time gpg processes
11338         complete.
11339
11340 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11343         doc string.
11344
11345 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11346
11347         * pgg-gpg.el (pgg-gpg-process-filter)
11348         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11349
11350         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11351         lines, temporary fix.
11352
11353 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11356
11357 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11358
11359         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11360         default-enable-multibyte-characters.  This reverts the change from
11361         revision 6.17 which is no longer necessary because the passphrase
11362         is sent separately now.  GnuPG messages are unreadable under
11363         multibyte locales with default-enable-multibyte-characters set to
11364         nil.
11365
11366 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * message.el (message-tool-bar-gnome): Move "spell".
11369
11370 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11373         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11374         instead.
11375
11376 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11377
11378         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11379         Improve newsgroups handling for NNTP overviews which don't include
11380         Newsgroups.
11381
11382 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11383
11384         * message.el (message-resend): Bind message-generate-hashcash to nil.
11385
11386 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11387
11388         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11389         when searching for already-paid recipients.
11390
11391 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11392
11393         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11394         passphrases when it is not needed.
11395         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11396         passphrase stuff from gpg, should only be necessary when you use
11397         gpg with a smartcard.
11398
11399 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * mml.el (mml-insert-mime): Ignore cached contents of
11402         message/external-body part.
11403
11404         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11405         (mm-insert-part): Ditto.
11406
11407 2006-03-23  Simon Josefsson  <jas@extundo.com>
11408
11409         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11410         Reiner.
11411         (pgg-gpg-use-agent-p): Use it again.
11412
11413 2006-03-23  Simon Josefsson  <jas@extundo.com>
11414
11415         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11416         older emacsen.
11417         (pgg-gpg-use-agent-p): Don't use it.
11418
11419 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11422         if we can.
11423
11424 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11425
11426         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11427         (pgg-gpg-update-agent): New function.
11428         (pgg-gpg-use-agent-p): New function.
11429         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11430         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11431         (pgg-gpg-sign-region): Use it.
11432
11433 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11436         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11437
11438 2006-03-21  Simon Josefsson  <jas@extundo.com>
11439
11440         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11441         <wilde@sha-bang.de>.
11442         (pgg-gpg-use-agent): New variable.
11443         (pgg-gpg-process-region): Use it.
11444         (pgg-gpg-encrypt-region): Likewise.
11445         (pgg-gpg-encrypt-symmetric-region): Likewise.
11446         (pgg-gpg-decrypt-region): Likewise.
11447         (pgg-gpg-sign-region): Likewise.
11448         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11449
11450 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11453
11454         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11455         Add comment on version.
11456
11457 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * smiley.el: Add missing test smiley.
11460
11461 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * mm-decode.el (mm-with-part): New macro.
11464         (mm-get-part): Use it; work with message/external-body as well.
11465         (mm-save-part): Treat name and filename equally.
11466
11467         * mm-extern.el (mm-extern-cache-contents): New function.
11468         (mm-inline-external-body): Use it; force the part to be displayed;
11469         move undisplayer added to the cached handle to the parent.
11470
11471         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11472         (gnus-mime-view-part-as-type): Work with message/external-body.
11473
11474         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11475
11476 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11479         images in image-load-path.  [Sync with image.el, revision 1.60, in
11480         Emacs.]
11481
11482 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11485         path rather than symbol.  Always return list of directories.
11486         Guarantee that image directory comes first.  [Sync with image.el,
11487         revision 1.59, in Emacs.]
11488
11489         * message.el (message-make-tool-bar): Adjust to new API of
11490         `gmm-image-load-path-for-library'.
11491
11492         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11493
11494         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11495
11496 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11497
11498         * gnus-art.el (gnus-article-only-boring-p):
11499         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11500         intangible text.
11501         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11502
11503 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11506         Use `defun' instead of `gmm-defun-compat'.
11507
11508 2006-03-14  Simon Josefsson  <jas@extundo.com>
11509
11510         * message.el (message-unique-id): Don't use message-number-base36
11511         if (user-uid) is a float.
11512         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11513
11514 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11517
11518         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11519         empty line between a part and a message part.
11520
11521 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * smiley.el: Add more test smileys.
11524         (smiley-data-directory, smiley-regexp-alist)
11525         (gnus-smiley-file-types): Fix doc strings.
11526         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11527         adding new elements.
11528         (smiley-mouse-map): Unused code.  Make it a comment.
11529
11530 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11533         scan latest NoCeM messages instead of old ones.
11534         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11535         delimiters that are recently used.
11536         (gnus-nocem-load-cache): Add autoload cookie.
11537
11538         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11539
11540         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11541         level which is larger than gnus-use-nocem is specified.
11542
11543         * gnus-group.el (gnus-group-get-new-news): Ditto.
11544
11545 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * gnus-util.el (gnus-tool-bar-update): New function.
11548
11549         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11550         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11551
11552         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11553
11554         * gnus-group.el (gnus-group-redraw-when-idle)
11555         (gnus-group-redraw-check): Remove.
11556         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11557
11558 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11561         if optional last element is specified in splits (FIELD VALUE...).
11562
11563 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11566         to gmm-image-load-path-for-library.  Call with no-error argument.
11567         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11568
11569         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11570
11571         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11572
11573         * gmm-utils.el (gmm-image-load-path): Remove alias.
11574
11575 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gmm-utils.el (gmm-image-load-path): Add alias.
11578
11579         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11580         nnml-generate-nov-databases-1.
11581         (nnml-generate-nov-databases): Use it.
11582         (nnml-generate-nov-databases-directory): Document no-active
11583         argument.
11584
11585         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11586         directory if path is t.  Add no-error.
11587
11588         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11589         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11590
11591         * gnus-art.el (gnus-article-browse-delete-temp-files):
11592         Simplify resetting gnus-article-browse-html-temp-list.
11593
11594         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11595         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11596         Add example to docstring.  Rename local variables.  Move error
11597         checks to default case in cond and simplify.
11598
11599 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11602         handle is multipart when calling it recursively.
11603         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11604
11605 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11606
11607         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11608         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11609
11610 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11613         is loaded.
11614
11615         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11616         loaded.
11617
11618 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11619
11620         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11621         to "Emacs 23 (unicode)" in doc string.
11622
11623         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11624         "Emacs 23 (unicode)" in comment.
11625
11626 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11629
11630         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11631         characters 160 through 255 in Emacs 23.
11632
11633 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11636         gnus-article-browse-html-temp.
11637         (gnus-article-browse-delete-temp): Make it customizable.
11638         Add `file'.  Adjust doc string.
11639         (gnus-article-browse-delete-temp-files): Add argument.
11640         Allow query for each file.  Adjust doc string.
11641         (gnus-article-browse-html-parts):
11642         Add `gnus-article-browse-delete-temp-files' to
11643         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11644
11645 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11646
11647         * gnus-art.el (gnus-article-browse-html-temp)
11648         (gnus-article-browse-delete-temp): New variables.
11649         (gnus-article-browse-delete-temp-files): New function.
11650         (gnus-article-browse-html-parts): Use it.
11651
11652 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11655
11656         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11657         string.
11658
11659         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11660         gnus-summary-insert-new-articles when unplugged.
11661         Remove gnus-summary-search-article-forward.
11662
11663         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11664         display-visual-class instead of display-color-cells.
11665
11666 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * dgnushack.el: Autoload customize-group for XEmacs.
11669
11670         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11671         message/* containing non-ASCII text properly.
11672
11673 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * message.el: Require gmm-utils, remove autoloads.
11676         (message-tool-bar): Set default based on
11677         gmm-tool-bar-style.
11678         (message-tool-bar-gnome): Add gmm-customize-mode.
11679
11680         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11681         gmm-tool-bar-style.
11682         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11683
11684         * gnus-group.el (gnus-group-tool-bar): Set default based on
11685         gmm-tool-bar-style.
11686         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11687
11688         * gmm-utils.el (gmm-image-directory): Rename variable from
11689         gmm-image-load-path.
11690         (gmm-image-load-path): Use gmm-image-directory.
11691         (gmm-customize-mode): New function.
11692         (gmm-tool-bar-style): New variable.
11693
11694         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11695         gnus-group-redraw-line-number.
11696         (gnus-group-redraw-check): Simplify.
11697         (gnus-group-tool-bar-update): Remove redraw check.
11698         (gnus-group-make-tool-bar): Add redraw check.
11699
11700 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11701
11702         * gnus-art.el (gnus-button): Add missing parentheses.
11703
11704 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * lpath.el: Fbind line-number-at-pos.
11707
11708 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11711
11712 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * gnus-art.el (gnus-button): New face.
11715         (gnus-article-button-face): Use it.
11716
11717         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11718         Add gnus-summary-next-page.  Re-order.
11719
11720         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11721         next-node are now included.
11722         (gnus-group-redraw-line-number): New internal variable.
11723         (gnus-group-redraw-check): Helper function for updating the tool
11724         bar.
11725         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11726
11727         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11728
11729         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11730         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11731         Use it to match format of Spamassassin 3.0 and later.
11732         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11733         (spam-check-bogofilter)
11734         (spam-bogofilter-register-with-bogofilter): Fix args of
11735         `gnus-error' calls.
11736
11737 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11740         unnecessary interaction when sending queued mails.
11741         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11742
11743 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11746         first or last are nil.
11747
11748 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11749
11750         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11751
11752 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11753
11754         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11755
11756 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11757
11758         * dns.el (query-dns): Protect more against buggy tcp output.
11759
11760 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11763         nov.php.
11764
11765 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11766
11767         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11768         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11769         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11770         output on the server side.
11771         (nnweb-google-create-mapping): Update regexps and add some
11772         progress indication.
11773
11774 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * gnus-group.el (gnus-group-tool-bar-gnome):
11777         Fix gnus-agent-toggle-plugged.  Re-order icons.
11778         (gnus-group-tool-bar-gnome):
11779         Add gnus-group-{prev,next}-unread-group.
11780         (gnus-group-tool-bar-gnome): Re-order icons.
11781
11782         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11783         Move gnus-summary-insert-new-articles.
11784
11785         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11786         Fix comments.
11787
11788         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11789         also available in Emacs 21.3.
11790
11791         * message.el (message-fix-before-sending): Change "Emacs 22" to
11792         "Emacs 23 (unicode)" in comment.
11793
11794         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11795         "Emacs 23 (unicode)" in comment.
11796
11797         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11798         comment.
11799         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11800
11801         * mm-view.el (mm-fill-flowed): Add :version.
11802
11803 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11806         and load-path.
11807
11808 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * message.el: Autoload gmm-image-load-path.
11811         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11812         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11813         consitency.
11814
11815         * gmm-utils.el (gmm-image-load-path): Also search in
11816         "../etc/images".  Don't set gmm-image-load-path if we don't find
11817         the image.
11818
11819 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * gmm-utils.el (gmm-image-load-path): Don't make
11822         `gmm-image-load-path' include subdirectories which the second arg
11823         `image' might specify.
11824
11825         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11826         subdirectory to icon file names.
11827
11828         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11829
11830 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11833         gmm-image-load-path calls.
11834
11835         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11836
11837         * message.el (message-make-tool-bar): Ditto.
11838
11839         * mml.el (mml-preview): Add comment concerning tool bar icons.
11840
11841         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11842         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11843
11844         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11845         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11846
11847         * message.el (message-tool-bar-gnome): Use new icon names.
11848         (message-make-tool-bar): Use `gmm-image-load-path'.
11849
11850         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11851         New functions from MH-E.
11852         (gmm-image-load-path): New variable from MH-E.
11853         (gmm-image-load-path): New function from MH-E.  Add arguments
11854         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11855         *-image-load-path-called-flag.
11856
11857 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11858
11859         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11860
11861 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11862
11863         * nnimap.el (nnimap-request-move-article): Change folder back to
11864         source group before deleting.
11865
11866 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11869
11870         * gnus-art.el (mm-url-insert-file-contents-external):
11871         Autoload mm-url.
11872
11873         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11874
11875 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11878         coding system which mm-charset-to-coding-system returns for a
11879         given charset is valid.
11880
11881 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11882
11883         * html2text.el (html2text-remove-tag-list):
11884         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11885
11886 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11887
11888         * gnus-cus.el: Revert 2005-10-17 change.
11889
11890 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-art.el (article-strip-banner):
11893         Call article-really-strip-banner only when the regexp match is made.
11894
11895 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * gnus-art.el (article-strip-banner):
11898         Use gnus-extract-address-components instead of
11899         mail-header-parse-addresses to make it work with non-ASCII text;
11900         remove mail-encode-encoded-word-string.
11901
11902         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11903         values which are surrounded with \"...\"; make it never cause a
11904         Lisp error; give up parsing of parameters if it failed in
11905         extracting type.
11906
11907 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11908
11909         * smime.el (smime-cert-by-ldap-1): Fix bug where
11910         `smime-ldap-search' returns results without userCertificates.
11911
11912 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11915
11916 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11917
11918         * spam.el (spam-check-spamassassin-headers): Adapt format for
11919         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11920         <ari@mbf.ocn.ne.jp>.
11921         (spam-list-of-processors): Add spam-use-gmane.
11922
11923 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11926         make-temp-file; make it work with XEmacs as well.
11927
11928         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11929         mm-make-temp-file.
11930
11931         * mm-decode.el (mm-display-external): Use the 3rd arg of
11932         mm-make-temp-file.
11933         (mm-create-image-xemacs): Ditto.
11934
11935 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11938         with message-narrow-to-headers.
11939         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11940         (gnus-draft-check-draft-articles): New function.
11941         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11942
11943 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus-art.el (gnus-article-browse-html-parts):
11946         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11947         Don't use suffix argument for mm-make-temp-file for Emacs 21
11948         compatibility.  Remove useless `format'.
11949
11950 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11951
11952         * nnweb.el (nnweb-google-wash-article): Update regexps.
11953         (nnweb-group-alist): Use defvoo instead of defvar.
11954
11955 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11958         re-loading nn* modules.
11959
11960 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11963         for `tool-bar-mode' and don't check it's default-value.
11964
11965         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11966
11967         * message.el (message-make-tool-bar): Ditto.
11968
11969         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11970         `substring'.  Shorten tmp-file name.
11971
11972         * gnus.el: Remove bogus comment.
11973
11974 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11975
11976         * gnus-art.el (gnus-article-browse-html-parts): New function.
11977         (gnus-article-browse-html-article): New function for viewing html
11978         articles with a browser.
11979
11980 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11981
11982         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11983         in elisp.
11984         (pgg-gpg-encrypt-symmetric-region): Ditto.
11985         (pgg-gpg-sign-region): Ditto.
11986
11987         * pgg-def.el (pgg-text-mode): New variable.
11988
11989         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11990         (mml2015-pgg-encrypt): Ditto.
11991
11992         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11993         (mml1991-pgg-encrypt): Ditto.
11994
11995 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * nnfolder.el (nnfolder-insert-newsgroup-line):
11998         Use message-make-date instead of current-time-string.
11999
12000         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12001         to gnus-decoded which mm-uu might set.
12002
12003 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12006         don't decode quoted parameters; remove misimported Emacs code.
12007         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12008         (rfc2231-decode-encoded-string): Don't use split-string which
12009         behaves differently according to Emacs version; use
12010         mm-decode-coding-region to convert charset to coding-system.
12011         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12012         (rfc2231-encode-string): Remove misimported Emacs code.
12013
12014 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12017         when calling mail-header-parse-content-type.
12018         (article-de-quoted-unreadable): Ditto.
12019         (article-de-base64-unreadable): Ditto.
12020         (article-wash-html): Ditto.
12021
12022         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12023         calling mail-header-parse-content-type and
12024         mail-header-parse-content-disposition.
12025         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12026         mail-header-parse-content-type.
12027
12028         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12029         insert charset and format parameters; encode description after
12030         inserting it to buffer.
12031         (mml-insert-parameter): Fold lines properly even if a parameter is
12032         segmented into two or more lines; change the max column to 76.
12033
12034         * rfc1843.el (rfc1843-decode-article-body): Don't use
12035         ignore-errors when calling mail-header-parse-content-type.
12036
12037         * rfc2231.el (rfc2231-parse-string): Return at least type if
12038         possible; don't cause an error even if it fails in parsing of
12039         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12040         (rfc2231-encode-string): Don't break lines at the beginning, leave
12041         it to mml-insert-parameter.
12042
12043         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12044         calling mail-header-parse-content-type.
12045
12046 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12047
12048         * spam-report.el (spam-report-gmane-use-article-number):
12049         Improve doc string.
12050         (spam-report-gmane-internal): Check if a suitable header was found
12051         in the article.
12052
12053 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12056         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12057
12058 2006-02-05  Romain Francoise  <romain@orebokech.com>
12059
12060         Update copyright notices of all files in the gnus directory.
12061
12062 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12063
12064         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12065
12066 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12069         segmented lines of parameter value to cope with Thunderbird 1.5
12070         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12071         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12072         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12073
12074 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12075
12076         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12077         parts.
12078
12079 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12080
12081         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12082         there's only one active file for all servers.
12083         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12084         solid groups.  Gnus might have used a FAST request to select the group.
12085         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12086         and nnweb-search redundantly in the active file.
12087         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12088         (nnweb-request-create-group): Don't use ARGS.
12089         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12090         initialisations.  Let nnoo do the work.
12091
12092 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12095         Say the part has been decoded.
12096
12097         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12098
12099 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12100
12101         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12102         mailcap-viewer-test-cache when there's no 'test clause, since that
12103         will invert the meaning of a "nil" test previously determined by
12104         mailcap-mailcap-entry-passes-test.
12105
12106 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12109         compiling.
12110
12111         * gnus-sum.el: Ditto.
12112
12113         * message.el: Don't bind tool-bar-map when compiling.
12114
12115 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12118
12119 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12120
12121         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12122         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12123         current Google Groups.
12124
12125 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12128         and tool-bar-mode.
12129
12130         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12131         and tool-bar-mode.
12132
12133         * message.el (message-tool-bar-update): Simplify.
12134         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12135
12136         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12137         gnus-summary-buffer.
12138         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12139         gnus-summary-reply.
12140
12141         * gmm-utils.el (gmm): Add :version.
12142
12143 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * Makefile.in (clean): New rule.
12146         (distclean): Use it.
12147
12148 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12149
12150         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12151         Don't autoload.
12152
12153 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gmm-utils.el (gmm-verbose): Add :group.
12156
12157 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12158
12159         * message.el: Change some comments WRT tool-bars.
12160
12161         * gnus-sum.el (gnus-summary-tool-bar)
12162         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12163         (gnus-summary-tool-bar-zap-list): New variables.
12164         (gnus-summary-make-tool-bar): Complete rewrite using
12165         `gmm-tool-bar-from-list'.
12166
12167         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12168         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12169         New variables.
12170         (gnus-group-make-tool-bar): Complete rewrite using
12171         `gmm-tool-bar-from-list'.
12172         (gnus-group-tool-bar-update): New function.
12173
12174         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12175
12176 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12179         is dissected into a single part of which the type is the same as
12180         the given one; decode charset.
12181
12182 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12183
12184         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12185         into alists as symbol not string, since that's what
12186         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12187         look for.
12188
12189 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12190
12191         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12192         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12193
12194         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12195
12196 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12199         (gnus-xmas-mime-security-button-menu): New function.
12200
12201         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12202         (gnus-mime-security-button-menu): New definition.
12203         (gnus-mime-security-button-map): Use them.
12204         (gnus-mime-security-button-menu): New function.
12205         (gnus-insert-mime-security-button): Addition to help echo.
12206         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12207         (gnus-mime-security-pipe-part): New functions.
12208
12209         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12210         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12211
12212         * mm-decode.el (mm-handle-set-disposition): Remove.
12213         (mm-handle-set-description): Remove.
12214
12215 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12218         (mm-w3m-standalone-supports-m17n-p): New function.
12219         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12220         w3m usage.
12221
12222         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12223         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12224
12225 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * message.el (message-tool-bar-zap-list):
12228         Use gmm-tool-bar-zap-list as custom type.
12229         (message-tool-bar-update): New function.
12230         (message-tool-bar, message-tool-bar-gnome)
12231         (message-tool-bar-retro): Add message-tool-bar-update.
12232         (message-tool-bar-gnome): Add flyspell-buffer.
12233
12234         * gnus-util.el (gnus-error): Describe `args'.
12235
12236         * gmm-utils.el (gmm-error): Describe `args'.
12237         (gmm-tool-bar-zap-list): New widget.
12238         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12239
12240 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12243         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12244         the number of recursive calls.
12245
12246         * mm-decode.el (mm-handle-set-disposition): New macro.
12247         (mm-handle-set-description): New macro.
12248
12249 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12252         encoding.
12253
12254 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * message.el (message-tool-bar-zap-list, message-tool-bar)
12257         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12258         (message-tool-bar-local-item-from-menu): Remove.
12259         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12260         (message-make-tool-bar): New function.
12261         (message-mode): Use `message-make-tool-bar'.
12262
12263         * gmm-utils.el: New file.
12264         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12265         (gmm-lazy): New widget copied from `nnmail.el'.
12266         (gmm-tool-bar-from-list): New function for creating customizable
12267         tool bars.
12268         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12269         output.
12270         (gmm): Add :prefix to defgroup.
12271
12272 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12273
12274         * gmm-utils.el (gmm-widget-p): New function.
12275
12276 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12277
12278         * mml.el (mml-attach-file): Describe `description' in doc string.
12279         (mml-menu): Add Emacs MIME manual and PGG manual.
12280
12281 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12282
12283         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12284
12285 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12286
12287         * nntp.el (nntp-end-of-line): Doc fix.
12288
12289 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12290
12291         * imap.el (imap-open): Handle case where buffer is a buffer
12292         object.
12293
12294 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12295
12296         * gnus-delay.el (gnus-delay): Don't autoload.
12297         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12298         to be re-loaded when customizing the `gnus-delay' group.
12299
12300 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12301
12302         * message.el (message-insert-citation-line): Use newlines.
12303
12304 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12305
12306         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12307         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12308         these routines, so the passphrase can be managed externally and
12309         passed in to the system.
12310         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12311         pgg-add-passphrase-to-cache function.
12312
12313         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12314         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12315         these routines, so the passphrase can be managed externally and
12316         passed in to the system.
12317         (pgg-pgp5-sign-region): Use new name of
12318         pgg-add-passphrase-to-cache function.
12319
12320 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12321
12322         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12323         part of the decoded armor to find the key-identifier.
12324         (pgg-gpg-lookup-key-owner): New function to return the
12325         human-readable identifier of a key owner.
12326         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12327         itself.
12328         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12329         the key value) if we have a key and can match it against a secret
12330         key.  Also, added a note pointing out fact that the prompt only
12331         indicates the first matching key.
12332
12333         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12334         pgg-decrypt-region.
12335         (pgg-add-passphrase-to-cache): Rename from
12336         `pgg-add-passphrase-cache' to reduce confusion (all callers
12337         changed).
12338         (pgg-remove-passphrase-from-cache): Rename from
12339         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12340         changed).
12341         (pgg-read-passphrase, pgg-add-passphrase-cache)
12342         (pgg-remove-passphrase-cache): Add informative docstrings.
12343         (pgg-decrypt): Convey provided passphrase in subordinate call to
12344         pgg-decrypt-region.
12345
12346 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12347
12348         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12349         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12350         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12351         'passphrase' argument, so the passphrase can be managed externally
12352         and then passed in to the system.
12353
12354         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12355         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12356         so the passphrase cache can be used reliably with identifiers
12357         besides a pgp packet's key id.
12358
12359         * pgg-gpg.el (pgg-gpg-encrypt-region)
12360         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12361         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12362         these routines, so the passphrase can be managed externally and
12363         passed in to the system.
12364
12365         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12366         'notruncate' argument, so the passphrase cache can be used
12367         reliably with identifiers besides a pgp packet's key id.
12368
12369 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12370
12371         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12372         symmetric encryption.
12373         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12374         encrypted session key.
12375         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12376         message ask for the passphrase in a proper way.
12377
12378         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12379         New user commands for symmetric encryption.
12380
12381 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12384
12385         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12386
12387 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12388
12389         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12390
12391 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * mm-decode.el (mm-inlined-types): Add application/pgp.
12394         (mm-automatic-display): Ditto.
12395
12396         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12397         part as text.
12398
12399 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * nnrss.el: Update copyright.
12402         (nnrss-opml-import): Query whether to subscribe to each entry.
12403
12404         * gnus-art.el:
12405         * gnus-sum.el:
12406         * gnus-xmas.el:
12407         * messagexmas.el:
12408         * mm-uu.el:
12409         * mm-view.el: Update copyright.
12410
12411 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * message.el (message-info): New function.
12414         (message-mode-menu): Add it.
12415         Update copyright.
12416
12417         * ChangeLog: Fix and update copyright.
12418
12419 2006-01-13  Romain Francoise  <romain@orebokech.com>
12420
12421         * message.el (message-forward-subject-name-subject): Prefer the
12422         address to 'nowhere' if the sender has no name.
12423         Fix typo.  Update copyright year.
12424
12425 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-art.el (article-wash-html):
12428         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12429         (gnus-article-wash-html-with-w3m-standalone): New function.
12430
12431         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12432         mm-inline-text-html-render-with-w3m-standalone.
12433         (mm-text-html-washer-alist): Map w3m-standalone to
12434         gnus-article-wash-html-with-w3m-standalone.
12435         (mm-inline-text-html-render-with-w3m-standalone): New function.
12436
12437 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12440         Improve LaTeX.
12441
12442 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12445         (nnrss-request-article): Render text/plain parts as HTML.
12446
12447         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12448         the buffer.
12449
12450 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12453         custom definition of `gnus-posting-styles'.
12454
12455         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12456         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12457
12458 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12461         Use nntp for bug archive.
12462
12463 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12466         parts.
12467         (nnrss-normalize-date): New function converts ISO 8601 date into
12468         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12469         (nnrss-check-group): Use it.
12470
12471 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12474
12475         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12476         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12477         (nnrss-insert-w3): Ditto.
12478
12479 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12482         the articles to be forwarded including the case where neither a
12483         number of articles nor a region is specified.
12484
12485 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * nnrss.el (nnrss-request-article): Fix last change; fill
12488         text/plain parts.
12489
12490 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12493         in text/plain part.
12494         (nnrss-check-group): Don't add excessive newline to dc:subject.
12495
12496 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12497
12498         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12499         article.
12500
12501 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12504         (nnml-use-compressed-files, nnml-save-mail): Support other
12505         comression programs such as bzip2.
12506
12507 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12508
12509         * dns.el (query-dns): Make sure we check the buffer size before
12510         removing tcp headers.
12511
12512 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12515         remove MIME buttons associated with multipart/alternative parts.
12516         (gnus-mime-display-alternative): Tag buttons using `article-type'
12517         text property.
12518
12519         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12520         associated with multipart/alternative parts.
12521
12522         * gnus-art.el (gnus-signature-separator): Fix custom type.
12523
12524         * mm-decode.el (mm-inlined-types): Fix custom type.
12525         (mm-keep-viewer-alive-types): Ditto.
12526         (mm-automatic-display): Ditto.
12527         (mm-attachment-override-types): Ditto.
12528         (mm-inline-override-types): Ditto.
12529         (mm-automatic-external-display): Ditto.
12530
12531 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * spam-report.el (spam-report-user-mail-address)
12534         (spam-report-user-agent): New variables.
12535         (spam-report-url-ping-plain): Use spam-report-user-agent.
12536
12537 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12538
12539         * gnus-art.el (gnus-button-handle-custom): Do not just use
12540         `customize-apropos' for any "M-x customize-*" button but the
12541         function called for.  Accept both the function name and its
12542         argument in order to achieve this.
12543         (gnus-button-alist): Remove support for "custom:" URL's.
12544         Pass function name to `gnus-button-handle-custom' in case of "M-x
12545         customize-*" buttons.
12546
12547 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12550         multipart/alternative and add xref to mm-discouraged-alternatives
12551         in doc string.
12552
12553         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12554         gnus-buttonized-mime-types in doc string.
12555
12556 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12559         Suggest image/.* in the doc string.
12560
12561 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12564         message-marks (Debian bug #342521).
12565
12566 2005-12-12  Simon Josefsson  <jas@extundo.com>
12567
12568         * password.el (password-read-from-cache): Add.
12569         (password-read): Use it.
12570
12571 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * rfc2047.el (rfc2047-charset-to-coding-system):
12574         Recognize us-ascii as a MIME charset.
12575
12576         * mm-bodies.el (mm-decode-content-transfer-encoding):
12577         Protect against the case where the 2nd arg TYPE is nil.
12578
12579 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * pop3.el (pop3-stream-type): Fix custom version.
12582
12583         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12584
12585 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12586
12587         * mm-decode.el (mm-display-external): Add missing cdr.
12588
12589 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12592         RFC1524) if it is in mailcap or add a suffix according to
12593         mailcap-mime-extensions when generating a temp filename; postpone
12594         deleting a temp file for 2 seconds for some wrappers, shell
12595         scripts, and so on, which might exit right after having started a
12596         viewer command as a background job.
12597
12598 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12599
12600         * nntp.el (nntp-marks-directory): Fix custom group.
12601
12602         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12603         steps when < 10.
12604
12605         * gnus-start.el (gnus-no-server-1):
12606         Mention `gnus-level-default-subscribed' in doc string.
12607
12608 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12609
12610         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12611         parens.
12612
12613 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-xmas.el (gnus-use-toolbar): Revert.
12616         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12617         gnus-use-toolbar is default.
12618
12619         * messagexmas.el (message-use-toolbar): Revert.
12620         (message-setup-toolbar): Use global default-toolbar if
12621         message-use-toolbar is default.
12622
12623 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12626         according to default-toolbar-visible-p.
12627
12628         * messagexmas.el (message-use-toolbar): Ditto.
12629
12630 2005-11-26  Dave Love  <fx@gnu.org>
12631
12632         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12633         (tls-program, tls-success): Provide openssl alternative.
12634
12635         * starttls.el: Doc fixes.
12636         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12637         SERVICE to PORT.
12638
12639         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12640         port null or service name.
12641         (starttls-negotiate): Autoload.
12642
12643 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * message.el (message-kill-to-signature): Fix interactive spec.
12646
12647 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * pop3.el (pop3-open-server): Recognize a string as a service name.
12650
12651 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12652
12653         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12654
12655 2005-11-23  Dave Love  <fx@gnu.org>
12656
12657         Add pop3s, pop3/starttls.
12658
12659         * pop3.el (pop3-authentication-scheme): Clarify doc.
12660         (open-tls-stream, starttls-open-stream): Autoload.
12661         (pop3-stream-type): New.
12662         (pop3-open-server): Use it.
12663
12664         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12665         for POP.
12666         (mail-source-keyword-map): Add :stream for POP.
12667         (mail-source-fetch-pop): Use pop3-stream-type.
12668
12669 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12672         of current-time-string.
12673
12674 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12675
12676         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12677         date header.
12678
12679 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12680
12681         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12682         it can seriously impact performance as it bypasses the agent's
12683         local caches.
12684
12685 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12686
12687         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12688         must be explicitly online rather than "not explicitly offline" for
12689         its flags to be synchronized.
12690
12691         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12692         that gnus-uu-unmark-thread will function correctly.
12693
12694         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12695         1024K is instead displayed as 1M.
12696
12697 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12698
12699         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12700
12701 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12702
12703         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12704
12705 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12706
12707         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12708         error message to display actual error condition.
12709         (gnus-agent-save-local): Avoid saving symbols that are bound to
12710         nil as they simply result in a warning message in
12711         gnus-agent-read-local.
12712
12713 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12716         rather than make-variable-buffer-local for file-precious-flag.
12717
12718 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12719
12720         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12721         for duplicates which are removed.  The invalid sort check then
12722         triggers a rescan after the sort as sorting may have moved
12723         duplicate entries such that they can be cheaply detected.
12724
12725 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12728
12729 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12730
12731         * gnus-agent.el (gnus-agent-article-alist-save-format):
12732         Change internal variable to a custom variable.  Change default value
12733         from compressed(2) to uncompressed(1).
12734         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12735         support for uncompressed agentview files.  Taken together, reading
12736         the agentview file should now be 6-7 times faster.
12737
12738 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12739
12740         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12741         as a buffer-local variable.  This avoids creating truncated
12742         dribble files as a result of a hang up, eg.
12743
12744 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12745
12746         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12747         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12748         XEmacs.
12749
12750 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * gnus-start.el (gnus-start-draft-setup):
12753         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12754
12755         * gnus.el (gnus-splash): Change custom group.
12756         (gnus-group-get-parameter, gnus-group-parameter-value):
12757         Describe allow-list argument.
12758
12759         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12760         string.
12761
12762 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12763
12764         * gnus-art.el (gnus-default-article-saver): Add user-defined
12765         `function' to custom type.
12766
12767 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12768
12769         * imap.el (imap-open): Handle case where buffer is a buffer
12770         object.
12771
12772 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12775         long lines.
12776         (gnus-cache-delete-group): Wrap doc strings.
12777
12778         * gnus-agent.el (gnus-agent-rename-group)
12779         (gnus-agent-delete-group): Wrap doc strings.
12780
12781 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * messagexmas.el (message-use-toolbar): Change the valid values
12784         into default, top, bottom, left, and right.
12785         (message-toolbar-thickness): New variable.
12786         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12787         well.
12788         (message-setup-toolbar): Make it work.
12789
12790         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12791         (gnus-use-toolbar): Change the valid values into default, top,
12792         bottom, left, and right.
12793         (gnus-toolbar-thickness): New variable.
12794         (gnus-xmas-setup-toolbar): New function.
12795         (gnus-xmas-setup-group-toolbar): Use it.
12796         (gnus-xmas-setup-summary-toolbar): Use it.
12797
12798 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * gnus-start.el (gnus-1): Add "native" to
12801         gnus-predefined-server-alist.
12802
12803         * gnus.el (gnus-method-to-server): Don't add "native" to the
12804         lists here, because that leads to problems when
12805         gnus-select-method is bound.
12806
12807 2005-11-09  Simon Josefsson  <jas@extundo.com>
12808
12809         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12810         use (not sort-by-date) instead.
12811
12812 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12813
12814         * gnus-delay.el (gnus-delay-group): Don't autoload.
12815         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12816         to be re-loaded when customizing the `gnus-delay' group.
12817
12818 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12819
12820         * message.el: Revert last changes.
12821         (message-insert-citation-line): Use newlines.
12822
12823 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12824
12825         * message.el (message-courtesy-message)
12826         (message-mark-insert-begin, message-mark-insert-end)
12827         (message-elide-ellipsis, message-cancel-message)
12828         (message-add-header, message-change-subject)
12829         (message-cross-post-followup-to-header)
12830         (message-cross-post-insert-note, message-reduce-to-to-cc)
12831         (message-widen-reply, message-delete-not-region)
12832         (message-kill-to-signature, message-insert-signature)
12833         (message-insert-importance-high, message-insert-importance-low)
12834         (message-insert-or-toggle-importance)
12835         (message-insert-disposition-notification-to)
12836         (message-indent-citation, message-yank-original)
12837         (message-cite-original-without-signature, message-cite-original)
12838         (message-insert-citation-line, message-position-on-field)
12839         (message-fix-before-sending, message-send-mail-partially)
12840         (message-send-mail, message-send-mail-with-sendmail)
12841         (message-send-mail-with-qmail, message-send-news)
12842         (message-check-news-header-syntax, message-generate-headers)
12843         (message-insert-courtesy-copy, message-fill-address)
12844         (message-fill-header, message-shorten-references)
12845         (message-setup-1, message-cancel-news)
12846         (message-forward-make-body-plain, message-forward-make-body-mime)
12847         (message-forward-make-body-mml, message-encode-message-body)
12848         (message-forward-make-body-digest-plain)
12849         (message-forward-make-body-digest-mime)
12850         (message-use-alternative-email-as-from): Insert `hard-newline'
12851         instead of ordinary newlines.
12852
12853 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * message.el (message-generate-headers): Downcase the argument
12856         given to message-check-element.
12857
12858 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12859
12860         * nntp.el (nntp-authinfo-rejected): New error condition.
12861         (nntp-wait-for): Use new error condition to signal authentication
12862         error.
12863         (nntp-retrieve-data): Rethrow new error condition to break out of
12864         recursive call to nntp-send-authinfo.
12865
12866 2005-11-08  Romain Francoise  <romain@orebokech.com>
12867
12868         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12869         (gnus-summary-exit-map): Bind to `Z p'.
12870         (gnus-summary-make-menu-bar): Add menu item.
12871
12872 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12875         (gnus-treat-*): Add `first' in all doc strings.
12876
12877         * gnus-group.el (gnus-group-compact-group): Fix typo.
12878
12879 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus.el (gnus-parameters-case-fold-search): New variable.
12882         (gnus-parameters-get-parameter): Use it.
12883
12884         * gnus-score.el (gnus-home-score-file): Doc fix.
12885
12886 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12887
12888         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12889
12890 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * mm-util.el (mm-special-display-p): New function.
12893
12894         * mml.el (mml-preview): Use it; doc fix.
12895
12896 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12897
12898         * imap.el (imap-open): Handle case where buffer is a buffer object.
12899
12900 2005-10-29  Romain Francoise  <romain@orebokech.com>
12901
12902         * message.el (message-fix-before-sending): Fix comment.
12903
12904 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12905
12906         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12907
12908 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12909
12910         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12911         Used in gnus-score.el.
12912
12913 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12916
12917 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12920         whitespace removed in revision 7.8.  Use concatenated string to
12921         protect trailing whitespace.
12922
12923 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12924
12925         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12926         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12927         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12928         Courier IMAP ("some version from 2004").  Mostly based on similar
12929         code in the same function.
12930
12931 2005-10-26  Didier Verna  <didier@xemacs.org>
12932
12933         * gnus-group.el (gnus-group-compact-group): Invalidate original
12934         article buffer.
12935         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12936         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12937         NOV database and in article itself.
12938         Invalidate article backlog.
12939
12940 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12943
12944 2005-10-26  Simon Josefsson  <jas@extundo.com>
12945
12946         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12947         part of 2004-07-25 change.
12948
12949 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * message.el (message-display-completion-list): New function.
12952         (message-expand-group): Use it; make sure the Completions buffer
12953         is modifiable.
12954 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12955
12956         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12957         user-mail-name is an empty string.
12958
12959 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12960
12961         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12962         depending on gnus-score-decay-constant.
12963
12964         * encrypt.el (encrypt-insert-file-contents)
12965         (encrypt-write-file-contents): Don't use `gnus-message'.
12966
12967         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12968         arguments.
12969         (mm-uu-type-alist): Add message-marks and insert-marks.
12970         Pass arguments to mm-uu-verbatim-marks-extract.
12971         (mm-uu-hide-markers): New variable.
12972         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12973
12974         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12975         (gnus-convert-image-to-face-command): Use "convert" by default to
12976         allow other input image formats.
12977         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12978         accordingly.
12979
12980 2005-10-23  Simon Josefsson  <jas@extundo.com>
12981
12982         * imap.el (imap-gssapi-program): Align command line parameters
12983         with latest GNU SASL.
12984         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12985
12986 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12987
12988         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12989         HTML.
12990         (nnslashdot-request-article): Ditto.
12991
12992         * lpath.el (featurep): Add nobreak-char-display.
12993
12994 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12995
12996         * mail-source.el (mail-source-fetch-pop): Require pop3.
12997         (mail-source-check-pop): Ditto.
12998
12999 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13002         errors.
13003
13004 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13007         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13008
13009         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13010
13011         * mm-bodies.el (mm-decode-string):
13012         Call `mm-charset-to-coding-system' with allow-override argument.
13013
13014 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13017         (rfc2047-charset-to-coding-system): New function.
13018         (rfc2047-decode-encoded-words): New function.
13019         (rfc2047-decode-region): Use them.
13020         (rfc2047-decode-cte): Remove.
13021         (rfc2047-parse-and-decode): Remove.
13022         (rfc2047-decode): Remove.
13023
13024 2005-10-15  Kenichi Handa  <handa@m17n.org>
13025
13026         * rfc2047.el (rfc2047-decode-cte): New function.
13027         (rfc2047-decode-region): Change the way to decode successive
13028         encoded-words: decode B- or Q-encoding in each encoded-word,
13029         concatenate them, and decode it as charset.
13030
13031 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * lpath.el: Fbind codepage-setup for XEmacs.
13034
13035 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13036
13037         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13038         widget-move-and-invoke.
13039         (gnus-custom-mode): Use gnus-custom-map.
13040
13041 2005-10-15  Bill Wohler  <wohler@newt.com>
13042
13043         * message.el (message-tool-bar-map): Rename image file from
13044         mail_send to mail/send.
13045
13046 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13047
13048         * message.el (message-expand-group): Pass the common
13049         prefix substring of completion to `display-completion-list'.
13050
13051 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * mml-sec.el (mml-secure-method): New internal variable.
13054         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13055         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13056         New functions using mml-secure-method.
13057
13058         * mml.el (mml-mode-map): Add key bindings for those functions.
13059         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13060         Harder <harder@myrealbox.com>.
13061         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13062         Goto end of message if point is the headers of the message.
13063
13064         * message.el (message-in-body-p): New function.
13065
13066         * assistant.el: Autoload gnus-util and netrc.
13067
13068         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13069         Use `mm-charset-override-alist' only when decoding.
13070
13071         * mm-bodies.el (mm-decode-body):
13072         Call `mm-charset-to-coding-system' with allow-override argument.
13073
13074         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13075         `filename' from Content-Disposition if Content-Type doesn't
13076         provide `name'.
13077         (gnus-mime-view-part-as-type): Set default instead of
13078         initial-input.
13079
13080 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13081
13082         * format-spec.el (format-spec): Propagate text properties of % spec.
13083
13084 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * gnus-art.el (gnus-treat-predicate): Add `first'.
13087
13088 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13091         (mm-charset-override-alist): New variable.
13092         (mm-charset-to-coding-system): Use it.
13093         (mm-codepage-setup): New helper function.
13094         (mm-charset-eval-alist): New variable.
13095         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13096         Warn about unknown charsets.
13097
13098         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13099
13100 2005-10-04  David Hansen  <david.hansen@gmx.net>
13101
13102         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13103         (nnrss-check-group): Ditto.
13104
13105 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13108         Rename x-gnus-verbatim to x-verbatim.
13109         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13110
13111         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13112         x-verbatim.
13113
13114         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13115
13116         * gnus-util.el (gnus-remove-duplicates): Remove.
13117
13118         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13119         instead of gnus-remove-duplicates.
13120
13121         * message.el (message-remove-duplicates): Remove.
13122         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13123         message-remove-duplicates.
13124
13125         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13126         available, else use implementation from `delete-dups'.
13127
13128         * message.el (message-insert-expires): New function.
13129         (message-mode-map): Add key binding.
13130         (message-mode-field-menu): Add menu entry.
13131         (message-mode): Document it.
13132         (message-make-expires-date): Use `message-make-date'.
13133
13134 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13135
13136         * message.el (message-make-expires-date): New function.
13137
13138 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * Makefile.in (list-installed-shadows): New entry.
13141         (install): Use it.
13142         (remove-installed-shadows): New entry.
13143
13144         * dgnushack.el (dgnushack-default-load-path): New variable.
13145         (dgnushack-find-lisp-shadows): New function.
13146         (dgnushack-remove-lisp-shadows): New function.
13147
13148 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * Makefile.in (install-el-elc): New entry.
13151         (install): Use it so that .el files are necessarily installed.
13152
13153 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13156
13157 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13158
13159         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13160         function rather than the diff-mode.el package.
13161         (mm-display-external): Use with-current-buffer.
13162         (mm-viewer-completion-map, mm-viewer-completion-map):
13163         Move initialization inside declaration.
13164
13165 2005-09-29  Simon Josefsson  <jas@extundo.com>
13166
13167         * spam.el: Load hashcash when compiling, to avoid warnings.
13168         Don't autoload mail-check-payment.
13169         (spam-check-hashcash): Define unconditionally, since hashcash.el
13170         is part of Gnus now.  Ignore errors from payment checking.
13171
13172 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13173
13174         * message.el (message-bold-region, message-unbold-region):
13175         Rename from `bold-region' and `unbold-region'.
13176
13177         * message.el: Remove useless autoloads.
13178
13179 2005-09-28  Simon Josefsson  <jas@extundo.com>
13180
13181         * message.el (message-use-idna): Default to t.
13182         (message-use-idna): Test whether encoding works too.  Doc fix.
13183
13184 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * nntp.el (nntp-warn-about-losing-connection): Remove.
13187
13188 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13191         customizable.  Change default value.
13192         (mm-uu-diff-groups-regexp): Change default value.
13193         (mm-uu-type-alist): Add doc string.
13194         (mm-uu-configure): Add doc string.  Make it interactive.
13195         (mm-uu-tex-groups-regexp): New variable.
13196         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13197         (mm-uu-type-alist): Add LaTeX documents.
13198         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13199         of "text/verbatim".
13200         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13201
13202         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13203         instead of "text/verbatim".
13204
13205         * message.el (message-mark-inserted-region)
13206         (message-mark-insert-file): Use slrn style marks when called with
13207         prefix argument.
13208
13209 2005-09-27  Simon Josefsson  <jas@extundo.com>
13210
13211         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13212
13213 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13214
13215         * message.el (message-remove-duplicates): New function.
13216         Implementation borrowed from `gnus-remove-duplicates'.
13217         (message-idna-to-ascii-rhs): Also encode idna addresses in
13218         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13219         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13220         only ask about the same idna domain once per header and also tell
13221         in what header to replace the idna domain.
13222
13223         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13224         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13225         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13226         a header is decoded and not just the last one.
13227
13228 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13231         has been decoded.
13232
13233         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13234         (mm-insert-part): Don't modify text if it has been decoded.
13235
13236         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13237         decoded.
13238
13239         * mm-view.el (mm-inline-text): Don't strip text props unless
13240         decoding enriched or richtext parts.
13241
13242 2005-09-25  Romain Francoise  <romain@orebokech.com>
13243
13244         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13245         * gnus-start.el (gnus-subscribe-interactively):
13246         * gnus-uu.el (gnus-uu-grab-articles):
13247         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13248         space.
13249
13250 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13251
13252         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13253         * mm-view.el (mm-view-pkcs7-decrypt):
13254         * gnus-sum.el (gnus-summary-limit-to-extra)
13255         (gnus-summary-respool-article, gnus-read-move-group-name):
13256         * gnus-score.el (gnus-summary-increase-score):
13257         * gnus-util.el (gnus-completing-read-with-default):
13258         * gnus-art.el (gnus-read-save-file-name)
13259         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13260         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13261         * message.el (message-check-news-header-syntax):
13262         Follow convention for reading with the minibuffer.
13263
13264 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * spam-report.el (spam-report-url-ping-plain):
13267         Use gnus-extended-version as User-Agent.
13268
13269         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13270         default value is nil.
13271
13272         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13273         (mm-uu-verbatim-marks-extract): New function.
13274         (mm-uu-extract): New face.
13275         (mm-uu-copy-to-buffer): Use it.
13276
13277         * spam-report.el (spam-report-gmane-ham): Rename from
13278         `spam-report-gmane-unspam'.
13279         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13280         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13281
13282         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13283         Autoload.
13284         (spam-report-gmane-unregister-routine):
13285         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13286
13287 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13288
13289         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13290         (spam-report-gmane-unregister-routine): Add support for gmane
13291         unregistration.
13292
13293         * spam-report.el (spam-report-gmane-unspam)
13294         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13295         (spam-report-gmane): Change to take a single article and do unspam
13296         registration.
13297
13298 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13299
13300         * mm-url.el (mm-url-decode-entities): Fix regexp.
13301
13302 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13303
13304         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13305         default to nil, to be able to use Gnus at all.  If the default
13306         switches to something else, then the function should be fixed not
13307         be exceedingly slow.
13308
13309 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13310
13311         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13312         fail hard.
13313
13314         * spam-report.el: Add better Keywords line.
13315
13316         * spam.el: Add Maintainer and better Keywords line.
13317
13318 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-art.el (gnus-article-replace-part)
13321         (gnus-mime-replace-part): New functions.
13322         (gnus-mime-action-alist, gnus-mime-button-commands)
13323         (gnus-mime-save-part-and-strip): Add file argument.
13324         (gnus-article-part-wrapper): Add interactive argument.
13325
13326         * gnus-sum.el (gnus-summary-mime-map):
13327         Add `gnus-article-replace-part'.
13328
13329 2005-09-19  Didier Verna  <didier@xemacs.org>
13330
13331         The nnml compaction feature:
13332         * nnml.el (nnml-request-compact-group): New function.
13333         * nnml.el (nnml-request-compact): New function.
13334         * gnus-int.el (gnus-request-compact-group): New function.
13335         * gnus-int.el (gnus-request-compact): New function.
13336         * gnus-group.el (gnus-group-compact-group): New function.
13337         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13338         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13339         * gnus-srvr.el (gnus-server-compact-server): New function.
13340         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13341         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13342
13343 2005-09-18  Deepak Goel  <deego@gnufans.org>
13344
13345         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13346         format spec.
13347
13348 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13351
13352 2005-09-15  Romain Francoise  <romain@orebokech.com>
13353
13354         * message.el (message-fill-paragraph): Clarify docstring.
13355
13356 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-art.el (gnus-mime-display-part): Protect against broken
13359         MIME messages.
13360
13361 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13364         before parsing header.
13365
13366 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13367
13368         * html2text.el (html2text-replace-list): Add new entities.
13369
13370 2005-09-11  Romain Francoise  <romain@orebokech.com>
13371
13372         * message.el (message-alternative-emails): Improve docstring.
13373         (message-setup-1): Call `message-use-alternative-email-as-from'
13374         after `message-setup-hook' to give it precedence over posting
13375         styles, etc.
13376         (message-use-alternative-email-as-from): Add docstring.
13377         Remove the original From header if present.
13378
13379         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13380         (nnml-save-mail): Use it.
13381
13382         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13383         articles.  Add new argument `silent'.
13384         (gnus-uu-mark-all): Report the total number of marked articles.
13385
13386 2005-09-10  Romain Francoise  <romain@orebokech.com>
13387
13388         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13389         (gnus-uu-mark-series): Likewise.
13390
13391 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * spam-report.el (spam-report-gmane): Fix generation of spam
13394         report URL.
13395
13396 2005-09-10  Simon Josefsson  <jas@extundo.com>
13397
13398         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13399         t, based on discussion on the ding list with Robert Epprecht
13400         <epprecht@solnet.ch>.
13401
13402 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * spam-report.el (spam-report-gmane): Make it work without
13405         X-Report-Spam header.  Gmane now only provides Archived-At.
13406         This is only used if `spam-report-gmane-use-article-number' is nil.
13407         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13408
13409         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13410         make `gnus-summary-sort-by-recipient' work with threading.
13411
13412         * nnweb.el (nnweb-google-wash-article): Print a message if article
13413         is not available.
13414
13415 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13416
13417         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13418         change.  Decode text/* parts content before displaying.
13419
13420 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13423
13424 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13427
13428         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13429         url-package-name, url-package-version,
13430         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13431         w3m-display-inline-images, and w3m-minor-mode-map.
13432
13433 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * message.el (message-tab-body-function): Fix mismatched custom type.
13436
13437         * gnus.el (gnus-group-change-level-function): Ditto.
13438
13439         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13440
13441         * gnus-art.el (gnus-signature-limit)
13442         (gnus-article-mime-part-function): Ditto.
13443
13444 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * mml.el (mml-mode): Silence the byte compiler.
13447
13448         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13449         using `(sit-for 0)' before moving the point to the specified part;
13450         skip unbuttonized parts.
13451         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13452         return to the summary window if gnus-auto-select-part is non-nil.
13453
13454 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13457         New variables.
13458         (mml-dnd-attach-file, mml-mode): Use them.
13459
13460         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13461         Make fetching article by MID work again for Google Groups.
13462         Add FIXME concerning gnus-group-make-web-group.
13463
13464         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13465         Don't depend on Gnus by using mail-extract-address-components if
13466         gnus-extract-address-components is not bound.
13467
13468 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13469
13470         * gnus-art.el (gnus-mime-display-security): Don't display the
13471         signature, but only the signed part.
13472
13473 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13476
13477         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13478         list, not listp.
13479
13480 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13481
13482         * mm-encode.el (mm-encode-content-transfer-encoding):
13483         Likewise when encoding.
13484
13485         * mm-bodies.el (mm-decode-content-transfer-encoding):
13486         De-canonicalize CRLF for all text content types, not just
13487         text/plain.
13488
13489 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13492         valid article; point arrow and cursor at the MIME button.
13493
13494 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13497         Suggested by Dan Christensen <jdc@uwo.ca>.
13498
13499         * mm-decode.el (mm-save-part): Enable change of prompt.
13500
13501 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13502
13503         * gnus-msg.el (gnus-inews-add-send-actions):
13504         Make `message-post-method' lambda parameter ARG `&optional'.
13505
13506 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * gnus-sum.el (gnus-summary-mime-map):
13509         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13510         gnus-article-jump-to-part.
13511
13512         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13513         (gnus-article-edit-part): Use it.
13514         (gnus-article-part-wrapper): Add no-handle argument.
13515         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13516         New functions.
13517
13518 2005-08-29  Romain Francoise  <romain@orebokech.com>
13519
13520         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13521         docstring.
13522         (gnus-face-from-file): Likewise.
13523
13524 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13525
13526         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13527         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13528         non-nil.
13529         (gnus-auto-select-part): New variable.
13530         (gnus-article-jump-to-part): New function.
13531         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13532         (gnus-mime-delete-part): Allow selecting specified part after
13533         deleting or stripping parts.
13534         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13535         part if argument is bogus.
13536
13537 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13538
13539         * gnus-art.el (w3m-minor-mode-map):
13540         * gnus-spec.el (gnus-newsrc-file-version):
13541         * gnus-util.el (nnmail-active-file-coding-system)
13542         (gnus-original-article-buffer, gnus-user-agent):
13543         * gnus.el (gnus-ham-process-destinations)
13544         (gnus-parameter-ham-marks-alist)
13545         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13546         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13547         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13548         * mm-decode.el (gnus-current-window-configuration):
13549         * mm-extern.el (gnus-article-mime-handles):
13550         * mm-url.el (url-current-object, url-package-name)
13551         (url-package-version):
13552         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13553         (smime-keys, w3m-cid-retrieve-function-alist)
13554         (w3m-current-buffer, w3m-display-inline-images)
13555         (w3m-minor-mode-map):
13556         * mml-smime.el (gnus-extract-address-components):
13557         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13558         (gnus-newsrc-hashtb, message-default-charset)
13559         (message-deletable-headers, message-options)
13560         (message-posting-charset, message-required-mail-headers)
13561         (message-required-news-headers):
13562         * mml1991.el (mc-pgp-always-sign):
13563         * mml2015.el (mc-pgp-always-sign):
13564         * nnheader.el (nnmail-extra-headers):
13565         * rfc1843.el (gnus-decode-encoded-word-function)
13566         (gnus-decode-header-function, gnus-newsgroup-name):
13567         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13568
13569 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13570
13571         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13572         the end of the date treatments.
13573
13574 2005-08-15  Simon Josefsson  <jas@extundo.com>
13575
13576         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13577         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13578         Capello and Romain Francoise.
13579         (pgg-fetch-key-function): Remove, not used?
13580         (pgg-insert-url-with-w3): Require url, to get
13581         url-insert-file-contents regardless of where it is defined.
13582
13583 2005-08-13  Romain Francoise  <romain@orebokech.com>
13584
13585         * message.el (message-cite-original-1): New function.
13586         (message-cite-original): Use it.
13587         (message-cite-original-without-signature): Ditto.
13588
13589 2005-08-08  Romain Francoise  <romain@orebokech.com>
13590
13591         * message.el (message-yank-empty-prefix): New variable.
13592         (message-indent-citation): Use it.
13593         (message-cite-original-without-signature): Respect X-No-Archive.
13594
13595 2005-08-08  Simon Josefsson  <jas@extundo.com>
13596
13597         * pgg.el: Autoload url-insert-file-contents instead of loading
13598         w3/url.
13599         (pgg-insert-url-with-w3): Don't load url here.
13600
13601 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13602
13603         * message.el (message-kill-to-signature): Don't insert newline at
13604         bol.
13605         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13606
13607 2005-08-06  Romain Francoise  <romain@orebokech.com>
13608
13609         * message.el (message-user-fqdn): Fix typo in docstring.
13610
13611 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13612
13613         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13614
13615         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13616
13617 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * mm-bodies.el (mm-encode-body): Use coding system rather than
13620         charset to encode text.
13621
13622         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13623         number of charsets if utf-8 is available (XEmacs).
13624
13625 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13626
13627         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13628         taken from `gnus-button-mid-or-mail-regexp'.
13629         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13630         (gnus-button-alist): Improve regexp for domain part of the MIDs
13631         for news:localpart@domain buttons.
13632         (gnus-button-ctan-directory-regexp): Update.
13633
13634 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * sieve-manage.el (sieve-manage-interactive-login):
13637         Use make-local-variable rather than make-variable-buffer-local.
13638         (sieve-manage-open): Ditto.
13639         (sieve-manage-authenticate): Ditto.
13640
13641         * mml.el (mml-generate-mime-1): Make the content type default to
13642         text/plain if the filename is not specified.
13643
13644 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13647         instead of insert-buffer.
13648
13649         * message.el (message-yank-original): Ditto; set the mark at the
13650         end of the yanked message.
13651
13652 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13655         lines to scroll rather than to stop it.
13656
13657         * mml.el (mml-generate-default-type): Add doc string.
13658         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13659         default to application/octet-stream when determining the content
13660         type if it is not specified for the part or the mml contents; add
13661         a comment about mml-generate-default-type.
13662
13663 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13664
13665         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13666         make it default to application/octet-stream when determining the
13667         content type if it is not specified for the external contents.
13668
13669 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13672         segmented parameter but also other parameters might be there.
13673
13674 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * mm-decode.el (mm-display-external): Delete temp file, directory
13677         and buffer immediately if the external process is exited.
13678
13679 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13682         fewer lines than that of scroll-margin.
13683         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13684
13685 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * gnus-art.el (gnus-article-next-page): Revert.
13688         (gnus-article-beginning-of-window): New macro.
13689         (gnus-article-next-page-1): Use it.
13690         (gnus-article-prev-page): Ditto.
13691         (gnus-article-edit-part): Use insert-buffer-substring instead of
13692         insert-buffer.
13693         (gnus-article-edit-exit): Ditto.
13694
13695         * gnus-util.el (gnus-beginning-of-window): Remove.
13696         (gnus-end-of-window): Remove.
13697
13698         * lpath.el: Don't bind header-line-format and scroll-margin.
13699
13700 2005-07-25  Simon Josefsson  <jas@extundo.com>
13701
13702         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13703         to have the url package without w3.  Reported by Daiki Ueno
13704         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13705
13706 2005-07-20  Didier Verna  <didier@xemacs.org>
13707
13708         * gnus-diary.el: Remove the description comment (nndiary is now
13709         properly documented in the Gnus manual).
13710         Fix the spelling of "Back End".
13711         * nndiary.el: Ditto.
13712         Fix the copyright notice.
13713
13714 2005-07-18  Romain Francoise  <romain@orebokech.com>
13715
13716         * gnus-sum.el (gnus-summary-to-prefix)
13717         (gnus-summary-newsgroup-prefix): New variables.
13718         (gnus-summary-from-or-to-or-newsgroups): Use them.
13719
13720 2005-07-17  Romain Francoise  <romain@orebokech.com>
13721
13722         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13723         space as it's generally not especially interesting to the user.
13724
13725 2005-07-16  Romain Francoise  <romain@orebokech.com>
13726
13727         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13728         nil to avoid prompting and file modification if one of the
13729         messages at the top of the nnfolder file contains a copyright
13730         notice.
13731         Update copyright notice.
13732
13733         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13734         instead of `current-time-string' as the latter creates a time
13735         string that is not RFC 2822 compliant (it lacks the zone).
13736         Update copyright notice.
13737
13738 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13739
13740         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13741         for text/rtf.  Display default in prompt.  Pass default for M-n.
13742
13743         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13744
13745 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13746
13747         * gnus-msg.el (gnus-button-mailto):
13748         Remove save-selected-window-window hackery because it relies on
13749         save-selected-window internals.
13750
13751 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13754         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13755         (gnus-article-prev-page): Ditto.
13756
13757         * gnus-util.el (gnus-beginning-of-window): New function.
13758         (gnus-end-of-window): New function.
13759
13760         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13761
13762 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13763
13764         * gnus-score.el (gnus-score-edit-all-score):
13765         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13766         gnus-message.
13767
13768 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13769
13770         * gnus-msg.el (gnus-button-mailto):
13771         Remove save-selected-window-window hackery because it relies on
13772         save-selected-window internals.
13773
13774 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13777         add-minor-mode.
13778         (gnus-binary-mode): Ditto.
13779
13780         * gnus-topic.el (gnus-topic-mode): Ditto.
13781
13782 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13783
13784         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13785         (gnus-article-prev-page): Take scroll-margin into consideration.
13786
13787 2005-07-04  Lute Kamstra  <lute@gnu.org>
13788
13789         Update FSF's address in GPL notices.
13790
13791 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13792
13793         * gnus.el (gnus-exit):
13794         * gnus-group.el (gnus-group-icons):
13795         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13796
13797         * gnus-nocem.el (gnus-nocem):
13798         * message.el (message-various, message-buffers, message-sending)
13799         (message-interface, message-forwarding, message-insertion)
13800         (message-headers, message-news, message-mail):
13801         * pgg-gpg.el (pgg-gpg):
13802         * pgg-parse.el (pgg-parse):
13803         * pgg-pgp.el (pgg-pgp):
13804         * pgg-pgp5.el (pgg-pgp5):
13805         * pop3.el (pop3): Finish `defgroup' description with period.
13806
13807 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-art.el (article-display-face): Improve the efficiency.
13810         (article-display-x-face): Ditto; remove grey x-face stuff.
13811
13812 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-art.el (article-display-face): Correct the position in
13815         which Faces are inserted.
13816
13817 2005-06-29  Didier Verna  <didier@xemacs.org>
13818
13819         * gnus-art.el (article-display-face): Display faces in correct
13820         order.
13821
13822 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13825         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13826         (gnus-nocem-check-article): Fetch the Type header.
13827         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13828         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13829         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13830         make sure gnus-nocem-hashtb is initialized.
13831         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13832         (gnus-nocem-unwanted-article-p): Ditto.
13833
13834         * pgg.el (pgg-verify): Return the verification result.
13835
13836 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13837
13838         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13839         is ascii.
13840
13841 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13842
13843         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13844         `show-nonbreak-escape'.
13845
13846 2005-06-23  Lute Kamstra  <lute@gnu.org>
13847
13848         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13849
13850         * dig.el (dig-mode):
13851         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13852
13853 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13854
13855         * nnimap.el (nnimap-split-download-body): Fix spellings.
13856
13857 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13858
13859         * gnus-art.el (gnus-article-encrypt-body):
13860         * gnus-cus.el (gnus-score-customize):
13861         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13862         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13863
13864 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13865
13866         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13867         header by looking for magic "MII" at the beginnig.
13868
13869 2005-06-16  Miles Bader  <miles@gnu.org>
13870
13871         * gnus-xmas.el (gnus-xmas-group-startup-message):
13872         Use renamed gnus-splash face.
13873
13874         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13875         (assistant-field-face): New backward-compatibility alias for renamed
13876         face.
13877         (assistant-render-text): Use renamed assistant-field face.
13878
13879         * spam.el (spam): Remove "-face" suffix from face name.
13880         (spam-face): New backward-compatibility alias for renamed face.
13881         (spam-face, spam-initialize): Use renamed spam face.
13882
13883         * message.el (message-header-to, message-header-cc)
13884         (message-header-subject, message-header-newsgroups)
13885         (message-header-other, message-header-name)
13886         (message-header-xheader, message-separator, message-cited-text)
13887         (message-mml): Remove "-face" suffix from face names.
13888         (message-header-to-face, message-header-cc-face)
13889         (message-header-subject-face, message-header-newsgroups-face)
13890         (message-header-other-face, message-header-name-face)
13891         (message-header-xheader-face, message-separator-face)
13892         (message-cited-text-face, message-mml-face):
13893         New backward-compatibility aliases for renamed faces.
13894         (message-font-lock-keywords): Use renamed message faces.
13895
13896         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13897         (sieve-test-commands, sieve-tagged-arguments):
13898         Remove "-face" suffix from face names.
13899         (sieve-control-commands-face, sieve-action-commands-face)
13900         (sieve-test-commands-face, sieve-tagged-arguments-face):
13901         New backward-compatibility aliases for renamed faces.
13902         (sieve-control-commands-face, sieve-action-commands-face)
13903         (sieve-test-commands-face, sieve-tagged-arguments-face):
13904         Use renamed sieve faces.
13905
13906         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13907         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13908         (gnus-group-news-3-empty, gnus-group-news-4)
13909         (gnus-group-news-4-empty, gnus-group-news-5)
13910         (gnus-group-news-5-empty, gnus-group-news-6)
13911         (gnus-group-news-6-empty, gnus-group-news-low)
13912         (gnus-group-news-low-empty, gnus-group-mail-1)
13913         (gnus-group-mail-1-empty, gnus-group-mail-2)
13914         (gnus-group-mail-2-empty, gnus-group-mail-3)
13915         (gnus-group-mail-3-empty, gnus-group-mail-low)
13916         (gnus-group-mail-low-empty, gnus-summary-selected)
13917         (gnus-summary-cancelled, gnus-summary-high-ticked)
13918         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13919         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13920         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13921         (gnus-summary-low-undownloaded)
13922         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13923         (gnus-summary-low-unread, gnus-summary-normal-unread)
13924         (gnus-summary-high-read, gnus-summary-low-read)
13925         (gnus-summary-normal-read, gnus-splash):
13926         Remove "-face" suffix from face names.
13927         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13928         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13929         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13930         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13931         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13932         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13933         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13934         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13935         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13936         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13937         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13938         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13939         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13940         (gnus-summary-normal-ticked-face)
13941         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13942         (gnus-summary-normal-ancient-face)
13943         (gnus-summary-high-undownloaded-face)
13944         (gnus-summary-low-undownloaded-face)
13945         (gnus-summary-normal-undownloaded-face)
13946         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13947         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13948         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13949         (gnus-splash-face):
13950         New backward-compatibility aliases for renamed faces.
13951         (gnus-group-startup-message): Use renamed gnus faces.
13952
13953         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13954         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13955         (gnus-server-agent): Remove "-face" suffix from face names.
13956         (gnus-server-agent-face, gnus-server-opened-face)
13957         (gnus-server-closed-face, gnus-server-denied-face)
13958         (gnus-server-offline-face):
13959         New backward-compatibility aliases for renamed faces.
13960         (gnus-server-agent-face, gnus-server-opened-face)
13961         (gnus-server-closed-face, gnus-server-denied-face)
13962         (gnus-server-offline-face): Use renamed gnus faces.
13963
13964         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13965         Remove "-face" suffix from face names.
13966         (gnus-picon-xbm-face, gnus-picon-face):
13967         New backward-compatibility aliases for renamed faces.
13968
13969         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13970         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13971         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13972         (gnus-cite-11): Remove "-face" suffix from face names.
13973         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13974         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13975         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13976         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13977         New backward-compatibility aliases for renamed faces.
13978         (gnus-cite-attribution-face, gnus-cite-face-list)
13979         (gnus-article-boring-faces): Use renamed gnus faces.
13980
13981         * gnus-art.el (gnus-signature, gnus-header-from)
13982         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13983         (gnus-header-content): Remove "-face" suffix from face names.
13984         (gnus-signature-face, gnus-header-from-face)
13985         (gnus-header-subject-face, gnus-header-newsgroups-face)
13986         (gnus-header-name-face, gnus-header-content-face):
13987         New backward-compatibility aliases for renamed faces.
13988         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13989
13990         * gnus-sum.el (gnus-summary-selected-face)
13991         (gnus-summary-highlight): Use renamed gnus faces.
13992         * gnus-group.el (gnus-group-highlight): Likewise.
13993
13994 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13995
13996         * gnus-sieve.el (gnus-sieve-article-add-rule):
13997         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13998         * spam-stat.el (spam-stat-buffer-change-to-spam)
13999         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14000
14001         * message.el (message-is-yours-p):
14002         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14003
14004 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * mm-view.el (mm-inline-text): Withdraw the last change.
14007
14008 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14011         executing enriched-decode.
14012
14013 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14016         charset of tar files.
14017
14018 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14019
14020         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14021
14022 2005-06-04  Lute Kamstra  <lute@gnu.org>
14023
14024         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14025         information is never recorded.
14026
14027 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14028
14029         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14030
14031 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * pop3.el (pop3-apop): Run md5 in the binary mode.
14034
14035         * starttls.el (starttls-set-process-query-on-exit-flag):
14036         Use eval-and-compile.
14037
14038 2005-05-31  Simon Josefsson  <jas@extundo.com>
14039
14040         * smime.el (smime-replace-in-string): Define.
14041         (smime-cert-by-ldap-1): Use it.
14042
14043 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-art.el (article-display-x-face): Replace
14046         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14047
14048         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14049         set-process-query-on-exit-flag or process-kill-without-query.
14050
14051         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14052         loop instead of replace-regexp.
14053
14054         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14055         instead of process-kill-without-query if it is available.
14056
14057         * lpath.el: Fbind ldap-search-entries.
14058
14059         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14060         instead of find-file-hooks if it is available.
14061
14062         * mml1991.el: Bind pgg-default-user-id when compiling.
14063
14064         * mml2015.el: Bind pgg-default-user-id when compiling.
14065
14066         * nndraft.el (nndraft-request-associate-buffer):
14067         Use write-contents-functions instead of write-contents-hooks if it is
14068         available.
14069
14070         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14071         instead of find-file-hooks if it is available.
14072
14073         * nntp.el (nntp-open-connection): Replace
14074         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14075         (nntp-open-ssl-stream): Ditto.
14076         (nntp-open-tls-stream): Ditto.
14077
14078         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14079         set-process-query-on-exit-flag or process-kill-without-query.
14080         (starttls-open-stream-gnutls): Use it instead of
14081         process-kill-without-query.
14082         (starttls-open-stream): Ditto.
14083
14084 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14085
14086         * smime.el (smime-cert-by-ldap-1): Don't use
14087         replace-regexp-in-string.
14088
14089 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14090
14091         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14092
14093         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14094         in PEM format.  Adjust to the XEmacs compability.
14095
14096 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14097
14098         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14099         by `string-to-number'.
14100         * gnus-agent.el (gnus-agent-regenerate-group)
14101         (gnus-agent-fetch-articles): Ditto.
14102         * gnus-art.el (gnus-button-fetch-group): Ditto.
14103         * gnus-cache.el (gnus-cache-generate-active)
14104         (gnus-cache-articles-in-group): Ditto.
14105         * gnus-group.el (gnus-group-set-current-level)
14106         (gnus-group-insert-group-line): Ditto.
14107         * gnus-score.el (gnus-score-set-expunge-below)
14108         (gnus-score-set-mark-below, gnus-summary-score-effect)
14109         (gnus-summary-score-entry): Ditto.
14110         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14111         (gnus-soup-pack): Ditto.
14112         * gnus-spec.el (gnus-xmas-format): Ditto.
14113         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14114         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14115         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14116         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14117         * nndb.el (nndb-get-remote-expire-response): Ditto.
14118         * nndiary.el (nndiary-parse-schedule-value)
14119         (nndiary-string-to-number, nndiary-request-replace-article)
14120         (nndiary-request-article): Ditto.
14121         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14122         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14123         * nneething.el (nneething-make-head): Ditto.
14124         * nnfolder.el (nnfolder-request-article)
14125         (nnfolder-retrieve-headers): Ditto.
14126         * nnheader.el (nnheader-file-to-number): Ditto.
14127         * nnkiboze.el (nnkiboze-request-article): Ditto.
14128         * nnmail.el (nnmail-process-unix-mail-format)
14129         (nnmail-process-babyl-mail-format): Ditto.
14130         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14131         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14132         (nnmh-request-create-group, nnmh-request-list-1)
14133         (nnmh-request-group, nnmh-request-article): Ditto.
14134         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14135         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14136         * nnsoup.el (nnsoup-make-active): Ditto.
14137         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14138         * nntp.el (nntp-find-group-and-number)
14139         (nntp-retrieve-headers-with-xover): Ditto.
14140         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14141         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14142         (pgg-format-key-identifier): Ditto.
14143         * pop3.el (pop3-last, pop3-stat): Ditto.
14144         * qp.el (quoted-printable-decode-region): Ditto.
14145
14146         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14147         of concat.
14148
14149 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14152
14153         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14154
14155         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14156
14157         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14158
14159         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14160
14161         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14162
14163         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14164         (gnus-carpal-mode): Ditto.
14165
14166         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14167         (gnus-browse-mode): Ditto.
14168
14169         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14170
14171         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14172
14173 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14174
14175         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14176
14177 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-util.el (gnus-run-mode-hooks): New function.
14180
14181         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14182
14183         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14184         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14185
14186 2005-05-27  Lute Kamstra  <lute@gnu.org>
14187
14188         * dns-mode.el (dns-mode): Specify customization group.
14189
14190 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14191
14192         * gnus-agent.el (gnus-agent-make-mode-line-string):
14193         Use mode-line-highlight as mouse-face.
14194
14195 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * canlock.el (canlock): Change the parent group to news.
14198
14199         * deuglify.el (gnus-outlook-deuglify): Add :group.
14200
14201         * dig.el (dig): Add :group.
14202
14203         * dns-mode.el (dns-mode): Add :group.
14204
14205         * encrypt.el (encrypt): Add :group.
14206
14207         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14208         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14209         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14210         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14211         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14212
14213         * gnus-diary.el (gnus-diary): Add :group.
14214
14215         * gnus.el (gnus-group-news-1-face): Add :group.
14216         (gnus-group-news-1-empty-face): Ditto.
14217         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14218         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14219         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14220         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14221         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14222         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14223         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14224         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14225         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14226         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14227         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14228         (gnus-summary-high-ticked-face): Ditto.
14229         (gnus-summary-low-ticked-face): Ditto.
14230         (gnus-summary-normal-ticked-face): Ditto.
14231         (gnus-summary-high-ancient-face): Ditto.
14232         (gnus-summary-low-ancient-face): Ditto.
14233         (gnus-summary-normal-ancient-face): Ditto.
14234         (gnus-summary-high-undownloaded-face): Ditto.
14235         (gnus-summary-low-undownloaded-face): Ditto.
14236         (gnus-summary-normal-undownloaded-face): Ditto.
14237         (gnus-summary-high-unread-face): Ditto.
14238         (gnus-summary-low-unread-face): Ditto.
14239         (gnus-summary-normal-unread-face): Ditto.
14240         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14241         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14242
14243         * hashcash.el (hashcash): New custom group.
14244         (hashcash-default-payment): Add :group.
14245         (hashcash-payment-alist): Ditto.
14246         (hashcash-default-accept-payment): Ditto.
14247         (hashcash-accept-resources): Ditto.
14248         (hashcash-path): Ditto.
14249         (hashcash-extra-generate-parameters): Ditto.
14250         (hashcash-double-spend-database): Ditto.
14251         (hashcash-in-news): Ditto.
14252
14253         * message.el (message-minibuffer-local-map): Add :group.
14254
14255         * netrc.el (netrc): Add :group.
14256
14257         * sieve-manage.el (sieve-manage-log): Add :group.
14258         (sieve-manage-default-user): Diito.
14259         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14260         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14261         (sieve-manage-authenticators): Ditto.
14262         (sieve-manage-authenticator-alist): Ditto.
14263         (sieve-manage-default-port): Ditto.
14264
14265         * sieve-mode.el (sieve-control-commands-face): Add :group.
14266         (sieve-action-commands-face): Ditto.
14267         (sieve-test-commands-face): Ditto.
14268         (sieve-tagged-arguments-face): Ditto.
14269
14270         * smime.el (smime): Add :group.
14271
14272         * spam-report.el (spam-report): Add :group.
14273
14274         * spam.el (spam, spam-face): Add :group.
14275
14276 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14277
14278         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14279         return \n.\n.\n at the end of articles.  Protect against that.
14280         (nntp-with-open-group): Allow debugging.
14281
14282         * nnheader.el (mail-header-set-extra): Make into a function
14283         because I just could't understand how to quote the list properly.
14284
14285         * dns.el (query-dns-cached): New function.
14286
14287 2005-05-26  Lute Kamstra  <lute@gnu.org>
14288
14289         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14290
14291 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14294
14295         * gnus-art.el: Don't autoload mail-extract-address-components.
14296
14297         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14298         eval-and-compile to evaluate it.
14299
14300         * hashcash.el: Don't autoload executable-find.
14301
14302         * nndb.el: Don't declare the nndb back end two or more times; don't
14303         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14304
14305         * nntp.el: Autoload format-spec instead of format; use
14306         eval-and-compile to evaluate autoload forms.
14307
14308 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14309
14310         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14311
14312 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14313
14314         * gnus.el (gnus-version-number): Bump version.
14315
14316 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14317
14318         * gnus.el: No Gnus v0.3 is released.
14319
14320 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14321
14322         * lpath.el (featurep): Bind show-nonbreak-escape.
14323
14324 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * gnus-art.el (gnus-article-edit-part): Disable undo.
14327
14328 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14331         gnus-article-date-lapsed-new-header is t if date timer is active;
14332         skip headers in which the original date value is empty.
14333         (gnus-article-save-original-date): Redefine it as a macro.
14334         (gnus-display-mime): Use it.
14335
14336 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-art.el (article-date-ut): Support converting date in
14339         forwarded parts as well.
14340         (gnus-article-save-original-date): New function.
14341         (gnus-display-mime): Use it.
14342
14343 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14344
14345         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14346         enclosure element of <item>.
14347
14348 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * message.el (message-kill-buffer-query): Rename from
14351         `message-kill-buffer-query-if-modified'.  Add :version.
14352
14353 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14356         window layout.
14357
14358 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * mml.el: Autoload dnd when compiling.
14361
14362 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14365         x-dnd-*.
14366
14367 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * qp.el (quoted-printable-encode-region): Save excursion.
14370
14371 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14372
14373         * message.el (message-kill-buffer-query-if-modified): Add new variable
14374         so the user can kill a modified message buffer quickly.
14375         (message-kill-buffer): Use it.
14376
14377 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * lpath.el: Fbind display-time-event-handler; don't fbind
14380         string-to-multibyte.
14381
14382         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14383
14384 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14387         contained in text because xml.el decodes entities) with LFs.
14388
14389 2005-04-11  Lute Kamstra  <lute@gnu.org>
14390
14391         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14392         differently.
14393
14394 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14395
14396         * mm-util.el (mm-detect-coding-region): Typo.
14397
14398 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14401
14402 2005-04-06  Deepak Goel  <deego@gnufans.org>
14403
14404         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14405         user-function allow user modifications of the scores.
14406         (spam-stat-score-buffer-user): New function, to allow
14407         user-computed modifications to the score.
14408         (spam-stat-score-buffer-user-functions): List of additional
14409         scoring functions.
14410         (spam-stat-error-holder): Global temporary error holder.
14411         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14412         variable.
14413
14414 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14415
14416         * gnus-registry.el (gnus-registry-clean-empty-function)
14417         (gnus-registry-trim, gnus-registry-fetch-groups)
14418         (gnus-registry-delete-group): Groups that match
14419         `gnus-registry-ignored-groups' are removed from the registry
14420         entries, not just ignored for splitting.  This helps clean up the
14421         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14422         to get all the groups a message ID is in.
14423
14424         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14425         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14426         (spam-stat-score-buffer-user-functions): Add :number custom type.
14427
14428 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14431         argument in XEmacs.
14432
14433         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14434         (nnrss-request-group): Decode group name first.
14435         (nnrss-request-article): Make a text/plain article if mml-to-mime
14436         failed.
14437         (nnrss-get-encoding): Return a compatible encoding according to
14438         nnrss-compatible-encoding-alist.
14439         (nnrss-find-el): Use consp instead of listp.
14440         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14441
14442 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14445         which Emacs 20 doesn't support.
14446         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14447
14448 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14451         silence the byte compiler inside the defun.
14452
14453         * gnus-demon.el (parse-time-string): Add autoload.
14454
14455         * gnus-delay.el (parse-time-string): Add autoload.
14456
14457         * gnus-art.el (parse-time-string): Add autoload.
14458
14459         * nnultimate.el (parse-time): Require for `parse-time-string'.
14460
14461 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14464
14465         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14466
14467         * smime.el (smime-ldap-host-list): Add :version.
14468
14469 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14470
14471         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14472         pass it to `gnus-browse-read-group'.
14473         (gnus-browse-read-group): Add NUMBER argument and pass it to
14474         `gnus-group-read-ephemeral-group'.
14475
14476         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14477         argument and pass it to `gnus-group-read-group'.
14478
14479 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14480
14481         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14482         mm-xemacs-find-mime-charset-1 if we have the mule feature
14483         available at runtime.
14484
14485 2005-03-25  Werner Lemberg  <wl@gnu.org>
14486
14487         * nnmaildir.el: Replace `illegal' with `invalid'.
14488
14489 2005-03-23  Lute Kamstra  <lute@gnu.org>
14490
14491         * time-date.el: Add comment on time value formats.
14492         Don't require parse-time.
14493         (with-decoded-time-value): New macro.
14494         (encode-time-value): New function.
14495         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14496         (days-to-time): Return a valid time value when arg is huge.
14497         (time-since): Use time-subtract.
14498         (time-to-number-of-days): Use time-to-seconds.
14499
14500 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14501
14502         * gnus-start.el (gnus-display-time-event-handler):
14503         Check display-time-timer at runtime rather than only at load time
14504         in case display-time-mode is turned off in the mean time.
14505
14506 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14509         used.
14510
14511         * nneething.el (nneething-map-file-directory): Derive from
14512         `gnus-directory'.
14513
14514         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14515         the To/Cc button.
14516
14517 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * nnmaildir.el (nnmaildir-request-accept-article):
14520         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14521
14522 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14523
14524         * gnus-async.el: Require timer-funcs at compile time when in
14525         XEmacs for `run-with-idle-timer'.
14526
14527 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14528
14529         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14530         autoloaded function.
14531
14532 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14533
14534         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14535
14536 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14537
14538         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14539
14540 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14541
14542         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14543         Add gnus-expert-user to default.
14544
14545 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14546
14547         * nnimap.el (nnimap-open-server): Ditto.
14548
14549         * imap.el (imap-authenticate): Fix typo.
14550
14551 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14552
14553         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14554         buffer (since IMAP server might return FETCH response out of
14555         order, and the nntp buffer must be sorted).
14556
14557 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14558
14559         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14560         comparison on string.
14561
14562         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14563         (gnus-agent-score): Rename category keywords to match gnus-cus.
14564         (gnus-agent-summary-fetch-series): Modify to protect against
14565         gnus-agent-summary-fetch-group clearing processable flags.
14566         (gnus-agent-synchronize-group-flags): Update live group buffer as
14567         synchronization may occur due to the user toggle the plugged
14568         status.
14569         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14570         successfully downloaded.
14571         (gnus-agent-expire-group-1): Avoid using markers when the overview
14572         is in ascending order; greatly improves performance.
14573         (gnus-agent-regenerate-group):
14574         Use gnus-agent-synchronize-group-flags to reset read status in both
14575         gnus and server.
14576         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14577
14578 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * message.el: Don't autoload former message-utils variables.
14581         (message-strip-subject-trailing-was): Change doc string.
14582
14583         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14584         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14585         (nnweb-google-search): Add "hl=en" here.
14586         (nnweb-google-parse-1, nnweb-google-create-mapping):
14587         Don't hardcode URL.
14588
14589 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14590
14591         * message.el (message-get-reply-headers, message-followup):
14592         Mention related variables `message-use-followup-to' and
14593         `message-use-mail-followup-to', in the information buffer.
14594
14595         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14596         of broken groups(-beta).google.com.
14597
14598 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14599
14600         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14601         parameter to invoked gnus-request-move-article; remove the
14602         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14603         all at once instead of once per article.
14604         (gnus-summary-remove-process-mark): Accept a list of articles as
14605         well as a single article for processing.
14606
14607         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14608         parameter.
14609
14610         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14611
14612         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14613
14614         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14615         parameter.
14616
14617         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14618         parameter.
14619
14620         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14621         parameter and remove the gnus-sum-hint-move-is-internal variable.
14622
14623         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14624         parameter.
14625
14626         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14627         parameter.
14628
14629         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14630         parameter.
14631
14632         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14633
14634         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14635         parameter.
14636
14637         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14638         parameter.
14639
14640 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14641
14642         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14643         a more conservative way.
14644
14645 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14646
14647         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14648         buffer, so it moves the window's cursor.
14649
14650 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14651
14652         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14653         `mm-dissect-multipart' and receive the from field as an (optional)
14654         argument from `mm-dissect-multipart'.
14655         (mm-dissect-multipart): Receive the from field as an argument and
14656         pass it on when we call `mm-dissect-buffer' on MIME parts.
14657         Fixes verification/decryption of signed/encrypted MIME parts.
14658
14659 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14660
14661         * gnus-sum.el (gnus-summary-move-article):
14662         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14663         whatever it calls (right now, only nnimap-request-move article
14664         respects it).
14665
14666         * nnimap.el (nnimap-request-move-article):
14667         When gnus-sum-hint-move-is-internal is set, don't do the extra
14668         nnimap-request-article.
14669
14670 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14673
14674         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14675         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14676
14677         * gnus-sum.el (gnus-summary-caesar-message):
14678         Apply `gnus-treat-article' after rotation.
14679
14680         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14681         doc string.
14682
14683 2005-02-22  Simon Josefsson  <jas@extundo.com>
14684
14685         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14686         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14687         <arne@arnested.dk>.
14688         (encrypt): Add password-cache and password-cache-expiry as group
14689         members.
14690
14691 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14692
14693         * smime.el (smime-ldap-host-list): Doc fix.
14694         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14695         cache) password.
14696         (smime-sign-region): Use it.
14697         (smime-decrypt-region): Use it.
14698         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14699         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14700         fails.
14701         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14702         certificate from DER to PEM format rather than calling openssl.
14703
14704         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14705
14706         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14707         for signing/encryption.
14708
14709         * mml.el (mml-parse-1): Use them.
14710
14711 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14712
14713         * nnrss.el (nnrss-verbose): Remove.
14714         (nnrss-request-group): Use `nnheader-message' instead.
14715
14716 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14717
14718         * nnrss.el (nnrss-verbose): New variable.
14719         (nnrss-request-group): Make it say nnrss is requesting a group.
14720
14721 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14724         Handle news URL with given port correctly.
14725
14726 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14729         containing special characters.
14730
14731         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14732
14733         * mml.el (mime-to-mml): Ditto.
14734
14735         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14736         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14737         (rfc2047-decode-region): Quote decoded words containing special
14738         characters when rfc2047-quote-decoded-words-containing-tspecials
14739         is non-nil.
14740
14741 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14742
14743         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14744
14745         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14746
14747 2005-02-15  Simon Josefsson  <jas@extundo.com>
14748
14749         * nnimap.el (nnimap-debug): Doc fix.
14750
14751         * imap.el (imap-debug): Doc fix.
14752
14753 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14756
14757 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14758
14759         * gnus.el (spam-contents): Improve docs for spam-contents
14760         parameter in its variable incarnation.
14761
14762 2005-02-14  Simon Josefsson  <jas@extundo.com>
14763
14764         * smime-ldap.el: Use require instead of load-library for ldap.
14765         (smime-ldap-search): Indent.
14766         (smime-ldap-search-internal): Shorten line.
14767
14768         * smime.el (smime-cert-by-dns): Add doc-string.
14769         (smime-cert-by-ldap-1): Indent.
14770
14771         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14772         mml-smime-get-dns-ldap.
14773         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14774
14775 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14776
14777         * smime.el: Require smime-ldap.
14778         (smime-ldap-host-list): New variable.
14779         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14780
14781         * mml-smime.el (mml-smime-encrypt-query): New function.
14782         (mml-smime-encrypt-query): Use it.
14783
14784         * smime-ldap.el: New file.
14785
14786 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14789
14790 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14793         argument in doc string.  Make query for type more clear.
14794
14795 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * gnus.el (gnus-group-startup-message): Search for gnus images in
14798         etc/images/gnus.
14799         * mm-util.el (mm-image-load-path): Likewise.
14800         * smiley.el (smiley-data-directory): Search for smilies in
14801         etc/images/smilies.
14802
14803 2005-02-09  Kim F. Storm  <storm@cua.dk>
14804
14805         Change Emacs release version from 21.4 to 22.1 throughout.
14806         Change Emacs development version from 21.3.50 to 22.0.50.
14807
14808 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14811
14812         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14813         non-Mule XEmacs as well.
14814         (mm-decompress-buffer): Signal an error intentionally if it does
14815         not decompress compressed data because auto-compression-mode is
14816         disabled.
14817
14818 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14819
14820         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14821         an ID in the registry even if it has no groups.
14822
14823 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14826         merge it into mm-decompress-buffer.
14827         (gnus-mime-copy-part): Use the MIME part charset, the value which
14828         a user specified or gnus-newsgroup-charset for decoding, like
14829         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14830         save-buffer what was used.  Suggested by Kevin Ryde
14831         <user42@zip.com.au>.
14832         (gnus-mime-inline-part): Allow the name parameter as well as the
14833         filename parameter; force decompressing of compressed data; always
14834         display contents being not decoded as unibyte.
14835
14836         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14837         as well as the filename parameter.
14838
14839         * mm-util.el (mm-decompress-buffer):
14840         Merge gnus-mime-jka-compr-maybe-uncompress.
14841         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14842         of compressed data.
14843
14844 2005-02-08  Simon Josefsson  <jas@extundo.com>
14845
14846         * imap.el (imap-log): Doc fix.
14847
14848 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14851         the coding cookies; decompress compressed parts.
14852
14853         * mml.el (mml-generate-mime-1): Add the charset parameter according
14854         to the value which a user specified manually or the coding cookie.
14855
14856         * mm-util.el (mm-string-to-multibyte): New function.
14857         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14858         (mm-coding-system-to-mime-charset): New function.
14859         (mm-decompress-buffer): New function.
14860         (mm-find-buffer-file-coding-system): New function.
14861
14862         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14863         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14864         parts.
14865
14866 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14867
14868         * mm-view.el (mm-display-inline-fontify): Decode a part according
14869         to the charset parameter.
14870
14871 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14874         prefix arg is neither nil nor a number, as info specifies.
14875
14876 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14879         timestamps.
14880
14881 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14882
14883         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14884         groups error checking and notify user.
14885
14886 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14887
14888         * message.el (message-send-mail-function): Check existence of
14889         sendmail-program first before using default value
14890         `message-send-mail-with-sendmail'.  Otherwise use more generic
14891         `smtpmail-send-it'.
14892
14893 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * nntp.el (nntp-request-update-info): Always return nil.
14896
14897 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14898
14899         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14900
14901 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14902
14903         * message.el (message-beginning-of-line): Change the behavior when
14904         invoked between BOL and : so that it first moves backward.
14905
14906 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14909         article buffer when editing of the article is discarded.
14910         (gnus-article-prepare): Revert.
14911
14912 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * gnus-art.el (gnus-article-prepare):
14915         Remove message-strip-forbidden-properties from the local hook.
14916
14917 2005-01-27  Simon Josefsson  <jas@extundo.com>
14918
14919         * password.el (password-cache-add): Only start one timer per key.
14920         Reported by Derek Atkins <warlord@MIT.EDU>.
14921
14922 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14923
14924         * run-at-time.el: Remove.  It is no longer needed as
14925         timer-funcs.el in the xemacs-base package has a working version of
14926         `run-at-time'.
14927
14928         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14929
14930         * password.el: Require timer-funcs instead of run-at-time in
14931         XEmacs.
14932         Remove `password-run-at-time' macro.
14933         (password-cache-add): Use `run-at-time' instead of
14934         `password-run-at-time'.
14935
14936         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14937         Remove `nnheader-cancel-function-timers' alias,
14938         `cancel-function-timers' exists in XEmacs in timer-funcs.
14939
14940         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14941         for `run-with-idle-timer'.
14942
14943         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14944         for `run-at-time'.
14945
14946         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14947         for `with-timeout'.
14948
14949         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14950         the same as for XEmacs 21.4.
14951         No need to ignore `run-with-idle-timer', this function exists in
14952         XEmacs now in timer-funcs.el in the xemacs-base package.
14953         (dgnushack-compile): No need to delete
14954         run-at-time.el from the list of files to compile because it
14955         doesn't exist anymore.
14956
14957 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14960         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14961
14962 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14963
14964         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14965         sensitively.
14966
14967 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14968
14969         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14970
14971 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14974         which will be inserted according to the multibyteness of a buffer
14975         rather than the type of contents.  Suggested by ARISAWA Akihiro
14976         <ari@mbf.ocn.ne.jp>.
14977
14978         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14979         of string which old xml.el may return rather than a string.
14980
14981 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14984
14985 2005-01-16  Simon Josefsson  <jas@extundo.com>
14986
14987         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14988         idn/idna.el isn't available.
14989         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14990         <michael@waxrat.com>.
14991
14992         * hashcash.el: Remove non-FSF copyright header.
14993
14994         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14995         (hashcash-generate-payment): Use it.
14996         (hashcash-generate-payment-async): Use it.
14997
14998 2005-01-15  Simon Josefsson  <jas@extundo.com>
14999
15000         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15001         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15002
15003         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15004         gnus-summary-idna-message.
15005         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15006         (gnus-summary-idna-message): New function.
15007
15008 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15011         gnus-novice-user.
15012
15013 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * nnrss.el (nnrss-request-delete-group): Delete entries in
15016         nnrss-group-alist as well.
15017         (nnrss-save-server-data): Insert newline.
15018
15019 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15020
15021         * gnus.el (gnus-user-agent): Use list of symbols instead of
15022         symbols.  Display full version number for (S)XEmacs.
15023         Optionally display (S)XEmacs codename.
15024
15025         * gnus-util.el (gnus-emacs-version): Update for new
15026         `gnus-user-agent'.
15027
15028         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15029         Gnus version.
15030
15031 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15032
15033         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15034         which is unreadable in some setups.
15035
15036 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus-spec.el (gnus-update-format-specifications): Flush the
15039         group format spec cache if it doesn't support decoded group names.
15040
15041 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15044         Allow to apply decay on score files matching a regexp.
15045
15046 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15049         compatibility in %g and %c.
15050
15051 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15054         name for only %g and %c.
15055         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15056         of gnus-tmp-group to decoded group name.
15057         (gnus-group-make-rss-group): Exclude `/'s from group names.
15058
15059 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * nnrss.el (nnrss-get-encoding): Fix regexp.
15062
15063 2004-12-27  Simon Josefsson  <jas@extundo.com>
15064
15065         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15066         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15067         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15068
15069 2004-12-17  Kim F. Storm  <storm@cua.dk>
15070
15071         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15072
15073         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15074
15075 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15076
15077         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15078
15079 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * nnrss.el: Require rfc2047 and mml.
15082         (nnrss-file-coding-system): New variable.
15083         (nnrss-format-string): Redefine it as an inline function.
15084         (nnrss-decode-group-name): New function.
15085         (nnrss-string-as-multibyte): Remove.
15086         (nnrss-retrieve-headers): Decode group name; don't use
15087         nnrss-format-string.
15088         (nnrss-request-group): Decode group name.
15089         (nnrss-request-article): Decode group name; allow a Message-ID as
15090         well as an article number; don't use nnrss-format-string; encode a
15091         Message-ID string which may contain non-ASCII characters; use
15092         mml-to-mime to compose a MIME article.
15093         (nnrss-request-expire-articles): Decode group name.
15094         (nnrss-request-delete-group): Decode group name.
15095         (nnrss-fetch): Clarify error message.
15096         (nnrss-read-server-data): Use insert-file-contents instead of load;
15097         bind file-name-coding-system; use multibyte buffer.
15098         (nnrss-save-server-data): Bind coding-system-for-write to the
15099         value of nnrss-file-coding-system; bind file-name-coding-system;
15100         add coding cookie.
15101         (nnrss-read-group-data): Use insert-file-contents instead of load;
15102         bind file-name-coding-system; use multibyte buffer.
15103         (nnrss-save-group-data): Bind coding-system-for-write to the
15104         value of nnrss-file-coding-system; bind file-name-coding-system.
15105         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15106         make it work with non-ASCII text.
15107         (nnrss-find-el): Make it work with old xml.el as well.
15108
15109 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15110
15111         * nnrss.el (nnrss-get-encoding): New function.
15112         (nnrss-fetch): Use unibyte buffer initially; bind
15113         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15114         decode contents according to the encoding attribute.
15115         (nnrss-save-group-data): Add coding cookie.
15116         (nnrss-mime-encode-string): New function.
15117         (nnrss-check-group): Use it to encode subject and author.
15118
15119 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15120
15121         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15122         imaginary variable.
15123
15124 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15127         correctly even if there are wide characters.
15128
15129 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15130
15131         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15132         downcased symbol names; make a new cache instead of reusing
15133         bbdb-hashtable.
15134
15135 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15138         concatenating segments rather than before concatenating them.
15139         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15140
15141         * message.el (message-get-reply-headers): Bind `extra'.
15142
15143 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15144
15145         * message.el (message-extra-wide-headers): New variable.
15146         (message-get-reply-headers): Use it.
15147
15148 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15151         (gnus-agent-group-pathname): Ditto.
15152
15153         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15154
15155         * gnus-group.el (gnus-group-make-group): Decode group name.
15156         (gnus-group-make-rss-group): Register the group data after opening
15157         the nnrss group.
15158
15159 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15160
15161         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15162         by expiry now get marked as read.
15163
15164 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15167
15168 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15169
15170         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15171         unify Latin characters in XEmacs.
15172         (mm-find-mime-charset-region): Use it.
15173
15174 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * gnus-util.el (gnus-delete-directory): New function.
15177
15178         * gnus-agent.el (gnus-agent-delete-group): Use it.
15179
15180         * gnus-cache.el (gnus-cache-delete-group): Use it.
15181
15182 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15185         names.
15186
15187 2004-12-16  Simon Josefsson  <jas@extundo.com>
15188
15189         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15190
15191 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15194
15195         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15196         (gnus-group-set-current-level): Decode group name.
15197
15198 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15199
15200         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15201         failed.
15202
15203 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * gnus-group.el (gnus-group-delete-group): Decode group name.
15206         (gnus-group-make-rss-group): Encode group name.
15207         (gnus-group-catchup-current): Decode group name.
15208         (gnus-group-kill-group): Decode group name.
15209
15210 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15211
15212         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15213
15214 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * gnus-group.el (gnus-group-make-rss-group):
15217         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15218
15219         * gnus-start.el (gnus-setup-news): Honor user's setting to
15220         gnus-message-archive-method.  Suggested by Lute Kamstra
15221         <lute@gnu.org>.
15222
15223 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15224
15225         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15226         global counterparts of the buffer-local variables.
15227
15228 2004-11-16  Romain Francoise  <romain@orebokech.com>
15229
15230         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15231         counterparts of the buffer-local variables.
15232
15233 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15234
15235         * message.el (message-forbidden-properties): Fix typo in doc
15236         string.
15237
15238 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * gnus-util.el (gnus-replace-in-string): Add doc string.
15241
15242         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15243         to avoid problems when splitting mails with many recipients.
15244
15245 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15246
15247         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15248         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15249
15250 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15251
15252         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15253         if there is no hashtable in memory or file modification time is
15254         newer than cached timestamp.
15255
15256 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * gnus-sum.el (gnus-summary-limit-to-recipient):
15259         Implement not-matching option.
15260
15261 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15262
15263         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15264         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15265         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15266         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15267         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15268         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15269
15270 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * message.el (message-forward-make-body-mml): Remove headers
15273         according to message-forward-ignored-headers if a message is decoded.
15274
15275 2004-12-02  Romain Francoise  <romain@orebokech.com>
15276
15277         * message.el (message-forward-make-body-plain): Always remove
15278         headers according to message-forward-ignored-headers.
15279
15280 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15281
15282         * spam.el (spam-summary-prepare-exit): Remove the
15283         gnus-summary-limit pop for now, it has problems with ham marks for
15284         me.
15285
15286 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15289         correctly.
15290
15291 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15292
15293         * format-spec.el (format-spec): Message the char.
15294
15295 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15296
15297         * gnus-art.el (gnus-split-methods): Reformat comments.
15298
15299         * spam.el (spam-summary-prepare-exit): Remove article limits
15300         before exiting the summary buffer.
15301
15302 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15305         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15306
15307         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15308         order to silence the byte compiler.
15309
15310         * spam.el: Fix the way to silence the byte compiler, which
15311         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15312         bbdb-search-simple, spam-BBDB-register-routine,
15313         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15314         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15315         spam-stat-buffer-is-spam, spam-stat-load,
15316         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15317         spam-stat-save and spam-stat-split-fancy.
15318
15319 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15322         which may confuse users.
15323         (canlock-password-for-verify): Ditto.
15324
15325         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15326
15327         * gnus-art.el (gnus-emphasis-alist): Ditto.
15328
15329         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15330
15331         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15332
15333         * gnus-start.el (gnus-save-killed-list): Ditto.
15334
15335         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15336         (gnus-sum-thread-tree-root): Ditto.
15337         (gnus-sum-thread-tree-false-root): Ditto.
15338         (gnus-sum-thread-tree-single-indent): Ditto.
15339
15340         * message.el (message-courtesy-message): Ditto.
15341         (message-archive-note): Ditto.
15342         (message-subscribed-address-file): Ditto.
15343         (message-user-fqdn): Ditto.
15344
15345         * spam-report.el (spam-report-gmane-regex): Ditto.
15346
15347         * spam.el (spam-blackhole-good-server-regex): Ditto.
15348
15349 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * mml.el (mml-preview): Widen the message buffer before copying
15352         the contents to the preview buffer; sort headers before previewing.
15353
15354         * message.el (message-hidden-headers): Fix the way to avoid a bug
15355         in the `repeat' widget in Emacs 21.3 or earlier.
15356
15357 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * message.el (message-hidden-headers): Default to "^References:".
15360         Improve customization type.  Suggested by Reiner Steib
15361         <Reiner.Steib@gmx.de>.
15362
15363 2004-11-25  Romain Francoise  <romain@orebokech.com>
15364
15365         * message.el (message-strip-forbidden-properties): Remove check for
15366         obsolete `message-hidden' text property, hidden headers are not
15367         accessible in the buffer anymore.
15368
15369 2004-11-22  Romain Francoise  <romain@orebokech.com>
15370
15371         * message.el (message-header-format-alist): Add `From' in list
15372         so that it can be sorted.
15373         (message-fix-before-sending): Widen and sort headers before
15374         sending.
15375         (message-hide-headers): Use narrowing to hide headers by moving
15376         them to the top of the buffer and narrowing to the region
15377         underneath.
15378
15379 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15380
15381         * message.el (message-strip-forbidden-properties):
15382         Bind buffer-read-only (etc) to nil.
15383
15384 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15387         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15388
15389 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15390
15391         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15392
15393 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15394
15395         * dns.el (query-dns): Use sit-for to time instead of
15396         accept-process-output, since that doesn't seem to work on udp
15397         sockets.
15398
15399 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15402
15403 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15404
15405         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15406         doc string.  Improve doc string.
15407
15408 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * nntp.el (nntp-request-update-info): Return nil if
15411         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15412         may not call gnus-activate-group which uselessly issues the GROUP
15413         commands for all nntp groups and wastes time.  Reported by Romain
15414         Francoise <romain@orebokech.com>.
15415
15416         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15417
15418 2004-11-15  Simon Josefsson  <jas@extundo.com>
15419
15420         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15421         headers separately.
15422         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15423         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15424
15425 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * gnus-start.el (gnus-convert-old-newsrc):
15428         Assign legacy-gnus-agent to 5.10.7.
15429
15430 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15431
15432         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15433         start of the lines.
15434
15435 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15436
15437         * hashcash.el (hashcash-default-payment): Change default to 20.
15438         (hashcash-default-accept-payment): Change default to 20.
15439         (hashcash-process-alist): New variable.
15440         (hashcash-generate-payment-async): Add.
15441         (hashcash-already-paid-p): Add.
15442         (hashcash-insert-payment): Don't generate payments twice.
15443         (hashcash-insert-payment-async): Add.
15444         (hashcash-insert-payment-async-2): Add.
15445         (hashcash-cancel-async): Add.
15446         (hashcash-wait-async): Add.
15447         (hashcash-processes-running-p): Add.
15448         (hashcash-wait-or-cancel): Add.
15449         (mail-add-payment): New optional argument.  Conditionally start
15450         asynchronous calculation.
15451         (mail-add-payment-async): Add.
15452
15453         * message.el (message-send-mail): Wait for asynchronous hashcash
15454         results.  Don't clobber existing X-Hashcash headers.
15455         (message-setup-1): Call mail-add-payment-async when
15456         message-generate-hashcash is non-nil.
15457
15458 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15459
15460         * message.el (message-use-alternative-email-as-from): Examine the
15461         From header as well; use message-make-from in order to include a
15462         user's full name.
15463
15464 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15467         default; improve customization type.
15468         (gnus-emphasis-custom-with-format): New macro.
15469         (gnus-emphasis-custom-value-to-external): New function.
15470         (gnus-emphasis-custom-value-to-internal): New function.
15471
15472 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15473
15474         * dns.el (query-dns): Resolve reverse addresses.
15475
15476 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15477
15478         * gnus-group.el (gnus-group-get-new-news): Use it.
15479
15480         * gnus-start.el (gnus-check-reasonable-setup): New function.
15481
15482 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15485         "Args out of range" error.  Reported by Arnaud Giersch
15486         <arnaud.giersch@free.fr>.
15487
15488 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15489
15490         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15491
15492 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15493
15494         * spam.el (spam group): Add :version.
15495
15496         * pgg-def.el (pgg group): Add :version.
15497
15498 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * gnus-art.el (gnus-article-edit-article): Don't associate the
15501         article buffer with a draft file.  This is a temporary measure
15502         against the 2004-08-22 change to gnus-article-edit-mode.
15503
15504 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15507         (html2text-format-tags): Remove unused variable `attr'.
15508
15509 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15510
15511         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15512
15513         * tls.el (tls-process-connection-type, tls-success)
15514         (tls-certtool-program): Add :version.
15515
15516         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15517         (starttls-extra-arguments, starttls-process-connection-type)
15518         (starttls-connect, starttls-failure, starttls-success): Add :version.
15519
15520         * spam-stat.el (spam-stat): Add :version.
15521
15522         * sieve.el (sieve): Add :version.
15523
15524         * sha1.el (sha1): Add :version.
15525         (sha1-use-external): Remove redundant version.
15526
15527         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15528         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15529         (nnmail-split-fancy-match-partial-words)
15530         (nnmail-split-lowercase-expanded): Add :version.
15531
15532         * nndiary.el (nndiary): Add :version.
15533
15534         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15535
15536         * mml-sec.el (mml-default-sign-method)
15537         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15538         Add :version.
15539
15540         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15541
15542         * mm-url.el (mm-url-use-external, mm-url-program)
15543         (mm-url-arguments): Add :version.
15544
15545         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15546         (mm-attachment-file-modes, mm-decrypt-option)
15547         (mm-w3m-safe-url-regexp): Add :version.
15548
15549         * message.el (message-cite-prefix-regexp)
15550         (message-sendmail-envelope-from, message-minibuffer-local-map)
15551         (message-user-fqdn, message-completion-alist): Add :version.
15552
15553         * gnus-win.el (gnus-configure-windows-hook)
15554         (gnus-use-frames-on-any-display): Add :version.
15555
15556         * gnus-art.el (gnus-article-address-banner-alist)
15557         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15558         (gnus-treat-from-picon, gnus-treat-mail-picon)
15559         (gnus-treat-x-pgp-sig): Add :version.
15560
15561         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15562         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15563         (gnus-summary-article-delete-hook)
15564         (gnus-summary-display-while-building): Add :version.
15565
15566         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15567         (gnus-get-top-new-news-hook): Add :version.
15568
15569         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15570         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15571
15572         * gnus-registry.el (gnus-registry): Add :version.
15573
15574         * gnus-spec.el (gnus-use-correct-string-widths)
15575         (gnus-make-format-preserve-properties): Add :version.
15576
15577         * gnus.el (gnus-group-charter-alist)
15578         (gnus-group-fetch-control-use-browse-url)
15579         (gnus-install-group-spam-parameters): Add :version.
15580
15581         * gnus-diary.el (gnus-diary): Add :version.
15582
15583         * gnus-delay.el (gnus-delay): Add :version.
15584
15585         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15586         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15587         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15588         Add :version.
15589
15590         * gnus-agent.el (gnus-agent-max-fetch-size)
15591         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15592         (gnus-agent-prompt-send-queue): Add :version.
15593
15594         * deuglify.el (gnus-outlook-deuglify): Add :version.
15595
15596         * html2text.el: Beautify code.  Improve doc strings.
15597         Some checkdoc cleanup.
15598         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15599
15600 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15601
15602         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15603
15604 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15605
15606         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15607         when package is loaded.
15608
15609         * spam.el (spam-summary-score-preferred-header): Add global preference
15610         for people who want to override the default SpamAssassin over
15611         Bogofilter preference (when both are set).
15612         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15613         (spam-user-format-function-S):
15614         Check spam-summary-score-preferred-header.
15615         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15616         (spam-user-format-function-S): Format the score correctly.
15617
15618 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15621         signature file.  Suggested by Manoj Srivastava
15622         <srivasta@golden-gryphon.com>.
15623
15624         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15625         iso-2022-jp even in the Japanese language environment.
15626         Suggested by Jason Rumney <jasonr@gnu.org>.
15627
15628 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15631         use the same characters as the dummy marks; make it free from
15632         getting affected by the language environment.
15633         (gnus-summary-read-group-1): Update mark positions only when the
15634         format spec is updated.
15635
15636         * gnus-spec.el (gnus-update-format-specifications): Return a list
15637         of updated types.
15638
15639 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15642         of boundp to check if display-warning is available.
15643
15644 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15645
15646         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15647
15648 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15649
15650         * nnspool.el (nnspool-spool-directory): Use news-path if the
15651         news-directory variable is not bound.
15652
15653         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15654         function instead of display-warning if it is not available.
15655
15656 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15659         v5-10: Use `point-at-bol'.
15660
15661 2004-10-26  Simon Josefsson  <jas@extundo.com>
15662
15663         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15664         <chenggao@gmail.com>.
15665
15666 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15667
15668         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15669         instead.
15670
15671 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15672
15673         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15674         to remove a server from the nnimap-server-buffer-alist.
15675         (nnimap-open-connection, nnimap-close-server): Use it.
15676
15677         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15678
15679 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15682         running the major-mode function.
15683
15684 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15687         dummy marks in the right way.
15688
15689 2004-10-18  David Edmondson  <dme@dme.org>
15690
15691         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15692         excessively.
15693
15694 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15695
15696         * gnus-util.el (gnus-split-references): Accept a nil references
15697         string and go on blissfully.
15698
15699         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15700         cases where the references string is non-nil but has no references.
15701
15702         * encrypt.el: Add autoload tags.
15703
15704         * spam.el (spam-resolve-registrations-routine): Remove article
15705         from unregistration list too.  Reported by David Hanak
15706         <dhanak@isis.vanderbilt.edu>
15707
15708 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15709
15710         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15711         nil.  Change custom type.
15712
15713 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15716
15717         * gnus-sum.el (gnus-summary-move-article): Use it.
15718
15719 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15720
15721         * encrypt.el: Add autoload cookies.
15722
15723         * spam.el (spam-backend-article-list-property)
15724         (spam-backend-get-article-todo-list)
15725         (spam-backend-put-article-todo-list)
15726         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15727         Resolve registrations separately.
15728         (spam-register-routine): Format comments.
15729         (spam-unregister-routine, spam-register-routine): Always call with
15730         specific-articles, no default list.
15731         (spam-summary-prepare-exit): Use the spam-classifications function.
15732
15733         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15734         gnus-encrypt.el.
15735
15736         * encrypt.el: Copied from gnus-encrypt.el.
15737
15738         * gnus-encrypt.el: Commented that it's obsolete.
15739
15740 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15741
15742         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15743         (gnus-score-save): Use it.
15744
15745         * message.el (message-bury): Use `window-dedicated-p'.
15746
15747 2004-10-15  Simon Josefsson  <jas@extundo.com>
15748
15749         * pop3.el (top-level): Don't require nnheader.
15750         (pop3-read-timeout): Add.
15751         (pop3-accept-process-output): Add.
15752         (pop3-read-response, pop3-retr): Use it.
15753
15754 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15755
15756         * spam.el (spam-register-routine): Move comment.
15757         (spam-verify-bogofilter): Use 'unknown for the initial
15758         spam-bogofilter-valid state, not 'never.
15759
15760         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15761         for netrc-machine.
15762
15763         * nnimap.el (nnimap-open-connection):
15764         Use netrc-machine-user-or-password.
15765
15766 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15767
15768         * gnus-registry.el (gnus-registry-unload-hook):
15769         Set as a variable with add-hook.
15770
15771         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15772         of news-path.
15773
15774         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15775
15776         * spam.el: Delete duplicate `provide'.
15777         (spam-unload-hook): Set as a variable with add-hook.
15778
15779 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15782         in the doc string.
15783
15784         * message.el (message-ignored-news-headers)
15785         (message-ignored-supersedes-headers)
15786         (message-ignored-resent-headers)
15787         (message-forward-ignored-headers): Improve custom type.
15788
15789 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * message.el (message-tokenize-header): Fix 2004-09-06 change
15792         which used point-min in the wrong place.
15793
15794 2004-10-12  Simon Josefsson  <jas@extundo.com>
15795
15796         * tls.el (tls-certtool-program): New variable.
15797         (tls-certificate-information): New function, based on
15798         ssl-certificate-information.
15799
15800 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * compface.el: Move the version of ELisp-based uncompface program
15803         to the contrib directory because of the copyright problem.
15804
15805 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15806
15807         * message.el (message-kill-buffer): Raise the current frame.
15808
15809 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15810
15811         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15812
15813         * gnus.el (message-y-or-n-p): Autoload.
15814
15815         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15816         (pop3-password-required, pop3-authentication-scheme)
15817         (pop3-leave-mail-on-server): Make customizable.
15818         (pop3): New custom group.
15819         (pop3-retr): Remove `sleep-for' statements.
15820         Suggested by Dave Love <fx@gnu.org>.
15821
15822         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15823         Windows/DOS.
15824
15825         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15826         (imap-parse-body): Fix incorrect use of `assert'.
15827         Suggested by Dave Love <fx@gnu.org>.
15828
15829         * mml.el (mml-minibuffer-read-disposition): Require match.
15830         Suggested by Dave Love <fx@gnu.org>.
15831
15832 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15833
15834         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15835         doc string.
15836
15837 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15840
15841 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15842
15843         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15844         instead of calling `mm-insert-inline', to decode text/* parts
15845         before displaying them.
15846
15847 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * mm-uu.el (mm-uu-text-plain-type): New variable.
15850         (mm-uu-pgp-signed-extract-1): Use it.
15851         (mm-uu-pgp-encrypted-extract-1): Use it.
15852         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15853         bind mm-uu-text-plain-type with that value.
15854         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15855         mm-uu-dissect.
15856
15857 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-group.el (gnus-update-group-mark-positions):
15860         * gnus-sum.el (gnus-update-summary-mark-positions):
15861         * message.el (message-check-news-body-syntax):
15862         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15863         of string-as-multibyte.
15864
15865 2004-10-05  Juri Linkov  <juri@jurta.org>
15866
15867         * gnus-group.el (gnus-update-group-mark-positions):
15868         * gnus-sum.el (gnus-update-summary-mark-positions):
15869         * message.el (message-check-news-body-syntax):
15870         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15871         8-bit unibyte values to a multibyte string for search functions.
15872
15873 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15874
15875         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15876         (mm-uu-dissect-text-parts): New function.
15877
15878         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15879         dissect text parts.
15880
15881         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15882         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15883
15884         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15885
15886         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15887         Use gnus-current-topics instead of gnus-current-topic.
15888
15889 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15890
15891         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15892
15893 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15894
15895         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15896         where approriate.
15897
15898         * nnml.el (nnml-generate-active-info): do.
15899
15900         * nndiary.el (nndiary-generate-active-info): do.
15901
15902         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15903         (gnus-topic-move): do.
15904
15905         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15906         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15907
15908         * gnus-srvr.el (gnus-server-prepare)
15909         (gnus-server-open-all-servers): do.
15910
15911         * gnus-msg.el (gnus-summary-cancel-article)
15912         (gnus-summary-resend-message)
15913         (gnus-summary-mail-crosspost-complaint): do.
15914
15915         * gnus-move.el (gnus-change-server): do.
15916
15917         * gnus-group.el (gnus-group-unmark-all-groups)
15918         (gnus-group-set-current-level): do.
15919
15920 2004-10-04  Simon Josefsson  <jas@extundo.com>
15921
15922         * message.el (message-generate-hashcash): Doc fix.
15923
15924 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15925
15926         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15927         avoid infinite recursion via gnus-get-function.
15928
15929 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15930
15931         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15932
15933         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15934
15935         * nnmail.el (nnmail-split-history): do.
15936
15937         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15938         (nnml-request-delete-group): do.
15939
15940         * nnslashdot.el (nnslashdot-read-groups): do.
15941
15942         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15943         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15944
15945         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15946         (nnspool-sift-nov-with-sed): Use last.
15947         (nnspool-retrieve-headers-with-nov): Use mapc.
15948         (nnspool-request-newgroups): Use dolist.
15949         (nnspool-request-group): Use last.
15950
15951         * nntp.el (nntp-read-server-type): Use dolist.
15952
15953         * nnvirtual.el (nnvirtual-create-mapping)
15954         (nnvirtual-update-read-and-marked): Use dolist.
15955         (nnvirtual-convert-headers): Simplify.
15956
15957 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15958
15959         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15960         Add support for sync'ing tick marks.
15961
15962 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15965         there's no visible header.
15966
15967 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15968
15969         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15970         When necessary, pass full group name to gnus-request-set-marks.
15971
15972 2004-10-01  Simon Josefsson  <jas@extundo.com>
15973
15974         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15975         acroread.
15976
15977 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15978
15979         * spam-report.el (spam-report-gmane): Fix interactive.
15980
15981         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15982
15983         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15984         when writing file.
15985         (gnus-agent-synchronize-flags): Don't default to being
15986         interactive.
15987
15988 2004-09-30  Simon Josefsson  <jas@extundo.com>
15989
15990         * message.el (message-generate-hashcash): Add.
15991         (message-send-mail): Use it, call mail-add-payment.
15992
15993 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15994
15995         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15996
15997 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15998
15999         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16000         gnus-requst-update-info with explicit code to sync the in-memory
16001         info read flags with the marks being sync'd to the backend.
16002
16003         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16004
16005 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16006
16007         * spam.el (spam-verify-bogofilter): Add new function.
16008         (spam-check-bogofilter)
16009         (spam-bogofilter-register-with-bogofilter): Use it.
16010         (spam-verify-bogofilter): Add small fixes.
16011
16012 2004-09-28  Simon Josefsson  <jas@extundo.com>
16013
16014         * hashcash.el (hashcash-generate-payment): Revert.
16015
16016 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16017
16018         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16019         Use gnus-extract-references instead of gnus-split-references.
16020
16021         * gnus-util.el (gnus-extract-references): Add new function, analogous
16022         to gnus-split-references but extracts only the message-ID without
16023         anything extra.
16024
16025         * hashcash.el (hashcash-generate-payment)
16026         (hashcash-check-payment): Do the right thing if hashcash-path is
16027         nil (because the hashcash program could not be found).
16028
16029         * spam.el (spam-use-hashcash): Remove comment.
16030
16031 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16032
16033         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16034         (gnus-cache-enter-article, gnus-cache-remove-article)
16035         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16036
16037         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16038
16039         * gnus-art.el (article-hide-boring-headers)
16040         (article-translate-strings, article-display-face)
16041         (gnus-article-mime-match-handle-first)
16042         (gnus-article-highlight-headers)
16043         (gnus-article-add-buttons-to-head): do.
16044
16045 2004-09-27  Simon Josefsson  <jas@extundo.com>
16046
16047         * hashcash.el: New version, from
16048         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16049         ../contrib/.
16050
16051 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16054
16055 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16056
16057         * gnus-dup.el (gnus-dup-open): Use mapc.
16058         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16059
16060         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16061         Reported by Stefan Wiens <s.wi@gmx.net>.
16062
16063         * gnus.el (gnus-shutdown): Use dolist.
16064
16065         * gnus-undo.el (gnus-undo): Use mapc.
16066
16067         * nnrss.el (nnrss-generate-active): do.
16068
16069         * message.el (message-cite-original-without-signature)
16070         (message-cite-original): Use mapc.
16071         (message-do-actions, message-make-forward-subject): Use dolist.
16072
16073 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16074
16075         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16076         deletion to remove entire duplicate line.  Fixes merged article
16077         number bug.
16078
16079 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16080
16081         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16082         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16083         first ask if you want to open a server and then, even when you
16084         responded with no, asking if you want to synchronize the server's
16085         flags.
16086         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16087         multi-line expressions.
16088         (gnus-agent-synchronize-group-flags): New internal function.
16089         Updates marks in memory (in the info structure) AND in the
16090         backend.
16091
16092         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16093
16094         * nnagent.el (nnagent-request-set-mark):
16095         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16096         method, to ensure that synchronization updates marks in the
16097         backend and in the info (in memory) structure.
16098
16099 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16102         convention fully; don't miss the root article of a thread; make
16103         the X-Draft-From header with correct article numbers.
16104
16105 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16106
16107         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16108         unless plugged.  Disable the agent so that an open failure causes
16109         an error.
16110
16111         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16112         Revert 2004-09-21 change.  The backend must be opened while
16113         synchronizing flags even when the backend stores the flags
16114         locally.
16115
16116 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16119         in `header' match.  Reported by Svend Tollak Munkejord.
16120
16121         * message.el (message-cite-original): Fix use of
16122         `message-cite-articles-with-x-no-archive'.
16123
16124 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16127         (gnus-window-to-buffer): Ditto.
16128
16129         * mml.el (mml-preview-buffer): New variable.
16130         (mml-preview): Manage window layout with gnus-buffer-configuration.
16131
16132         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16133         X-Draft-From header even if those articles aren't quoted.
16134
16135 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16136
16137         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16138         (gnus-request-set-mark, gnus-request-update-mark): Use new
16139         g-s-t-u-l-m to decide to use backend even when unplugged.
16140
16141 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16144         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16145
16146 2004-09-20  Simon Josefsson  <jas@extundo.com>
16147
16148         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16149         "utf-16-le".
16150
16151 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16152
16153         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16154
16155 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16156
16157         * uudecode.el (uudecode-use-external): Add :version.
16158
16159         * smime.el (smime-CA-file, smime-encrypt-cipher)
16160         (smime-dns-server): Add :version.
16161
16162         * smiley.el (gnus-smiley-file-types): Add :version.
16163
16164         * sha1.el (sha1-use-external): Add :version.
16165
16166         * pgg-def.el (pgg-query-keyserver): Add :version.
16167
16168         * nnmail.el (nnmail-fancy-expiry-targets)
16169         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16170         Add :version.
16171
16172         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16173         (nnimap-retrieve-groups-asynchronous): Add :version.
16174         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16175
16176         * mml.el (mml-content-disposition-parameters)
16177         (mml-insert-mime-headers-always): Add :version.
16178
16179         * mm-util.el (mm-coding-system-priorities): Add :version.
16180
16181         * mm-decode.el (mm-inline-text-html-with-images)
16182         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16183         (mm-verify-option): Add :version.
16184         (mm-text-html-renderer): Change :version.
16185
16186         * message.el (message-fcc-externalize-attachments)
16187         (message-required-headers, message-draft-headers)
16188         (message-subject-trailing-was-query)
16189         (message-subject-trailing-was-ask-regexp)
16190         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16191         (message-mark-insert-end, message-archive-header)
16192         (message-archive-note, message-cross-post-default)
16193         (message-cross-post-note, message-followup-to-note)
16194         (message-cross-post-note-function, message-use-mail-followup-to)
16195         (message-subscribed-address-functions)
16196         (message-subscribed-address-file, message-subscribed-addresses)
16197         (message-subscribed-regexps, message-allow-no-recipients)
16198         (message-yank-cited-prefix, message-signature-insert-empty-line)
16199         (message-hidden-headers, message-hierarchical-addresses)
16200         (message-mail-user-agent, message-use-idna)
16201         (message-valid-fqdn-regexp)
16202         (message-strip-special-text-properties, message-header-synonyms)
16203         (message-beginning-of-line, message-tab-body-function): Add :version.
16204         (message-insert-canlock, message-wide-reply-confirm-recipients):
16205         Change :version.
16206
16207         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16208         and :version.
16209         (mail-source-delete-old-incoming-confirm)
16210         (mail-source-movemail-program): Add :version.
16211
16212         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16213         (gnus-agent-cache, gnus-agent): Change :version.
16214
16215         * gnus-util.el (gnus-use-byte-compile): Change :version.
16216
16217         * gnus-sum.el (gnus-summary-make-false-root-always)
16218         (gnus-summary-default-high-score)
16219         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16220         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16221         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16222         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16223         (gnus-sum-thread-tree-single-indent)
16224         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16225         (gnus-sum-thread-tree-leaf-with-other)
16226         (gnus-sum-thread-tree-single-leaf): Add :version.
16227         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16228         (gnus-article-loose-mime): Change :version.
16229
16230         * gnus-start.el (gnus-backup-startup-file)
16231         (gnus-save-startup-file-via-temp-buffer): Add :version.
16232
16233         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16234         (gnus-server-offline-face): Add :version.
16235
16236         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16237
16238         * gnus-msg.el (gnus-gcc-externalize-attachments)
16239         (gnus-debug-files, gnus-debug-exclude-variables)
16240         (gnus-discouraged-post-methods): Change :version.
16241         (gnus-confirm-mail-reply-to-news)
16242         (gnus-confirm-treat-mail-like-news): Add :version.
16243
16244         * gnus-int.el (gnus-server-unopen-status): Add :version.
16245
16246         * gnus-group.el (gnus-group-jump-to-group-prompt)
16247         (gnus-large-ephemeral-newsgroup)
16248         (gnus-fetch-old-ephemeral-headers): Add :version.
16249
16250         * gnus-fun.el (gnus-x-face-directory)
16251         (gnus-convert-pbm-to-x-face-command)
16252         (gnus-convert-image-to-x-face-command)
16253         (gnus-convert-image-to-face-command): Add :version.
16254
16255         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16256
16257         * gnus-cite.el (gnus-cite-blank-line-after-header)
16258         (gnus-article-boring-faces): Add :version.
16259
16260         * gnus-art.el (gnus-buttonized-mime-types)
16261         (gnus-inhibit-mime-unbuttonizing)
16262         (gnus-treat-display-face)
16263         (gnus-treat-body-boundary): Change :version.
16264         (gnus-body-boundary-delimiter, gnus-picon-databases)
16265         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16266         (gnus-treat-date-english, gnus-treat-fold-headers)
16267         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16268         (gnus-treat-mail-picon, gnus-treat-wash-html)
16269         (gnus-article-encrypt-protocol)
16270         (gnus-use-idna, gnus-article-over-scroll)
16271         (gnus-mime-display-multipart-alternative-as-mixed)
16272         (gnus-mime-display-multipart-related-as-mixed)
16273         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16274         (gnus-ctan-url, gnus-button-ctan-handler)
16275         (gnus-button-handle-ctan-bogus-regexp)
16276         (gnus-button-ctan-directory-regexp)
16277         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16278         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16279         (gnus-button-man-level, gnus-button-emacs-level)
16280         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16281
16282         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16283         (gnus-agent-go-online): Change :version.
16284         (gnus-agent-expire-unagentized-dirs)
16285         (gnus-agent-auto-agentize-methods): Add :version.
16286
16287         * flow-fill.el (fill-flowed-display-column)
16288         (fill-flowed-encode-column): Add :version.
16289
16290         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16291         (gnus-outlook-deuglify-unwrap-max)
16292         (gnus-outlook-deuglify-cite-marks)
16293         (gnus-outlook-deuglify-unwrap-stop-chars)
16294         (gnus-outlook-deuglify-no-wrap-chars)
16295         (gnus-outlook-deuglify-attrib-cut-regexp)
16296         (gnus-outlook-deuglify-attrib-verb-regexp)
16297         (gnus-outlook-deuglify-attrib-end-regexp)
16298         (gnus-outlook-display-hook): Add :version.
16299
16300         * binhex.el (binhex-use-external): Add :version.
16301
16302 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16303
16304         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16305         and `invisible'.
16306
16307 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16308
16309         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16310         in gnus-registry-trim.
16311
16312 2004-09-13  Simon Josefsson  <jas@extundo.com>
16313
16314         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16315
16316         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16317
16318         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16319         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16320         <yamaoka@jpl.org>.
16321         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16322         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16323         <yamaoka@jpl.org>.
16324
16325         * sieve.el (sieve-manage-mode): Ditto.
16326
16327 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16330
16331 2004-09-11  Simon Josefsson  <jas@extundo.com>
16332
16333         * dns-mode.el: Add.
16334
16335         * mm-view.el (mm-display-dns-inline): Add.
16336
16337         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16338         (mm-automatic-display): Ditto.
16339
16340         * mailcap.el (mailcap-mime-data): Add text/dns.
16341         (mailcap-mime-extensions): Map .soa to text/dns.
16342
16343 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16344
16345         * gnus-art.el (article-decode-mime-words, article-babel)
16346         (gnus-article-highlight-signature, gnus-article-add-buttons)
16347         (gnus-signature-toggle): Remove unnecessary bindings of
16348         `inhibit-read-only' inherited from v5.10 merge.
16349
16350 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16351
16352         * nntp.el (nntp): New customization group.
16353         (nntp-authinfo-file): Add customization group.
16354
16355         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16356
16357         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16358
16359         * gnus.el (to-address, to-list, subscribed)
16360         (large-newsgroup-initial): Ditto.
16361
16362         * flow-fill.el (fill-flowed-display-column)
16363         (fill-flowed-encode-column): Ditto.
16364
16365 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16366
16367         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16368         Use point-min rather than 1.
16369         (message-send-mail): Use buffer-size rather than point-max.
16370
16371         * gnus-sum.el (gnus-summary-search-article-forward):
16372         Signal a specific `search-failed' rather than a generic `error'.
16373
16374         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16375         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16376         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16377
16378 2004-09-10  Simon Josefsson  <jas@extundo.com>
16379
16380         * nndb.el (require): Remove tcp and duplicate cl.
16381
16382 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * gnus-agent.el (directory-files-and-attributes): Move forward.
16385
16386 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16387
16388         * gnus-agent.el (directory-files-and-attributes):
16389         Optionally defined to support XEmacs.
16390
16391 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16392
16393         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16394         to avoid run-time CL dependencies.
16395         (gnus-agent-unfetch-articles): New function.
16396         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16397         article numbers even when local .overview file is missing.
16398         (gnus-agent-read-article-number): New function.  Only accepts
16399         27-bit article numbers.
16400         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16401         Use gnus-agent-read-article-number.
16402         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16403         from backend while recognizing that article numbers in .overview
16404         must be valid.
16405         (gnus-agent-update-files-total-fetched-for):
16406         Use directory-files-and-attributes to improve performance.
16407         * gnus-int.el (gnus-request-move-article):
16408         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16409         improve performance.
16410
16411         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16412         some users confused by references to .newsrc when they only have a
16413         .newsrc.eld file.
16414         (gnus-convert-mark-converter-prompt)
16415         (gnus-convert-converter-needs-prompt): Fix use of property list.
16416         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16417         New function.  Used internally to only display 'gnus converting
16418         files' message when actually necessary.
16419
16420         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16421         methods now autoloaded.
16422
16423 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16426         identifiers.
16427
16428 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16429
16430         * gnus-picon.el: Fix indentation and closing parenthesis.
16431
16432 2004-09-01  Simon Josefsson  <jas@extundo.com>
16433
16434         * message.el (message-canlock-generate): Require sha1, not
16435         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16436         to require within a function.  Sadly, if sha1.el isn't loaded, the
16437         let binding in m-c-g will hide the defcustom definition, which is
16438         bad.)
16439
16440         * canlock.el: Require sha1, not sha1-el.
16441
16442         * message.el: Don't autoload sha1 (there is a autoload cookie in
16443         sha1.el).
16444
16445         * sha1-el.el: Rename to sha1.el.
16446
16447 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16448
16449         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16450
16451 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16452
16453         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16454
16455 2004-08-30  Kim F. Storm  <storm@cua.dk>
16456
16457         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16458
16459         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16460         Add :group 'nnimap.
16461
16462 2004-08-30  Andreas Schwab  <schwab@suse.de>
16463
16464         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16465         ?* and ?\;.
16466
16467         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16468         and ?\' to symbol instead of whitespace.
16469
16470 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16473
16474         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16475         instead of re-search-forward.
16476
16477         * gnus-uu.el (gnus-uu-save-article): Ditto.
16478         (gnus-uu-post-encode-uuencode): Ditto.
16479
16480         * html2text.el (html2text-clean-list-items): Ditto.
16481         (html2text-clean-dtdd): Ditto.
16482         (html2text-format-tags): Ditto.
16483
16484         * message.el (message-send-mail-with-sendmail): Fix regexp.
16485         (message-fill-field-general): Use search-forward instead of
16486         re-search-forward.
16487         (unbold-region): Ditto.
16488
16489         * nnrss.el (nnrss-request-article): Ditto.
16490
16491         * nnslashdot.el (nnslashdot-request-article): Ditto.
16492
16493         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16494
16495         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16496         "Unrecognized menu descriptor" error in XEmacs.
16497
16498 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16499
16500         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16501         parent article of a sparse article in the thread hashtb.
16502
16503 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16504
16505         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16506         (nnmail-expand-newtext): Lowercase expanded entries if
16507         nnmail-split-lowercase-expanded is non-nil.
16508
16509 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16512
16513         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16514         of gnus-tmp-news-method into string under XEmacs.  It will be
16515         passed to gnus-correct-length which takes only a string argument.
16516
16517 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * gnus-util.el (gnus-bind-print-variables): New macro.
16520         (gnus-prin1): Use it.
16521         (gnus-prin1-to-string): Use it.
16522         (gnus-pp): New function.
16523         (gnus-pp-to-string): New function.
16524
16525         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16526         Replace pp-to-string with gnus-pp-to-string.
16527         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16528         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16529         * gnus-msg.el (gnus-debug): Ditto.
16530         * gnus-score.el (gnus-score-save): Ditto.
16531         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16532         gnus-pp-to-string.
16533         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16534         with gnus-pp.
16535         * score-mode.el (gnus-score-pretty-print): Ditto.
16536         * webmail.el (webmail-debug): Ditto.
16537
16538 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * gnus-art.el (article-display-face, article-display-x-face):
16541         Use buffer-read-only.
16542
16543 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-art.el (article-hide-list-identifiers):
16546         Bind inhibit-read-only as t.
16547
16548 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16551
16552 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16553
16554         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16555         (gnus-narrow-to-page): Don't assume point-min == 1.
16556         (gnus-article-edit-mode): Derive from message-mode.
16557
16558         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16559         point-min == 1.
16560
16561         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16562         Disable incorrect use of `assert'.
16563
16564         * message.el (message-mode): Set comment-start-skip.
16565
16566
16567 2004-08-22  Sam Steingold  <sds@gnu.org>
16568
16569         * pop3.el (pop3-leave-mail-on-server): New user variable.
16570         (pop3-movemail): Delete mail only when it is nil.
16571
16572 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16575
16576         * mml.el (mml-preview): Use `pop-to-buffer'.
16577
16578         * message.el (message-goto-mail-followup-to): Insert after "To".
16579         (message-carefully-insert-headers): Add comment.
16580
16581         * gnus.el: Remove unused variable `gnus-article-check-size'.
16582
16583         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16584
16585         * gnus-art.el (gnus-button-alist):
16586         Improve `gnus-button-handle-library' entry.
16587
16588 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16589
16590         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16591         Use downcase, since XEmacs capitalizes error messages differently.
16592
16593 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16594
16595         * nntp.el: Add (require 'gnus) due to reference to
16596         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16597
16598 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16599
16600         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16601         Bind `mm-fill-flowed'.
16602
16603         * mm-decode.el (mm-dissect-singlepart): Check it.
16604
16605 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16606
16607         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16608         'imap' for netrc parsing.
16609
16610 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16611
16612         * mailcap.el (mailcap-mime-data): Mark as risky.
16613
16614 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16617         may be included in the encoded word.
16618         (rfc2047-encode): Don't append a space if the encoded word
16619         includes close parenthesis.
16620
16621 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16624         of text within parentheses.
16625
16626 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16627
16628         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16629         (gnus-encrypt-write-file-contents): Make the password key the file
16630         name PLUS the cipher, not just the cipher.  Also remove failed
16631         passwords from the cache.
16632
16633 2004-08-06  Simon Josefsson  <jas@extundo.com>
16634
16635         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16636         Doc fix.
16637
16638 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16641         LWSP.
16642
16643 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16644
16645         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16646         Try to append in-reply-to: data to the references: header.
16647
16648         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16649         (netrc-parse): Use gnus-encrypt.el functions.
16650
16651         * gnus-encrypt.el: Add new file for encryption support; currently
16652         does only a few GPG ciphers and an internal XOR cipher.
16653
16654         * password.el: Add comments on using password-read-and-add.
16655         (password-read-and-add): Add function to read and add the
16656         password to the cache at once.
16657
16658 2004-07-28  Simon Josefsson  <jas@extundo.com>
16659
16660         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16661         parameter (but don't use it, for now).
16662
16663         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16664         instead of hard coding to nil.
16665
16666 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16669         as mm-inline-image-xemacs does.
16670
16671 2004-07-26  Simon Josefsson  <jas@extundo.com>
16672
16673         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16674         Revert part of 2004-07-17 change below.
16675
16676 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16679         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16680
16681 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16682
16683         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16684         quotes that actually start with ">" at the beginning of the
16685         lines.
16686
16687 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * rfc2047.el (rfc2047-encode-region): Fix last change.
16690         (rfc2047-encode-parameter): Remove useless concat.
16691
16692 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16695         encode special characters; fix some kind of misconfigured headers;
16696         signal a real error if debug-on-quit or debug-on-error is non-nil.
16697         (rfc2047-encode-max-chars): New variable.
16698         (rfc2047-encode-1): Use it.
16699         (rfc2047-encode-parameter): New function.
16700
16701         * mml.el (mml-insert-parameter): Remove an excessive space.
16702
16703 2004-07-17  Simon Josefsson  <jas@extundo.com>
16704
16705         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16706         Kai Grossjohann <kai@emptydomain.de>.
16707         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16708         (gnus-group-make-menu-bar): Ditto.
16709
16710         * gnus-util.el (gnus-group-server): Add.
16711
16712 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16713
16714         * message.el (message-clone-locals): Clone sendmail and smtp
16715         variables.
16716
16717 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * rfc2047.el (rfc2047-encode-region): Fix last change.
16720
16721 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16724         characters as non-special.
16725
16726 2004-07-09  Simon Josefsson  <jas@extundo.com>
16727
16728         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16729         Users will lose all flag changes made while unplugged with
16730         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16731         good default.  See numerous reports on ding mailing list.
16732
16733 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16736         add generate-head-function and generate-article-function to the
16737         rfc822-forward entry.
16738         (nndoc-rfc822-forward-generate-article): New function.
16739         (nndoc-rfc822-forward-generate-head): New function.
16740
16741         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16742
16743 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16744
16745         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16746         respect display group parameter and gnus-summary-expunge-below.
16747         (gnus-articles-to-read): Remove unused reference to display group
16748         parameter.
16749
16750 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16751
16752         * nnheader.el (nnheader-uniquify-message-id): New experimental
16753         variable.
16754         (nnheader-nov-read-message-id): Use it.
16755
16756         * spam-report.el (spam-report-gmane): Add interactive.
16757
16758 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * mm-encode.el (mm-content-transfer-encoding-defaults):
16761         Use qp-or-base64 for the application/* types.
16762
16763 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16764
16765         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16766
16767 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16768
16769         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16770         trim value.
16771
16772 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16773
16774         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16775         New macro and function.
16776         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16777
16778 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16781         after-load-alist.
16782
16783 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16784
16785         * gnus-group.el (gnus-group-get-new-news-this-group):
16786         Don't update info that isn't there.
16787
16788 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16789
16790         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16791         entry.
16792
16793 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16794
16795         * mm-view.el (mm-inline-render-with-function): Use multibyte
16796         buffer; decode html source by charset.
16797
16798         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16799
16800         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16801         Mule-UCS is loaded under XEmacs.
16802         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16803
16804 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16805
16806         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16807
16808 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * mm-util.el (mm-coding-system-p): Return a coding-system.
16811         (mm-mime-mule-charset-alist): Use shift_jis instead of
16812         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16813         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16814         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16815         instead of japanese-shift-jis and iso-latin-1 respectively in
16816         order to share the default value with both Emacs and XEmacs-mule.
16817         (mm-mule-charset-to-mime-charset):
16818         Make mm-coding-system-priorities effective.
16819         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16820         while predicating of candidates upon the priorities.
16821
16822 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16823
16824         * gnus-sum.el (gnus-summary-make-menu-bar):
16825         Add gnus-uu-invert-processable.
16826
16827         * gnus.el: Autoload gnus-uu-invert-processable.
16828
16829 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * mm-util.el (mm-with-multibyte-buffer): New macro.
16832
16833         * rfc2047.el (rfc2047-encode-string): Use it.
16834         (rfc2047-encode-region): Move point to the end of the region after
16835         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16836
16837 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16840         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16841
16842 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16845         (gnus-cite-parse): Ignore quoted envelope From_.
16846         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16847
16848 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16849
16850         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16851         invalid addresses.
16852
16853 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16854
16855         * spam.el: Change section markers, revise TODO list.
16856         (spam-backends): Make new master list of all installed backends.
16857         (spam-summary-exit-behavior): Add new variable to determine how
16858         messages moves are done at summary exit.
16859         (spam-move-spam-nonspam-groups-only)
16860         (spam-process-ham-in-nonham-groups)
16861         (spam-process-ham-in-spam-groups): Remove variables, the
16862         spam-summary-exit-behavior variable should be used to manage this
16863         behavior.
16864         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16865         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16866         and spam-old-spam-articles.
16867         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16868         Add empty variables, placeholders for the backends they represent.
16869         (spam-set-difference): Move, unchanged.
16870         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16871         unless the user has a processor variable.
16872         (spam-classifications, spam-classification-valid-p)
16873         (spam-backend-properties, spam-backend-property-valid-p)
16874         (spam-backend-function-type-valid-p)
16875         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16876         (spam-report-articles-gmane, spam-report-articles-resend):
16877         Remove functions, they are not needed.
16878         (spam-install-backend-super, spam-backend-list)
16879         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16880         (spam-backend-function, spam-backend-ham-registration-function)
16881         (spam-backend-spam-registration-function)
16882         (spam-backend-ham-unregistration-function)
16883         (spam-backend-spam-unregistration-function)
16884         (spam-backend-statistical-p, spam-backend-mover-p)
16885         (spam-install-backend-alias, spam-install-checkonly-backend)
16886         (spam-install-mover-backend, spam-install-nocheck-backend)
16887         (spam-install-backend, spam-install-statistical-backend)
16888         (spam-install-statistical-checkonly-backend): Add backend installation
16889         support.
16890         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16891         (spam-group-processor-p): Use the new backend code and respect the
16892         summary exit behavior.
16893         (spam-mark-spam-as-expired-and-move-routine): Remove.
16894         (spam-summary-prepare): Change to use the new spam-old-articles
16895         variable.
16896         (spam-copy-or-move-routine, spam-copy-spam-routine)
16897         (spam-move-spam-routine, spam-copy-ham-routine)
16898         (spam-move-ham-routine): Add code to copy/move ham or spam.
16899         (spam-fetch-field-fast): Improve doc and code, plus allow the
16900         'number request.
16901         (spam-list-of-checks, spam-list-of-statistical-checks):
16902         Remove variables.
16903         (spam-split, spam-find-spam): Use the new backend code.
16904         (spam-registration-functions): Remove variable.
16905         (spam-unregister-routine): Add convenience wrapper.
16906         (spam-log-undo-registration, spam-register-routine)
16907         (spam-log-processing-to-registry)
16908         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16909         where possible.
16910         (spam-check-gmane-xref, spam-check-regex-headers)
16911         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16912         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16913         (spam-check-bogofilter-headers, spam-check-spamoracle)
16914         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16915         (spam-check-crm114-headers): Use the spam-split-group that
16916         spam-split prepares, no need to determine it every time.
16917
16918         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16919         to the nnheader-parse-naked-head call.
16920
16921         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16922
16923         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16924         the nnheader-nov-read-message-id call.
16925
16926 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16929         gnus-activate-group twice.  Suggested by Markus Peter
16930         <warp@spin.de>.
16931
16932 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * gnus-art.el (gnus-article-time-format): Exchange the order of
16935         day and month in the default value; fix customization type.
16936         (article-date-ut): Use add-text-properties.
16937         (article-make-date-line): Use message-make-date instead of
16938         current-time-string.
16939
16940         * message.el (message-fetch-field): Don't use set-text-properties.
16941         (message-make-date): Simplify.
16942
16943         * messagexmas.el (message-xmas-make-date): New function.
16944         (message-xmas-redefine): Defalias message-make-date to it.
16945
16946 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16949         (rfc2047-encode-region): Treat text within parentheses as special;
16950         show the original text when error has occurred.
16951
16952         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16953         already-computed method to gnus-activate-group.
16954
16955         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16956         same select-methods identical Lisp objects.
16957
16958         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16959         object when modifying the info.
16960
16961 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16964         gnus-opened-servers since it has never been opened with the new
16965         configuration yet.
16966
16967 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16970         arg to nnheader-generate-fake-message-id.
16971
16972 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16973
16974         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16975         number and build a fake message ID localized to a group and
16976         article number (so it's repeatable from that point on).
16977         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16978         ID format.
16979
16980         * gnus-sum.el (gnus-get-newsgroup-headers):
16981         Call nnheader-generate-fake-message-id with the article number.
16982
16983 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16984
16985         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16986         end-of-buffer.
16987
16988 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16989
16990         * message.el (message-ignored-supersedes-headers): Add Approved.
16991
16992 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16995         goto-char.
16996         (rfc2047-encode): Fold the line before encoding.
16997
16998 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16999
17000         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17001         folding -- not all headers can be folded, and this should be done
17002         by the message composition mode.  Probably.  I think.
17003
17004 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17007         fast.
17008
17009         * gnus-ems.el (gnus-remove-image): Don't use
17010         message-text-with-property; remove only the image found first.
17011
17012         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17013         found first.
17014
17015 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17016
17017         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17018
17019 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * message.el (message-text-with-property): Make it fast and accept
17022         optional arguments.
17023         (message-strip-forbidden-properties): Use it.
17024         (message-fix-before-sending): Follow the m-t-w-p change.
17025
17026         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17027
17028 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * gnus-art.el (article-hide-headers): Don't change the buffer
17031         mistakenly when performing mml-preview even if
17032         gnus-single-article-buffer is nil.
17033
17034 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17035
17036         * message.el (message-expand-name-databases): New user option.
17037         (message-expand-name): Use it.
17038
17039 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17040
17041         * spam.el (spam-report-articles-resend)
17042         (spam-report-resend-register-routine): Allow ham reporting.
17043         (spam-report-resend-register-ham-routine): Add wrapper.
17044         (spam-registration-functions): Add ham resending functions.
17045         (spam-list-of-processors): Add ham resend processor.
17046
17047         * gnus.el (ham-resend-to): Add new group parameter.
17048         (spam-process): Add ham resend option.
17049
17050         * spam-report.el (spam-report-resend): Allow reporting ham.
17051         (spam-report-resend-ham): Add wrapper.
17052
17053 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17054
17055         * message.el (message-cite-articles-with-x-no-archive):
17056         New variable.
17057         (message-cite-original): Use it.
17058
17059 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17060
17061         * message.el (message-cite-original): Respect X-No-Archive.
17062
17063 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus-art.el (article-hide-headers): Refer to the values for
17066         gnus-ignored-headers and gnus-visible-headers in the summary
17067         buffer since a user may have set them as group parameters.
17068
17069 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17070
17071         * assistant.el (assistant-node-name): Add convenience function.
17072         (assistant-render-text, assistant-render-node): Add error handling,
17073         plus handle multiple next nodes.
17074         (assistant-find-next-node): Comment out for now.
17075         (assistant-find-next-nodes): Add function, returns list of next
17076         nodes.
17077
17078 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17079
17080         * mail-source.el (mail-source-directory): Fix doc-string.
17081
17082 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17083
17084         * assistant.el (assistant-render-text, assistant-eval): Add :set
17085         widget type, which is different because it takes and returns a
17086         list.  Much hilarity ensues.
17087
17088 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17089
17090         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17091
17092         * gnus-group.el (gnus-group-get-new-news-this-group):
17093         Add doc-string.
17094
17095         * gnus-start.el (gnus-activate-group): Add doc-string.
17096
17097 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17100
17101 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17102
17103         * assistant.el (assistant-render-text): Try to add a :set
17104         widget, more to come.
17105
17106         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17107         strings.
17108         (spam-report-articles-resend)
17109         (spam-register-routine): Do registration iff any articles warrant
17110         it.
17111         (spam-summary-prepare-exit): Change log message for nil group
17112         destinations.
17113
17114 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17115
17116         * spam.el (spam-report-resend-register-routine):
17117         Allow spam-report-resend-to to be a group parameter or a global value.
17118
17119 2004-05-26  Simon Josefsson  <jas@extundo.com>
17120
17121         * starttls.el: Merge with my GNUTLS based starttls.el.
17122         (starttls-gnutls-program, starttls-use-gnutls)
17123         (starttls-extra-arguments, starttls-process-connection-type)
17124         (starttls-connect, starttls-failure, starttls-success):
17125         New variables.
17126         (starttls-program, starttls-extra-args): Doc fix.
17127         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17128         New functions.
17129         (starttls-negotiate, starttls-open-stream):
17130         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17131         function if it is set.
17132
17133 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17136         structured fields.
17137
17138 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17141
17142 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17143
17144         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17145         Add variable.
17146         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17147         assigning the spam-mark to new messages.
17148
17149 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17150
17151         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17152
17153 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17156
17157         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17158         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17159         default.
17160
17161 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17162
17163         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17164         correct data.
17165
17166 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17167
17168         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17169         (spam-group-processor-p): Fix function.
17170         (spam-group-processor-multiple-p)
17171         (spam-group-spam-processor-report-gmane-p)
17172         (spam-group-spam-processor-report-resend-p)
17173         (spam-group-spam-processor-bogofilter-p)
17174         (spam-group-spam-processor-blacklist-p)
17175         (spam-group-spam-processor-ifile-p)
17176         (spam-group-ham-processor-ifile-p)
17177         (spam-group-spam-processor-spamoracle-p)
17178         (spam-group-spam-processor-crm114-p)
17179         (spam-group-ham-processor-bogofilter-p)
17180         (spam-group-spam-processor-stat-p)
17181         (spam-group-ham-processor-stat-p)
17182         (spam-group-ham-processor-whitelist-p)
17183         (spam-group-ham-processor-BBDB-p)
17184         (spam-group-ham-processor-spamoracle-p)
17185         (spam-group-ham-processor-copy-p): Remove functions with some
17186         prejudice against unneeded code.
17187         (spam-report-articles-resend)
17188         (spam-report-resend-register-routine): Allow the group/topic
17189         spam-resend-to value to override spam-report-resend-to.
17190         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17191         properly now.
17192
17193         * gnus.el (spam-resend-to): Add group/topic parameter.
17194         (spam-process): Move the OBSOLETE processors to the end of the
17195         choices.
17196
17197 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17198
17199         * spam-report.el (spam-report-resend-to, spam-report-resend):
17200         Start with resend-to set to nil, and then ask the user if necessary.
17201         (spam-report-resend): spam-report-resend takes a list of articles, not
17202         separate article numbers.
17203
17204 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17207         addition to emacs-w3m.
17208
17209 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17210
17211         * assistant.el (assistant-authinfo-data): New function.
17212         (assistant-eval): Eval for entire assistant.
17213
17214         * netrc.el (netrc-services-file): New variable.
17215         (netrc-parse-services): New function.
17216         (netrc-find-service-name): New function.
17217         (netrc-find-service-number): New function.
17218         (netrc-port-equal): New function.
17219         (netrc-machine): Use it.
17220
17221         * nnimap.el (nnimap-open-connection): Use netrc.
17222
17223         * gnus-util.el (gnus-netrc-get): Remove aliases.
17224
17225         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17226
17227         * assistant.el (wid-edit): Fix compilation.
17228
17229         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17230
17231 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17232
17233         * gnus-util.el (gnus-set-file-modes): New function.  (small
17234         patch).
17235
17236 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17237
17238         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17239
17240         * assistant.el (assistant-render-node): Fix up rendering and
17241         read-only text.
17242         (assistant-render-node): Reset.
17243         (assistant-make-read-only): Not sticky.
17244
17245 2004-05-20  Danny Siu  <dsiu@adobe.com>
17246
17247         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17248         centered even when gnus-auto-center-summary is t.
17249
17250 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17251
17252         * dns.el (dns-get-txt-answer): New function.
17253         (dns-read-txt): Ditto.
17254         (query-dns): Use it.
17255
17256 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17259         active for foreign groups even if the group level is higher than
17260         the specified value.
17261
17262 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17263
17264         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17265         non-active groups.
17266
17267         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17268
17269 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17270
17271         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17272
17273 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17274
17275         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17276         (spam-crm114-header, spam-crm114-spam-switch)
17277         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17278         (spam-crm114-positive-spam-header)
17279         (spam-crm114-database-directory, spam-list-of-processors)
17280         (spam-group-spam-processor-crm114-p)
17281         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17282         (spam-generic-score, spam-list-of-checks)
17283         (spam-list-of-statistical-checks, spam-registration-functions)
17284         (spam-check-crm114-headers, spam-crm114-score)
17285         (spam-check-crm114, spam-crm114-register-with-crm114)
17286         (spam-crm114-register-spam-routine)
17287         (spam-crm114-unregister-spam-routine)
17288         (spam-crm114-register-ham-routine)
17289         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17290         From asjo@koldfront.dk (Adam Sjøgren).
17291
17292         * gnus.el: Add spam-use-crm114.
17293
17294         * spam.el (spam-list-of-processors, spam-registration-functions):
17295         Add spam-use-resend.
17296         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17297         (spam-report-articles-gmane): Add doc fix.
17298         (spam-report-articles-resend, spam-report-resend-register-routine):
17299         Add wrappers around spam-report-resend-to.
17300
17301         * spam-report.el (spam-report-resend-to, spam-report-resend):
17302         Add support for resending spam.
17303         (spam-report-gmane): Fix line length >80.
17304
17305         * gnus.el (spam-process): Add spam-use-resend.
17306
17307 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17308
17309         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17310         number of processed spam messages.
17311         (spam-ham-copy-or-move-routine): Return the number of processed
17312         ham messages.
17313         (spam-summary-prepare-exit): Use the above values to decide
17314         whether status messages shouled be displayed.
17315
17316 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17319         `rfc2047-encoding-function-alist' in order to avoid conflicting
17320         with the old version.
17321         (rfc2047-encode-region): Concatenate words containing non-ASCII
17322         characters in structured fields; don't encode space-delimited
17323         ASCII words even in unstructured fields; don't break words at
17324         char-category boundaries.
17325         (rfc2047-encode-1): New function.
17326         (rfc2047-encode): Use it; encode text so that it occupies the
17327         maximum width within 76-column; work correctly on Q encoding for
17328         iso-2022-* charsets.
17329         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17330         sure not to break a line just after the header name.
17331         (rfc2047-b-encode-region): Remove.
17332         (rfc2047-b-encode-string): New function.
17333         (rfc2047-q-encode-region): Remove.
17334         (rfc2047-q-encode-string): New function.
17335
17336         * mm-util.el (mm-replace-in-string): New function.
17337
17338 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17339
17340         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17341         Really get it right.
17342         (gnus-inews-make-draft): Really.
17343
17344 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17345
17346         * nnmh.el (nnmh-request-list-1): Don't check the link count
17347         before descending.  (small patch)
17348
17349 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17350
17351         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17352         stuff.
17353
17354         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17355         Match on real group name.
17356
17357         * gnus-art.el (gnus-signature-limit): Doc fix.
17358
17359         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17360
17361         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17362
17363 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17364
17365         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17366         isn't a string.
17367
17368 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17369
17370         * gnus-draft.el (gnus-draft-send):
17371         Bind rfc2047-encode-encoded-words.
17372
17373         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17374         (rfc2047-encodable-p): Say that =? needs encoding.
17375         (rfc2047-encode-encoded-words): New variable.
17376
17377         * gnus-group.el (gnus-group-select-group): Doc fix.
17378
17379         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17380
17381         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17382         to nil.
17383
17384         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17385
17386         * nnheader.el (nnheader-get-lines-and-char): New function.
17387
17388 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17389
17390         * gnus-msg.el (gnus-summary-followup-with-original):
17391         Document yanking of region when active.
17392
17393 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17396         groups if the group level is higher than the specified value.
17397
17398 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17399
17400         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17401         (gnus-group-jump-to-group): Add prefix argument using
17402         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17403         non-active group.
17404
17405         * compface.el (uncompface): Be verbose when changing
17406         `uncompface-use-external'.
17407
17408         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17409         handle manual section.
17410
17411 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17412
17413         * gnus-art.el (gnus-button-alist): Revert previous change.
17414
17415 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17416
17417         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17418
17419 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17420
17421         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17422         whether backend can accept message.
17423
17424         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17425
17426 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17427
17428         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17429         Avoid creating directory when nntp-marks-is-evil is true.
17430         Reported by Reiner Steib.
17431
17432 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * gnus-picon.el (gnus-picon-style): New variable.
17435         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17436         (gnus-picon-transform-address): Support `gnus-picon-style'.
17437         From Jesper Harder <harder@ifa.au.dk>.
17438
17439 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17440
17441         * message.el (message-fill-field): Return point.
17442         (message-generate-headers): Go to end of field.
17443
17444         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17445         stuff for non-living groups.
17446
17447 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * gnus-art.el (gnus-article-followup-with-original)
17450         (gnus-article-reply-with-original): gnus-mark-active-p ->
17451         gnus-region-active-p.
17452
17453 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17454
17455         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17456         only when there is spam or ham to be processed.
17457
17458 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17459
17460         * mail-source.el (mail-source-delete-crash-box): Refactor.
17461         (mail-source-fetch): Use it.
17462         (mail-source-fetch-file): Ditto.
17463         (mail-source-fetch-directory): Run postscript in loop.
17464         (mail-source-fetch-pop): Delete.
17465         (mail-source-fetch-maildir): Ditto.
17466         (mail-source-fetch-imap): Ditto.
17467
17468         * imap.el (imap-authenticators): Comment out sasl.
17469
17470         * message.el (message-skip-to-next-address): New function.
17471         (message-fill-header-address): Refactor.
17472         (message-fill-address): Use it.
17473         (message-delete-address): Use it.
17474         (message-fill-header-general): Refactor.
17475         (message-fill-field-address): Rename.
17476         (message-narrow-to-field): Find the start of the header.
17477         (message-header-format-alist): Don't pre-fill.
17478         (message-fill-header): Remove.
17479         (message-insert-header): New function.
17480         (message-shorten-references): Use it.
17481
17482         * rfc2047.el (rfc2047-field-value): Strip props.
17483
17484         * mail-parse.el (mail-header-make-address): New alias.
17485
17486         * ietf-drums.el (ietf-drums-make-address): New function.
17487
17488         * imap.el: Add compiler directives.
17489
17490         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17491
17492         * gnus-art.el (article-decode-idna-rhs): Don't use
17493         message-idna-inside-rhs-p.
17494
17495 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17496
17497         * message.el (message-idna-inside-rhs-p): Remove.
17498         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17499
17500         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17501         false positives.
17502
17503 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17504
17505         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17506
17507 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17508
17509         * nneething.el (nneething-file-name): Don't create spurious
17510         files.
17511
17512         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17513         (gnus-inews-do-gcc): Remove sleep.
17514
17515         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17516         part under point.
17517
17518         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17519         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17520
17521 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17522
17523         * spam.el (spam-summary-prepare-exit): Fix (length).
17524
17525 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17526
17527         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17528         as expired without moving it" message when there are spam
17529         messages left.
17530
17531 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17532
17533         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17534         header is not nil.
17535
17536 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17537
17538         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17539         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17540         (nntp-marks-changed-p): New arg SERVER.
17541         (nntp-request-update-info): Adjust caller.
17542
17543 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17544
17545         * nntp.el (nntp-save-marks): Pass missing arg.
17546
17547 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17548
17549         * nntp.el: Support marks.
17550         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17551         (nntp-marks-modtime, nntp-marks-directory): New variables.
17552         (nntp-request-set-mark, nntp-request-update-info)
17553         (nntp-possibly-create-directory, nntp-marks-changed-p)
17554         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17555         New functions.
17556
17557 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17558
17559         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17560         (gnus-xmas-redefine): Rename.
17561
17562         * gnus-score.el (gnus-score-insert-help):
17563         Use gnus-select-lowest-window.
17564
17565         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17566         appt-select-lowest-window and rename to gnus-select-lowest-window.
17567
17568         * gnus.el: do.
17569
17570 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17571
17572         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17573         encodings of MIME-encoded words, in order to improve
17574         interoperability with several broken MUAs.
17575
17576 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17577
17578         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17579         tags, only when charsets are not specified in headers.
17580         (mm-inline-text-html-render-with-w3m): Ditto.
17581
17582         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17583         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17584
17585 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17586
17587         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17588         instead of MIME-decoded from fields when checking
17589         `gnus-article-address-banner-alist'.
17590
17591 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17592
17593         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17594         description rather than subject.
17595
17596 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17597
17598         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17599
17600 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17601
17602         * gnus.el (gnus-version-number): Bump.
17603
17604 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17605
17606         * gnus.el: No Gnus v0.2 is released.
17607
17608 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17609
17610         * gnus-agent.el (gnus-agent-read-agentview):
17611         Inline gnus-uncompress-range.
17612
17613 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17614
17615         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17616         `exec-installed-p'.
17617
17618 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17619
17620         * gnus.el (spam-process, spam-autodetect-methods):
17621         Add bsfilter and bsfilter-headers.
17622
17623         * spam.el (spam-bsfilter): New customize group.
17624         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17625         (spam-bsfilter-header, spam-bsfilter-probability-header)
17626         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17627         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17628         (spam-bsfilter-database-directory): New options.
17629         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17630         (spam-list-of-statistical-checks, spam-registration-functions):
17631         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17632         (spam-bsfilter-score): New command.
17633         (spam-check-bsfilter-headers, spam-check-bsfilter)
17634         (spam-bsfilter-register-with-bsfilter)
17635         (spam-bsfilter-register-spam-routine)
17636         (spam-bsfilter-unregister-spam-routine)
17637         (spam-bsfilter-register-ham-routine)
17638         (spam-bsfilter-unregister-ham-routine): New functions.
17639         (spam-generic-score): Support bsfilter; Accept an optional argument
17640         to recalcurate spam score even if scoring header has already been
17641         added.
17642         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17643         optional argument to recalcurate spam score even if scoring header
17644         has already been added.
17645
17646 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17647
17648         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17649         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17650         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17651         link is missing.
17652
17653 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17654
17655         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17656         (html2text-get-attr): Rewrite.
17657
17658         * message.el (message-setup-1): Remove redundant put-text-property
17659         on mail-header-separator.
17660
17661 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17662
17663         * gnus-registry.el (gnus-registry-cache-whitespace)
17664         (gnus-registry-action, gnus-registry-spool-action)
17665         (gnus-registry-split-fancy-with-parent): Change message levels
17666         from 5 to 3 or 7, as needed.
17667
17668         * spam.el (spam-summary-prepare-exit)
17669         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17670         (spam-split, spam-find-spam, spam-log-undo-registration)
17671         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17672         level from 5 to 6.
17673
17674 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17677         2004-03-04 change).
17678
17679 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17680
17681         * sieve-manage.el (sieve-manage-open):
17682         * nnweb.el (nnweb-insert-html):
17683         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17684         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17685         * nnspool.el (nnspool-request-group):
17686         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17687         * nnml.el (nnml-request-update-info):
17688         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17689         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17690         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17691         (nnimap-request-set-mark):
17692         * nnfolder.el (nnfolder-request-update-info):
17693         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17694         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17695         * gnus-uu.el (gnus-uu-find-articles-matching):
17696         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17697         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17698         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17699         * gnus-nocem.el (gnus-nocem-scan-groups):
17700         * gnus-int.el (gnus-start-news-server):
17701         * gnus-group.el (gnus-group-make-kiboze-group)
17702         (gnus-group-browse-foreign-server):
17703         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17704         Use mapc when appropriate.
17705
17706 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17707
17708         FIXME: Make separate entries for each person.
17709
17710         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17711         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17712         <shields@msrl.com>:
17713
17714         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17715         may need for spam sorting and scoring.
17716         (spam-user-format-function-S): Add user format function suitable for
17717         general use.
17718         (spam-article-sort-by-spam-status): Add sorting function for summary
17719         sorting.
17720         (spam-extra-header-to-number): Add function to get a score from a
17721         header.
17722         (spam-summary-score): Add function to get a numeric score from the
17723         headers.
17724         (spam-generic-score): Fix function doc, was in wrong place.
17725         (spam-initialize): Take symbols when it's run, and install the
17726         extra headers that spam-necessary-extra-headers thinks we need.
17727
17728 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17729
17730         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17731         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17732
17733 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17734
17735         * gnus-sum.el (gnus-set-global-variables)
17736         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17737         (gnus-article-get-xrefs, gnus-summary-best-group)
17738         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17739         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17740         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17741         Use with-current-buffer.
17742
17743 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17744
17745         * spam.el (spam-summary-prepare-exit): Simplify logic.
17746         (spam-fetch-article-header): Read the article header if it's not
17747         available.
17748         (spam-list-articles): Simplify logic.
17749         (spam-filelist-register-routine): Fix bug with unregister-list.
17750
17751         * gnus-registry.el: Fix comments at beginning.
17752
17753 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17754
17755         * message.el (message-cater-to-broken-inn): Remove.
17756         (message-shorten-references): Make sure the total folded length of
17757         References is shorter than 998 characters to cater to a bug in INN
17758         2.3.  Also, don't pretend that references aren't folded -- this
17759         hasn't worked for a while.
17760
17761 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17762
17763         * gnus-agent.el (gnus-agentize):
17764         gnus-agent-send-mail-real-function no longer set to current value
17765         of message-send-mail-function but rather a lambda that calls
17766         message-send-mail-function.  The change makes the agent real-time
17767         responsive to user changes to message-send-mail-function.
17768
17769 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17770
17771         * legacy-gnus-agent.el
17772         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17773         help from Florian Weimer <fw@deneb.enyo.de>
17774
17775 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * nnmail.el (nnmail-cache-insert): Revert last change.
17778
17779 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * nnmail.el (nnmail-cache-insert): Always check whether
17782         nnmail-cache-ignore-groups matches a group name.
17783
17784 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17785
17786         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17787         (spam-find-spam, spam-log-processing-to-registry)
17788         (spam-log-registered-p, spam-log-unregistration-needed-p)
17789         (spam-log-undo-registration): Use gnus-message instead of
17790         gnus-error, none of these errors are fatal.
17791
17792         * gnus-registry.el (gnus-registry-clean-empty-function)
17793         (gnus-registry-clean-empty): Remove only empty entries without
17794         extra data.
17795
17796 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17797
17798         * spam-stat.el (spam-stat-buffer-change-to-spam)
17799         (spam-stat-buffer-change-to-non-spam): Change (error) to
17800         (gnus-message 8) invocation.
17801
17802 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * nntp.el (nntp-via-netcat-command): New variable.
17805         (nntp-via-netcat-switches): New variable.
17806         (nntp-open-via-rlogin-and-netcat): New function.
17807         (nntp-open-connection-function): Doc fix.
17808         (nntp-telnet-command): Doc fix.
17809         (nntp-end-of-line): Doc fix.
17810         (nntp-via-rlogin-command): Doc fix.
17811         (nntp-via-user-name): Doc fix.
17812         (nntp-via-address): Doc fix.
17813
17814 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17817         error in Emacs 21.1.
17818
17819 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17820
17821         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17822
17823 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17824
17825         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17826         (gnus-agent-with-refreshed-group): New macro.
17827         (gnus-agent-rename-group): New function.
17828         (gnus-agent-delete-group): New function.
17829         (gnus-agent-save-group-info): Use gnus-command-method when
17830         `method' parameter is nil.  Don't write nil entries into the
17831         active file.
17832         (gnus-agent-get-group-info): New function.
17833         (gnus-agent-fetch-articles):
17834         Use gnus-agent-update-files-total-fetched-for to increment disk space
17835         used.
17836         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17837         Use gnus-agent-update-view-total-fetched-for to increment disk space
17838         used.
17839         (gnus-agent-get-local): Add optional parameters to avoid calling
17840         gnus-group-real-name and gnus-find-method-for-group.
17841         (gnus-agent-set-local): Delete stored entry if either min, or max,
17842         are nil.
17843         (gnus-agent-fetch-session): Reworded error/quit messages.
17844         On quit, use gnus-agent-regenerate-group to record existance of any
17845         articles fetched to disk before the quit occurred.
17846         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17847         gnus-agent-update-view-total-fetched-for, and
17848         gnus-agent-update-files-total-fetched-for to decrement disk space
17849         used.
17850         (gnus-agent-retrieve-headers):
17851         Use gnus-agent-update-view-total-fetched-for to increment disk space
17852         used.
17853         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17854         with gnus-agent-update-files-total-fetched-for to decrement disk
17855         space and fresh group buffer.
17856         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17857         (gnus-agent-need-update-total-fetched-for): New variable.
17858         (gnus-agent-update-files-total-fetched-for): New function.
17859         (gnus-agent-update-view-total-fetched-for): New function.
17860         (gnus-agent-total-fetched-for): New function.
17861
17862         * gnus-cache.el (gnus-cache-save-buffers):
17863         Use gnus-cache-update-overview-total-fetched-for to change disk space
17864         used by this group.
17865         (gnus-cache-possibly-enter-article):
17866         Use gnus-cache-update-file-total-fetched-for to increment disk space
17867         used by this group.
17868         (gnus-cache-possibly-remove-article):
17869         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17870         used by this group.
17871         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17872         (gnus-cache-rename-group): New function.
17873         (gnus-cache-delete-group): New function.
17874         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17875         (gnus-cache-need-update-total-fetched-for): New variable.
17876         (gnus-cache-with-refreshed-group): New macro.
17877         (gnus-cache-update-file-total-fetched-for): New function.
17878         (gnus-cache-update-overview-total-fetched-for): New function.
17879         (gnus-cache-rename-group-total-fetched-for): New function.
17880         (gnus-cache-delete-group-total-fetched-for): New function.
17881         (gnus-cache-total-fetched-for): New function.
17882
17883         * gnus-group.el: Require gnus-sum and autoload functions to
17884         resolve warnings when gnus-group.el compiled alone.
17885         (gnus-group-line-format): Documented new %F.
17886         (size of Fetched data) group line format; identifies disk space
17887         used by agent and cache.
17888         (gnus-group-line-format-alist): Defined new F format.
17889         (gnus-total-fetched-for): New function.
17890         (gnus-group-delete-group): No longer update
17891         gnus-cache-active-altered as gnus-request-delete-group now keeps
17892         the cache in sync.
17893         (gnus-group-list-active): Let the agent store a server's active
17894         list if currently plugged.
17895
17896         * gnus-int.el (gnus-request-delete-group):
17897         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17898         local disk in sync with the server.
17899         (gnus-request-rename-group):
17900         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17901         local disk in sync with the server.
17902
17903         * gnus-start.el (gnus-get-unread-articles):
17904         Cosmetic simplification to logic.
17905
17906         * gnus-util.el (gnus-rename-file): New function.
17907
17908 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17909
17910         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17911
17912 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17913
17914         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17915         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17916
17917 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17918
17919         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17920         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17921
17922 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17923
17924         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17925
17926 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17927
17928         * spam.el (spam-set-difference): Add function to replace
17929         gnus-set-difference in spam.el.
17930         (spam-summary-prepare-exit): Use spam-set-difference.
17931
17932 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17933
17934         * gnus-registry.el (gnus-registry-cache-file): Update to use
17935         gnus-dribble-directory OR gnus-home-directory OR ~.
17936         (gnus-registry-split-fancy-with-parent): Fix doc.
17937
17938 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * message.el (message-exchange-point-and-mark):
17941         Use message-mark-active-p.  Suggested by Jesper Harder
17942         <harder@ifa.au.dk>.
17943
17944 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * message.el (message-exchange-point-and-mark): Don't activate
17947         region if it was inactive.  Suggested by Hiroshi Fujishima
17948         <pooh@nature.tsukuba.ac.jp>.
17949
17950 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17951
17952         * gnus-art.el (article-display-face): Display Faces in the same
17953         order as X-Faces.
17954
17955 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17958
17959 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17962         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17963         (gnus-article-mime-hierarchy): Remove.
17964         (gnus-article-mime-hierarchy-next): Remove.
17965         (gnus-article-mode): Revert 2004-03-19 change.
17966         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17967         (gnus-insert-mime-button): Revert 2004-03-19 change.
17968         (gnus-mime-accumulate-hierarchy): Remove.
17969         (gnus-mime-enter-multipart): Remove.
17970         (gnus-mime-leave-multipart): Remove.
17971         (gnus-mime-display-part): Revert 2004-03-19 change.
17972         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17973
17974         * mml.el (mml-preview): Revert 2004-03-19 change.
17975
17976 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17977
17978         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17979
17980 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17983         t while entering a file name using the mm-with-multibyte macro.
17984         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17985
17986         * mm-util.el (mm-with-multibyte): New macro.
17987
17988 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17991         New user option.
17992         (gnus-mime-multipart-functions): Doc and customization fix.
17993         (gnus-article-mime-hierarchy): New variable.
17994         (gnus-article-mime-hierarchy-next): New variable.
17995         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17996         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17997         gnus-article-mime-hierarchy-next to nil.
17998         (gnus-insert-mime-button): Show hierarchy numbers.
17999         (gnus-mime-accumulate-hierarchy): New function.
18000         (gnus-mime-enter-multipart): New function.
18001         (gnus-mime-leave-multipart): New function.
18002         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18003         (gnus-mime-display-alternative): Show hierarchy numbers.
18004
18005         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18006         gnus-article-mime-hierarchy-next to nil.
18007
18008 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18009
18010         * dns.el: Don't require gnus-xmas.
18011
18012 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18013
18014         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18015         inline PGP.
18016         (mml-menu): Disable mml-quote-region if mark is inactive.
18017
18018 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18021         when the group's active is not available.
18022
18023 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18026         error.
18027
18028 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18029
18030         * imap.el (imap-store-password): New variable.
18031         (imap-interactive-login): Use it.
18032         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18033
18034 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18037         window-start and hscroll to summary window.
18038
18039 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18040
18041         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18042         conversion message to newsrc-dribble when an actual conversion is
18043         performed.
18044
18045 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18046
18047         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18048
18049 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * mm-decode.el (mm-complicated-handles): New function reviving
18052         former definition of mm-multiple-handles.
18053
18054         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18055         (gnus-mime-delete-part): Use it.
18056
18057 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18058
18059         * gnus-agent.el (gnus-agent-read-local):
18060         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18061         avoid the implicit assumption that they will always be equal.
18062         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18063         coding-system-for-write, as the with-temp-file macro first prints
18064         to a buffer then saves the buffer.
18065
18066 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * gnus-art.el (gnus-article-edit-part): New function.
18069         (gnus-mime-save-part-and-strip): Use it; do query instead of
18070         signaling an error; don't use mm-multiple-handles.
18071         (gnus-mime-delete-part): Ditto.
18072
18073 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18074
18075         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18076         old file versions.
18077         (gnus-group-prepare-hook): Remove function that converted list
18078         form of gnus-agent-expire-days to group properties.
18079
18080         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18081         (gnus-request-accept-article): Re-indented.
18082
18083         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18084         converters to handle old agent file formats.  Add logic for a
18085         "backup before upgrading warning".
18086         (gnus-convert-mark-converter-prompt): Developers can mark
18087         functions as needing (default), or not needing,
18088         gnus-convert-old-newsrc's "backup before upgrading warning".
18089         (gnus-convert-converter-needs-prompt): Tests whether the user
18090         should be protected from potentially irreversable changes by the
18091         function.
18092
18093         * legacy-gnus-agent.el: New.  Provides converters that are only
18094         loaded when gnus-convert-old-newsrc needs to call them.
18095
18096 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * mail-source.el (mail-source-touch-pop): Doc fix.
18099
18100         * message.el (message-smtpmail-send-it): Doc fix.
18101
18102 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18103
18104         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18105
18106         * nnmail.el (nnmail-split-fancy): do.
18107
18108         * gnus-kill.el (gnus-kill, gnus-execute): do.
18109
18110 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18111
18112         * gnus-sum.el (gnus-widget-reversible-match)
18113         (gnus-widget-reversible-to-internal)
18114         (gnus-widget-reversible-to-external): New functions.
18115         (gnus-widget-reversible): New widget.
18116         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18117
18118 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18119
18120         * gnus-sum.el (gnus-thread-sort-functions)
18121         (gnus-article-sort-functions): Document `(not F)' items.
18122
18123 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18124
18125         * spam.el (spam-use-gmane-xref): Add new backend.
18126         (spam-gmane-xref-spam-group): Add variable to control the name of the
18127         Gmane spam group.
18128         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18129         (spam-regex-headers-spam, spam-regex-headers-ham)
18130         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18131         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18132         backends and checks.
18133         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18134
18135         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18136         an autodetect method.
18137
18138 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18139
18140         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18141         articles are being added to a group.
18142         (gnus-request-replace-article): Inform the agent that articles
18143         need to be uncached as the cached contents are no longer valid.
18144
18145 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18146
18147         * binhex.el: Don't autoload executable-find.
18148
18149         * canlock.el: Don't autoload mail-fetch-field.
18150
18151         * dgnushack.el: Autoload c-mode for XEmacs.
18152
18153         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18154
18155         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18156         rmail-dont-reply-to and rmail-output.
18157
18158         * gnus-score.el: Don't autoload ffap-string-at-point.
18159
18160         * gnus-setup.el: Don't autoload sc-cite-original.
18161
18162         * imap.el: Don't autoload base64-decode-string,
18163         base64-encode-string and md5.
18164
18165         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18166         and rmail-msg-restore-non-pruned-header.
18167
18168         * mm-decode.el: Don't autoload executable-find.
18169
18170         * mm-url.el: Don't autoload executable-find.
18171
18172         * mm-view.el: Don't autoload diff-mode.
18173
18174         * nndb.el: Don't autoload news-reply-mode, news-setup,
18175         cancel-timer and telnet.
18176
18177         * password.el: Don't autoload run-at-time for Emacs.
18178
18179         * sha1-el.el: Don't autoload executable-find.
18180
18181         * sieve-mode.el: Don't autoload c-mode.
18182
18183         * uudecode.el: Don't autoload executable-find.
18184
18185 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18186
18187         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18188         (gnus-agent-possibly-alter-active): Avoid null in numeric
18189         comparison.
18190         (gnus-agent-set-local): Refuse to save null in local object table.
18191         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18192         list of articles that will be marked as unread.
18193
18194 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18197
18198 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18199
18200         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18201         language tags.
18202
18203 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18204
18205         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18206         Don't bind "obarray".
18207
18208         * gnus-sum.el (gnus-thread-sort-functions):
18209         Add `gnus-thread-sort-by-most-recent-number' and
18210         `gnus-thread-sort-by-most-recent-date'.
18211         Reported by Kai Grossjohann <kai@emptydomain.de>.
18212
18213 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18214
18215         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18216
18217 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18218
18219         * gnus-cus.el (gnus-agent-customize-category):
18220         Remove ignore-errors macro reference that required cl to be loaded at
18221         run-time.
18222
18223         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18224         single-interval range of the form (min . max).  Previously the
18225         range had to look like ((min . max)).  Likewise, return
18226         (min . max) rather than ((min . max)).
18227         (gnus-range-map): Use gnus-range-normalize to accept
18228         single-interval range.
18229
18230         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18231         the cache, but not the agent, now appear with their usual face.
18232
18233         * dgnushack.el (loaddir): New variable that is bound to the
18234         directory containing the dgnushack.el file. Use loaddir, rather
18235         than srcdir, to update load-path. Change lets dgnushack compile
18236         code in directories other than GNUS/lisp.
18237
18238 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * lpath.el: Don't bind w3m-safe-url-regexp.
18241
18242         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18243         w3m-safe-url-regexp variable buffer-local.
18244
18245         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18246
18247 2004-02-27  Simon Josefsson  <jas@extundo.com>
18248
18249         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18250         gnus-group-real-prefix.
18251         (gnus-summary-move-article): Use it, instead of
18252         gnus-group-real-prefix.
18253
18254 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * lpath.el: Bind w3m-safe-url-regexp.
18257
18258         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18259         w3m-safe-url-regexp variable buffer-local and set it as the value
18260         of mm-w3m-safe-url-regexp.
18261
18262         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18263
18264         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18265         parsing gnus-posting-styles when the message is not for replying.
18266
18267         * dgnushack.el: Autoload sgml-mode for XEmacs.
18268
18269         * nnrss.el (nnrss-opml-export):
18270         Use mm-set-buffer-file-coding-system instead of
18271         set-buffer-file-coding-system.
18272
18273 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18274
18275         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18276         of checkdoc.el).
18277         * nnrss.el: do.
18278         * gnus-mlspl.el: do.
18279         * gnus-ml.el: do.
18280         * gnus-srvr.el: do.
18281
18282         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18283
18284 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18285
18286         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18287         Corrections to custom-manual links.
18288
18289         * gnus-art.el (gnus-article): Ditto.
18290
18291         * mm-decode.el (mime-display, mime-security): Ditto.
18292
18293 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18294
18295         * flow-fill.el: Typo.
18296
18297 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18298
18299         * spam-wash.el: New file.
18300
18301 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18302
18303         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18304
18305 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18306
18307         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18308         to be run with new-articles as LIST1, not LIST2.
18309         (spam-registration-functions): Add spam-use-ham-copy as a nil
18310         registration backend.
18311
18312 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18313
18314         * spam-stat.el (spam-stat-washing-hook): New option.
18315         (spam-stat-buffer-words): Use it.
18316         (spam-stat-process-directory, spam-stat-test-directory):
18317         Use insert-file-contents-literally.
18318         (spam-stat-coding-system): New variable.
18319         (spam-stat-load, spam-stat-save): Use it.
18320
18321 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * spam-report.el (spam-report-plug-agent):
18324         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18325
18326 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18327
18328         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18329         Allow / in mailto URLs.
18330
18331 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18332
18333         * spam-report.el (spam-report-process-queue): Fix interactive use.
18334         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18335         (spam-report-unplug-agent): Doc fixes.
18336         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18337         (spam-report-agentize, spam-report-deagentize): Autoload.
18338
18339 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18342
18343         * message.el (message-setup-fill-variables): Add mml tags to
18344         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18345         <ajk@iu.edu>.
18346         (message-mode): Don't modify paragraph-separate there.
18347
18348 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18349
18350         * compface.el (uncompface-use-external): Default to undecided.
18351         (uncompface-use-external-threshold): New variable.
18352         (uncompface-float-time): New macro.
18353         (uncompface): Determine whether to use the external decoder if
18354         uncompface-use-external is undecided.
18355
18356 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18357
18358         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18359         after images.
18360
18361         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18362
18363 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18364
18365         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18366
18367         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18368
18369         * gnus-sum.el (gnus-summary-limit-to-age)
18370         (gnus-summary-limit-children): do.
18371
18372         * gnus-int.el (gnus-request-scan): do.
18373
18374         * gnus-group.el (gnus-group-suspend): do.
18375
18376         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18377
18378         * gnus-cite.el (gnus-cite-parse-attributions): do.
18379
18380         * gnus-agent.el (gnus-summary-set-agent-mark)
18381         (gnus-agent-regenerate-group): do.
18382
18383         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18384
18385         * binhex.el (binhex-decode-region-internal): do.
18386
18387 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * gnus-fun.el (gnus-face-properties-alist): New user option.
18390         (gnus-display-x-face-in-from): Use it.
18391
18392         * gnus-art.el (article-display-face): Ditto.
18393
18394         * compface.el (uncompface-use-external): Default to nil.
18395
18396 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18397
18398         * nntp.el (nntp-erase-buffer): New function.
18399         (nntp-retrieve-data, nntp-send-command)
18400         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18401         (nntp-possibly-change-group): Use it.
18402
18403         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18404         Use with-current-buffer.
18405
18406 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18407
18408         * compface.el: Merge the ELisp-based uncompface program.
18409         (compface): New customization group.
18410         (uncompface-use-external): New user option.
18411         (uncompface): Call uncompface-internal if uncompface-use-external
18412         is nil.
18413         (uncompface-internal): New function.  Note that there are also
18414         some other functions and variables added for this function.
18415
18416 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18417
18418         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18419         if necessary.
18420
18421 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18422
18423         * spam-report.el (spam-report-unplug-agent)
18424         (spam-report-plug-agent, spam-report-deagentize)
18425         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18426         Add support for the Agent in spam-report: when unplugged, report to a
18427         file; when plugged, submit all the requests.
18428
18429         * spam.el (spam-register-routine): Fix message about
18430         registration.
18431
18432 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18433
18434         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18435         dependencies.
18436         (rfc2047-encode): Use it.
18437
18438         * gnus-art.el (gnus-button-marker-list): Move before first
18439         reference.
18440
18441         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18442         (imap-parse-body): Fix format string mismatch.
18443
18444         * gnus-score.el (gnus-summary-increase-score): do.
18445
18446         * nnrss.el (nnrss-close): New function.
18447
18448 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18449
18450         * nnrss.el (nnrss-make-filename): New function.
18451         (nnrss-request-delete-group, nnrss-read-server-data)
18452         (nnrss-save-server-data, nnrss-read-group-data)
18453         (nnrss-save-group-data): Use it.
18454         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18455         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18456         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18457
18458 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18459
18460         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18461
18462 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18463
18464         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18465         files.
18466
18467         * message.el (message-generate-headers-first): Don't quote nil
18468         and t in docstrings.
18469
18470         * imap.el (imap-id): do.
18471
18472         * gnus-agent.el (gnus-agent-consider-all-articles)
18473         (gnus-agent-queue-mail): do.
18474
18475 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18476
18477         * spam-report.el (spam-report-process-queue): New function.
18478         Process requests from `spam-report-requests-file'.
18479         (spam-report-process-queue): Doc fix.
18480
18481 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18482
18483         * spam.el (spam-register-routine)
18484         (spam-log-processing-to-registry, spam-log-registered-p)
18485         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18486         Change "check" to "spam-check" for semi-clarity.
18487
18488 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18489
18490         * pop3.el: Require nnheader.
18491
18492         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18493
18494         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18495
18496         * gnus-picon.el: Require cl.
18497
18498         * gnus-fun.el: Require gnus-ems and gnus-util.
18499
18500         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18501
18502         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18503
18504         * gnus-art.el (gnus-article-edit-mode): Define before first
18505         reference.
18506
18507 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18508
18509         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18510         (gnus-uu-post-encoded): Use point-at-bol.
18511
18512         * gnus-topic.el (gnus-group-active-topic-p): do.
18513
18514         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18515
18516         * gnus-group.el (gnus-group-kill-region): do.
18517
18518         * gnus-art.el (article-date-ut): do.
18519
18520         * message.el (message-fetch-field): Remove redundant
18521         case-fold-search binding.
18522         (message-narrow-to-field): Simplify.
18523
18524 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * spam.el (spam-directory): Derive from `gnus-directory'.
18527
18528         * spam-report.el (spam-report-url-to-file)
18529         (spam-report-requests-file): New function and variable for offline
18530         reporting.
18531         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18532         and user defined function.
18533         (spam-report-url-ping-mm-url): Remove doubled slash.
18534
18535 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18536
18537         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18538
18539 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18540
18541         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18542         Fix format string mismatch.
18543
18544         * sieve.el (sieve-deactivate-all): do.
18545
18546         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18547
18548         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18549
18550         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18551
18552         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18553
18554 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18555
18556         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18557         the list of checks.
18558
18559 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18560
18561         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18562         padding.
18563
18564 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18565
18566         * mm-view.el (mm-fill-flowed): New variable.
18567         (mm-inline-text): Use it.
18568
18569 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18570
18571         * spam.el (spam-spamassassin-register-ham-routine)
18572         (spam-spamassassin-register-spam-routine): Fix function names.
18573
18574 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18575
18576         * gnus.el (gnus-tmp-grouplens): Remove.
18577         (gnus-summary-line-format): Remove grouplens.
18578
18579         * gnus-group.el (gnus-group-line-format): Ditto.
18580
18581         * gnus-spec.el (gnus-format-specs): Ditto.
18582         (gnus-update-format-specifications): Flush the group format spec
18583         cache if there's the grouplens stuff.
18584         (gnus-parse-simple-format): Replace %l with the empty string.
18585
18586 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18587
18588         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18589         omission.
18590
18591 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18594         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18595
18596 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18597
18598         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18599         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18600         New macros and functions.
18601         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18602         Handle > NLINK_MAX messages.
18603         * nnmaildir.el (nnmaildir-request-set-mark):
18604         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18605
18606 2004-01-25  Alex Schroeder  <alex@gnu.org>
18607
18608         * spam-stat.el (spam-stat-process-directory-age): New option.
18609         (spam-stat-process-directory): Use it.
18610
18611 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18612
18613         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18614         (spam-stat-save): Accept prefix argument.
18615
18616 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18617
18618         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18619         links" error.
18620
18621 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18624         the rest of the and/or forms.
18625
18626 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18627
18628         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18629         compatibility with old .newsrc.eld files.
18630
18631         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18632
18633         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18634
18635         * gnus-start.el (gnus-1): do.
18636
18637         * gnus-group.el (gnus-group-line-format-alist): do.
18638
18639         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18640
18641         * gnus-gl.el: Remove.
18642
18643 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18644
18645         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18646         marks consisting of a single range {for example, (3 . 5)} rather
18647         than a list of a single range { ((3 . 5)) }.
18648
18649 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18650
18651         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18652         Use with-current-buffer.
18653         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18654         avoid consing a string.
18655
18656         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18657         Remove obsolete entries for big5 and gb2312.
18658
18659 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18660
18661         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18662         uncompressed list.
18663
18664 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18665
18666         * spam-stat.el (spam-stat-strip-xref): New function.
18667         (spam-stat-process-directory): Use it.
18668
18669         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18670         here -- it's done in message-fetch-field.
18671
18672 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18673
18674         * gnus-agent.el (gnus-agent-queue-mail)
18675         (gnus-agent-prompt-send-queue): New variables.
18676         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18677         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18678         "nndraft:queue" along to gnus-draft-send.
18679         Use gnus-agent-prompt-send-queue.
18680         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18681         is "nndraft:queue".  Suggested by Gaute Strokkenes
18682         <gs234@srcf.ucam.org>
18683
18684         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18685         (agent-enable-undownloaded-faces): Add.
18686         (gnus-agent-cat-groups): Use eval-and-compile, not
18687         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18688         method of gnus-agent-cat-groups even when the buffer has been
18689         evaled.
18690         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18691         delete gnus-agent-save-active-1.
18692         (gnus-agent-save-groups): Delete.  Identical to
18693         gnus-agent-save-active.
18694         (gnus-agent-write-active): No longer adjust agent's copy of active
18695         file as agent's adjustments are now stored in their own
18696         file.  Remove optional parameter.
18697         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18698         servers.  Add use of min/max range limits from server's local
18699         file.
18700         (gnus-agent-save-alist): Remove unused optional argument.
18701         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18702         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18703         (gnus-agent-set-local): A per-server file that keeps min/max range
18704         limits for articles known to the agent.  Provides a fast mechanism
18705         for altering many active ranges.
18706         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18707         active file (local makes it unnecessary).
18708         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18709
18710         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18711         (agent-enable-undownloaded-faces): Add.
18712
18713         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18714         disable it when sending to "nndraft:queue".
18715         (gnus-group-send-queue): Add safety check to avoid sending queue
18716         when unplugged.
18717
18718         * gnus-group.el (gnus-group-catchup): Use new
18719         gnus-sequence-of-unread-articles, not
18720         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18721         numbers of articles.  Use gnus-range-map to avoid having to
18722         uncompress the unread list.
18723         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18724         Fix invalid ange-ftp reference.
18725
18726         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18727         (gnus-sorted-range-intersection): Intersection of two ranges
18728         without requiring that they first be uncompressed.
18729
18730         * gnus-start.el (gnus-activate-group): Unless blocked by the
18731         caller, possibly expand the active range to include both cached
18732         and agentized articles.
18733         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18734         multiple version-dependent converters.
18735         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18736         gnus-agent-save-active.
18737         (gnus-save-newsrc-file): Save dirty agent range limits.
18738
18739         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18740         gnus-agent-possibly-alter-active.
18741         (gnus-adjust-marked-articles): Faster handling of simple lists.
18742
18743 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18744
18745         * spam-stat.el (spam-stat-test-directory): New optional argument
18746         displays a list of files detected.  Suggested by Andrew Cohen
18747         <cohen@andy.bu.edu>.
18748         (spam-stat-buffer-words-with-scores): Don't narrow and change
18749         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18750
18751 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18752
18753         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18754         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18755         (spam-spamassassin-arguments)
18756         (spam-spamassassin-spam-flag-header)
18757         (spam-spamassassin-positive-spam-flag-header)
18758         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18759         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18760         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18761         (spam-list-of-processors, spam-list-of-checks)
18762         (spam-list-of-statistical-checks, spam-registration-functions)
18763         (spam-check-spamassassin-headers, spam-check-spamassassin)
18764         (spam-spamassassin-score)
18765         (spam-spamassassin-register-with-sa-learn)
18766         (spam-spamassassin-register-spam-routine)
18767         (spam-spamassassin-register-ham-routine)
18768         (spam-assassin-register-spam-routine)
18769         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18770         (spam-bogofilter-score): Fix to show article before scoring.
18771
18772 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18773
18774         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18775         default scoring function.
18776         (spam-generic-score): Call spam-spamassassin-score if
18777         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18778         spam-bogofilter-score otherwise.
18779
18780         * gnus.el (spam-process, spam-autodetect-methods):
18781         Add spamassassin and spamassassin-headers.
18782
18783 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18784
18785         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18786         Suppress unnecessary messages.
18787
18788 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18789
18790         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18791         make-hash-table.
18792
18793 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * canlock.el (base64-encode-string): Don't autoload it.
18796
18797 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18798
18799         * run-at-time.el: Remove useless (require 'itimer),
18800         eval-and-compile and (featurep 'xemacs).
18801
18802 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18803
18804         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18805         GROUP is a virtual group.
18806
18807 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18808
18809         * gnus.el: Autoload `message-y-or-n-p'.
18810
18811 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18812
18813         * pgg-parse.el: Remove unnecessary (require 'custom).
18814
18815         * pgg-def.el: do.
18816
18817         * nnmail.el: do.
18818
18819         * gnus-undo.el: do.
18820
18821         * gnus-picon.el: do.
18822
18823         * gnus-util.el: do.
18824
18825 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18826
18827         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18828
18829 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18832         handle, as well as a list.
18833
18834         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18835         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18836         (mm-w3m-cid-retrieve): Simplify.
18837
18838 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18839
18840         * message.el (message-kill-to-signature): Allow prefix arg to
18841         specify number of lines to keep before signature.
18842
18843 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18844
18845         * message.el (message-kill-to-signature): Change docstring.
18846
18847 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * canlock.el: Always require sha1-el.
18850         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18851
18852         * message.el: Autoload sha1 only when compiling.
18853
18854         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18855         eudc-expand-inline for XEmacs.
18856
18857 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * message.el (message-canlock-generate): Require sha1-el.
18860
18861 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18862
18863         * message.el (message-expand-name): Silence the byte compiler.
18864
18865         * lpath.el: Add detect-coding-system.
18866
18867         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18868         cus-edit.
18869
18870 2004-01-13  Simon Josefsson  <jas@extundo.com>
18871
18872         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18873         Invoke gnus-score-mode.
18874         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18875
18876         * gnus-range.el (gnus-compress-sequence): Doc fix.
18877         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18878
18879 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18880
18881         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18882
18883 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18884
18885         * spam.el (spam-get-article-as-string): Update to use
18886         gnus-request-article-this-buffer, much simpler.
18887         (spam-get-article-as-buffer): Remove.
18888
18889 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18890
18891         * message.el (message-expand-name): Use EUDC if the user uses that.
18892
18893 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18894
18895         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18896         character for the encoding to avoid consing a string.
18897
18898         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18899         unnecessarily.
18900
18901         * mm-util.el (mm-replace-chars-in-string): Remove.
18902
18903         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18904         of mm-replace-chars-in-string.
18905
18906 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18907
18908         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18909
18910         * mm-util.el (mm-subst-char-in-string): Support inplace.
18911
18912         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18913         a new string in every iteration.  Use shy groups.
18914
18915 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18916
18917         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18918         * gnus-soup.el (gnus-soup-group-brew):
18919         * gnus-msg.el (gnus-put-message):
18920         * gnus-move.el (gnus-group-move-group-to-server):
18921         * gnus-kill.el (gnus-batch-score):
18922         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18923         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18924         (gnus-group-update-group, gnus-group-read-group)
18925         (gnus-group-make-group, gnus-group-make-help-group)
18926         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18927         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18928         (gnus-group-sort-by-unread, gnus-group-catchup)
18929         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18930         (gnus-group-yank-group, gnus-group-set-info)
18931         (gnus-group-list-groups):
18932         * gnus.el (gnus-generate-new-group-name):
18933         * gnus-delay.el (gnus-delay-send-queue):
18934         * nnvirtual.el (nnvirtual-catchup-group):
18935         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18936         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18937         (gnus-group-prepare-topics, gnus-topic-check-topology):
18938         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18939         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18940         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18941         (gnus-group-make-articles-read):
18942         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18943         (gnus-group-change-level, gnus-kill-newsgroup)
18944         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18945         (gnus-get-unread-articles, gnus-make-articles-unread)
18946         (gnus-make-ascending-articles-unread): Use accessor
18947         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18948         to get group information for improved readability.
18949
18950
18951 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18952
18953         * gnus-art.el (article-decode-mime-words, article-babel)
18954         (gnus-article-highlight-signature, gnus-article-add-buttons)
18955         (gnus-signature-toggle): Use gnus-with-article-buffer.
18956
18957         * gnus-art.el (gnus-article-highlight-headers)
18958         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18959
18960         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18961         (gnus-article-set-globals, gnus-request-article-this-buffer)
18962         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18963         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18964         (gnus-mime-display-alternative): Use with-current-buffer.
18965
18966 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18967
18968         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18969         also under 80 char limit, and call gnus-error if needed.
18970         (spam-fetch-article-header): Fix - it was a
18971         buffer-local variable (gnus-newsgroup-data).
18972         (spam-find-spam): Use spam-generate-fake-headers, forget about
18973         spam-insert-fake-headers.
18974         (spam-insert-fake-headers): Remove.
18975
18976 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18977
18978         * deuglify.el (gnus-article-outlook-unwrap-lines)
18979         (gnus-outlook-rearrange-article)
18980         (gnus-outlook-repair-attribution-outlook)
18981         (gnus-outlook-repair-attribution-block)
18982         (gnus-outlook-repair-attribution-other): Remove redundant
18983         save-excursion.
18984
18985 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18986
18987         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18988         (spam-fetch-field-subject-fast)
18989         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18990         (spam-fetch-article-header): Add functions to deal with Gnus
18991         internals for fast retrieval of article header data.
18992         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18993
18994 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18995
18996         * pop3.el (pop3-md5): Remove.
18997         (pop3-apop): Replace pop3-md5 with md5.
18998
18999         * mm-bodies.el: base64 is always built-in.
19000
19001         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19002         Use with-current-buffer.
19003
19004 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * canlock.el (canlock-insert-header): Remove excessive grouping in
19007         regexp.
19008
19009         * gnus-sum.el (gnus-summary-read-document): Ditto.
19010
19011         * gnus-uu.el (gnus-uu-part-number): Ditto.
19012
19013         * html2text.el (html2text-remove-tags): Ditto.
19014         (html2text-format-tags): Ditto.
19015         (html2text-format-single-elements): Ditto.
19016
19017         * mml.el (mml-parse-1): Ditto.
19018
19019 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19020
19021         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19022
19023         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19024
19025         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19026
19027         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19028
19029 2003-11-15  Simon Josefsson  <jas@extundo.com>
19030
19031         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19032         (pgg-gpg-lookup-key): Use regexp match instead of
19033         split-string (split-string is different between emacs 21.2 and
19034         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19035
19036 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19037
19038         * gnus-art.el (gnus-mime-view-all-parts)
19039         (gnus-article-part-wrapper, gnus-article-view-part):
19040         Use with-current-buffer.
19041
19042 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19043
19044         * spam.el (spam-disable-spam-split-during-ham-respool)
19045         (spam-spamoracle-database, spam-cache-lookups)
19046         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19047         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19048         (spam-group-ham-marks, spam-group-spam-marks)
19049         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19050         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19051         also add spam-use-blackholes to the statistical checks.
19052         (spam-fetch-field-fast): Add interface to fetching fields, may
19053         become a macro.
19054         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19055         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19056         (spam-insert-fake-headers): Fake an article when needed.
19057         (spam-find-spam): Fake article when possible.
19058         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19059         (spam-check-bogofilter-headers): Use message-fetch-field instead
19060         of nnmail-fetch-field.
19061
19062 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19063
19064         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19065
19066 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19067
19068         * spam.el (spam-split): Do not require spam-use-CHECK to be
19069         enabled if that check is passed to spam-split explicitly; also
19070         fix so 'spam doesn't get converted to spam-split-group when
19071         spam-split-symbolic-return is t.
19072         (spam-find-spam): Find registrations of the article and use those
19073         instead of re-running spam-split to find the spam/ham
19074         classification of the article.
19075         (spam-log-processing-to-registry, spam-log-registered-p)
19076         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19077         Use gnus-error instead of gnus-message.
19078         (spam-log-registration-type): Add function to determine the
19079         classification of a message based on registry entries; will
19080         return nil if both 'spam and 'ham are found.
19081         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19082         a reasonably fast local cache without the loading errors.
19083         (spam-cache-lookups): Set to t by default.
19084         (spam-find-spam): Don't try to guess spam-cache-lookups.
19085         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19086         spam-caches entry.
19087         (spam-filelist-build-cache, spam-filelist-check-cache):
19088         Fix caching of whitelist/blacklist entries.
19089         (spam-check-whitelist, spam-check-blacklist):
19090         Invoke spam-from-listed-p with a type, not a cache variable.
19091         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19092
19093 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19094
19095         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19096
19097         * nnmail.el (nnmail-split-fancy): do.
19098
19099         * mml.el (mml-parse): do.
19100
19101         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19102         (gnus-score-adaptive): do.
19103
19104 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19105
19106         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19107         (gnus-mime-button-map): Don't set keymap parent.
19108         (gnus-button-ctan-directory-regexp): Use shy grouping.
19109         (gnus-prev-page-map): Don't set keymap parent.
19110         (gnus-prev-page-map): Remove duplicated one.
19111         (gnus-next-page-map): Don't set keymap parent.
19112         (gnus-mime-security-button-map): Ditto.
19113
19114         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19115         version number.
19116
19117         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19118
19119 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * canlock.el (canlock-sha1-function): Remove.
19122         (canlock-sha1-function-for-verify): Remove.
19123         (canlock-openssl-program): Remove.
19124         (canlock-openssl-args): Remove.
19125         (canlock-ignore-errors): Remove.
19126         (canlock-sha1-with-openssl): Remove.
19127         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19128         (canlock-verify): Don't use canlock-ignore-errors.
19129
19130         * sha1-el.el (sha1-string-external): Make it can return a string
19131         in binary form.
19132         (sha1-region-external): Ditto.
19133         (sha1-string-internal): Ditto.
19134         (sha1-region-internal): Ditto.
19135         (sha1-region): Ditto.
19136         (sha1-string): Ditto.
19137         (sha1): Ditto.
19138
19139 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19140
19141         * spam.el (spam-report-articles-gmane): New command.
19142
19143 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19144
19145         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19146
19147         * run-at-time.el (run-at-time-saved): Remove.
19148         (run-at-time): Doc fix.
19149
19150 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19151
19152         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19153         (gnus-summary-limit-map): Add it.
19154         (gnus-summary-make-menu-bar): do.
19155
19156 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19157
19158         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19159         Make attempt at some caching support (done for BBDB only now).
19160         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19161         addresses to be checked.
19162         (spam-clear-cache-BBDB): Add function, to be invoked by
19163         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19164         (spam-check-BBDB): Check and use the caches, if
19165         spam-cache-lookups is on, remove superfluous (provide).
19166
19167 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19168
19169         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19170
19171 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19172
19173         * run-at-time.el (run-at-time-saved): Move to after the definition
19174         of `run-at-time'.
19175
19176         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19177
19178 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19181         mm-w3m-local-map-property.
19182
19183         * mm-view.el (mm-w3m-mode-map): Remove.
19184         (mm-w3m-local-map-property): Remove.
19185         (mm-inline-text-html-render-with-w3m): Don't use
19186         mm-w3m-local-map-property.
19187
19188 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19189
19190         * run-at-time.el: New file.
19191
19192         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19193         under Emacs.
19194
19195         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19196         of gnus-set-text-properties.
19197
19198         * gnus-uu.el (gnus-uu-save-article): Ditto.
19199
19200         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19201
19202         * gnus-cite.el (gnus-cite-parse): Ditto.
19203
19204         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19205         of gnus-.
19206
19207         * gnus-xmas.el (run-at-time): Require run-at-time.
19208
19209         * gnus.el: Change calls to nnheader-run-at-time and
19210         password-run-at-time throughout to use run-at-time directly.
19211
19212         * password.el: Remove definition of run-at-time.
19213
19214         * nnheaderxm.el: Remove definition of run-at-time.
19215
19216 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19217
19218         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19219         in prompt.
19220
19221 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19222
19223         * messagexmas.el (message-xmas-redefine): Alias
19224         `message-make-caesar-translation-table' to
19225         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19226         version.
19227
19228         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19229         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19230         `gnus-xmas-set-text-properties'.
19231         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19232         `gnus-xmas-completing-read'.
19233         (gnus-xmas-completing-read): Removed.
19234         (gnus-xmas-open-network-stream): Removed.
19235
19236         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19237         XEmacs version.
19238
19239         * dns.el (dns-make-network-process): Use `open-network-stream'
19240         instead of `gnus-xmas-open-network-stream'.
19241
19242         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19243
19244         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19245
19246 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19247
19248         * gnus-art.el (gnus-mime-display-alternative)
19249         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19250         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19251         Don't use gnus-local-map-property.
19252
19253         * gnus-util.el (gnus-local-map-property): Remove.
19254
19255         * mm-view.el (mm-view-pkcs7-decrypt):
19256         Replace gnus-completing-read-maybe-default with completing-read.
19257
19258         * gnus-util.el (gnus-completing-read): do.
19259         (gnus-completing-read-maybe-default): Remove.
19260
19261 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19262
19263         * password.el: Only autoload `run-at-time' if not XEmacs.
19264         Only autoload the itimer functions if XEmacs.
19265
19266 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19267
19268         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19269         XEmacsen.
19270
19271         * dgnushack.el: Autoload executable-find for XEmacs.
19272
19273 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19274
19275         * gnus-art.el (gnus-read-string): Remove.
19276         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19277         read-string.
19278
19279 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19280
19281         * netrc.el: Autoload password-read.
19282         (netrc): Add configuration group.
19283         (netrc-encoding-method, netrc-openssl-path):
19284         Add variables for encoding and decoding of files with symmetric
19285         ciphers.
19286         (netrc-encode): Add assistant function to encode a file with
19287         netrc-encoding-method.
19288         (netrc-parse): Add interactive parameter, added optional
19289         decoding if netrc-encoding-method is non-nil but otherwise
19290         behavior is standard.
19291         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19292         Do s/encode/encrypt/ everywhere.
19293
19294         * spam.el: Remove executable-find autoload.
19295
19296 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19297
19298         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19299
19300         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19301
19302 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19303
19304         * gnus-art.el (gnus-treat-ansi-sequences)
19305         (article-treat-ansi-sequences): New variable and function.
19306         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19307
19308         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19309         Use it.
19310
19311 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19312
19313         * mm-util.el (mm-quote-arg): Remove.
19314
19315         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19316         shell-quote-argument.
19317
19318         * gnus-uu.el (gnus-uu-command): do.
19319
19320         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19321
19322         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19323         with make-char.
19324
19325         * mm-util.el (mm-make-char): Remove.
19326
19327         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19328         add-minor-mode.
19329
19330         * gnus-undo.el (gnus-undo-mode): do.
19331
19332         * gnus-topic.el (gnus-topic-mode): do.
19333
19334         * gnus-sum.el (gnus-dead-summary-mode): do.
19335
19336         * gnus-start.el (gnus-slave-mode): do.
19337
19338         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19339
19340         * gnus-ml.el (gnus-mailing-list-mode): do.
19341
19342         * gnus-gl.el (gnus-grouplens-mode): do.
19343
19344         * gnus-draft.el (gnus-draft-mode): do.
19345
19346         * gnus-dired.el (gnus-dired-mode): do.
19347
19348         * gnus-ems.el (gnus-add-minor-mode): Remove.
19349
19350         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19351         Replace gnus-char-width with char-width.
19352
19353         * gnus-ems.el (gnus-char-width): Remove.
19354
19355         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19356         Replace gnus-char-width with char-width.
19357
19358         * gnus-ems.el (gnus-char-width): Remove.
19359
19360         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19361         definition.
19362         Remove Emacs 20 hash table compatibility code.
19363
19364         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19365         20 compatibility code.
19366
19367         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19368
19369         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19370
19371         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19372         Replace with point-at-{eol,bol}.
19373
19374         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19375
19376         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19377
19378         * flow-fill.el (fill-flowed-point-at-bol)
19379         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19380
19381         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19382         Replace with point-at-{eol,bol} throughout all files.
19383
19384 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * ntlm.el (ntlm-string-as-unibyte): New macro.
19387         (ntlm-build-auth-response): Use it.
19388
19389         Remove Emacs 20 stuff:
19390         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19391         (butlast, mapc, remove): Remove the compiler macros.
19392         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19393         of delq and copy-sequence.
19394         * gnus-art.el (popup-menu): Remove the compiler macro.
19395         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19396         Emacs 20.
19397
19398 2004-01-05  Simon Josefsson  <jas@extundo.com>
19399
19400         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19401         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19402         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19403         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19404         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19405         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19406         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19407         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19408         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19409         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19410         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19411         string-xor into ntlm-string-xor.
19412         Suggested by Jesper Harder <harder@myrealbox.com>.
19413
19414         * ntlm.el: Don't include poem.
19415
19416         * md4.el (print-int32, print-string-hexa): Remove.
19417         Suggested by Jesper Harder <harder@myrealbox.com>.
19418
19419         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19420
19421         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19422         probably breaks emacs with DL patch, but do we care? Is anyone
19423         still using the DL stuff?)
19424
19425         * sieve-manage.el: Use the password package.
19426         (sieve-manage-read-passwd): Remove.
19427         (sieve-manage-interactive-login): Use password.  Re-add
19428         condition-case around loop.
19429
19430         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19431         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19432         Use the password package.
19433
19434 2003-02-19  Simon Josefsson  <jas@extundo.com>
19435
19436         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19437         token.
19438
19439 2002-08-07  Simon Josefsson  <jas@extundo.com>
19440
19441         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19442         (sieve-manage-authenticators):
19443         (sieve-manage-authenticator-alist): Add some SASL mechs.
19444         (sieve-sasl-auth): New function.
19445         (sieve-manage-cram-md5-auth):
19446         (sieve-manage-plain-auth): Rewrite using SASL library.
19447         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19448         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19449         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19450         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19451
19452 2004-01-05  Simon Josefsson  <jas@extundo.com>
19453
19454         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19455         New files.
19456
19457 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19458
19459         * gnus-group.el (gnus-no-groups-message): Update.
19460
19461         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19462
19463 2003-11-09  Simon Josefsson  <jas@extundo.com>
19464
19465         * imap.el: Support for ID IMAP extension (RFC 2971).
19466         (imap-local-variables): Add imap-id.
19467         (imap-id): New variable.
19468         (imap-id): New function.
19469         (imap-parse-response): Parse untagged ID response.
19470         * nnimap.el (nnimap-id): New variable.
19471         (nnimap-open-connection): Use it.
19472
19473 2003-12-28  Simon Josefsson  <jas@extundo.com>
19474
19475         * gnus-score.el (gnus-score-edit-all-score): New.
19476         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19477
19478 2004-01-04  Simon Josefsson  <jas@extundo.com>
19479
19480         * password.el: Add.
19481
19482 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19483
19484         * dns.el (dns-query-types): Fix typo.
19485         (dns-query-types): New function.
19486         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19487         PTR and SOA replies, see RFC 1035.
19488
19489 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19490
19491         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19492
19493         * Move to Changelog.2.
19494
19495 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19496
19497         * gnus.el (gnus-version-number): Bump version.
19498
19499 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19500
19501         * gnus.el: No Gnus v0.1 is released.
19502
19503 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19504
19505         * gnus.el: No Gnus v0.0 is released.
19506
19507 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19508
19509         * gnus.el (gnus-version-number): Bump.
19510         (gnus-version): No.
19511
19512 See ChangeLog.2 for earlier changes.
19513
19514     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19515       Free Software Foundation, Inc.
19516
19517   This file is part of GNU Emacs.
19518
19519   GNU Emacs is free software: you can redistribute it and/or modify
19520   it under the terms of the GNU General Public License as published by
19521   the Free Software Foundation, either version 3 of the License, or
19522   (at your option) any later version.
19523
19524   GNU Emacs is distributed in the hope that it will be useful,
19525   but WITHOUT ANY WARRANTY; without even the implied warranty of
19526   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19527   GNU General Public License for more details.
19528
19529   You should have received a copy of the GNU General Public License
19530   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19531
19532 ;; Local Variables:
19533 ;; coding: utf-8
19534 ;; fill-column: 79
19535 ;; add-log-time-zone-rule: t
19536 ;; End: