Only do opportunistic STARTTLS upgrades if we have built-in TLS support.
[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         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6         that what we've checked for.
7         (proto-stream-always-use-starttls): Only default to t if
8         open-gnutls-stream exists.
9
10         * nntp.el (nntp-open-connection): Report what the connection error is.
11
12         * proto-stream.el (open-protocol-stream): Renamed from
13         open-proto-stream.
14
15 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * nnimap.el (nnimap-stream): Change default to `undecided'.
18         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
19         first, and then network.
20         (nnimap-open-connection-1): Respect nnimap-server-port.
21         (nnimap-open-connection): Be more backwards-compatible.
22
23         * proto-stream.el (proto-stream-always-use-starttls): New variable.
24         (proto-stream-open-starttls): De-duplicate the starttls code.
25         (proto-stream-open-starttls): Folded back into the main function.
26         (proto-stream-open-network): Fix typo in the gnutls path.
27         (proto-stream-command): Refactor out.
28
29         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
30
31         * proto-stream.el (proto-stream-open-starttls): Actually implement the
32         starttls.el STARTTLS.
33
34         * color.el (color-lab->srgb): Fix function call name.
35
36         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
37         if we're using tls.el.
38         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
39         built in, then don't try to establish a STARTTLS connection.
40
41         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
42         servers.
43
44         * proto-stream.el (open-proto-stream): Use network, not stream.
45         (open-proto-stream): Add a way to specify what the end of a command is.
46
47         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
48         connections types.
49         (nntp-open-network-stream): Remove.
50         (nntp-open-ssl-stream): Remove.
51         (nntp-open-tls-stream): Remove.
52         (nntp-ssl-program): Remove.
53
54         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
55
56 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
57
58         * nnir.el: Fix typos.
59         (nnir-retrieve-headers-override-function): Rename variable to reflect
60         new semantics.
61         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
62         macros.
63         (nnir-request-article, nnir-request-move-article): Use them.
64         (nnir-categorize): New function.
65         (nnir-run-query): Use it.
66         (nnir-retrieve-headers): Rewrite to batch header retrieval.
67         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
68         sorted.
69         (nnir-group-full-name): Use gnus-group-full-name instead.
70         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
71         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
72
73 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
76
77         * proto-stream.el: New library to provide protocol-specific
78         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
79         protocols.
80         (open-proto-stream): Complete the documentation.
81         (proto-stream-open-network): Fix some typos.
82
83         * nnimap.el (nnimap-open-connection): Use it.
84
85 2010-11-26  Julien Danjou  <julien@danjou.info>
86
87         * color.el: Rename various rgb functions to srgb.
88
89 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
92         names.
93
94 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * shr.el (shr-insert): Revert last change.
97         (shr-find-fill-point): Never leave point being at bol;
98         relax the kinsoku limitation when rendering tables.
99
100 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
103         results from -accept-article.
104
105         * shr-color.el: Require cl when compiling.
106
107         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
108         checkin.
109
110         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
111
112         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
113
114         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
115         'add and 'delete to set backend marks.
116
117         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
118
119         * nnheader.el (nnheader-update-marks-actions): Refactor out.
120
121         * nntp.el (nntp-request-set-mark): Use it.
122
123         * nnfolder.el (nnfolder-request-set-mark): Ditto.
124
125         * nnml.el (nnml-request-set-mark): Ditto.
126
127         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
128         introduces regressions in article selection.
129         (nnimap-find-uid-response): New function.
130         (nnimap-request-accept-article): Use the UID returned, if any.
131         (nnimap-request-move-article): Use the UID returned, if any.
132         (nnimap-get-groups): Reimplement to work with folded lines.
133         (nnimap-find-uid-response): The UID is the last element in the list.
134         (nnimap-request-set-mark): Extend syntax with 'set.
135
136         * nnml.el (nnml-request-set-mark): Ditto.
137
138         * nnfolder.el (nnfolder-request-set-mark): Ditto.
139
140         * nntp.el (nntp-request-set-mark): Ditto.
141
142 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * message.el (message-called-interactively-p): A temporary macro.
145         (message-goto-body): Use it temporarily.
146
147 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148
149         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
150         (nnimap-last-response-string): Unfold quoted lines, if they exist.
151         (nnimap-last-response-string): Fix last unfolding fix.
152
153 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * shr.el (shr-insert): Fix the way to fold lines.
156
157 2010-11-25  Julien Danjou  <julien@danjou.info>
158
159         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
160
161         * color.el: Rename from color-lab.el
162         (color-rgb->hex): Add.
163         (color-complement): Add.
164         (color-complement-hex): Add.
165
166         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
167
168 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * shr-color.el (shr-color-visible): Don't bug out if the colour names
171         don't exist.
172
173 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
176         assuming that article displaying or another mml-preview may be
177         interrupted for an error or for the like.
178
179         * shr.el (shr-get-background): Fix argument name.
180
181 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
184
185         * gnus-sum.el (gnus-summary-include-articles): New function.
186
187         * message.el (message-goto-body): called-interactively-p needs a
188         parameter, so use `any'.
189
190         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
191         clear marks before moving, since they're synced from the Gnus side
192         first.
193
194         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
195         (gnus-summary-move-article): Copy over all marks before moving, so that
196         IMAP doesn't think a new article has arrived.
197
198 2010-11-24  Julien Danjou  <julien@danjou.info>
199
200         * shr.el (shr-insert-background-overlay): Fix typo.
201         (shr-render-td): Copy the background before rendering.
202
203         * shr-color.el (shr-color-visible): Fix docstring.
204
205         * shr.el (shr-tag-table): Add bgcolor support.
206         (shr-render-td): Add bgcolor support.
207         (shr-get-background): Add.
208         (shr-insert-foreground-overlay): Use shr-get-background.
209
210         * message.el (message-goto-body): Use called-interactively-p.
211         (message-in-body-p): message-goto-body returns point.
212
213 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
216         Fixes something or other in Emacs 23, and is backwards compatible.
217
218         * message.el (message-goto-body): Remove the <#secure special-casing,
219         which is too special.
220
221         * shr.el (shr-parse-style): Drop !important from styles.
222
223 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
224
225         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
226         this function to return incorrect results when calling it with an
227         explicit article argument different from
228         (gnus-summary-article-number).
229
230 2010-11-24  Julien Danjou  <julien@danjou.info>
231
232         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
233         (shr-tag-body): Add background support.
234         (shr-descend): Add background support.
235         (shr-tag-title): Add.
236
237         * shr-color.el (shr-color-visible): Really return original background
238         if fixed.
239
240 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * shr.el (shr-color-check): Protect against non-existant colour names.
243
244 2010-11-24  Julien Danjou  <julien@danjou.info>
245
246         * color-lab.el: Require 'cl when compiling.
247
248         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
249
250         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
251         matched part.
252
253         * color-lab.el: Fix all expt calls to use float type.
254
255 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
258         expression to shr-color-check as is.
259
260         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
261
262         * color-lab.el: Add coding cookie.
263         (float-pi): Use eval-and-compile.
264
265         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
266         compiled for Emacsen having no `libxml-parse-html-region' support.
267
268 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * shr.el (shr-insert-color-overlay): Split stuff like
271         "#444444 !important" to find the real colour.
272         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
273         parse <font color="red"> entries.
274
275 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
276
277         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
278         point when parsing headers.
279
280         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
281         is positioned properly when parsing headers.
282
283 2010-11-23  Julien Danjou  <julien@danjou.info>
284
285         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
286
287         * shr-color.el (shr-color->hexadecimal): Add support for color names.
288
289         * shr.el (shr-parse-style): Replace \n with space in style parsing.
290
291         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
292         shr-color-hue-to-rgb.
293         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
294
295 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * shr.el (shr-color->hexadecimal): Autoload.
298         (shr-descend): Add color to all tags.
299
300 2010-11-22  Julien Danjou  <julien@danjou.info>
301
302         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
303         shr-color->hexadecimal.
304
305         * shr-color.el (shr-color->hexadecimal): Add converting functions for
306         RGB() or HSL() color representation.
307
308         * shr.el (shr-tag-font): Add.
309         (shr-tag-color-check): New function to get better colors.
310         (shr-tag-insert-color-overlay): Factorize code between tag-font and
311         tag-span.
312
313         * shr-color.el: New file.
314
315         * color-lab.el: New file.
316
317         * gnus-art.el (gnus-url-mailto): Do not downcase args.
318
319 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
320
321         * nnir.el: Fix typo in comments.
322         (nnir-run-imap): Simplify code. No need to reverse artlist.
323         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
324
325 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
328
329         * nnimap.el (nnimap-get-capabilities): Refactor out.
330         (nnimap-open-connection): Re-request capabilities after STARTTLS.
331
332 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
333
334         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
335         appearing when `mm-uu-hide-markers' is nil.
336
337 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * nnimap.el (nnimap-unselect-group): Make into its own function.
340         (nnimap-request-rename-group): Unselect group before renaming.
341         This had gotten lost somewhere.
342         (nnimap-request-accept-article): Keep track of examined groups, and
343         unselect the group before APPENDing to read-only groups.
344         (nnimap-request-move-article): Clear flags before moving so that they
345         can be re-set later.
346
347 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
350         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
351
352 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * gnus-art.el (gnus-mime-display-single)
355         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
356         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
357         parameter.
358
359 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
362         (shr-table-vertical-line): New variable.
363         (shr-insert-table): Use it.
364
365 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * gnus-html.el (gnus-html-wash-images): Don't display images if
368         gnus-inhibit-images is non-nil; register displayer for cid images.
369         (gnus-html-display-image): Work for cid image.
370         (gnus-html-insert-image): Allow arguments.
371         (gnus-html-put-image): Inhibit read-only.
372         (gnus-html-prefetch-images): Don't prefetch images if
373         gnus-inhibit-images is non-nil.
374
375 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * shr.el (shr-put-image): Break lines when inserting big pictures.
378
379 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
380
381         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
382         sender, thanks Katsumi Yamaoka.
383
384 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
385
386         * nnir.el (nnir-run-imap): Reverse the article list for each group
387         rather than the whole list.
388
389 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * shr.el (shr-image-displayer): Protect function against non-existent
392         image source.
393
394         * gnus-art.el (gnus-inhibit-images): New user option.
395         (gnus-mime-display-single): Don't display image if it is non-nil.
396
397         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
398         gnus-inhibit-images.
399
400         * shr.el (shr-image-displayer): New function.
401         (shr-tag-img): Use it.
402
403 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
404
405         * mml2015.el (mml2015-epg-sign): Use From header.
406
407 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * gnus-html.el (gnus-html-wash-images): Register a displayer.
410
411         * gnus-util.el (gnus-find-text-property-region): Return markers.
412
413         * shr.el (shr-tag-img): Put a displayer in the text property.
414
415         * gnus-util.el (gnus-find-text-property-region): New utility function.
416
417         * gnus-html.el (gnus-html-display-image): Make the alt optional.
418         (gnus-html-show-images): Remove.
419
420         * gnus-art.el (gnus-article-show-images): New, more general function.
421
422         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
423         image url text properties.
424
425         * shr.el: Ditto.
426
427         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
428         gnus-agent-auto-agentize-methods is set.  Which it isn't.
429
430 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
433         work for two or more articles.
434
435 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
438         divide an image that's in an html article to two or more when washing
439         non-ASCII characters in alt text of it.
440
441 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
444         smime-decrypt-region using function argument.
445         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
446
447         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
448
449         * smime.el (smime-decrypt-region): Catch it.
450
451 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
452
453         * smime.el (smime-mode-map): Move initialization into declaration.
454         (gnus-run-mode-hooks): Don't autoload.
455         (smime-mode): Use define-derived-mode.
456
457 2010-11-11  Glenn Morris  <rgm@gnu.org>
458
459         * smime.el (from): Restrict declaration to XEmacs.
460
461         * nnir.el (gnus-group-topic-name): Autoload.
462
463 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * shr.el (shr-insert): Don't break long line if it is because of
466         kinsoku-bol characters in the line end.
467
468 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
469
470         * nnir.el (nnir-request-move-article): Fix to provide original group
471         and subject.
472         (nnir-warp-to-article): Don't fail on articles whose headers haven't
473         been retrieved.
474
475         * gnus-sum.el (gnus-summary-move-article): Use original group and
476         subject for virtual articles such as those in an nnir summary buffer.
477
478 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
481         least 21.5).
482
483         * smime.el (from): Declare it again for XEmacs.
484
485 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * message.el (message-resend): Don't disable encoding unless it's
488         already encoded.
489
490         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
491         low-numbered articles.
492
493 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * rfc2047.el (rfc2047-syntax-table): Simplify.
496
497         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
498
499         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
500         set-char-table-range for XEmacs.
501
502 2010-11-10  Glenn Morris  <rgm@gnu.org>
503
504         * time-date.el (time-to-seconds): Always an alias on Emacs,
505         never a real function.
506         (with-no-warnings): Remove compat stub, now unused.
507         (time-less-p): Doc fix.
508         (time-to-number-of-days): Simplify.
509
510         * smime.el (from): Remove unused declaration.
511
512         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
513         (gnus-float-time): On Emacs, always an alias.
514
515         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
516         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
517
518 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * dgnushack.el: Don't use ignore-errors in the top level form since it
521         is unavailable in XEmacs even if cl is loaded.
522
523         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
524
525 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * shr.el (browse-url-mailto): Autoload.
528
529         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
530
531         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
532         regexp doesn't need quoting.
533
534 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
535
536         * message.el (message-subject-trailing-was-ask-regexp)
537         (message-subject-trailing-was-regexp): Match was: in addition to was.
538
539 2010-11-09  Glenn Morris  <rgm@gnu.org>
540
541         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
542         (nnbabyl-check-mbox): Use point-at-bol.
543
544 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545
546         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
547
548         * message.el (message-mailto): New function.
549         (message-mailto): Should accept other parameters.
550         (message-mailto): Remove since it duplicates browse-url-mailto
551         functionality.
552
553 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
556         methods.
557         (gnus-read-active-file): Ditto.
558
559         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
560         ": " from the prompt.
561         (gnus-group-make-group): Ditto.
562
563 2010-11-07  Glenn Morris  <rgm@gnu.org>
564
565         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
566         (gnus-bookmark-kill-line): Use point-at-eol.
567
568 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
571         asterisks in From header.
572
573 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
576         string to avoid making the From headers syntactically invalid.
577
578         * message.el (message-send-mail): Don't insert courtesy messages if the
579         message already has List-Post and List-ID messages.
580
581 2010-11-06  Glenn Morris  <rgm@gnu.org>
582
583         * gnus-art.el (gnus-treat-article): Give dynamic local variables
584         `condition', `type', `length' a prefix.
585         (gnus-treat-predicate): Update for above name changes.
586
587 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
588
589         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
590         binding.  Handled by `gnus-summary-refer-thread' instead.
591         (nnir-warp-to-article): New backend function.
592
593         * nnimap.el (nnimap-request-thread): Force dependency updating.
594
595         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
596         (gnus-summary-refer-thread): Rework to improve thread-referral.
597
598         * gnus-int.el (gnus-warp-to-article): New function.
599
600         * gnus-sum.el (gnus-summary-article-map): Bind it.
601
602 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
603
604         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
605         gnus-summary-refer-thread.
606
607         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
608         headers.
609         (gnus-summary-limit-include-thread): Prevent articles in thread from
610         being cut in gnus-cut-threads.
611         (gnus-summary-refer-thread): Limit retrieved headers to those in
612         thread.
613
614 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * message.el (message-send-mail): Use the value of
617         message-courtesy-message from the message buffer.
618
619         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
620
621         * shr.el (shr-browse-url): Implement mailto: URLs.
622
623         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
624         "raw".
625
626         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
627         if it's already selected.
628
629         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
630
631 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
634         to measure the length and truncate alt text.
635
636 2010-11-03  Glenn Morris  <rgm@gnu.org>
637
638         * nndiary.el (nndiary-generate-nov-databases-1)
639         (nndiary-generate-active-info): Rename dynamic variable `files' to
640         something less generic.
641
642 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
643
644         * nnir.el (nnir-request-move-article): Call the underlying backend to
645         move articles from nnir.
646
647 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
650
651 2010-11-02  Julien Danjou  <julien@danjou.info>
652
653         * nnir.el: Remove wais support.
654
655 2010-11-02  Glenn Morris  <rgm@gnu.org>
656
657         * gnus-html.el: Reorder requirements to quieten compiler.
658
659 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
662         properly for XEmacs as well.
663         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
664         (gnus-article-natural-long-line-p): Use window-width rather than
665         frame-width.
666
667 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
668
669         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
670         (nnir-read-parms): Don't modify query.
671         (nnir-run-query): Add ability to search topic on current line.
672         (nnir-get-active): Clean up.
673
674 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
677         degenerate articles.
678
679         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
680         (gnus-print-buffer): Just print the buffer as is, without any copying
681         to a buffer and then re-highlighting.
682
683         * nnimap.el (nnimap-request-group): Store the new updated info.
684         (nnimap-request-group): Select the group when we don't know whether it
685         exists or not.
686
687         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
688         groups.
689
690         * gnus-group.el (gnus-group-find-new-groups): Display all the new
691         groups.
692
693         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
694         groups.
695
696         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
697         long-lines case by only filling the long lines.
698
699         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
700         (bug #7311).
701
702 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * shr.el: No need to declare `declare-function' since shr.el is for
705         only Emacsen that provide `libxml-parse-html-region'.
706
707         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
708         effective only in a file it is referred to.
709
710 2010-11-01  Glenn Morris  <rgm@gnu.org>
711
712         * mm-util.el (gnus-completing-read): Autoload.
713         (mm-read-coding-system): Simplify Emacs definition.
714
715         * nnmail.el (gnus-activate-group):
716         * nnimap.el (gnutls-negotiate):
717         * nntp.el (netrc-parse): Fix declarations.
718
719 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
722         string-match-p in Emacs >=23.
723
724         * gnus-msg.el (gnus-configure-posting-styles)
725         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
726
727 2010-11-01  Glenn Morris  <rgm@gnu.org>
728
729         * nnir.el (declare-function): Add compat stub.
730         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
731         (nnir-run-gmane): Require 'mm-url.
732
733         * mm-util.el (mm-string-to-multibyte): Simplify.
734
735         * shr.el (declare-function): Add compat stub.
736         (url-cache-create-filename): Declare.
737         (mm-disable-multibyte, widget-convert-button): Autoload.
738
739         * smime.el (ldap-search): Declare.
740         (smime-cert-by-ldap-1): Require ldap on Emacs.
741
742         * nnimap.el: Require nnmail, and gnus-sum when compiling.
743         (nnimap-keepalive): Use gnus-float-time.
744
745         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
746         (mail-source-delete-crash-box): Use gnus-float-time.
747
748         * gnus-dired.el (gnus-completing-read): Autoload.
749
750         * mm-view.el (gnus-rescale-image): Autoload.
751
752         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
753
754         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
755
756         * sieve-manage.el: Require 'cl when compiling.
757
758         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
759         (gnus-iswitchb-completing-read): Require iswitchb.
760         (gnus-select-frame-set-input-focus): Silence compiler.
761
762 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763
764         * message.el (message-subject-trailing-was-query): Change default to t,
765         since I think that's what most people want.
766
767         * nnimap.el (nnimap-request-accept-article): Erase buffer before
768         appending for easier debugging.
769         (nnimap-wait-for-connection): Take a regexp.
770         (nnimap-request-accept-article): Wait for the continuation line before
771         sending anything unless we're streaming.
772
773         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
774         leave the header washing to take place.
775
776 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
777
778         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
779         regular expression match and replace in posting styles.
780
781 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
782
783         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
784         an entire server.
785         (nnir-get-active): New function.
786         (nnir-run-imap): Use it.
787         (nnir-run-gmane): Who knew, gmane search returns an article score!
788
789         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
790         server on the current line with nnir.
791
792 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
795         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
796         left edge.
797         (gnus-article-foldable-buffer): Skip past the prefix when determining
798         raggedness.
799
800         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
801         the raw article, and change `C-u g' to show the article without doing
802         treatments.
803
804         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
805         on to `gnus-treat-article'.
806         (gnus-inhibit-article-treatments): New variable.
807
808         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
809
810         * gnus-art.el (gnus-treatment-function-alist): Have
811         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
812         (gnus-treat-fill-long-lines): Change default to fill all text/plain
813         sections.
814
815         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
816         parameter.
817         (gnus-article-fill-cited-long-lines): New function.
818         (gnus-article-fill-cited-article): Allow filling only long sections.
819
820         * shr.el (shr-find-fill-point): Don't break lines between punctuation
821         and non-punctuation (like after the apostrophe in "'We").
822
823         * gnus-sum.el (gnus-summary-select-article): Make sure
824         gnus-original-article-buffer is alive.
825
826         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
827         reflect the order they're in in the digest.
828
829         * gnus.el (gnus-group-startup-message): Move point to the start of the
830         buffer.
831
832         * nnimap.el (nnimap-capability): New function.
833         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
834         is set.
835
836 2010-10-31  David Engster  <dengste@eml.cc>
837
838         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
839         conform with changes to gnus-completing-read.
840
841 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * shr.el (shr-tag-img): Output "*" instead of "[img]".
844
845 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
846
847         * nnir.el: Move defvar, defcustom around to keep file organized
848         and keep byte-compiler quiet.
849         (nnir-read-parms): Accept search-engine as arg.
850         (nnir-run-query): Pass search-engine as arg.
851         (nnir-search-engine): Remove.
852
853 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * shr.el (shr-generic): The text nodes should be text, not :text.
856
857         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
858         later in the file.
859
860 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
861
862         * nnir.el: General clean up.  Allow searching with multiple engines.
863         Allow separate extra-parameters for each engine.
864         Batch queries when possible.
865         (nnir-imap-default-search-key,nnir-method-default-engines):
866         Add customize interface.
867         (nnir-run-gmane): New engine.
868         (nnir-engines): Use it.  Qualify all prompts with engine name.
869         (nnir-search-engine): Remove global variable.
870         (nnir-run-hyrex): Restore for now.
871         (nnir-extra-parms,nnir-search-history): New variables.
872         (gnus-group-make-nnir-group): Use them.
873         (nnir-group-server): Remove in favor of gnus-group-server.
874         (nnir-request-group): Avoid searching twice.
875         (nnir-sort-groups-by-server): New function.
876
877 2010-10-30  Julien Danjou  <julien@danjou.info>
878
879         * gnus-group.el: Remove gnus-group-fetch-control.
880
881         * gnus-start.el (gnus-find-new-newsgroups):
882         Remove gnus-check-first-time-used.
883
884         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
885
886 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
887
888         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
889         set on groups that don't have \* permanentflags.
890
891 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
894         control the background color.
895         (shr-tag-img): Ignore very small web bug type images.
896         (shr-put-image): Add help-echo alt texts to the images.
897         (shr-tag-video): Show the video poster image.
898
899 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * shr.el (shr-table-depth): New variable.
902         (shr-tag-table-1): Only insert the images after the top-level table.
903
904         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
905
906         * gnus-util.el (gnus-list-memq-of-list): New function.
907
908         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
909         selected.
910         (nnimap-unsplittable-articles): New slot.
911         (nnimap-new-articles): Use it.
912
913 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
914
915         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
916         move to the previous line on `M-g'.
917
918 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
921         *-request-group, which seems unnecessary.
922
923         * nnimap.el (nnimap-quote-specials): Function copied over from
924         imap.el.
925         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
926         they support that.  Suggested by Tom Regner.
927
928 2010-10-29  Julien Danjou  <julien@danjou.info>
929
930         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
931         defalias.
932         (gnus-summary-delete-marked-with): Remove obsolete defalias.
933
934         * gnus.el: Remove `gnus-nntp-service' variable.
935         (gnus-secondary-servers): Make obsolete.
936         (gnus-nntp-server): Make obsolete.
937
938         * gnus-start.el (gnus-1): Remove x-splash calls.
939
940         * gnus-ems.el (gnus-x-splash): Remove.
941
942         * gnus.el (gnus-group-startup-message): Simplify/update code.
943
944         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
945         definition.
946
947         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
948         capability before doing anything.
949         (gnus-group-insert-group-line): Remove useless
950         gnus-group-remove-excess-properties.
951
952 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
955
956 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
959         config after reselecting.
960
961 2010-10-28  Julien Danjou  <julien@danjou.info>
962
963         * shr.el (shr-put-image): Use point even if only inserting text.
964         (shr-put-image): Save excursion when inserting alt text on non-graphic
965         display, so the behaviour is the same when we are on a graphic display.
966
967         * nnir.el (nnir-run-swish-e): Remove hyrex support.
968
969 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
972         (gnus-mime-copy-part): Check coding system, not charset.
973         (gnus-mime-view-part-externally): Never remove part.
974         (gnus-mime-view-part-internally): Don't remove part here.
975         (gnus-article-part-wrapper): Make sure MIME tag is visible.
976         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
977         multipart/alternative.
978
979         * mm-decode.el (mm-display-part): Take optional arg `force'.
980
981 2010-10-26  Julien Danjou  <julien@danjou.info>
982
983         * gnus-group.el (gnus-group-default-list-level): Add this function to
984         compute the default list level.
985         (gnus-group-default-list-level): Add possibility to use a function.
986
987 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
990
991         * gnus-group.el (gnus-group-completing-read)
992         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
993         gnus-replace-in-string.
994
995 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * shr.el (shr-tag-div): Add.
998
999         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1000
1001 2010-10-25  Julien Danjou  <julien@danjou.info>
1002
1003         * gnus-util.el: Remove `gnus-with-local-quit'.
1004
1005         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1006
1007 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1010         the original article buffer.
1011
1012 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * nnimap.el (nnimap-request-head): New function.
1015         (nnimap-request-move-article): Try to be slighly faster by not
1016         requesting the entire message when moving.
1017         (nnimap-transform-headers): Don't bug out on bodiless articles.
1018         (nnimap-send-command): Have no outstanding messages if the IMAP server
1019         doesn't support streaming.
1020         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1021
1022 2010-10-24  Julien Danjou  <julien@danjou.info>
1023
1024         * message.el (message-default-headers): Fix type.
1025
1026 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1029         prefetching images.
1030
1031         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1032         backend for unknown groups.  This is mainly useful for nnimap groups.
1033
1034         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1035         group isn't covered by the agent.
1036
1037 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1038
1039         * nnir.el (nnir-method-default-engines): New variable.
1040         (nnir-run-query): Use it.
1041         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1042         (gnus-summary-nnir-goto-thread): Change group if needed.
1043
1044         * gnus-group.el (gnus-group-group-map): Add key binding for
1045         gnus-group-make-nnir-group.
1046
1047 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * shr.el (shr-tag-object): Add.
1050
1051         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1052         original article buffer live.
1053         (gnus-summary-select-article-buffer):
1054         Mention gnus-widen-article-buffer.
1055
1056 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * shr.el (shr-tag-strong): Add.
1059
1060 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1063         group names.  They mess up the group buffer badly.
1064
1065         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1066
1067         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1068         instead of the summary one.
1069
1070 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * mml.el (mml-preview): Work properly when editing article.
1073
1074         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1075         gnus-have-read-active-file if it's already been in.
1076
1077 2010-10-22  Tom Tromey  <tromey@redhat.com>
1078
1079         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1080         gnus-group-completing-read.
1081
1082 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * message.el (message-mode-map): Don't bind M-; to comment region, to
1085         allow the global comment-dwim to work.
1086
1087 2010-10-21  Julien Danjou  <julien@danjou.info>
1088
1089         * message.el (message-setup-1): Allow message-default-headers to be a
1090         function.
1091
1092 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * shr.el (shr-tag-table): Simplify.
1095
1096 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1099         to avoid trying to snarf invalid stuff.
1100
1101         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1102
1103         * gnus.el (gnus-message-archive-group): Quote value.
1104         (gnus-message-archive-group): Mark as changed.
1105
1106         * shr.el (shr-add-font): Don't put the font properties on the newline
1107         or the indentation.
1108
1109         * message.el (message-fix-before-sending): Change options when sending
1110         non-printable characters.
1111
1112         * gnus.el (gnus-message-archive-method): Change the default to
1113         monthly outgoing groups.
1114
1115         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1116         that have gotten new numbers.
1117
1118         * nnimap.el (nnimap-request-replace-article): New function.
1119
1120 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1123         (nnrss-request-article): Don't use special html washing code.
1124
1125 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * shr.el (shr-tag-table): Remove useless nconc.
1128
1129 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * gnus-art.el (article-wash-html): Simplify and remove the charset
1132         stuff.  Use the normal html rendering code instead of the special html
1133         washing code.
1134
1135         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1136         `gnus-w3m' symbols.
1137         (mm-text-html-washer-alist): Remove.
1138
1139         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1140         (mm-inline-media-tests): Remove use.
1141         (mm-text-html-renderer): Change default to the `shr' symbol.
1142
1143         * mm-view.el (mm-inline-text-html): Remove use.
1144
1145         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1146         `gnus-blocked-images' to be a function.
1147         (gnus-article-wash-function): Remove.
1148
1149 2010-10-20  Julien Danjou  <julien@danjou.info>
1150
1151         * spam.el (spam-list-of-processors): Mark as obsolete.
1152
1153         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1154         (nnimap-insert-partial-structure): Fix boundary detection.
1155
1156 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1157
1158         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1159         run file-truename on remote files.  This can be expensive and even
1160         prevent one from editing drafts if some unrelated buffer has a stale
1161         connection.
1162
1163 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1166         kinsoku-eol regardless of shr-kinsoku-shorten.
1167         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1168         (shr-tag-table): Support caption, thead, and tfoot.
1169
1170 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1173         lines.
1174         (shr-save-contents): New command and keystroke.
1175
1176         * nndoc.el (nndoc-type-alist): Add git support.
1177         (nndoc-git-type-p): New function.
1178         (nndoc-transform-git-article): Ditto.
1179         (nndoc-transform-git-headers): Ditto.
1180         (nndoc-transform-git-headers): Generate Subject headers.
1181
1182         * shr.el (shr-parse-style): New function.
1183         (shr-tag-span): Ditto.
1184
1185         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1186         to `G G' to avoid collisions.
1187
1188 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * shr.el: Load kinsoku if necessary.
1191         (shr-kinsoku-shorten): New internal variable.
1192         (shr-find-fill-point): Make kinsoku shorten text line if
1193         shr-kinsoku-shorten is bound to non-nil.
1194         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1195         shr-indentation too when testing if table is wider than frame width.
1196         (shr-insert-table): Use `string-width' instead of `length' to measure
1197         text width.
1198         (shr-insert-table-ruler): Make sure indentation is done at bol.
1199
1200 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1201
1202         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1203         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1204         undecoded network data.
1205
1206 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1209         name in the mode line spec so that the mode line menu works
1210         (bug #2431).
1211
1212         * message.el (message-get-reply-headers): If we're fed `to-address',
1213         then always use that.
1214
1215         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1216         aren't so wide as to need to switch off the edit menu.
1217
1218         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1219         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1220
1221         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1222         `M-g'.
1223         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1224         the permanent marks.
1225
1226 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1227
1228         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1229         Splitting according to references/in-reply-to obeys the ignore-groups
1230         variable, while splitting by sender and subject do not.
1231
1232 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1235         alist, so that we can look for non-Unicode chars.
1236         (article-translate-strings): Allow both character and string maps.
1237
1238 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * shr.el (shr-insert): Don't insert space behind a wide character
1241         categorized as kinsoku-bol, or between characters both categorized as
1242         nospace.
1243
1244 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1245
1246         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1247         headers to gnus-newsgroup-headers.
1248
1249 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * shr.el (shr-tag-img): Don't align images -- since we're not
1252         rescaling, this often leads to ugly displays.
1253
1254 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1255
1256         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1257         duplicates.
1258
1259 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1260
1261         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1262         call.
1263
1264 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus.el: Autoload gnus-html-show-images.
1267
1268         * nnimap.el: Use nnheader-message throughout.
1269
1270         * shr.el (shr-tag-img): Ignore images with no data.
1271
1272 2010-10-15  Julien Danjou  <julien@danjou.info>
1273
1274         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1275         a possibility to disable format=flow encoding when using hard newlines.
1276
1277 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * shr.el (shr-insert): Remove space inserted before or after a
1280         breakable character or at the beginning or the end of a line.
1281         (shr-find-fill-point): Do kinsoku; find the second best point or give
1282         it up if there's no breakable point.
1283
1284 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * nnimap.el (nnimap-open-connection): Message when opening connection
1287         for debugging purposes.
1288
1289         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1290         on every setup buffer call to allow this to change from article to
1291         article.
1292
1293         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1294         buffers where we have a wide table.
1295
1296 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1297
1298         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1299         uses *-request-thread.
1300
1301 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1304         incantation, which is no longer valid.
1305
1306 2010-10-14  Julien Danjou  <julien@danjou.info>
1307
1308         * shr.el: Fix defcustom type (char -> character).
1309
1310 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1313         programs.
1314
1315 2010-10-14  Julien Danjou  <julien@danjou.info>
1316
1317         * shr.el (shr-tag-a): Use url-link as widget type.
1318
1319         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1320         `gnus-group-get-icon'.
1321
1322 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1325         This should make server editing work better.
1326
1327         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1328
1329         * tls.el (tls-program): Remove spurious %s from openssl.
1330
1331         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1332         (nnimap-parse-flags): Fix regexp.
1333
1334         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1335         probably work for CJVK text, too.
1336
1337         * nnimap.el (nnimap-extend-tls-programs): Remove.
1338         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1339
1340         * tls.el (tls-starttls-switches): Remove starttls hack.
1341         (open-tls-stream): Ditto.
1342         (tls-find-starttls-argument): Ditto.
1343
1344 2010-10-13  Julien Danjou  <julien@danjou.info>
1345
1346         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1347         responses.
1348
1349 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1352
1353         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1354         anything in Emacs.
1355
1356         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1357
1358 2010-10-13  Julien Danjou  <julien@danjou.info>
1359
1360         * shr.el (shr-width): Make shr-width a defcustom with default to
1361         fill-column.
1362         (shr-tag-img): Use shr-width rather than fill-column.
1363
1364 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * dgnushack.el (byte-optimize-apply)
1367         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1368
1369         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1370         position when (X-)Faces exist.
1371         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1372         avatars when called interactively.
1373
1374 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1377         gnus-article-x-face-too-ugly is bound.
1378
1379 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1382
1383         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1384         mailbox that doesn't exist.
1385
1386 2010-10-12  Julien Danjou  <julien@danjou.info>
1387
1388         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1389         (shr-get-image-data): Encode URL properly when fetching from cache.
1390         (shr-tag-img): Use aligned-to spaces to align correctly images.
1391
1392         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1393         before inserting the Gravatar.
1394
1395         * shr.el (shr-tag-img): Add align attribute support for <img>.
1396
1397 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-gravatar.el (gnus-art): Require.
1400
1401         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1402         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1403         Remove long obsoleted functions.
1404
1405 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1408
1409         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1410
1411         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1412         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1413         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1414         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1415         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1416         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1417         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1418
1419 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * nnimap.el (nnimap-request-rename-group): Select group read-only
1422         before renaming it.
1423
1424         * shr.el (shr-insert): Fix up the white space only regexp.
1425
1426         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1427         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1428
1429         * shr.el (shr-current-column): New function.
1430         (shr-find-fill-point): New function.
1431
1432 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1433
1434         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1435         numbers.
1436
1437 2010-10-11  Julien Danjou  <julien@danjou.info>
1438
1439         * shr.el (shr-hr-line): Add.
1440         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1441         display hr lines.
1442         (shr-max-columns): Do not change state to nil if we just inserting
1443         spaces.
1444
1445 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1448         select the last group.
1449
1450 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1451
1452         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1453
1454 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1455
1456         * dig.el (dig-mode-map): Declare and define in one step.
1457
1458 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1461         for Gnus.
1462         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1463         (nnimap-update-qresync-info): Mark \Seen articles as read.
1464
1465         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1466         non-variable, too.
1467
1468         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1469         available.
1470         (nnimap-update-info): Rely more on the current active than the param
1471         active to avoid marking articles as read too much.
1472
1473         * auth-source.el (auth-source-create): Use (user-login-name) for the
1474         user name default.
1475
1476         * nnimap.el (nnimap-update-info): If the server doesn't return any
1477         useful info, just use the previous info.
1478         (nnimap-update-info): Prefer old info over start-article.
1479         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1480
1481 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1482
1483         * nnir.el (autoload): Clean up autoloads.
1484         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1485         Use key rather than value.
1486         (nnir-imap-search-other): New variable.
1487         (nnir-read-parm): Use it.
1488         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1489         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1490
1491 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1492
1493         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1494         the process, too.
1495
1496 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * spam.el (gnus-summary-mode-map): Bind to "$".
1499         Suggested by Russ Allbery.
1500
1501         * shr.el: Rework the way things are indented by <li> slightly.
1502
1503         * gnus.el (gnus-group-set-parameter): Fix typo.
1504
1505         * nnimap.el: Start implementing QRESYNC support.
1506
1507 2010-10-09  Julien Danjou  <julien@danjou.info>
1508
1509         * nnir.el (nnir-engines): Fix too many arguments.
1510
1511 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1514         group is the "last", so that the backends like nnfolder actually save
1515         their folders.
1516
1517         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1518         try to use that for the tls stream.
1519         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1520         UIDVALIDITY and find out which groups are read-only and not.
1521         (nnimap-get-flags): Use the same marks parsing code as the rest of
1522         nnimap.
1523
1524 2010-10-09  Julien Danjou  <julien@danjou.info>
1525
1526         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1527
1528         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1529         retrieving gravatars.
1530
1531         * shr.el (shr-table-corner): Add.
1532         (shr-table-line): Add.
1533         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1534
1535 2010-10-08  Julien Danjou  <julien@danjou.info>
1536
1537         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1538
1539 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1540
1541         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1542
1543         * gnus-sum.el (gnus-mark-article-as-unread)
1544         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1545         (gnus-summary-set-bookmark): Use it.
1546
1547         * gnus-msg.el (gnus-setup-message): Use it.
1548
1549         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1550
1551         * gnus.el (gnus-group-remove-parameter): Use it.
1552
1553         * gnus-group.el (gnus-group-make-web-group): Use it.
1554
1555         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1556
1557         * nnregistry.el: Update docs to mention manual.
1558
1559         * gnus-registry.el: Update docs to mention nnregistry.el.
1560         (gnus-registry-initialize): Don't install nnregistry refer method
1561         automatically.
1562         (gnus-registry-install-nnregistry): Remove it.
1563
1564 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * shr.el (shr-insert): Don't insert double spaces.
1567
1568 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * gnus-gravatar.el (gnus-treat-from-gravatar)
1571         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1572         called interactively.
1573
1574         * gnus-art.el (gnus-mime-view-part-externally)
1575         (gnus-mime-view-part-internally): Make predicate function passed to
1576         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1577         of a mime type.
1578
1579         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1580
1581 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * shr.el (require): Require cl when compiling.
1584         (shr-tag-hr): New function.
1585
1586         * nnimap.el (nnimap-update-info): Remove double setting of high.
1587         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1588         This makes nnimap work properly on Courier again.
1589
1590         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1591         the variable for backwards compatability.
1592
1593         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1594         the file name before using to avoid setting mm-default-directory to
1595         nil.
1596
1597         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1598         bidning gnus-agent variables.
1599
1600         * shr.el (shr-render-td): Use a cache for the table rendering function
1601         to avoid getting an exponential rendering behaviour in nested tables.
1602         (shr-insert): Rework the line-breaking algorithm.
1603         (shr-insert): Don't leave trailing spaces.
1604         (shr-insert-table): Also insert empty TDs.
1605         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1606
1607 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1608
1609         * gnus-sum.el (gnus-number): Rename from `number'.
1610         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1611         (gnus-summary-limit-children): Update uses correspondingly.
1612
1613 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1616         (gnus-gravatar-transform-address): Don't show avatars of people of
1617         which mail addresses match gnus-gravatar-too-ugly.
1618
1619 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * shr.el (shr-table-widths): Expand TD elements to fill available
1622         space.
1623
1624 2010-10-07  Julien Danjou  <julien@danjou.info>
1625
1626         * nnimap.el (nnimap-request-rename-group): Add this method.
1627
1628 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1631         name from XEmacs' function-arglist.
1632
1633         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1634         gravatar under XEmacs.
1635
1636 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1637
1638         * auth-source.el: Update docs with TODO items.
1639
1640         * gnus-sync.el: Update docs to explain state and plans.
1641
1642         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1643         Hooks for mark updates.
1644         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1645
1646         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1647         hooks with arguments, which is needed for mark update hooks.
1648
1649 2010-10-06  Julien Danjou  <julien@danjou.info>
1650
1651         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1652         was matched.
1653
1654         * sieve-manage.el: Update example in `Commentary'.
1655
1656         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1657
1658         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1659         not 2000.
1660         (sieve-manage-authenticate): Re-add function.
1661
1662 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * shr.el (shr-insert): Get 'space transition right.
1665         (shr-render-td): Only delete space at the end of the TD.
1666
1667         * nnimap.el (nnimap-open-connection): Prepare to support
1668         open-gnutls-stream.
1669
1670         * shr.el: Rearrange function order to be more logical.
1671
1672 2010-10-06  Julien Danjou  <julien@danjou.info>
1673
1674         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1675         (nnrss-discover-feed): Remove 404 URL in docstring.
1676
1677         * nnir.el: Fix Swish-E URL.
1678         Fix Namazu URL.
1679
1680         * message.el (message-change-subject): Remove 404 URL in a comment.
1681
1682 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1685         called interactively.
1686
1687         * gnus-util.el (gnus-remove-if): Allow hash table.
1688         (gnus-remove-if-not): New function.
1689
1690         * gnus-art.el (gnus-mime-view-part-as-type)
1691         * gnus-score.el (gnus-summary-score-effect)
1692         * gnus-sum.el (gnus-read-move-group-name):
1693         Replace remove-if-not with gnus-remove-if-not.
1694
1695         * gnus-group.el (gnus-group-completing-read):
1696         Regard collection as a hash table if it is not a list.
1697
1698 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1701
1702         * shr.el: Document the table-rendering algorithm.
1703
1704 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1707         for Emacsen having no `libxml-parse-html-region' support.
1708
1709 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1712         invalid URLs.
1713
1714         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1715         line-broken.
1716         (shr-tag-img): Ignore image fetching errors.
1717         (shr-overlays-in-region): Compute overlay positions correctly.
1718
1719         * mm-decode.el (mm-shr): Require shr.
1720
1721         * gnus-art.el (gnus-blocked-images): Move variable here.
1722
1723         * shr.el (shr-insert-table): Bind free variable.
1724
1725         * mm-decode.el (mm-shr): Bind shr-content-function.
1726
1727         * shr.el (shr-content-function): New variable.
1728
1729         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1730         added for symmetry.
1731
1732         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1733
1734         * gnus-group.el (gnus-group-make-group): Doc fix.
1735
1736         * nnimap.el (nnimap-request-newgroups): Return success.
1737
1738         * shr.el (shr-find-elements): New function.
1739         (shr-tag-table): Put all the images after the table.
1740         (shr-tag-table): Really inhibit images inside the table.
1741         (shr-collect-overlays): Copy over overlays from the TD elements to the
1742         main document.
1743
1744         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1745         gnus-blocked-images.
1746
1747 2010-10-05  Julien Danjou  <julien@danjou.info>
1748
1749         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1750
1751         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1752         (gnus-html-maximum-image-size): Add this function.
1753         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1754
1755         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1756         server-value of the capability is nil.
1757
1758 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * shr.el (shr-tag-em): Add <EM> tag.
1761
1762 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1763
1764         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1765         customizable.
1766
1767         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1768         handing broken links to browse-url.
1769
1770 2010-10-05  Julien Danjou  <julien@danjou.info>
1771
1772         * gnus-util.el (gnus-emacs-completing-read)
1773         (gnus-iswitchb-completing-read): Use autoload rather than require.
1774
1775 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1778         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1779         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1780         iswitchb-temp-buflist for XEmacs.
1781
1782         * gnus-util.el (gnus-completing-read-function): Exclude
1783         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1784         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1785         XEmacs.
1786
1787         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1788         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1789
1790         * gnus-html.el: Don't require help-fns under XEmacs.
1791         (gnus-html-schedule-image-fetching): Work for XEmacs.
1792
1793         * mm-decode.el (mm-shr): Decode contents by charset.
1794
1795 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796
1797         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1798         unknown.
1799
1800         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1801         (shr-get-image-data): Ensure against the cache file missing.
1802
1803         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1804         for data.
1805
1806         * spam-report.el (spam-report-url-ping-plain): Don't query about
1807         killing the process.
1808
1809         * shr.el (shr-render-td): Protect against too-wide text.
1810
1811 2010-10-04  Julien Danjou  <julien@danjou.info>
1812
1813         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1814         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1815
1816         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1817         retrieved.
1818
1819 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * shr.el (browse-url): Require.
1822         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1823         lines.
1824         (shr-show-alt-text, shr-browse-image): New commands.
1825         (shr-browse-url, shr-copy-url): New commands.
1826
1827         * gnus-sum.el (gnus-widen-article-window): New variable.
1828         (gnus-summary-select-article-buffer): Use it.
1829
1830         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1831         without @ signs.
1832
1833 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1834
1835         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1836
1837 2010-10-04  Julien Danjou  <julien@danjou.info>
1838
1839         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1840         for XEmacs.
1841
1842 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1845
1846         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1847         (nnimap-close-server): Implement.
1848
1849         * dgnushack.el (iswitchb): Require to shut up the compiler.
1850
1851         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1852         (shr-insert): Tweak line breaking.
1853         (shr-insert): Handle <pre> better.
1854         (shr-tag-li): Get <li> indentation right.
1855         (shr-tag-li): Get <li> indentation even righter.
1856         (shr-tag-blockquote): Ensure paragraph start.
1857         (shr-make-table): Tweak table generation.
1858         (shr-make-table): Fix typo.
1859
1860         * shr.el: Implement table rendering.
1861
1862 2010-10-04  Julien Danjou  <julien@danjou.info>
1863
1864         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1865
1866 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * shr.el (shr-insert): Use string anchors instead of line anchors.
1869
1870 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * shr.el: Add headings.
1873         (shr-ensure-paragraph): Actually work.
1874         (shr-tag-li): Make <ul> prettier.
1875         (shr-insert): Get white space at the beginning/end of elements right.
1876         (shr-tag-p): Collapse subsequent <p>s.
1877         (shr-ensure-paragraph): Don't insert double line feeds after blank
1878         lines.
1879         (shr-insert): \t is also space.
1880         (shr-tag-s): Fix "s" tag name function.
1881         (shr-tag-s): Fix face prop name.
1882
1883 2010-10-03  Julien Danjou  <julien@danjou.info>
1884
1885         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1886
1887         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1888         gnus-window-inside-pixel-edges.
1889
1890         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1891         gnus-ems.
1892
1893         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1894
1895         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1896         function.
1897
1898         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1899         resize choice.
1900
1901 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1904         beginning of the buffer.
1905
1906         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1907         article buffer again.
1908
1909         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1910
1911         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1912         when it's at the start of the buffer.
1913
1914         * shr.el (shr-tag-blockquote): Convert name.
1915         (shr-rescale-image): Use the right image-size variant.
1916
1917         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1918         buffer isn't shown, then select the current article first instead of
1919         bugging out.
1920         (gnus-summary-select-article-buffer): Show both the article and summary
1921         buffers again.
1922
1923         * shr.el (shr-fontize-cont): Protect against regions with no text.
1924         Rename tag functions to shr-tag-* for enhanced security.
1925         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1926
1927 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1928
1929         * shr.el (shr-insert):
1930         * pop3.el (pop3-movemail):
1931         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1932         loaded.
1933
1934 2010-10-03  Glenn Morris  <rgm@gnu.org>
1935
1936         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1937
1938         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1939
1940         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1941
1942         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1943
1944         * gnus-util.el (gnus-make-local-hook): Simplify.
1945
1946 2010-10-02  Julien Danjou  <julien@danjou.info>
1947
1948         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1949         (gnus-ido-completing-read): New function.
1950         (gnus-emacs-completing-read): New function.
1951         (gnus-completing-read): Use gnus-completing-read-function.
1952         Add gnus-completing-read-function.
1953
1954 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * shr.el (shr-insert-document): Autoload.
1957         (shr-img): Be silent.
1958         (shr-insert): Add a newline after every picture before text.
1959         (shr-add-font): Use overlays for combining faces.
1960         (shr-insert): Pass upwards the text start point.
1961
1962         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1963         possible.
1964         (mm-shr): New function.
1965
1966 2010-10-02  Julien Danjou  <julien@danjou.info>
1967
1968         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1969         should go backward.
1970
1971 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1972
1973         * shr.el (shr): Fix typo in provide call.
1974
1975 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * shr.el: New file.
1978
1979         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1980
1981         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1982         completing read.
1983
1984 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1987         we're being queried about.  Suggested by Dan Jacobson.
1988
1989         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1990         Suggested by Jason Eisner.
1991
1992         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1993         table, too.  Suggested by Stefan Wiens.
1994         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1995         the table unnecessary.  Suggested by Stefan Wiens.
1996
1997         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1998         longer needed, and probably doesn't work either, as pointed out by
1999         Stefan Wiens.
2000         (gnus-summary-exit): Remove call to the clearing function.
2001         (gnus-summary-exit-no-update): Ditto.
2002
2003         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2004         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2005         Reported by Stefan Monnier.
2006         (gnus-summary-save-in-rmail): Ditto.
2007
2008         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2009         article buffer, instead of both the article buffer and the summary
2010         buffer.  Sort of suggested by Dan Jacobson.
2011
2012         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2013
2014         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2015         Suggested by Dan Jacobson.
2016
2017         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2018         documentation clearer.
2019
2020         * message.el (message-shorten-references): Comment on the number "21".
2021         Suggested by Stefan Monnier.
2022
2023         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2024         Suggested by Dan Jacobson.
2025
2026         * gnus.el (gnus-large-newsgroup):
2027         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2028
2029         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2030         externalize attachments.  Bug reported by Steve Wen.
2031
2032         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2033         really message anything to the user.
2034
2035         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2036         directly.
2037
2038         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2039         messages in empty groups.
2040
2041 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2042
2043         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2044         non-UIDNEXT group.
2045
2046 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2049         not the value from the collection.
2050
2051         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2052         values.  This sometimes happens on some groups that have no info.
2053         (nnimap-request-newgroups): New function.
2054
2055 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2056
2057         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2058         check into `gnus-registry-initialize'.
2059         (gnus-registry-initialize): Ditto.
2060         Fix and extend header docs.
2061
2062 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2065         regexp backtrace overflows.
2066
2067         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2068         for starttls that tls.el implements; i.e. openssl.
2069
2070         * tls.el (tls-starttls-switches): Give up on using starttls with
2071         gnutls-cli.
2072         (tls-program): Add --insecure to be consistent with the defaults from
2073         openssl s_client.  Now all three commands are insecure.
2074
2075 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * lpath.el: Bind completion-styles-alist for XEmacs.
2078
2079         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2080         (gravatar-create-image): New function that's an alias to
2081         gnus-xmas-create-image, gnus-create-image, or create-image.
2082         (gravatar-data->image): Use it.
2083
2084 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2085
2086         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2087         install the nnregistry refer method.
2088         (gnus-registry-install-hooks): Use it.
2089         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2090         unfollowed groups.
2091
2092 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2093
2094         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2095         expanding threads.
2096
2097 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * nnir.el: Use the server names without suffixes (bug #7009).
2100
2101         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2102         unencrypted to STARTTLS, if possible.
2103
2104 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2105
2106         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2107         headers before superseding.
2108
2109 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * nnrss.el (nnrss-use-local): Add documentation.
2112
2113         * nnimap.el (nnimap-extend-tls-programs): New function.
2114         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2115         (nnimap-wait-for-connection): Accept the greeting from the stupid
2116         output from openssl s_client -starttls, too.
2117
2118         * tls.el (tls-starttls-switches): New variable.
2119         (tls-find-starttls-argument): Use it.
2120         (open-tls-stream): Ditto.
2121
2122         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2123         (netrc-machine): Ditto.
2124
2125         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2126         article number.
2127         (nnimap-split-fancy): New variable.
2128         (nnimap-split-incoming-mail): Use it.
2129
2130         * nntp.el (nntp-server-list-active-group): Document.
2131
2132         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2133         SELECT to get the message-id.
2134
2135         * mail-source.el (mail-sources): Remove webmail support.
2136         (defvar): Ditto.
2137         (mail-source-fetcher-alist): Ditto.
2138         (mail-source-fetch-webmail): Remove.
2139
2140         * webmail.el: Remove -- doesn't seem relevant any more.
2141
2142         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2143
2144         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2145         the \r.
2146
2147 2010-09-30  Julien Danjou  <julien@danjou.info>
2148
2149         * gnus-agent.el (gnus-agent-add-group): Fix call to
2150         gnus-completing-read.
2151
2152 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * nndoc.el (nndoc-retrieve-groups): New function.
2155
2156         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2157         `default', use nnmail-split-methods.
2158         (nnimap-request-article): Downcase the NILs so that they are nil.
2159
2160         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2161         symbol.
2162
2163         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2164         code, since if the user has requested network, that's what they ought
2165         to get.
2166         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2167         (nnimap-split-rule): Mark as obsolete.
2168
2169         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2170         New variable.
2171
2172         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2173         correct slot, too.
2174
2175 2010-09-29  Julien Danjou  <julien@danjou.info>
2176
2177         * gnus.el (gnus-local-domain): Declare variable obsolete.
2178
2179         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2180         Fix history computing.
2181         (gnus-ido-completing-read): Require ido.
2182
2183 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2186         build Gnus.
2187
2188         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2189         when interpreting the structures.
2190         (nnimap-request-accept-article): Add \r\n to the lines to make this
2191         work with Cyrus.
2192
2193         * nndraft.el (nndraft-request-expire-articles): Use the group name
2194         instead if "nndraft".  Fix found by Nils Ackermann.
2195
2196 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2197
2198         * nnregistry.el: Add.
2199
2200 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2201
2202         * nnmail.el (group, group-art-list, group-art):
2203         Remove unneeded directives.
2204
2205 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2208         (mm-mime-charset)
2209         * rfc2047.el (rfc2047-syntax-table)
2210         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2211
2212         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2213         rather than `insert-file-contents' and `eval-region'.
2214
2215         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2216         construction.
2217
2218         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2219
2220         * time-date.el: No need to require cl for Emacs 21.
2221
2222 2010-09-29  Julien Danjou  <julien@danjou.info>
2223
2224         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2225         replacement of `gnus-gravatar-relief' to mimic
2226         `gnus-faces-properties-alist'.
2227         Add :version property.
2228
2229 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * mail-source.el (mail-source-report-new-mail)
2232         * message.el (message-default-mail-headers)
2233         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2234
2235         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2236
2237 2010-09-28  Julien Danjou  <julien@danjou.info>
2238
2239         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2240         mail-address contains the same string as real-name.
2241
2242         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2243         non-blank in header, otherwise it'll get stripped.
2244
2245         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2246         real-name, and then for mail address rather than doing : or , search.
2247
2248 2010-09-27  Julien Danjou  <julien@danjou.info>
2249
2250         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2251         right completing-read function.
2252         (gnus-use-ido): New variable
2253         (gnus-completing-read-with-default): Remove.
2254         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2255         (gnus-agent-add-group):
2256         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2257         * mm-view.el (mm-view-pkcs7-decrypt):
2258         * mm-util.el (mm-codepage-setup):
2259         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2260         * mml-smime.el (mml-smime-openssl-sign-query):
2261         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2262         (mml-insert-multipart):
2263         * gnus-msg.el (gnus-summary-yank-message):
2264         * gnus-int.el (gnus-start-news-server):
2265         * mm-decode.el (mm-interactively-view-part):
2266         * gnus-dired.el (gnus-dired-attach):
2267         * gnus.el (gnus-read-method):
2268         * gnus-bookmark.el (gnus-bookmark-jump):
2269         * gnus-art.el (gnus-mime-view-part-as-type)
2270         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2271         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2272         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2273         * nnmairix.el (nnmairix-create-server-and-default-group)
2274         (nnmairix-update-groups, nnmairix-get-server)
2275         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2276         (nnmairix-get-group-from-file-path):
2277         * nnrss.el (nnrss-find-rss-via-syndic8):
2278         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2279         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2280         (gnus-group-browse-foreign-server):
2281         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2282         (gnus-summary-execute-command, gnus-summary-respool-article)
2283         (gnus-read-move-group-name):
2284         * gnus-score.el (gnus-summary-increase-score)
2285         (gnus-summary-score-effect):
2286         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2287
2288 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2291         x-focus-frame.
2292
2293         * nnimap.el (auth-source-forget-user-or-password)
2294         (auth-source-user-or-password): Autoload.
2295
2296         * message.el (message-from-style, message-interactive)
2297         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2298         (message-yank-prefix, message-indentation-spaces, message-signature)
2299         (message-signature-file): Add comment.
2300
2301 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2304         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2305         new articles.
2306
2307         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2308         parts.
2309         (nnimap-request-article): Work with the t setting, too.
2310
2311         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2312         that you don't get flashes of other buffers.
2313         (gnus-summary-show-complete-article): Intern before setting.
2314
2315 2010-09-27  David Engster  <dengste@eml.cc>
2316
2317         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2318         well as HEADERS.
2319         (nnmairix-retrieve-headers): Provide new argument for the above.
2320
2321 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-sum.el (gnus-summary-move-article): Don't alter
2324         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2325         group.
2326
2327         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2328
2329         * message.el (message-cite-prefix-regexp): Revert my last edit.
2330
2331         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2332         variable instead of the Gnus variable.
2333
2334         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2335
2336         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2337
2338         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2339         since some servers don't like it.
2340         (nnimap-open-connection): Forget credentials if the server says the
2341         password was wrong.
2342         (nnimap-parse-line): Protect against invalid data.
2343
2344         * gnus-sum.el (gnus-summary-move-article): Add comment.
2345         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2346         nothing alters it while scanning for new messages.
2347
2348         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2349         which may or may not help.
2350         (nnimap-open-connection): If we're doing a stream connection, and then
2351         discover we're on a STARTTLS-capable server, then open a STARTTLS
2352         connection instead.
2353
2354 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * nnimap.el (utf7): Require.
2357
2358         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2359         prefix.
2360
2361 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2362
2363         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2364
2365 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * nnimap.el (nnimap-request-accept-article): Message the error on
2368         error.
2369
2370 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2373
2374 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * nndoc.el (nndoc-request-list): Return success always.
2377
2378         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2379         `fetch-old' -- we only want to fetch the articles we've requested.
2380         The rest are in the agent, probably.
2381         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2382         disappeared server" to something low.  It's not important.
2383
2384         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2385         arrived before the FETCH data.
2386
2387         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2388         target here, because we don't know the Gnus name of the group.
2389
2390         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2391         for the correct group.
2392
2393         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2394
2395         * gnus.el (gnus): Give a final warning after startup.
2396
2397         * gnus-util.el (gnus-action-message-log): New variable.
2398         (gnus-message): Use it.
2399         (gnus-final-warning): New function.
2400
2401         * nnimap.el (nnimap-open-connection): Record the greeting.
2402         (nnimap): Add greeting.
2403
2404 2010-09-26  Julien Danjou  <julien@danjou.info>
2405
2406         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2407         arguments.
2408         (gnus-html-wash-images): Fix spec computing to include start/end.
2409
2410         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2411
2412 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2415         deletion.
2416         (nnimap-retrieve-headers): Don't select the group, because that's
2417         already done by nnimap-possibly-change-group.
2418
2419         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2420         (gnus-picon-transform-address): Use it.
2421
2422         * mail-source.el (mail-source-value): Revert previous patch.
2423
2424         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2425         on failure.
2426         (nnimap-open-connection): Look up both virtual and physical server name
2427         credentials.
2428
2429         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2430
2431 2009-02-07  Dave Love  <fx@gnu.org>
2432
2433         * tls.el (open-tls-stream): Don't query killing process.
2434
2435 2009-02-08  Dave Love  <fx@gnu.org>
2436
2437         * gnus-win.el (gnus-window-to-buffer-helper)
2438         (gnus-all-windows-visible-p): Function needn't be a symbol.
2439
2440         * mail-source.el (mail-source-value): Function needn't be a symbol.
2441
2442 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * message.el (message-cite-prefix-regexp): Remove } from the cite
2445         prefix.
2446
2447         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2448         highlight again, so that the highlight is correct.
2449
2450         * gnus-picon.el (gnus-picon): Remove again.
2451         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2452
2453         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2454         doing the header highlightling, so that the background colour of the
2455         picon is correct.
2456
2457         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2458         (gnus-picon): Ditto.
2459         (gnus-picon): Reinstate.  The background colour for picons is white.
2460         (gnus-picon-insert-glyph): Make the background white.
2461
2462         * nnml.el (nnml-open-nov): Don't return dead buffers.
2463
2464         * auth-source.el (auth-source-create): Query the user for whether to
2465         store the credentials.
2466
2467         * netrc.el (netrc-store-data): New function.
2468
2469         * auth-source.el (auth-source-user-or-password): Use the existing auth
2470         sources, if any, for creation.
2471
2472         * gnus.el (gnus-group-fast-parameter): Return the last matching
2473         parameter instead of the first matching parameter.
2474
2475 2010-09-26  Julien Danjou  <julien@danjou.info>
2476
2477         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2478
2479 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * mml2015.el (mml2015-use): Remove gpg support.
2482
2483         * mml1991.el (mml1991-function-alist): Remove gpg function.
2484         (mml1991-gpg-sign): Remove.
2485
2486 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2487
2488         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2489         (gnus-browse-unsubscribe-current-group): Document it.
2490         (gnus-browse-unsubscribe-group): Use it.
2491
2492 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493
2494         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2495         address to the To list for easier response.
2496
2497         * gnus.el (gnus-play-startup-jingle): Remove.
2498         (gnus-splash): Don't play jingle.
2499         (gnus): Silence gnus-load message.
2500
2501         * gnus-art.el (gnus-treat-play-sounds): Remove.
2502
2503         * gnus.el (gnus-play-jingle): Remove audio support.
2504
2505         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2506
2507         * earcon.el: Remove -- no users.
2508
2509         * gnus-audio.el: Remove -- no users of this package.
2510
2511         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2512
2513         * gnus-start.el (gnus-setup-news): Remove nocem support.
2514
2515         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2516
2517         * gnus.el (gnus-use-nocem): Remove.
2518
2519         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2520         Remove.
2521
2522         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2523         uses NoCeM any more.
2524
2525         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2526         (gnus-button-ctan-handler): Ditto.
2527         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2528         (gnus-button-ctan-directory-regexp): Ditto.
2529         (gnus-button-handle-ctan): Ditto.
2530         (gnus-button-tex-level): Ditto.
2531         (gnus-button-alist): Remove CTAN stuff.
2532
2533 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2536         nnimap-streaming test.
2537
2538         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2539         servers twice.
2540
2541         * nnimap.el (nnimap-open-connection): Add more error reporting when
2542         nnimap fails early.
2543
2544         * nnheader.el (nnheader-get-report-string): New function.
2545         (nnheader-get-report): Use it.
2546
2547         * gnus-int.el (gnus-check-server): Say what the error was when opening
2548         failed.
2549
2550         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2551         using streaming.
2552
2553 2010-09-25  Julien Danjou  <julien@danjou.info>
2554
2555         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2556         gnus-window-inside-pixel-edges.
2557
2558 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2561
2562         * mm-decode.el (mm-save-part): Allow saving to other directories the
2563         normal Emacs way.
2564
2565         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2566         Suggested by Jay Berkenbilt.
2567
2568         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2569         there isn't a single byte.
2570
2571         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2572         just do it.  It doesn't really seem to matter what the user responds
2573         here, I think, so it's just a confusing question.
2574
2575         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2576         non-streaming case.
2577
2578         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2579         (gnus-article-encrypt-body): Use it.
2580
2581         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2582         keystroke.
2583
2584         * nnimap.el (nnimap-find-wanted-parts-1):
2585         Use gnus-fetch-partial-articles.
2586
2587         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2588
2589         * nnimap.el (nnimap-insert-partial-structure): New function.
2590         (nnimap-get-partial-article): New function.
2591         (nnimap-request-article): Use it.
2592         (nnimap-wait-for-response): Return whether the wait was successful.
2593         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2594         retrieval wasn't successful.
2595         (nnimap-retrieve-group-data-early): Allow throttling servers.
2596         (nnimap-streaming): New variable.
2597         (nnimap-fetch-partial-articles): Remove.
2598
2599         * mm-decode.el (mm-with-part): Protect against killed buffers.
2600
2601         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2602         for prettier summary display.
2603
2604 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2605
2606         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2607
2608 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2611         apparently third-party libraries depend on it.
2612
2613         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2614         before starting negotiation.
2615
2616         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2617         privacy reasons.
2618         (gnus-treat-mail-gravatar): Ditto.
2619
2620         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2621         buffer when inserting images.  Inserting text into the headers, for
2622         instance, can make them invalid.
2623
2624 2010-09-25  Julien Danjou  <julien@danjou.info>
2625
2626         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2627         variables.
2628
2629         * nnheader.el: Remove useless variables news-reply-yank-from and
2630         news-reply-yank-message-id.
2631
2632         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2633         variables.
2634
2635         * mml1991.el: Remove useless mml1991-verbose.
2636
2637         * gnus.el: Remove useless variable gnus-use-generic-from.
2638         Remove obsolete variable gnus-topic-indentation.
2639
2640         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2641
2642         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2643
2644         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2645
2646         * gnus-group.el: Remove useless gnus-group-icon-cache.
2647         Remove useless gnus-ephemeral-group-server.
2648
2649         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2650
2651         * mml2015.el: Remove useless mml2015-verbose.
2652
2653         * mml-smime.el: Remove useless mml-smime-verbose.
2654
2655         * gnus.el: Remove useless gnus-local-domain.
2656
2657         * gnus-gravatar.el (gnus-gravatar-transform-address):
2658         Use gnus-gravatar-size.
2659
2660         * gnus-art.el: Remove useless gnus-treat-translate.
2661
2662 2010-09-24  Julien Danjou  <julien@danjou.info>
2663
2664         * gnus-sum.el: Add support for Gravatars.
2665
2666         * gnus-art.el: Add support for Gravatars.
2667
2668         * gnus-gravatar.el: Add this file.
2669
2670         * gravatar.el: Add this file.
2671
2672 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2675
2676         * gnus-group.el (gnus-group-fetch-faq): Remove.
2677
2678         * gnus.el (gnus-group-faq-directory): Remove.
2679
2680         * gnus-group.el (gnus-group-fetch-charter): Remove.
2681
2682         * gnus.el (gnus-group-charter-alist): Remove.
2683
2684         * gnus-group.el (gnus-group-archive-directory): Remove.
2685         (gnus-group-recent-archive-directory): Ditto.
2686         (gnus-group-make-archive-group): Remove.
2687
2688         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2689
2690         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2691         use the same article number for all the cached articles.
2692
2693         * nnimap.el (nnimap-command): Register the last command time so
2694         that we can use it for idling NOOPs.
2695         (nnimap-open-connection): Start the keeplive timer.
2696         (nnimap-make-process-buffer): Store all the process buffers.
2697         (nnimap-keepalive): New function.
2698
2699         * starttls.el (starttls-open-stream): Add autoload cookie.
2700
2701 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2702
2703         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2704         handling.
2705
2706 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2709         its data structures.
2710
2711         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2712         instead of the cl.el copy-list.
2713         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2714         equalp.
2715
2716 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2719         and tool-bar-local-item-from-menu.
2720
2721         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2722         mode-line-highlight face for Emacs.
2723
2724         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2725         loading gnus-sum.elc; fix comment for canlock-verify.
2726         (gnus-article-jump-to-part): Use read-number.
2727         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2728         Remove Emacs pre-21 compatible code for help-echo.
2729         (gnus-article-next-page-1): No need to adjust the number of lines.
2730         (gnus-article-describe-bindings): Always use help-buffer.
2731
2732         * gnus-audio.el (gnus-audio-inline-sound)
2733         * gnus-cus.el (gnus-custom-mode)
2734         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2735
2736         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2737
2738         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2739         compatible code.
2740
2741 2010-09-24  Glenn Morris  <rgm@gnu.org>
2742
2743         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2744         visiting the fcc file in rmail-mode.
2745
2746         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2747
2748 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * nnir.el: Silence the byte compiler.
2751
2752         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2753         alias to browse-url-url-encode-chars if any.
2754         (gnus-html-encode-url): Use it.
2755
2756 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * gnus-start.el (gnus-use-backend-marks): New variable.
2759         (gnus-get-unread-articles-in-group): Use it.
2760
2761         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2762         makeover.
2763
2764 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2765
2766         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2767
2768 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2771         Remove.
2772         (gnus-setup-news-hook):
2773         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2774
2775         * gnus-int.el (gnus-request-update-info): Protect against backends not
2776         having the function.
2777
2778         * nnimap.el (nnimap-stream): Mention starttls.
2779         (nnimap-open-connection): Add starttls support.
2780
2781 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2782
2783         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2784
2785 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2788         BODYSTRUCTUREs.
2789         (nnimap-transform-headers): Unfold quoted {42} headers.
2790
2791         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2792         the info.
2793         (gnus-get-unread-articles): Only call updatep on backends that support
2794         it.
2795
2796         * nnweb.el (nnweb-request-update-info): NOOP.
2797
2798         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2799
2800         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2801         since it only deals with marks.
2802
2803         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2804         gnus-request-marks, and make a new gnus-request-update-info.
2805
2806         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2807         the active instead of the high number, which is usually too low.
2808
2809 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2810
2811         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2812         * encrypt.el: Remove.
2813
2814 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2817         server in symbolic form.
2818
2819         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2820
2821 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2824         (nnimap-update-info): Fix up code slightly.
2825
2826         * gnus-int.el (gnus-open-server): Add tracing for performance
2827         debugging.
2828
2829         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2830         (gnus-group-insert-group-line): Pass the real group name so that it
2831         gets the right data.
2832
2833         * gnus-start.el (gnus-get-unread-articles): Don't have
2834         `gnus-get-unread-articles-in-group' update info, since that can be
2835         really slow and doesn't seem to be needed?
2836
2837 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2838
2839         * time-date.el (date-to-time): Try using parse-time-string first before
2840         using the slower timezone-make-date-arpa-standard.
2841
2842 2010-09-22  Julien Danjou  <julien@danjou.info>
2843
2844         * gnus-group.el (gnus-group-insert-group-line):
2845         Call gnus-group-highlight-line.
2846         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2847         default hook list.
2848         (gnus-group-update-eval-form): Add new function.
2849         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2850         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2851
2852 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2855         immediate, then expire all articles.
2856         (nnimap-update-info): Fix off-by-one errors.
2857         (nnimap-flags-to-marks): Would return no marks lists for group with no
2858         flags.  Instead return the other data.
2859
2860 2010-09-22  Julien Danjou  <julien@danjou.info>
2861
2862         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2863         Only return an icon.
2864         (gnus-group-insert-group-line): Compute icon to return.
2865
2866         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2867         (gnus-html-image-fetched): Only cache if
2868         gnus-html-image-automatic-caching is set.
2869         (gnus-html-image-fetched): Check for errors.
2870
2871 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2874         once per method on `g'.  This ensures that backends like nnfolder don't
2875         open all their folders.
2876
2877         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2878         (nnimap-request-list): Nix out group in the correct buffer.
2879         (nnimap-parse-flags): Implement by using `read' instead of
2880         hand-parsing.
2881         (nnimap-flags-to-marks): Pass on permanent-flags.
2882         (nnimap-make-process-buffer): Record the server name.
2883         (nnimap-parse-flags): Fix typo.
2884         (nnimap-request-scan): Run split on the server in general, not just a
2885         single group.
2886
2887         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2888         parameter, and propagate this downwards.
2889
2890         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2891         since EXAMINE changes it on the server.
2892
2893         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2894         this command might take a while.
2895
2896 2010-09-22  Julien Danjou  <julien@danjou.info>
2897
2898         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2899         harmful if you have 2 images side-by-side, they can't be properly
2900         update on text deletion.  Using text-property is safer here.
2901         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2902         data.
2903
2904 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * nnimap.el (nnimap-expunge-inbox): Remove.
2907         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2908         (nnimap-expunge): Flip default to t.
2909
2910         * gnus.el (gnus-method-to-server): Don't push things to the cache
2911         unless it's unique.
2912         (gnus-server-to-method): Ditto.
2913
2914 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2915
2916         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2917
2918 2010-09-22  Julien Danjou  <julien@danjou.info>
2919
2920         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2921         get the start of data.
2922         (gnus-html-encode-url): Add this function to encode special chars in
2923         URL.
2924         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2925         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2926
2927         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2928         default.
2929         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2930
2931         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2932         images alt-text.
2933         (gnus-html-put-image): Put alt-text as help-echo.
2934
2935 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2938         * mm-util.el (mm-decompress-buffer)
2939         * nnir.el (nnir-run-find-grep)
2940         * pop3.el (pop3-list): Use 3rd arg of split-string.
2941
2942         * time-date.el (format-seconds): Comment fix.
2943
2944         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2945         and byte-optimize-form-code-walker.
2946         (dgnushack-make-auto-load): Don't advise make-autoload.
2947
2948         * lpath.el: Remove Emacs 21 stuff.
2949
2950 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2951
2952         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2953         outside the active range.  Suggested by Dan Christensen.
2954
2955         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2956         slightly later to avoid double-getting it.
2957
2958         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2959         previous patch.
2960
2961         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2962
2963 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2964
2965         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2966
2967 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * gnus-int.el (gnus-open-server): Give a better error message in the
2970         "go offline" case.
2971
2972         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2973         marks for nnimap, which is seldom the right thing to do.
2974
2975         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2976         (gnus-same-method-different-name): New function.
2977
2978         * nnimap.el (parse-time): Require.
2979
2980         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2981         method in the presence of many similar methods.
2982
2983         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2984
2985         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2986         nnml-inhibit-expiry.
2987
2988         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2989         find out whether methods are equal.
2990
2991         * nnimap.el (nnimap-find-expired-articles): New function.
2992         (nnimap-process-expiry-targets): New function.
2993         (nnimap-request-move-article): Request the article before looking at
2994         what the Message-ID is.  Fix found by Andrew Cohen.
2995         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2996
2997         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2998         for oldness in addition to being a predicate.
2999
3000         * nnimap.el (nnimap-request-group): When we have zero articles, return
3001         the right data to Gnus.
3002         (nnimap-request-expire-articles): Only delete articles immediately if
3003         the target is 'delete.
3004
3005         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3006         method, this would bug out.
3007
3008         * gnus-group.el (gnus-group-expunge-group): Rename from
3009         gnus-group-nnimap-expunge, and implemented as a normal interface
3010         function.
3011
3012         * gnus-int.el (gnus-request-expunge-group): New function.
3013
3014         * nnimap.el (nnimap-request-create-group): Implement.
3015         (nnimap-request-expunge-group): New function.
3016
3017 2010-09-21  Julien Danjou  <julien@danjou.info>
3018
3019         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3020         (gnus-html-cache-expired): Add new function.
3021         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3022         wethever we should display image for fetch it.
3023         Compute alt-text earlier to pass it to the fetching function too.
3024         (gnus-html-schedule-image-fetching): Change function argument to only
3025         get one image at a time, not a list.
3026         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3027         cache.
3028         (gnus-html-get-image-data): New function to retrieve image data from
3029         cache.
3030         (gnus-html-put-image): Change buffer argument to use image data rather
3031         than file, and place image above region rather than inserting a new
3032         one.  Do not take alt-text as argument, since it's useless now: we place
3033         the image above alt-text.
3034         (gnus-html-prune-cache): Remove.
3035         (gnus-html-show-images): Start to fetch image when we find one, do not
3036         push into a temporary list.
3037         (gnus-html-prefetch-images): Only fetch image if they have expired.
3038         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3039         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3040
3041 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3044
3045 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3048         spec inser "*" if the group isn't active instead of 0.
3049
3050         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3051         opening the server.
3052         (nnimap-request-delete-group): Implement group deletion.
3053         (nnimap-transform-headers): Return the size of the entire message in
3054         the Bytes header, not just the size of the first part.
3055         (nnimap-request-move-article): When moving an article from nnimap,
3056         request the article first so the accepting form has an article to
3057         accept.  Reported by Dan Christensen.
3058         (nnimap-command): Make sure that the error message doesn't error out.
3059
3060 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3061
3062         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3063         we haven't requested anything.
3064
3065 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3068         "".  Fix found by Andrew Cohen.
3069
3070         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3071         instead of -encode-string.
3072
3073 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3076
3077         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3078         by mm-subst-char-in-string.
3079
3080 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3083         waiting for the connection string.
3084
3085         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3086         arriving.
3087
3088         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3089         bogus characters.  This allows selecting certain Gmail groups.
3090
3091         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3092         (nnimap-fetch-partial-articles): New variable.
3093         (nnimap-open-connection): When looking for credentials, also use the
3094         nnimap-server-port.
3095         (nnimap-request-article): Return the group/article number, so that Gnus
3096         `^' works as expected.
3097         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3098
3099         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3100         comments.
3101         (gnus-methods-sloppily-equal): New function.
3102         (gnus): When using the development version of Gnus, load the gnus-load
3103         file.
3104
3105         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3106         `gnus-open-server' on each method before trying to scan them etc.
3107         This ensures that all the backend parameters are set correctly.
3108
3109         * nnimap.el (nnimap-authenticator): New variable.
3110         (nnimap-open-connection): Allow anonymous login.
3111         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3112         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3113
3114         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3115         patch, found by Knut Anders Hatlen.
3116
3117 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3118
3119         * gnus-agent.el (gnus-agent-batch-confirmation)
3120         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3121         to gnus-message.
3122         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3123         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3124         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3125         * gnus-int.el (gnus-open-server): Likewise.
3126         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3127         (gnus-score-check-syntax): Likewise.
3128         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3129         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3130         Likewise.
3131         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3132
3133 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3136         calling conventions so that prefetch doesn't bug out.
3137
3138 2010-09-19  Julien Danjou  <julien@danjou.info>
3139
3140         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3141         rather than `subst-char-in-region' in order to be able to replace ASCII
3142         char by UTF-8 ones.
3143
3144         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3145         than curl.
3146         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3147         the right URL and ALT text on images.
3148         (gnus-html-wash-tags): Fix tag case.
3149         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3150         (gnus-article-html): Add -o display_ins_del=2 option.
3151         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3152
3153 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3156         the extra mail headers, which sometimes seem to happen for unknown
3157         reasons.
3158
3159         * mail-parse.el (mail-header-encode-parameter): Define as
3160         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3161         (or most, perhaps?) mail readers don't understand the latter, but do
3162         understand the former.
3163
3164         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3165         to nil, so that no methods are automatically agentized.  I think this
3166         is probably what most users want.
3167
3168         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3169         from url-retrieve, for instance about invalid URLs.
3170
3171         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3172         groups that have no articles.
3173         (nnimap-request-article): Check that we really got an article when we
3174         requested one.
3175
3176         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3177         doesn't exist.
3178
3179         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3180         nntp buffer so the agent can save it.
3181         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3182         that CRLF doesn't get translated to \n.
3183         (nnimap-open-connection): Don't make 'shell commands only send \n.
3184
3185 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3186
3187         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3188         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3189         Update var name.
3190         (nnml-generate-nov-file): Use dolist.
3191         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3192         Use with-current-buffer.
3193
3194 2010-09-18  Julien Danjou  <julien@danjou.info>
3195
3196         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3197         parallel.
3198
3199 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3202         the range update right.
3203         (nnimap-request-group): Don't make `M-g' bug out on group with no
3204         marks.
3205         (nnoo): Require, so that other packages can require nnimap.
3206         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3207         command we're looking for.  This helps when the server sends more
3208         responses after we've gotten everything we expected.
3209         (nnimap): Add a `newlinep' field to keep track of end-of-line
3210         conventions.
3211         Don't send CRLF to things that don't want it.
3212         (nnimap-request-accept-article): Ditto.
3213
3214 2010-09-18  Julien Danjou  <julien@danjou.info>
3215
3216         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3217         than curl to retrieve images.
3218
3219 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3222         the marks.
3223         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3224         (nnimap-wait-for-connection): New function.
3225         (nnimap-open-connection): If we have PREAUTH, don't query for login
3226         credentials.
3227         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3228         when doing a partial update.
3229
3230 2010-09-18  Julien Danjou  <julien@danjou.info>
3231
3232         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3233         tags.
3234
3235 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * nnimap.el (nnimap-credentials): New function.
3238         (nnimap-open-connection): Use the new function to look for credentials
3239         also on the numeric equivalents of "imap" and "imaps".
3240
3241         * gnus-start.el (gnus-activate-group): Send the info to
3242         gnus-request-group.
3243
3244         * nnimap.el (nnimap-request-group): Have the "check" version of the
3245         function parse flags and update the info, so that a `M-g' get a total
3246         resync of all flags from the group.
3247
3248         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3249         to allow backends to alter the info on group selection.  Also alter all
3250         the backend -request-group functions to take the parameter.
3251
3252         * nnimap.el (nnimap-store-info): New function.
3253         (nnimap-update-info): Store the info for later usage.
3254         (nnimap-request-group): Use the stored info for the dont-check case, so
3255         that we don't retrieve all marks when we enter a group.
3256
3257         * nnimap.el: Use deffoo instead of defun for interface functions.
3258
3259         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3260         update the group info.  This makes the nndraft groups, for instance, go
3261         back to their old behaviour.
3262
3263         * gnus-sum.el (gnus-select-newsgroup): Indent.
3264
3265         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3266         in.
3267         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3268         nothing.
3269
3270         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3271         from methods that are denied.
3272
3273         * gnus-int.el (gnus-method-denied-p): New function.
3274
3275         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3276         store the password instead of netrc.
3277         (nnimap-open-connection): Don't error out when we can't make a
3278         connections.
3279
3280         * auth-source.el (auth-source-create): In the password prompt, say what
3281         we're querying for.  Also prompt for user name if that hasn't been
3282         given.
3283
3284         * nnimap.el (nnimap-with-process-buffer): Remove.
3285
3286 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3289         method when we're reading from the agent.
3290
3291         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3292
3293         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3294         that's probably most useful for users.
3295
3296         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3297         "failed" all the time.
3298
3299         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3300         ...)) with (with-current-buffer ... ).
3301
3302         * nntp.el (nntp-open-server): Return whether the open was successful or
3303         not.
3304
3305         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3306         select an unread unseen article first.
3307
3308         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3309         /etc/services, supply some sensible port defaults.
3310
3311         * dgnushack.el: Define netrc-credentials.
3312
3313 2010-09-17  Julien Danjou  <julien@danjou.info>
3314
3315         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3316
3317 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3318
3319         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3320         doesn't have any parameters.
3321
3322 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3325         only upcased checks.
3326
3327         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3328
3329         * nnimap.el (nnimap-open-shell-stream): New function.
3330         (nnimap-open-connection): Use it.
3331         (nnimap-transform-headers): Get the number of lines in each message.
3332         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3333         number of lines.
3334         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3335         problem.
3336
3337         * utf7.el (utf7-encode): Autoload.
3338
3339         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3340         to allow the mail splitting to not return a default group.  This is
3341         useful for nnimap, which will leave unmatched mail in the inbox.
3342
3343         * nnimap.el: Rewritten.
3344
3345         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3346         nnimap usage.
3347
3348         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3349         if the move is internal, so that nnimap can do fast internal moves.
3350
3351         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3352         data.
3353         (gnus-read-active-for-groups): Support finishing the early retrieval of
3354         data.
3355
3356         * gnus-range.el (gnus-range-nconcat): New function.
3357
3358         * gnus-int.el (gnus-finish-retrieve-group-infos)
3359         (gnus-retrieve-group-data-early): New functions.
3360
3361 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3362
3363         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3364         (nnrss-retrieve-groups):
3365         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3366         (pop3-quit): Use with-current-buffer.
3367
3368 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3371         instead of nnheader-accept-process-output.
3372
3373         * dgnushack.el (dgnushack-compile): Add comment.
3374
3375         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3376
3377         * gnus-html.el (gnus-html-schedule-image-fetching)
3378         (gnus-html-prefetch-images): Replace process-kill-without-query by
3379         gnus-set-process-query-on-exit-flag.
3380
3381 2010-09-16  Romain Francoise  <romain@orebokech.com>
3382
3383         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3384
3385 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3388         parameter to unintern is mandatory-ish in Emacs 24.
3389
3390         * gnus-html.el (gnus-html-schedule-image-fetching)
3391         (gnus-html-prefetch-images): Check for curl before using it.
3392
3393         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3394         depend on curl, which isn't essential.
3395
3396         * imap.el: Revert back to version
3397         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3398         seem problematic.
3399
3400 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3401
3402         * gnus-registry.el (gnus-registry-install-shortcuts):
3403         Explicitly pass `obarray' to `unintern' to avoid a warning.
3404
3405 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3408         change.
3409
3410         * nnrss.el (nnrss-request-list): Remove this function and related
3411         functions, including the moreover stuff.
3412
3413 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * nnrss.el (nnrss-retrieve-groups): New function.
3416
3417 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3418
3419         * .dir-locals.el: Add no-byte-compile cookie.
3420
3421 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * time-date.el (format-seconds): Comment fix.
3424
3425         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3426         for back end that doesn't support request-scan.
3427
3428 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3431         then do request scans from the backends.
3432
3433         * netrc.el (netrc-credentials): New conveniency function.
3434
3435         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3436         avoid running a hook per line, since this takes a lot of time,
3437         profiling shows.
3438         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3439         directly if gnus-visual-p is true.
3440
3441 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3444         groups; replace mapcar with dolist which is a bit faster; pass groups
3445         info to gnus-read-active-file-1.
3446         (gnus-read-active-file-1): Scan only specified groups if the new
3447         optional arg `infos' is given.
3448
3449 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3452
3453         * pop3.el (pop3-movemail): Remove.
3454         (pop3-streaming-movemail): Rename to pop3-movemail.
3455
3456         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3457         don't restrict end-tag searches to the end of the line.
3458
3459 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3462         articles of every unchecked group to t, which means unknown since the
3463         server has never been opened.
3464
3465 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3466
3467         * gnus-html.el (gnus-html-show-alt-text): New command.
3468         (gnus-html-browse-image): Ditto.
3469         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3470         to browse the image directly.
3471         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3472         better.
3473
3474         * gnus-async.el (gnus-async-article-callback):
3475         Call `gnus-html-prefetch-images' unconditionally.
3476
3477         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3478         before feeding URLs to curl.
3479
3480 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3483         internal images as deletable by `W D D'.
3484
3485         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3486         (gnus-async-article-callback): Fix typo.
3487
3488 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3491         current line to work around bugs in the output from w3m.
3492
3493         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3494         for groups that want that.
3495
3496         * nntp.el (nntp-wait-for-string): Supply a timeout for
3497         accept-process-output to ensure progress.
3498
3499         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3500         level to get unread articles from, then use that for foreign groups,
3501         too.
3502
3503         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3504         confuses the rest of the function.
3505
3506         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3507         for the methods that support -retrieve-groups, too.
3508
3509         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3510
3511 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3514         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3515
3516         * pop3.el: Require cl when compiling.
3517         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3518
3519 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3522         that aren't going to be activated.
3523         (gnus-get-unread-articles): Fix up the last commit.
3524
3525         * gnus-html.el (gnus-article-html): Allow calling without specifying
3526         the handle.  In that case, dissect the buffer first.
3527
3528         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3529
3530         * nnimap.el (nnimap-open-connection): Revert the change that would look
3531         into authinfo for imaps instead of imap.
3532
3533         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3534         say that you don't want to call gnus-request-group with don-check, but
3535         do check the reponse.  This is for virtual groups only.
3536         (gnus-get-unread-articles): Count the archive groups as secondary, so
3537         that they're activated the same way as before.
3538
3539         * imap.el (imap-message-map): Removed optional buffer parameter, since
3540         no callers use it.
3541         (imap-message-get): Ditto.
3542         (imap-message-put): Ditto.
3543         (imap-mailbox-map): Ditto.
3544         (imap-mailbox-put): Ditto.
3545         (imap-mailbox-get): Ditto.
3546         (imap-mailbox-get): Revert last change for this function.
3547
3548         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3549         case-insensitively.
3550         (nnimap-debug): Remove.
3551
3552         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3553         to use `imap-fetch' instead.  According to the comments, this should be
3554         safe, since all other IMAP clients use the 1:* syntax.
3555         (imap-enable-exchange-bug-workaround): Removed.
3556         (imap-debug): Removed -- doesn't seem very useful.
3557
3558         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3559         mail from a file, and the file doesn't exist.
3560
3561         * imap.el (imap-log): New convenience function used throughout instead
3562         of repeating the same code all over the place.
3563
3564         * pop3.el (pop3-streaming-movemail): Return t for success.
3565
3566         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3567         .authinfo if we're using ssl connection.
3568
3569         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3570         already have if we're in a main Gnus `g' run.
3571
3572         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3573
3574 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3577
3578         * nnmh.el (nnmh-request-list-1): Bind `file'.
3579
3580         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3581         alias to set-process-query-on-exit-flag or process-kill-without-query.
3582         (pop3-open-server): Use it.
3583
3584 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3587         box to the Incoming file.  Fixes mistake in previous checkin.
3588
3589         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3590         request loop (for debugging purposes) removed.
3591
3592         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3593         culprit is more visible.
3594         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3595         (nnml-add-incremental-nov): New functions to do "incremental" nov
3596         updates, where we just append to the end of the existing nov files
3597         without reading/writing them in full.
3598
3599         * mail-source.el (mail-source-delete-crash-box): Really only check the
3600         incoming files once in a while.
3601
3602         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3603
3604         * mail-source.el (mail-source-delete-crash-box): Only check the
3605         incoming files for deletion once per day to save a lot of file
3606         accesses.
3607
3608         * pop3.el (pop3-logon): Fix up unbound variable typo.
3609
3610         * mail-source.el (pop3-streaming-movemail): Autoload.
3611
3612         * pop3.el (pop3-streaming-movemail):
3613         Respect pop3-leave-mail-on-server.
3614
3615         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3616         retrieval.
3617
3618         * pop3.el (pop3-process-filter): Remove unused function.
3619         (pop3-streaming-movemail, pop3-send-streaming-command)
3620         (pop3-wait-for-messages, pop3-write-to-file)
3621         (pop3-number-of-responses): New functions for streaming pop3
3622         retrieval.
3623
3624         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3625         come from no known methods.
3626         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3627         list.
3628
3629         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3630         message sizes.
3631         (pop3-movemail): Use erase-buffer instead of looping and deleting
3632         regions, which seems rather odd.
3633
3634         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3635         file once per `g' run.
3636
3637         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3638         directories.  This makes the draft queue directory work.
3639
3640         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3641         data from the backends, so that we only request the list of groups from
3642         each method once.  This should speed things up considerably.
3643
3644         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3645         detect that it's not implemented.
3646
3647         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3648         we actually do recurse down into the tree, but don't stat all leaf
3649         nodes.
3650
3651         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3652         then say so instead of bugging out.
3653
3654         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3655         files exist before trying to read them.
3656
3657         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3658         around <pre_int>.
3659
3660         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3661
3662         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3663
3664 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * mm-util.el (mm-image-load-path): Just return the image directories,
3667         not all directories in the path in addition to the image directories.
3668         (mm-image-load-path): Maintain a cache of the image directories so that
3669         the `g' command in Gnus doesn't have to stat dozens of directories each
3670         time.
3671
3672         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3673         (gnus-html-wash-tags): Add a new `i' command to insert images.
3674         (gnus-html-insert-image): New command and keystroke.
3675         (gnus-html-redisplay-with-images): New command and keystroke.
3676         (gnus-html-show-images): Rename command.
3677         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3678         spacers.
3679         (gnus-html-wash-tags): Decode entities at the end, so that entities
3680         inside the tags don't mess up the rest of the "parsing".
3681
3682         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3683         so that nnimap methods aren't agentized by default.  There's apparently
3684         many problems related to agent/imap behaviour.
3685
3686         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3687
3688         * gnus-html.el: Doc fix.
3689
3690 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3693         specifier-spec-list for Emacs 21.
3694
3695         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3696         glyph-width and glyph-height instead of display-graphic-p and
3697         image-size; make avoidance of displaying small images work for XEmacs.
3698
3699         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3700         for XEmacs.
3701
3702         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3703         of symbol that holds plist data.
3704         (gnus-process-plist): Remove plist of process after getting it.
3705
3706 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * message.el (message-generate-hashcash): Change default to
3709         'opportunistic if hashcash is installed.
3710
3711         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3712         (gnus-html-put-image): Only call image-size once, since it's somewhat
3713         time-consuming on remote X servers.
3714
3715 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3718         type on data, not a file name.
3719
3720         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3721         window-pixel-edges for Emacs 21.
3722
3723         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3724         decoded contents.
3725         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3726
3727 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3730         group line format, since it isn't very interesting.
3731
3732         * gnus-agent.el (gnus-agent-short-article),
3733         (gnus-agent-long-article): Increase values for these two variables,
3734         since most people are likely to have more network connection and
3735         storage than before.
3736
3737         * gnus.el (gnus-refer-article-method): Change default to 'current.
3738         When referring an article, the common behaviour is to refer it from the
3739         current select method, not the native select method.  The chances of
3740         the native select method having the message in question is rather slim
3741         these days.
3742
3743         * gnus-sum.el (gnus-auto-select-subject): Change default to
3744         `unseen-or-unread'.  I think it's likely that most people want to
3745         select an unseen article over a previously seen, but unread one.
3746
3747         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3748         means that in the article buffer none of the minor mode elements will
3749         be shown, usually, and this is not desirable in most cases.
3750
3751         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3752         that commands like `d' (and the like) go to the next line in the
3753         buffer, instead of the next unread article.  I think this is the
3754         behaviour that is most natural for most users.
3755         (gnus-single-article-buffer): Change default to nil, so that people can
3756         have as many article buffers open as they have summary buffer.  I think
3757         this is the most natural way for the groups to behave.
3758
3759         * message.el (message-generate-new-buffers): Change default to
3760         `unsent', so that all new message buffers start their names with the
3761         string "*unsent", and it's easier to find the buffers if you move from
3762         them.
3763
3764 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3767         small.  They're probably tracking images.
3768         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3769         (gnus-html-rescale-image): Yet another try at getting the image sizing
3770         right.
3771
3772         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3773         nntp-marks-file-name is nil.
3774
3775 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         * gnus-html.el (gnus-html-wash-tags)
3778         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3779         Better logging.
3780
3781 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3782
3783         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3784
3785         * gnus-html.el (gnus-html-wash-tags): Check the value of
3786         gnus-blocked-images in the summary buffer.
3787
3788 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3789
3790         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3791
3792 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3795         like "a", it seems like.
3796         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3797         since it needs to be picked from the correct buffer.
3798
3799         * nnwfm.el: Remove.
3800
3801         * nnlistserv.el: Remove.
3802
3803 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3804
3805         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3806         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3807
3808 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * nnkiboze.el: Remove.
3811
3812         * nndb.el: Remove.
3813
3814         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3815         alt text.
3816         (gnus-html-rescale-image): Try to get the rescaling logic right for
3817         images that are just wide and not tall.
3818
3819         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3820         overshadow variable bindings.
3821
3822 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3823
3824         * gnus-html.el (gnus-html-wash-tags)
3825         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3826         Add extra logging.
3827
3828 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3831         (gnus-max-image-proportion): New variable.
3832         (gnus-html-rescale-image): New function.
3833         (gnus-html-put-image): Rescale images.
3834
3835 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3836
3837         Fix up some byte-compiler warnings.
3838         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3839         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3840         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3841         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3842         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3843         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3844         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3845
3846 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * gnus-html.el (gnus-article-html): Decode contents by charset.
3849
3850 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3853         (gnus-html-frame-width, gnus-blocked-images)
3854         * message.el (message-prune-recipient-rules): Add custom version.
3855         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3856
3857         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3858         functions.
3859
3860         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3861         gnus-process-get.
3862
3863 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3864
3865         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3866         instead of lsub directly.
3867
3868 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * nnwarchive.el: Remove.
3871
3872         * gnus-soup.el: Remove.
3873
3874         * nnsoup.el: Remove.
3875
3876         * nnultimate.el: Remove.
3877
3878         * gnus-html.el (gnus-blocked-images): New variable.
3879
3880         * message.el (message-prune-recipients): New function.
3881         (message-prune-recipient-rules): New variable.
3882
3883         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3884         guess whether a long line is natural text or not.
3885
3886         * gnus-html.el (gnus-html-schedule-image-fetching):
3887         Use gnus-process-plist and friends for compatibility.
3888
3889 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3890
3891         * gnus-html.el: Require packages that define macros used in this file.
3892         (gnus-article-mouse-face): Declare to silence byte-compiler.
3893         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3894         process-get.
3895         (gnus-html-put-image): Use plist-get to avoid getf.
3896         (gnus-html-prefetch-images): Use with-current-buffer.
3897
3898 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-ems.el: Provide compatibility functions for
3901         gnus-set-process-plist.
3902
3903         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3904         header-line-format for XEmacs 21.4.
3905
3906         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3907         * gnus.el (gnus-valid-select-methods)
3908         * message.el (message-send-mail-partially-limit)
3909         * mm-decode.el (mm-text-html-renderer)
3910         * mml.el (mml-insert-mime-headers-always)
3911         * smiley.el (smiley-regexp-alist): Bump custom version.
3912
3913 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * gnus-html.el: require mm-url.
3916         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3917         with the url to `url'.
3918         (gnus-html-wash-tags): Support cid: URLs/images.
3919
3920 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3923         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3924         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3925
3926         * gnus-move.el: Remove file, since it doesn't really work.
3927
3928         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3929         UTF-8.  This seems to fix problems with some German web feeds.
3930
3931         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3932         at the top so that the proper colours are applied.
3933
3934         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3935         don't have dots in their names.
3936
3937         * gnus-art.el (gnus-article-view-part): Doc fix.
3938
3939         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3940         XEmacs-compatible.
3941         (gnus-html-put-image): Don't do images on non-graphic displays.
3942
3943         * nnslashdot.el: Remove this unused backend.
3944
3945         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3946         actions.
3947         (gnus-undo-register-1): Revert last change.
3948
3949         * gnus-group.el (gnus-group-completing-read): Protect against not
3950         having completion-styles bound.
3951
3952         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3953         make broken recipients happier.
3954
3955         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3956
3957         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3958         point parameter.
3959
3960         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3961
3962         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3963         completion-styles for group selection.
3964
3965 2009-02-04  Andreas Schwab  <schwab@suse.de>
3966
3967         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3968         headers and regexp-quote the match if necessary.
3969
3970 2009-03-24  Miles Bader  <miles@gnu.org>
3971
3972         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3973         the blinking smiley.
3974
3975 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3976
3977         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3978         blink smiley.
3979
3980 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3983         where the dribbel file lives exists.
3984
3985         * message.el (message-send-mail-partially-limit): Change the default to
3986         nil, since most people don't want this.
3987
3988         * mm-url.el (mm-url-decode-entities): Also decode entities like
3989         &#x3212.
3990
3991 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3992
3993         * gnus-sum.el (gnus-summary-idna-message):
3994         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3995         Hyperlink urls in docstrings with URL `...'.
3996
3997 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3998
3999         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4000         functions.
4001
4002 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4005         say what the mouseover text should be.
4006
4007         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4008         version of the mm-w3m-safe-url-regexp variable to only download images
4009         in the groups where we want that to happen.
4010
4011         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4012
4013         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4014         easier debugging.
4015         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4016         big pictures in the article buffer.
4017
4018         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4019         gnus-article-html.
4020         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4021         w3m.
4022
4023         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4024
4025 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4026
4027         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4028         which doesn't exist.
4029
4030         * message.el (message-inhibit-ecomplete): New variable to allow some
4031         function to inhibit ecomplete address storage.
4032         (message-resend): Disable ecomplete message storage when resending
4033         messages.
4034
4035         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4036
4037 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4040         Save excursion while copying, moving, and deleting articles in order to
4041         prevent the cursor from jumping to unforeseen place.
4042
4043 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * lpath.el: No need to bind bookmark-current-buffer,
4046         bookmark-yank-point and bookmark-make-record-function.
4047
4048 2010-08-17  Glenn Morris  <rgm@gnu.org>
4049
4050         * gnus-sync.el: Require gnus components whose functions are used.
4051
4052         * gnus-art.el (bookmark-make-record-function):
4053         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4054         Declare for compiler.
4055
4056         * mm-url.el (mml-compute-boundary): Autoload.
4057
4058 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4061
4062 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4063
4064         Typo fix "hoo4a" -> "hook".
4065
4066         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4067
4068 2010-08-14  Glenn Morris  <rgm@gnu.org>
4069
4070         * gnus-sync.el (gnus-sync): Fix defgroup version.
4071
4072 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4073
4074         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4075
4076         * gnus-sync.el: Fix docs.
4077         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4078         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4079
4080 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4081
4082         Optimizations for gnus-sync.el.
4083
4084         * gnus-sync.el: Add docs about gnus-sync-backend
4085         possibilities.
4086         (gnus-sync-save): Remove unnecessary message.
4087         (gnus-sync-read): Optimize and show what groups were skipped.
4088
4089 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4090
4091         Minor bug fixes for gnus-sync.el.
4092
4093         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4094         Don't read the sync on get-new-news.
4095
4096         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4097         quiet.
4098
4099         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4100         (fix typo).
4101
4102 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4103
4104         Make saving and restoring of hidden threads work with overlays.
4105         Patch applied by Ted Zlatanov.
4106
4107         * gnus-sum.el (gnus-hidden-threads-configuration)
4108         (gnus-restore-hidden-threads-configuration): Update to deal with text
4109         properties, rather than searching for a magic character.
4110
4111 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4112
4113         New gnus-sync.el library for synchronization of marks.
4114
4115         * gnus-sync.el: New library for synchronization of marks.
4116
4117         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4118         renamed from `gnus-registry-grep-in-list'.
4119
4120         * gnus-registry.el (gnus-registry-follow-group-p):
4121         Use `gnus-grep-in-list'.
4122
4123         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4124
4125 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4128         determining charset of text fails.
4129
4130 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * nnmail.el (nnmail-get-new-mail-1): Revert.
4133
4134         * nnml.el (nnml-active-number): Make sure names of newly created groups
4135         in nnml-group-alist are encoded.
4136
4137 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4140         containing non-ASCII characters in active file for nnml back end.
4141
4142 2010-07-24  David Engster  <dengste@eml.cc>
4143
4144         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4145         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4146
4147 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4148
4149         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4150         tag (Bug#6654).
4151
4152 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4155         the article buffer, not the summary buffer.
4156
4157 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4160         Emacs 23 as well.
4161
4162 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4165         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4166
4167 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4168
4169         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4170         Patch applied by Karl Fogel.
4171
4172         * gnus-sum.el (gnus-summary-bookmark-make-record):
4173         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4174
4175 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4176
4177         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4178         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4179         C-w still not working correctly from Article buffers; Thierry's
4180         patch to fix that will be applied after this.
4181
4182         * gnus-art.el (bookmark-make-record-function): New local variable.
4183
4184         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4185         article buffer.
4186         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4187
4188 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4189
4190         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4191         on changes in bookmark.el.
4192
4193 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4196         `no-log' instead of message not to log prompt string.
4197
4198 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4199
4200         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4201         the *other* type of HTML form submission.
4202
4203 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4204
4205         * auth-source.el (auth-source-pick): If choice does not contain a
4206         questioned keyword, set the check to t.
4207
4208 2010-06-12  Romain Francoise  <romain@orebokech.com>
4209
4210         * gnus-util.el (gnus-date-get-time): Move up before first use.
4211
4212 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4215         (gnus-article-edit-part): Bind it to make last part that is substituted
4216         or deleted visible.
4217         (gnus-mime-display-single): Buttonize part of which id equals to
4218         gnus-mime-buttonized-part-id.
4219
4220 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4221
4222         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4223         (gnus-dd-mmm): Use gnus-date-get-time.
4224         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4225         simplify logic.
4226         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4227         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4228
4229 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4230
4231         * auth-source.el (top): Autoload `secrets-list-collections',
4232         `secrets-create-item', `secrets-delete-item'.
4233         (auth-sources): Fix tag string.
4234         (auth-get-source, auth-source-retrieve, auth-source-create)
4235         (auth-source-delete): New defuns.
4236         (auth-source-pick): Rewrite in order to avoid 2 passes.
4237         (auth-source-forget-user-or-password): New parameter USERNAME.
4238         (auth-source-user-or-password): New parameters CREATE-MISSING and
4239         DELETE-EXISTING.  Retrieve password interactively, if needed.
4240
4241 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4242
4243         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4244         deleting unused directories when gnus-expert-user is t.
4245
4246 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4249         for each temp file when gnus-article-browse-delete-temp is ask.
4250
4251 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4252
4253         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4254         Lisp calls to delete-backward-char by calls to delete-char.
4255
4256 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4257
4258         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4259
4260 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4261
4262         * password-cache.el (password-cache-remove): Fix docstring.
4263
4264 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4267         article unless decoding article to be saved.
4268
4269 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4272         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4273         generated within the mm-with-unibyte-current-buffer macro.
4274
4275 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4278         to nil when we're in a mml-preview buffer and no group is selected.
4279
4280 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4281
4282         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4283         when catching the `C-g'.  Reported by "Leo".
4284
4285 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * message.el (message-forward-make-body-plain)
4288         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4289         multibyte-string-p.
4290
4291         * lpath.el: Revert.
4292
4293 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * message.el (message-forward-make-body-mml): Assume original message
4296         is multibyte string; error on unibyte.
4297         (message-forward-make-body-plain): Ditto; don't add excessive newline
4298         in body end.
4299
4300         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4301
4302 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4303
4304         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4305         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4306
4307 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * mm-extern.el (mm-extern-url): Don't use
4310         mm-with-unibyte-current-buffer.
4311         (mm-extern-cache-contents): Use with-current-buffer instead of
4312         save-excursion + set-buffer.
4313
4314 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * mm-util.el (mm-emacs-mule): Remove.
4317
4318 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4319
4320         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4321         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4322         change.
4323
4324 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4327         bind the default value of enable-multibyte-characters to nil.
4328
4329 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * message.el (message-forward-make-body-plain)
4332         (message-forward-make-body-mml):
4333         Don't use mm-with-unibyte-current-buffer.
4334
4335 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4336
4337         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4338
4339 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4340
4341         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4342         (Bug#5592).
4343
4344 2010-05-07  Julien Danjou  <julien@danjou.info>
4345
4346         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4347         it to mm-pipe-part.
4348
4349         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4350         it is given.
4351
4352 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4353
4354         * binhex.el (binhex-decode-region-internal)
4355         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4356         (dns-query)
4357         * nnweb.el (nnweb-gmane-search)
4358         * pgg-parse.el (pgg-parse-armor)
4359         * pgg.el (pgg-verify-region)
4360         * sha1.el (sha1-string-external)
4361         * uudecode.el (uudecode-decode-region-internal)
4362         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4363         XEmacs.
4364
4365         * gnus-art.el (gnus-article-browse-html-parts)
4366         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4367         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4368         make-temp-file.
4369
4370         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4371         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4372         compiling.
4373
4374         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4375         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4376         XEmacs when compiling.
4377
4378         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4379         gnus-pick-mode-off-hook for XEmacs when compiling.
4380         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4381         gnus-binary-mode-off-hook for XEmacs when compiling.
4382
4383         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4384         Return nil if char-charset is not available.
4385
4386         * imap.el (imap-disable-multibyte)
4387         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4388         macros.
4389
4390         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4391         instead of encode-coding-string.
4392
4393         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4394         'xemacs) instead of mm-emacs-mule to switch function definitions.
4395         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4396
4397         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4398         bind temporary-file-directory for XEmacs;
4399         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4400         timer-set-function for XEmacs 21.4 and SXEmacs;
4401         bind timer-list for XEmacs 21.4 and SXEmacs;
4402         fbind char-charset and find-charset-region for non-Mule XEmacs;
4403         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4404         encode-coding-region and encode-coding-string for XEmacs having no
4405         file-coding feature.
4406
4407 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4408
4409         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4410
4411 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4414         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4415
4416 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4417
4418         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4419         alias `jka-compr-delete-temp-file' no longer exists.
4420
4421 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4422
4423         Use define-minor-mode in Gnus where applicable.
4424         * mml.el (mml-mode): Use define-minor-mode.
4425         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4426         (gnus-undo-mode): Use define-minor-mode.
4427         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4428         (gnus-dead-summary-mode): Use define-minor-mode.
4429         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4430         Initialize in declaration.
4431         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4432         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4433         (gnus-mailing-list-mode): Use define-minor-mode.
4434         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4435         (gnus-draft-mode): Use define-minor-mode.
4436         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4437         (gnus-dired-mode): Use define-minor-mode.
4438
4439 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4440
4441         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4442         handles on recursive mml-to-mime translation and check them for
4443         boundary delimiter collisions.  Reported by Greg Troxel.
4444
4445 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4448
4449 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4450
4451         * mm-util.el (mm-find-buffer-file-coding-system):
4452         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4453
4454 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4455
4456         * message.el (message-generate-headers): Record insertion of optional
4457         headers as well.  Otherwise the check to prevent repeated insertion of
4458         optional headers is a no-op.
4459
4460 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4461
4462         * smime.el: Don't mention CVS.
4463
4464         * nnrss.el (nnrss-fetch): Don't mention CVS.
4465
4466         * nnir.el: Don't mention CVS.
4467
4468 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4469
4470         * gnus-sum.el (gnus-summary-bookmark-make-record):
4471         Add `location' field.
4472
4473 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * lpath.el: Fbind bookmark-default-handler,
4476         bookmark-get-bookmark-record, bookmark-make-record-default,
4477         bookmark-prop-get for Emacs <23 and XEmacs.
4478
4479 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4480
4481         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4482         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4483         Use with-current-buffer to silence the byte-compiler.
4484         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4485         bother to require `gnus'.
4486         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4487
4488 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4489
4490         * gnus-sum.el (gnus-summary-bookmark-make-record)
4491         (gnus-summary-bookmark-jump): New functions.
4492         (gnus-summary-mode): Setup bookmark support.
4493
4494 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4495
4496         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4497         if set.
4498
4499 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4502         gnus-article-browse-html-save-cid-image; make it work recursively for
4503         forwarded messages as well.
4504         (gnus-article-browse-html-parts): Work when prefix arg is given.
4505         (gnus-article-browse-html-article): Doc fix.
4506
4507 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4508
4509         * message.el (message-default-mail-headers):
4510         (message-default-headers): Carry the value mail-default-headers over
4511         into message-default-mail-headers, rather than message-default-headers.
4512
4513 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4514
4515         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4516         charset.
4517
4518         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4519         charset into the <meta> tag when the article is encoded to utf-8.
4520
4521 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * gnus-art.el (gnus-article-browse-delete-temp-files):
4524         Delete directories as well.
4525         (gnus-article-browse-html-parts): Work for images that do not specify
4526         file names; delete temp directory when quitting; insert header at the
4527         right place; use file: scheme for image files.
4528
4529 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4530
4531         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4532         (gnus-article-browse-html-parts): Use it to make temporary cid image
4533         files in addition to html file so that browser may display them.
4534
4535 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4538
4539 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4540
4541         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4542
4543 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4544
4545         * auth-source.el (auth-sources): Change default to be simpler.
4546         Explain about Secret Service API sources.  Improve Customize options.
4547         (auth-source-pick): Change to accept any number of search parameters.
4548         Implement fallbacks iteratively, not recursively.  Add scoring on the
4549         second pass and sort by score.  Call Secret Service API when needed.
4550         (auth-source-user-or-password): Use it.  Call Secret Service API
4551         directly when needed to get the user name and the password.
4552
4553 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4554
4555         * message.el (message-interactive): Doc fix.
4556         (message-qmail-inject-args): Reflow.
4557         (message-kill-to-signature): Fix typo in docstring.
4558
4559         * smiley.el (smiley-buffer): Fix typo in docstring.
4560
4561 2010-03-24  Glenn Morris  <rgm@gnu.org>
4562
4563         * mail-source.el (gnus-message): Declare.
4564         (mail-source-delete-old-incoming): Require gnus-util.
4565
4566 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4569
4570         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4571
4572         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4573         password-cache's default if it is not bound.
4574         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4575         password-cache-expiry's default if it is not bound.
4576
4577         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4578         available in Emacs 21.
4579
4580         * lpath.el: Suppress compiler warnings for:
4581         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4582         XEmacs;
4583         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4584         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4585         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4586
4587 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * auth-source.el (auth-sources): Fix up definition so extra parameters
4590         are always inline.
4591
4592 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4593
4594         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4595         wasn't updated after mismatch.  Clear cached mailbox info correctly
4596         when uidvalidity changes.
4597         (nnimap-group-prefixed-name): New function to avoid some code
4598         duplication.
4599         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4600         (nnimap-request-group): Use it.
4601         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4602         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4603         with many imap folders.  This is done by caching the group status from
4604         the imap server persistently in a group parameter `imap-status'.  (This
4605         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4606         but not persistently, so every Gnus startup was still very slow.)
4607
4608 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4609
4610         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4611         delete the extra newline.  Otherwise editing of :string and :number
4612         types don't work.
4613
4614 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4615
4616         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4617         secrets.el dependency.
4618         (auth-sources): Add optional user name.  Add secrets.el configuration
4619         choice (unused right now).
4620
4621 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * gnus-sum.el (gnus-summary-make-menu-bar):
4624         Let `gnus-registry-install-shortcuts' fill in the functions.
4625
4626         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4627         warnings.
4628         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4629         (gnus-registry-install-shortcuts): Populate and use it in a
4630         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4631
4632 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4633
4634         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4635         In-place substitutions for the group name encoding/decoding.
4636         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4637         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4638         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4639         (nnimap-update-unseen, nnimap-request-list)
4640         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4641         (nnimap-request-set-mark, nnimap-split-to-groups)
4642         (nnimap-split-articles, nnimap-request-newgroups)
4643         (nnimap-request-create-group, nnimap-request-accept-article)
4644         (nnimap-request-delete-group, nnimap-request-rename-group)
4645         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4646         `encoded-mbx' for consistency.
4647         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4648         variable `imap-current-mailbox'.
4649
4650         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4651         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4652
4653 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4654
4655         * pop3.el (pop3-display-message-size-flag): Display message size byte
4656         counts during POP3 download.
4657         (pop3-movemail): Use it.
4658         (pop3-list): Implement listing of available messages.
4659
4660 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4661
4662         * nnir.el (nnir-get-article-nov-override-function): New function to
4663         override the normal NOV retrieval.
4664         (nnir-retrieve-headers): Use it.
4665
4666 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4667
4668         * auth-source.el (netrc-machine-user-or-password): Autoload.
4669
4670 2010-03-19  Glenn Morris  <rgm@gnu.org>
4671
4672         Stop message.el from loading about 40 libraries it doesn't always need.
4673         The general approach is to autoload rather than require, and to
4674         require in the specific functions rather than the file.  (Bug#5642)
4675
4676         * gmm-utils.el: Don't require wid-edit.
4677         (widget-create-child-value, widget-convert, widget-default-get):
4678         Autoload.
4679
4680         * gnus-util.el: Don't require time-date, netrc.
4681         (message-fetch-field, gnus-group-name-decode): Declare rather than
4682         autoloading.
4683         (gnus-fetch-field): Require message.
4684         (gnus-decode-newsgroups): Require gnus-group.
4685
4686         * ietf-drums.el: Don't require time-date.
4687
4688         * message.el: Don't require hashcash, canlock, ecomplete.
4689         Do require mail-utils.  Require nnheader only when compiling.
4690         (smtpmail-default-smtp-server): Remove declaration.
4691         (message-send-mail-function): Check smtpmail-default-smtp-server
4692         is bound rather than requiring smtpmail.
4693         (message-auto-save-directory, message-insert-signature):
4694         Use expand-file-name rather than nnheader-concat.
4695         (nnheader-insert-file-contents): Autoload.
4696         (hashcash-wait-async): Declare.
4697         (message-send-mail): Only call gnus-setup-posting-charset if
4698         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4699         (message-send-mail-with-sendmail): Require sendmail.
4700         (canlock-password, canlock-password-for-verify): Declare.
4701         (message-canlock-password): Require canlock.
4702         (nnheader-get-report): Autoload.
4703         (gnus-setup-posting-charset): Declare.
4704         (message-send-news): Require gnus-msg.
4705         (message-make-references, message-make-in-reply-to): Use mail-header-id
4706         rather than the alias mail-header-message-id.
4707         (ecomplete-add-item, ecomplete-save): Declare.
4708         (message-put-addresses-in-ecomplete): Require ecomplete.
4709         (ecomplete-display-matches): Autoload.
4710
4711         * mm-decode.el: Don't require mailcap, gnus-util.
4712         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4713         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4714         Autoload.
4715         (mailcap-mime-extensions): Declare.
4716
4717         * mm-encode.el: Don't require mailcap.
4718         (mailcap-extension-to-mime): Autoload.
4719
4720         * mml-sec.el: Don't require password-cache.
4721
4722         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4723         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4724         (mml-minibuffer-read-type): Require mailcap.
4725         (mml-preview): Require gnus-msg.
4726
4727         * mml1991.el: Require password-cache.
4728         (password-cache-expiry): Remove declaration.
4729
4730         * mml2015.el: Require password-cache.
4731         (password-cache-expiry): Remove declaration.
4732
4733         * nneething.el (mailcap): Require mailcap.
4734
4735         * nnheader.el (declare-function): Add compatibility stub.
4736         (message-remove-header): Declare rather than autoload.
4737         (nnheader-replace-header): Require message.
4738
4739         * nnimap.el (declare-function): Add compatibility stub.
4740         (netrc-parse, netrc-machine-user-or-password): Declare.
4741         (nnimap-open-connection): Require netrc.
4742
4743         * nntp.el (declare-function): Add compatibility stub.
4744         (netrc-parse, netrc-machine, netrc-get): Declare.
4745         (nntp-send-authinfo): Require netrc.
4746
4747         * rfc2047.el: Don't require qp.
4748         (quoted-printable-encode-region, quoted-printable-decode-string):
4749         Autoload.
4750
4751         * sieve-mode.el: Don't require easymenu.
4752         (easy-menu-add-item): Autoload it.
4753
4754         * spam-stat.el (time-to-number-of-days): Autoload it.
4755
4756 2010-03-19  Glenn Morris  <rgm@gnu.org>
4757
4758         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4759
4760 2010-03-18  Glenn Morris  <rgm@gnu.org>
4761
4762         * hashcash.el (declare-function): Remove duplicate definition.
4763
4764 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4765
4766         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4767         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4768         value if any backslash escapes).
4769
4770 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4773         if it is available.  (bug#5647)
4774
4775         * lpath.el: Suppress compiler warning for coding-system-from-name for
4776         Emacs 21 and XEmacs.
4777
4778 2010-03-14  Juri Linkov  <juri@jurta.org>
4779
4780         * hmac-def.el:
4781         * hmac-md5.el:
4782         * netrc.el: Fix keywords.
4783
4784 2010-02-26  Glenn Morris  <rgm@gnu.org>
4785
4786         * message.el (message-send-mail-function): Change the default, so that
4787         it inherits from a customized send-mail-function.  (Bug#5643)
4788
4789 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4790
4791         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4792         shell-command-to-string signals an error (bug#5299).
4793
4794 2010-02-24  Glenn Morris  <rgm@gnu.org>
4795
4796         * message.el (message-smtpmail-send-it)
4797         (message-send-mail-with-mailclient): Doc fixes.
4798
4799 2010-02-16  Glenn Morris  <rgm@gnu.org>
4800
4801         * message.el (message-default-mail-headers): Change the default value
4802         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4803
4804 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4807         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4808
4809 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4810
4811         * time-date.el (date-to-time): Doc fix (Bug#5408).
4812
4813 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4814
4815         * message.el (message-mail): Just pass yank-action on to message-setup.
4816         (message-setup): Handle (FUN . ARGS) form of yank-action.
4817         (message-with-reply-buffer, message-widen-reply)
4818         (message-yank-original): Handle non-buffer values of
4819         message-reply-buffer (Bug#4080).
4820         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4821
4822 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4823
4824         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4825         Fix typo in docstring.
4826
4827 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4828
4829         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4830         response.
4831
4832 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4835
4836         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4837
4838         * message.el (message-check-news-header-syntax): Protect against a
4839         string that `rfc822-addresses' returns when parsing fails.
4840
4841 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4844         (gnus-previous-char-property-change): New functions.
4845
4846         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4847
4848 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4849
4850         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4851         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4852
4853 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4854
4855         * message.el (message-exchange-point-and-mark): Rework last change to
4856         avoid using optional arg of exchange-point-and-mark, for backward
4857         compatibility.
4858
4859 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4860
4861         * message.el (message-exchange-point-and-mark):
4862         Call exchange-point-and-mark with an argument rather than setting
4863         mark-active by hand (Bug#5175).
4864
4865 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * nntp.el (nntp-service-to-port): Work for service expressed with
4868         numeric string; replace [:digit:] with [0-9] for XEmacs.
4869
4870 2009-12-17  Glenn Morris  <rgm@gnu.org>
4871
4872         * gnus-group.el (gnus-bug-group-download-format-alist):
4873         Change emacs entry to debbugs.gnu.org.  Bump :version.
4874
4875 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4876
4877         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4878
4879 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * message.el (message-info): Explain why we use `Info-goto-node'.
4882
4883 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4886
4887 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4888
4889         * message.el (message-completion-in-region): New compatibility function.
4890         (message-expand-group): Use it.
4891
4892 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4895         with no unread article should be listed if the 2nd arg `predicate' is
4896         given.
4897
4898 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4901
4902 2009-11-29  Juri Linkov  <juri@jurta.org>
4903
4904         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4905         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4906         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4907
4908 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4909
4910         * sha1.el (sha1-string-external): default-directory "/" in case
4911         otherwise non-existent.  process-connection-type pipe for touch of
4912         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4913
4914 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4915
4916         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4917         it's comms related and sgml-mode.el has "comm" on that basis too.
4918
4919 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4922         containing tspecial characters if they have been already quoted.
4923
4924 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4925
4926         * dns-mode.el (auto-mode-alist): Purecopy string.
4927
4928 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4929
4930         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4931
4932 2009-10-24  Glenn Morris  <rgm@gnu.org>
4933
4934         * gnus-art.el (help-xref-stack-item): Define for compiler.
4935
4936 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4937
4938         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4939
4940 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4943
4944 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4947         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4948
4949 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4952         (gnus-overlays-in): New alias to overlays-in.
4953
4954         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4955         gnus-overlay-get, and gnus-delete-overlay.
4956         (gnus-summary-show-thread): Make it work as well for systems in which
4957         next-single-char-property-change is not available.
4958         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4959
4960         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4961         (gnus-overlay-get): New alias to extent-property.
4962         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4963
4964         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4965         SXEmacs.
4966
4967         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4968         SXEmacs.
4969
4970 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4971
4972         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4973
4974 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4975
4976         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4977         and XEmacs that don't have `remove-overlays'.
4978
4979 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4980
4981         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4982         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4983         selective display.  Use overlays instead.
4984
4985 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4986
4987         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4988
4989 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4990
4991         * spam-stat.el (spam-stat-load): Fix typo in message.
4992
4993 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4994
4995         * dig.el (dig-invoke): Fix typo in docstring.
4996         (query-dig): Reflow docstring.
4997
4998 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4999
5000         * gnus-art.el (gnus-article-encrypt-body):
5001         * message.el (message-check-recipients):
5002         * mm-util.el (mm-codepage-setup):
5003         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5004         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5005
5006 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5007
5008         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5009         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5010         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5011         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5012         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5013
5014 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5015
5016         * dig.el: Add "Keywords: comm", as per net-utils.el.
5017
5018 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5019
5020         * dig.el (dig-mode): Use define-derived-mode.
5021
5022 2009-09-19  Glenn Morris  <rgm@gnu.org>
5023
5024         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5025
5026 2009-09-18  Glenn Morris  <rgm@gnu.org>
5027
5028         * gnus-diary.el (gnus-diary-check-message):
5029         * message.el (message-insert-formatted-citation-line):
5030         * nnbabyl.el (top-level):
5031         * nndiary.el (nndiary-schedule):
5032         Fix typos in condition-case handlers.
5033
5034 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5037         configuration that provides the sole article window in a frame;
5038         position point correctly after deleting a part.
5039
5040 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5041
5042         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5043         (spam-resolve-registrations-routine): Use it to unregister articles
5044         that change status.
5045
5046 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5049         with XEmacs.
5050         (parse-time-string-chars): Use it.
5051
5052 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5053
5054         * imap.el (imap-interactive-login): Better messages.
5055         (imap-open): Fix bug with renamed buffer on reconnect.
5056         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5057         for easier debugging and cleaner code.  On successful (guessed based on
5058         server capabilities) secondary authentication, set imap-state
5059         correctly.
5060         (imap-last-authenticator): Define imap-last-authenticator as a variable
5061         to avoid warnings.
5062
5063 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * nnrss.el (nnrss-request-article): Remove binding of
5066         default-enable-multibyte-characters that has gotten needless by
5067         the 2007-07-13 change in rfc2047-encode-message-header.
5068
5069         * mml.el (mml-insert-multipart): Error on the message header.
5070         (mml-insert-part): Error on the message header; position point at
5071         the end of a MIME tag.
5072
5073 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * time-date.el (autoload): Expand define-obsolete-function-alias into
5076         defalias and make-obsolete for old Emacsen that Gnus supports.
5077         (with-no-warnings): Define it for old Emacsen.
5078         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5079         is available.
5080         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5081         float-time is available; suppress compile warning for time-to-seconds.
5082
5083         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5084         (gnus-float-time): Alias to float-time if it exists.
5085
5086         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5087         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5088         float-time is available; suppress compile warning for time-to-seconds.
5089
5090         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5091         XEmacs.
5092
5093 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5094
5095         * imap.el (imap-message-map): Docstring fix.
5096
5097 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5100         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5101         Add the optional argument `encoding' that overrides the default.
5102
5103         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5104         mm-encode-buffer.
5105
5106 2009-09-04  Glenn Morris  <rgm@gnu.org>
5107
5108         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5109         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5110         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5111         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5112         * mm-util.el (mm-with-unibyte-current-buffer)
5113         (mm-find-buffer-file-coding-system):
5114         * yenc.el (yenc-decode-region): Use default-value rather than
5115         default-enable-multibyte-characters.
5116
5117 2009-09-03  Glenn Morris  <rgm@gnu.org>
5118
5119         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5120         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5121         than default-enable-multibyte-characters.
5122
5123 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5124
5125         * gnus-art.el (gnus-article-read-summary-keys):
5126         Fix gnus-buffer-configuration's value temporarily used.
5127
5128 2009-09-02  Glenn Morris  <rgm@gnu.org>
5129
5130         * gnus-util.el (gnus-float-time): New function.
5131         * gnus-delay.el (gnus-delay-article):
5132         * gnus-sum.el (gnus-thread-latest-date):
5133         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5134         * nnspool.el (nnspool-request-newgroups):
5135         Use gnus-float-time rather than time-to-seconds.
5136         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5137
5138         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5139         (gnus-header-subject-face, gnus-header-newsgroups-face)
5140         (gnus-header-name-face, gnus-header-content-face):
5141         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5142         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5143         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5144         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5145         (gnus-cite-face-11):
5146         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5147         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5148         (gnus-server-closed-face, gnus-server-denied-face)
5149         (gnus-server-offline-face):
5150         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5151         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5152         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5153         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5154         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5155         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5156         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5157         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5158         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5159         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5160         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5161         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5162         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5163         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5164         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5165         (gnus-summary-high-undownloaded-face)
5166         (gnus-summary-low-undownloaded-face)
5167         (gnus-summary-normal-undownloaded-face)
5168         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5169         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5170         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5171         (gnus-splash-face):
5172         * message.el (message-header-to-face, message-header-cc-face)
5173         (message-header-subject-face, message-header-newsgroups-face)
5174         (message-header-other-face, message-header-name-face)
5175         (message-header-xheader-face, message-separator-face)
5176         (message-cited-text-face, message-mml-face):
5177         * sieve-mode.el (sieve-control-commands-face)
5178         (sieve-action-commands-face, sieve-test-commands-face)
5179         (sieve-tagged-arguments-face):
5180         * spam.el (spam-face):
5181         Mark face aliases with "-face" in the name as obsolete.
5182
5183 2009-09-01  Glenn Morris  <rgm@gnu.org>
5184
5185         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5186         than goto-line.
5187
5188 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5191         Don't move point if the command is invoked inside the message header.
5192
5193 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5194
5195         * imap.el (imap-send-command): Simplify.
5196         (imap-wait-for-tag): point-max -> buffer-size.
5197
5198 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5199
5200         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5201         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5202         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5203         * nnir.el (nnir-swish-e-index-file):
5204         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5205         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5206         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5207         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5208         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5209         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5210
5211 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5214         Don't save excursion.
5215
5216 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5217
5218         * nnheader.el (nnheader-find-file-noselect):
5219         * mm-util.el (mm-insert-file-contents):
5220         Use (default-value 'major-mode) instead of default-major-mode.
5221
5222 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5223
5224         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5225
5226 2009-08-26  Glenn Morris  <rgm@gnu.org>
5227
5228         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5229         than placing in files.el.
5230
5231 2009-08-25  Glenn Morris  <rgm@gnu.org>
5232
5233         * nnir.el (top-level): Don't require cl at run-time.
5234         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5235         Replace cl-function substitute with gnus-replace-in-string.
5236         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5237         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5238         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5239         simplified expansions.
5240
5241 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5242
5243         * dig.el (dig): Add autoload cookie.
5244
5245 2009-08-22  Glenn Morris  <rgm@gnu.org>
5246
5247         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5248         goto-line.
5249
5250 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5251
5252         * parse-time.el (parse-time-string-chars): Save match data.
5253
5254 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5255
5256         * parse-time.el (parse-time-string-chars): Compute using character
5257         classes, to handle non-ascii characters (Bug#3190).
5258
5259 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5262
5263         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5264         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5265         (gnus-mm-display-part, gnus-mime-display-single)
5266         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5267         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5268
5269         * gnus-sum.el
5270         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5271         (gnus-summary-move-article): Add expirable mark to articles copied or
5272         moved to group that has auto-expire turned on if the option is non-nil.
5273
5274 2009-07-24  Glenn Morris  <rgm@gnu.org>
5275
5276         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5277         Fix typo.  (Bug#3903)
5278
5279 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5282         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5283         that should not be used for draft articles.
5284         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5285         that has no concern in minor mode keys.
5286         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5287         Abolish.
5288
5289 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5292         article without making inquiry to a user for unknown encoding.
5293
5294         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5295         (nnmaildir--scan): Assume i-node and device number that file-attributes
5296         returns might be cons-cell.
5297
5298         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5299
5300         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5301
5302 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5303
5304         * auth-source.el: Remove docs now in auth.texi.  Don't use
5305         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5306         `auth-source-hide-passwords' and use them.
5307
5308 2009-07-15  Glenn Morris  <rgm@gnu.org>
5309
5310         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5311
5312 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5315         excessive whitespace from the default values of title and description.
5316
5317 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5320         mail-fetch-field to fetch Content-Description header in order to
5321         exclude newlines.
5322
5323 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5324
5325         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5326         format used by GnuPG 2.0.11.
5327
5328 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5331         to deleted part.
5332
5333 2009-05-30  David Engster  <dengste@eml.cc>
5334
5335         * nnmairix.el: Remove old documentation in the commentary block.
5336         (nnmairix-request-group): Do not update active file for nnml back ends.
5337         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5338         end so that overview files are ignored.
5339         (nnmairix-update-groups): Make updating the groups more robust by using
5340         marks.
5341         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5342         with dollar characters in message-id.
5343
5344 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5345
5346         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5347         2008-12-25 in dns.el.
5348
5349 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5350
5351         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5352         could happen if the text is only composed of spaces and/or tabs.
5353
5354 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5355
5356         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5357         when sending a queued message to avoid extra mml tags.
5358
5359 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5362
5363 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5366         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5367         rmail-toggle-header for XEmacs;
5368         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5369
5370 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * gnus-dired.el: Remove autoload for gnus-setup-message.
5373         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5374         displaying Gnus logo; always use compose-mail.
5375
5376 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5379
5380 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5383         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5384         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5385         available.
5386         (gnus-nocem-epg-verify): New function.
5387
5388 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5389
5390         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5391
5392 2009-02-15  Glenn Morris  <rgm@gnu.org>
5393
5394         * gnus-util.el (rmail-insert-rmail-file-header)
5395         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5396         autoloads.
5397         (rmail-default-rmail-file): Remove unnecessary declaration.
5398         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5399
5400 2009-02-14  Glenn Morris  <rgm@gnu.org>
5401
5402         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5403         variable (only used in gnus-util, which declares it anyway).
5404         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5405         which was only needed by gnus-art (changed to not use it any more).
5406         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5407         only used in gnus-util, which autoloads it itself.
5408         (rmail-update-summary): Fix autoload.
5409
5410         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5411         rather than rmail-output-to-rmail-file.
5412
5413 2009-02-07  Glenn Morris  <rgm@gnu.org>
5414
5415         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5416         autoload of function that no longer exists.
5417         (rmail-toggle-header): Declare.
5418         (message-forward-rmail-make-body): Handle mbox Rmail.
5419
5420 2009-01-31  Glenn Morris  <rgm@gnu.org>
5421
5422         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5423         2009-01-09 change.
5424
5425 2009-01-31  Dave Love  <fx@gnu.org>
5426
5427         * imap.el (imap-fetch-safe): Bind debug-on-error.
5428         (imap-debug): Add imap-fetch-safe.
5429
5430 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5431
5432         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5433         (auth-source-forget-all-cached): New convenience function.
5434         (auth-source-user-or-password): Accept list of modes or a single mode.
5435
5436         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5437         auth-source modes.
5438
5439         * netrc.el (netrc-machine-user-or-password): Use list of
5440         auth-source modes.
5441
5442         * nnimap.el (nnimap-open-connection): Use list of
5443         auth-source modes.
5444
5445         * nntp.el (nntp-send-authinfo): Use list of
5446         auth-source modes.
5447
5448 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5449
5450         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5451         now.
5452
5453 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5456         coding system in XEmacs; add a workaround for XEmacs.
5457
5458         * lpath.el: Fbind coding-system-aliasee.
5459
5460 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5463         of current-language-environment.
5464
5465 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5466
5467         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5468         available at runtime.
5469
5470 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5473
5474 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5475
5476         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5477         the greatest positive fixnum value doesn't work under an XEmacs with
5478         bignum support; use the most-positive-fixnum constant instead,
5479         available since Emacs 21.1 with cl and XEmacs 21.1.
5480
5481 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5484         XEmacs gets not to work.
5485
5486 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * mm-util.el (mm-coding-system-priorities): Allow the value like
5489         "Japanese (UTF-8)" of current-language-environment.
5490
5491 2009-01-09  Glenn Morris  <rgm@gnu.org>
5492
5493         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5494         with last-command-event.
5495
5496 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5499         in the doc string.
5500
5501         * message.el (message-fix-before-sending): Amend comment.
5502
5503 2009-01-08  Dave Love  <fx@gnu.org>
5504
5505         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5506
5507 2009-01-07  David Engster  <dengste@eml.cc>
5508
5509         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5510         simplified server definitions by converting it via
5511         gnus-server-to-method.
5512
5513 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5516         parameter's operands.
5517
5518 2009-01-06  David Engster  <dengste@eml.cc>
5519
5520         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5521         primary select method (for gnus-group-mark-article-as-read).
5522
5523 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5524
5525         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5526         `(gnus)Face', not `(gnus)X-Face'.
5527
5528 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * mm-util.el (mm-ucs-to-char): New function.
5531
5532         * mm-url.el (mm-url-decode-entities): Use it.
5533
5534         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5535         unicode-to-char.
5536
5537 2009-01-05  Dave Love  <fx@gnu.org>
5538
5539         * time-date.el: Require cl for `declare'.
5540
5541 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5544         Dave Love.
5545
5546 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * message.el (message-fix-before-sending): Add `eight-bit' to
5549         illegible-text check.
5550
5551 2009-01-03  Michael Olson  <mwolson@gnu.org>
5552
5553         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5554         `headers' is nil.  This can occur if the IMAP server does not have
5555         permissions to read messages from a folder, but can write new messages
5556         to the folder.
5557         (nnimap-request-article-part): Do not insert `data' if it is nil.
5558
5559         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5560         characters which will confuse `read', so skip past them.
5561
5562 2009-01-01  Dave Love  <fx@gnu.org>
5563
5564         * imap.el (imap-string-to-integer): Fix typo.
5565         (imap-fetch-safe): New function.
5566         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5567
5568         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5569
5570         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5571         (imap-parse-greeting): Fix doc strings.
5572         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5573         (imap-parse-flag-list): Make messages unique.
5574         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5575
5576         * nnimap.el: Fix author email.
5577         (nnimap-split-rule): Add FIXME comment.
5578         (nnimap-debug): Fix doc string.
5579
5580 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5581
5582         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5583
5584 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5587         nslookup if resolv.conf isn't available.
5588         (dns-query): Rename from query-dns.
5589         (dns-query-cached): Rename from query-dns-cached.
5590
5591 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5594         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5595         to check if those variables exist (first appeared in Emacs 18.50).
5596
5597 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * mm-util.el (mm-line-number-at-pos): New function.
5600
5601         * spam-report.el (spam-report-process-queue): Use it.
5602
5603 2008-12-24  David Engster  <dengste@eml.cc>
5604
5605         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5606         parameters that haven't existed as variables as buffer-local variables.
5607
5608 2008-12-23  Dave Love  <fx@gnu.org>
5609
5610         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5611         cadar.
5612
5613         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5614         imap-starttls-p.
5615         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5616
5617 2008-12-22  Dave Love  <fx@gnu.org>
5618
5619         * imap.el: Fix author email.  Doc fixes.
5620         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5621         reply.
5622
5623 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5624
5625         * spam-report.el (spam-report-gmane-max-requests): New constant.
5626         (spam-report-gmane-wait): New variable.
5627         (spam-report-gmane-ham, spam-report-gmane-spam)
5628         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5629         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5630         the server.
5631
5632         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5633         Add explanations.
5634
5635         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5636         nnheader-accept-process-output and nnheader-read-timeout if available.
5637         (pop3-movemail): Use it.
5638
5639         * message.el (message-check-news-body-syntax): Fix signature check if
5640         there's an attachment.
5641
5642 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * mm-util.el: Add comments to the mm- emulating functions.
5645
5646 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5649         Reported by Stephen Berman <stephen.berman@gmx.net>.
5650
5651 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * mm-util.el (mm-substring-no-properties): New function.
5654         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5655         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5656         (mm-string-to-multibyte): Doc fix.
5657
5658         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5659
5660 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5661
5662         * mml.el (mml-attach-file): Strip text properties from file name.
5663         (Bug#1574)
5664
5665 2008-12-16  Glenn Morris  <rgm@gnu.org>
5666
5667         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5668
5669 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5672         knows since the charset specified might be a bogus alias that
5673         mm-charset-synonym-alist provides.
5674
5675 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5678         "ISO_8859-1".
5679
5680         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5681
5682 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * mm-util.el (mm-charset-eval-alist):
5685         Define it before mm-charset-to-coding-system.
5686         (mm-charset-to-coding-system): Add optional argument `silent';
5687         define it before mm-charset-override-alist.
5688         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5689         default value if it can be used in Emacs currently running;
5690         silence mm-charset-to-coding-system.
5691
5692 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5695         `allow-override' which says whether to use `mm-charset-override-alist'.
5696         (rfc2047-decode-encoded-words): Use it.
5697
5698         * mm-util.el (mm-charset-override-alist): Fix custom type;
5699         add `(gb2312 . gbk)' to choices.
5700
5701 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5704         fast.
5705
5706         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5707
5708         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5709
5710 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5711
5712         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5713         on links.
5714
5715         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5716
5717 2008-12-03  Lute Kamstra  <lute@gnu.org>
5718
5719         * sha1.el: Remove leading * from docstrings of defcustoms,
5720         deffaces, defconsts and defuns.
5721
5722 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5725         users' addresses that don't have domain parts.
5726         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5727         rather than message-narrow-to-head since there will be the message
5728         header separator.
5729
5730 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5731
5732         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5733         since the result is inserted in a unibyte buffer anyway.
5734         (nnimap-demule-use-string-to-multibyte): Remove.
5735         (nnimap-demule): Alias it to mm-string-to-multibyte.
5736
5737 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5740         variable for debugging bug#464 and bug#1174.
5741         (nnimap-demule): Use it.
5742
5743 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5744
5745         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5746         score calculation correctly.
5747
5748 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5749
5750         * message.el (message-send-mail): Just set the buffer to unibyte
5751         rather than use mm-with-unibyte-current-buffer which does a lot more.
5752         (message-send-mail-partially): Don't bother with
5753         mm-with-unibyte-current-buffer since it's already been made unibyte by
5754         message-send-mail.
5755
5756 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5759
5760 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5761
5762         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5763
5764 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5767         require itself and to remove `with-no-warnings'.
5768
5769 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * starttls.el (starttls-any-program-available): Get the name of the
5772         available TLS layer program.
5773         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5774         well as the host name in the "opening" message.
5775
5776         * auth-source.el (auth-source-cache, auth-source-do-cache)
5777         (auth-source-user-or-password): Cache passwords and logins by default,
5778         allow override with `auth-source-do-cache'.
5779         (auth-source-forget-user-or-password): Allow users to remove cache
5780         entries if needed.
5781
5782 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5783
5784         * md4.el (md4-buffer): Fix typo in docstring.
5785         (md4, md4-64): Doc fixes.
5786         (md4-pack-int32): Reflow docstring.
5787
5788 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5789
5790         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5791         condition-case to only the forward-sexp call.
5792
5793 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5794
5795         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5796         quotes contained.  Make it more robust regardless by an extra
5797         condition-case wrapper.
5798
5799 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5802
5803 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * nnml.el (nnml-request-expire-articles): Check if the function set to
5806         `nnmail-expiry-target' returns the symbol `delete'.
5807
5808         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5809
5810         * nnmail.el (nnmail-expiry-target): Fix custom type.
5811
5812 2008-10-02  Glenn Morris  <rgm@gnu.org>
5813
5814         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5815         Silence compiler warning.
5816
5817 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5818
5819         * tls.el (open-tls-stream): Show the actual command being
5820         executed, instead of the format string.
5821
5822 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * lpath.el: Fbind codepage-setup for Emacs 23.
5825
5826 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5827
5828         * mml.el (mml-menu): Don't assume mml2015 is bound.
5829
5830 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5833         exists.
5834
5835 2008-09-27  Glenn Morris  <rgm@gnu.org>
5836
5837         * gnus-util.el (mail-header-remove-comments): Autoload it.
5838
5839 2008-09-27  Andreas Schwab  <schwab@suse.de>
5840
5841         * gnus-util.el (gnus-split-references): Strip comments.
5842         (gnus-parent-id): Likewise.
5843
5844 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * message.el (message-confirm-send): Fix version.
5847
5848 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * message.el (message-idna-to-ascii-rhs-1): Use
5851         mail-extract-address-components rather than mail-header-parse-addresses
5852         that is an alias by default to ietf-drums-parse-addresses that does not
5853         support non-ASCII names in headers' contents.
5854
5855 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5856
5857         * message.el (message-confirm-send): Fix variable documentation to
5858         avoid the "y/n" wording.
5859
5860 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5861
5862         * message.el (message-set-auto-save-file-name): Save to a different
5863         filename so multiple messages (especially drafts) can be recovered.
5864
5865 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * message.el (message-confirm-send): Add appropriate version.
5868
5869 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5870
5871         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5872         defvar.
5873
5874 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5875
5876         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5877         (mm-pkcs7-enveloped-magic): Ditto.
5878
5879 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5880
5881         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5882         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5883
5884 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5885
5886         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5887         default, it's better.
5888
5889 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5890
5891         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5892         summary line gnus-number property and ignore them (with a warning
5893         message).
5894
5895 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5898         macro caddr in the interactive form since it won't be expanded.
5899
5900 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5903         `charset'; fix name of function called recursively.
5904         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5905
5906 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5909         (gnus-mime-set-charset-parameters): New function.
5910         (gnus-mime-view-part-as-charset): Use it to correctly display part
5911         specifying wrong charset.
5912
5913 2008-09-08  David Engster  <dengste@eml.cc>
5914
5915         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5916         in completing-read for back end server.
5917
5918 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5919
5920         * message.el (message-confirm-send): New variable to confirm sending a
5921         message.
5922         (message-send): Use it.
5923
5924 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5925
5926         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5927
5928 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5931
5932 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5935         prevent tracking too many groups.
5936         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5937         Use it.
5938
5939 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5940
5941         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5942         moving point to the bottom of the window in order to avoid recentering.
5943
5944 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5947
5948         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5949         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5950         (gnus-article-beginning-of-window): Fix calculation.
5951
5952 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-msg.el (gnus-summary-supersede-article)
5955         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5956         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5957         message header.
5958
5959 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5960
5961         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5962         pending output coming after the status change.
5963
5964 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5965
5966         * message.el:
5967         * gnus-start.el:
5968         * gnus-registry.el: Remove VMS support.
5969
5970 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5973         macro.
5974         (rfc2104-hash): Use it.
5975
5976 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5979         (gnus-summary-sort-by-most-recent-date): New commands.
5980         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5981         and menu entries.
5982
5983 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5986         don't redisplay article for raw contents; remove plural articles stuff.
5987
5988         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5989         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5990         on gnus-summary-save-article; display results properly.
5991
5992 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * lpath.el: No need to fbind ns-focus-frame.
5995
5996 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5999
6000 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-art.el (gnus-summary-save-in-pipe):
6003         Consider gnus-save-all-headers.
6004
6005 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6006
6007         * gnus-util.el (ns-focus-frame): Remove declaration.
6008         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6009         like x.
6010
6011 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6012
6013         * rfc2104.el (rfc2104-zero): Delete defconst.
6014         (rfc2104-hex-alist): Likewise.
6015         (rfc2104-hex-to-int): Delete func.
6016         (rfc2104-hexstring-to-bitstring): Likewise.
6017         (rfc2104-nybbles): New defconst.
6018         (rfc2104-hash): Rewrite for speed.
6019
6020 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * tls.el (open-tls-stream): Make it work with the 2nd argument
6023         BUFFER that is a string but does not exist as a buffer object, as
6024         mentioned in the doc-string.
6025
6026 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6029         SXEmacs.
6030
6031 2008-07-16  Glenn Morris  <rgm@gnu.org>
6032
6033         * gnus-util.el (ns-focus-frame): Declare for compiler.
6034
6035 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6038         set as a group parameter.
6039         (gnus-summary-save-in-pipe): Work when it is called independently.
6040         (gnus-summary-pipe-to-muttprint): Don't modify
6041         gnus-summary-pipe-output-default-command.
6042
6043 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6044
6045         * message.el (message-send-mail-with-sendmail):
6046         Display the error message.
6047
6048 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-art.el (gnus-default-article-saver):
6051         Add gnus-summary-save-in-pipe to choices.
6052         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6053         gnus-summary-pipe-output-default-command as the default command.
6054         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6055         instead of gnus-last-shell-command.
6056
6057         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6058         New user option.
6059         (gnus-summary-muttprint-program): Mention the value will be changed.
6060         (gnus-summary-save-article): Force showing of all headers.
6061         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6062
6063 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6064
6065         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6066
6067 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6068
6069         * nnimap.el (nnimap-id):
6070         * sieve-manage.el (sieve-manage-open): Doc fixes.
6071
6072 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6073
6074         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6075         if available.
6076
6077 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6078
6079         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6080
6081         * nnkiboze.el (nnkiboze-generate-group):
6082         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6083
6084         * nnmairix.el: Require CL.
6085
6086 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * dgnushack.el: Autoload get-display-table and put-display-table for
6089         XEmacs 21.5.
6090
6091         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6092         21.4 and SXEmacs.
6093
6094 2008-06-15  David Engster  <dengste@eml.cc>
6095
6096         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6097
6098 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6099
6100         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6101         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6102         runtime choice under XEmacs.
6103
6104         * gnus-sum.el (gnus-summary-set-display-table):
6105         Use `gnus-put-display-table', `gnus-get-display-table',
6106         `gnus-set-display-table' for the display table, instead of `aset'.
6107
6108         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6109         Use `gnus-put-display-table', `gnus-get-display-table',
6110         `gnus-set-display-table' for the display table.
6111
6112 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * nnmairix.el: Add autoloads.
6115
6116 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6117
6118         * nnmairix.el (nnmairix-delete-recreate-group)
6119         (nnmairix-update-and-clear-marks): Fix error messages.
6120
6121 2008-06-14  David Engster  <dengste@eml.cc>
6122
6123         * nnmairix.el: Upgrade to version 0.6.
6124         (nnmairix-group-toggle-propmarks-this-group)
6125         (nnmairix-group-toggle-readmarks-this-group)
6126         (nnmairix-group-delete-recreate-this-group)
6127         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6128         (nnmairix-remove-tick-mark-original-article): New commands.
6129         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6130         (nnmairix-propagate-marks-to-nnmairix-groups)
6131         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6132         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6133         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6134         functions needed for marks propagation and manipulation of read marks.
6135         (nnmairix-update-groups): New function.
6136         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6137         (nnmairix-determine-original-group-from-registry)
6138         (nnmairix-determine-original-group-from-path)
6139         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6140         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6141         New helper functions.
6142         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6143         keystrokes for new commands.
6144         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6145         (nnmairix-request-group): Check allow-fast group parameter.
6146         (nnmairix-request-create-group): Set allow-fast group parameter if
6147         nnmairix-allowfast-default is set.
6148         (nnmairix-close-group): Propagate marks upon closing if needed.
6149         (nnmairix-group-toggle-threads-this-group): Use new.
6150         nnmairix-group-toggle-parameter helper function.
6151         (nnmairix-search): Better check for empty search result.
6152         (nnmairix-goto-original-article): Use new helper functions for
6153         determining original article.
6154         (nnmairix-show-original-article): Make sure message-id is in brackets.
6155         (nnmairix-call-mairix-binary): Change variable name.
6156         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6157         helper function.
6158         (nnmairix-widget-toggle-activate): Fix doc string.
6159
6160 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * nnir.el: Require edmacro when compiling with XEmacs.
6163         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6164         available in Emacs 21.
6165
6166 2008-06-11  Glenn Morris  <rgm@gnu.org>
6167
6168         * gnus-util.el (x-focus-frame):
6169         * gnus.el (image-size):
6170         * mm-decode.el (image-size): Declare.
6171
6172         * gnus-picon.el (declare-function): Add compat definition.
6173         (image-size): Declare.
6174
6175         * gnus-group.el (tool-bar-map):
6176         * gnus-sum.el (tool-bar-map): Define for compiler.
6177
6178         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6179
6180         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6181
6182         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6183         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6184         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6185         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6186         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6187         * sieve-manage.el, spam-report.el, spam.el:
6188         Remove unnecessary eval-and-compile of autoloads.
6189
6190 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6191
6192         * auth-source.el: Precise Tramp doc.
6193
6194 2008-06-07  Glenn Morris  <rgm@gnu.org>
6195
6196         * nnmairix.el: Remove unnecessary eval-when-compile.
6197
6198 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * lpath.el: Fbind propertize for XEmacs 21.4.
6201
6202 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * nnir.el: Move here from ../contrib.
6205
6206 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6207
6208         * gnus-util.el (gnus-read-shell-command): New function.
6209         * mm-decode.el (mm-pipe-part):
6210         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6211
6212 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6215
6216 2008-06-03  Glenn Morris  <rgm@gnu.org>
6217
6218         * pop3.el (nnheader-accept-process-output): Autoload it.
6219
6220 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6223         are not 2-digit hexadecimal characters that follow `%'s.
6224
6225 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6226
6227         * message.el (message-bogus-recipient-p): Fix type in doc string.
6228         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6229         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6230         Improve custom options.
6231         (message-bogus-recipient-p): Adjust accordingly.
6232
6233 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6234
6235         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6236         long-form month and day names.
6237
6238 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * dgnushack.el: Autoload debug, eudc-expand-inline and
6241         pgg-snarf-keys-region for XEmacs.
6242
6243         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6244
6245         * nnmairix.el: Require edmacro when compiling with XEmacs.
6246
6247 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6250         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6251
6252 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * auth-source.el: Add more docs.
6255
6256         * netrc.el (netrc-machine): Always match if the port is not given.
6257
6258 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6259
6260         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6261         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6262         retrieval faster in some cases, but might make CPU usage larger.
6263         If this has any bad side effects, we might revert this change.
6264
6265         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6266         seems to make mail retrieval much, much faster.
6267         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6268         unconditionally.
6269
6270         * gnus-draft.el (gnus-group-send-queue):
6271         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6272
6273 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6276
6277         * message.el (message-bogus-address-regexp): Fix and improve custom
6278         type.
6279         (message-setup-hook): Add message-check-recipients as custom option.
6280
6281 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * message.el (message-cite-function): Remove bogus autoload which crept
6284         in during merge from v5-10.
6285
6286 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6289
6290         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6291
6292         * auth-source.el: Preliminary Tramp docs.
6293         (auth-sources): Change the default auth-sources to use
6294         EPA .gpg files.
6295
6296 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * nntp.el: Autoload `auth-source-user-or-password'.
6299         (nntp-send-authinfo): Use it.
6300
6301         * nnimap.el: Autoload `auth-source-user-or-password'.
6302         (nnimap-open-connection): Use it.
6303
6304         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6305         for the gnus-message function.
6306         (auth-source-user-or-password): Use it.
6307
6308 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6309
6310         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6311         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6312         (rfc2104-hash): Use it.
6313
6314 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6315
6316         * gnus-art.el (gnus-article-toggle-truncate-lines):
6317         Don't use `iff' in docstring.
6318
6319 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6320
6321         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6322
6323         * gnus-util.el (gnus-extract-address-component-name)
6324         (gnus-extract-address-component-email): Convenience functions around
6325         `gnus-extract-address-components'.
6326
6327         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6328         Use `gnus-extract-address-component-email' to fix bug of comparing full
6329         sender name to `user-mail-address'.
6330
6331 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6332
6333         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6334         catch/throw to optimize.
6335         (gnus-registry-find-keywords): Just use member to find a keyword.
6336
6337 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6338
6339         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6340         is current before calling gnus-server-prepare.
6341         (gnus-server-setup-buffer, gnus-server-update-server)
6342         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6343
6344 2008-05-04  Juri Linkov  <juri@jurta.org>
6345
6346         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6347         (mailcap-file-default-commands): Use mailcap-replace-in-string
6348         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6349         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6350
6351 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6352
6353         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6354
6355 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6356
6357         * gnus.el: Bump version to 0.11.
6358
6359 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6360
6361         * gnus.el: No Gnus v0.10 is released.
6362
6363 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6364
6365         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6366         hooks.
6367         (gnus-update-read-articles): Speed up non-marks-using users.
6368         (gnus-use-marks): Define gnus-use-marks.
6369         (gnus-propagate-marks): Rename variable to something more sensible.
6370
6371 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6372
6373         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6374         (gmm-image-load-path-for-library): Fix typos in docstrings.
6375         (gmm-message): Reflow docstring.
6376
6377 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6378
6379         * mail-source.el (mail-source-set-1, mail-source-bind):
6380         Move auth-source code out of the macro to clean it up and fix bugs.
6381
6382 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6383
6384         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6385         by sender if it's equal to user-mail-address, it's likely to be
6386         useless.
6387
6388         * mail-source.el (mail-source-bind): Don't use user or password if they
6389         are not bound.  Unintern them if they are nil.  Don't use server unless
6390         it's bound, and default it to empty string otherwise.
6391
6392 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6393
6394         * mail-source.el: Load auth-source.el.
6395         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6396         get user name or password, if auth-sources is set up.
6397
6398         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6399         strategy of splitting with parent.
6400         (gnus-registry-split-fancy-with-parent)
6401         (gnus-registry-post-process-groups): Use it and fix prior
6402         bug (returning a list as the split result).
6403
6404         * auth-source.el (auth-sources): Remove server parameter.
6405         (auth-source-pick, auth-source-user-or-password)
6406         (auth-source-user-or-password-imap)
6407         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6408         (auth-source-user-or-password-sftp)
6409         (auth-source-user-or-password-smtp): Remove server parameter.
6410
6411 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6412
6413         * smime.el (smime-sign-region, smime-encrypt-region)
6414         (smime-decrypt-region):
6415         Remove redundant calls to `generate-new-buffer-name'.
6416
6417 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6418
6419         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6420         Don't use QP for message/rfc822.
6421         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6422
6423 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6424
6425         * sieve-manage.el (sieve-string-bytes): Remove.
6426         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6427         correct byte-length only if the process's coding-system is the same as
6428         the one used internally by Emacs to represent strings.
6429
6430 2008-04-22  Juri Linkov  <juri@jurta.org>
6431
6432         * mailcap.el (mailcap-file-default-commands): New function.
6433
6434 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * message.el (message-signature-separator, message-cite-function):
6437         Change custom version.
6438
6439 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6440
6441         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6442         commands.
6443         (tls-checktrust): Ditto.
6444
6445 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * mm-decode.el (mm-display-external): Make temp file read-only.
6448
6449 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6450
6451         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6452         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6453         `C-c C-f d'.
6454
6455 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6456
6457         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6458
6459 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * gnus.el: Bump version to 0.9.
6462
6463 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * gnus.el: No Gnus v0.8 is released.
6466
6467 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6468
6469         * mail-source.el (mail-source-value):
6470         Prefer fboundp to functionp so it works with macros as well.
6471
6472 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6475         Fix last change in case the element is not even a symbol.
6476
6477 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6478
6479         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6480         Prefer fboundp to functionp so it works with macros as well.
6481
6482 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6483
6484         * auth-source.el: Add docs.
6485         (auth-sources): Modify format to support server.
6486         (auth-source-pick, auth-source-user-or-password)
6487         (auth-source-user-or-password-imap)
6488         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6489         (auth-source-user-or-password-sftp)
6490         (auth-source-user-or-password-smtp): Add server parameter.
6491
6492 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6493
6494         * gnus-registry.el: Initialize the registry when gnus-registry-install
6495         is t.
6496
6497 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * compface.el (uncompface): Make buffer unibyte.
6500
6501 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6502
6503         * mail-source.el (mail-source-value):
6504         Prefer fboundp to functionp so it works with macros as well.
6505
6506 2008-04-05  Glenn Morris  <rgm@gnu.org>
6507
6508         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6509
6510 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6511
6512         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6513         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6514
6515         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6516         multibyteness after rather than before erasing it.
6517
6518         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6519         mm-with-multibyte.
6520         (gnus-request-article-this-buffer): Make sure the proper decoding is
6521         used if gnus-original-article-buffer happens to be unibyte.
6522
6523         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6524         default-enable-multibyte-characters.
6525
6526         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6527         default-enable-multibyte-characters.
6528
6529         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6530
6531         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6532
6533 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6534
6535         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6536         Fix last change in case the element is not even a symbol.
6537
6538 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6539
6540         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6541         (imap-message-copyuid-1): Use it.
6542         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6543         J. Williams in
6544         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6545
6546         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6547         imap-enable-exchange-bug-workaround.
6548         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6549
6550 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6551
6552         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6553         a 100 byte status-checks into a 2-3MB transfer for each group.
6554         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6555         to enable bug workaround or not.
6556         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6557
6558 2008-03-31  Glenn Morris  <rgm@gnu.org>
6559
6560         * message.el (mml2015-use): Declare for compiler.
6561         (message-info): Require mml2015 when appropriate.
6562
6563 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6566         whitespace.
6567
6568 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6569
6570         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6571         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6572         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6573         (nntp-service-to-port): New function.
6574         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6575         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6576         (nntp-open-netcat-stream): New function.
6577         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6578
6579 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6580
6581         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6582
6583 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6584
6585         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6586
6587 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6588
6589         * dns.el (dns-write): Use set-buffer-multibyte.
6590
6591 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6592
6593         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6594
6595 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6596
6597         * message.el (message-signature-separator): Change default.
6598         Improve custom type.
6599         (message-cite-function): Change default to
6600         message-cite-original-without-signature.
6601
6602         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6603         toggle.
6604
6605         * message.el (message-check-news-body-syntax): Fix signature check.
6606         (message-setup-1): Mark buffer as unmodified _after_ running
6607         message-setup-hook and handling message-alternative-emails.
6608         (message-shorten-references): Be more strict when building list of
6609         valid references to comply with GNKSA.
6610
6611         * gnus-group.el (gnus-read-ephemeral-bug-group)
6612         (gnus-read-ephemeral-debian-bug-group)
6613         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6614
6615         * message.el (message-info): Don't use booleanp which isn't supported
6616         in Emacs 21 and XEmacs.
6617
6618 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6621         gnus-group-gmane-group-download-format.
6622         (gnus-group-read-ephemeral-gmane-group): Rename from
6623         gnus-group-read-ephemeral-gmane-group.
6624         (gnus-read-ephemeral-gmane-group-url): Rename from
6625         gnus-group-read-ephemeral-gmane-group-url.
6626         (gnus-bug-group-download-format-alist): New variable.
6627         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6628         (gnus-read-ephemeral-emacs-bug-group): New commands.
6629
6630 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6631
6632         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6633         (gnus-visible-headers): Improve custom type.
6634
6635 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6636
6637         * mml.el (mml-menu): Add workarounds for XEmacs.
6638
6639         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6640         X-Boundary header.
6641
6642         * message.el (message-simplify-recipients): Fix previous commit.
6643
6644 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6645
6646         * mm-util.el (mm-set-buffer-multibyte): New function.
6647         * mm-decode.el (mm-copy-to-buffer): Use it.
6648
6649         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6650         Prefer fboundp to functionp so it works with macros as well.
6651
6652 2008-03-19  Glenn Morris  <rgm@gnu.org>
6653
6654         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6655         Accidentally removed in the sync process with Emacs.
6656
6657 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * message.el (message-alter-recipients-discard-bogus-full-name):
6660         New function.
6661         (message-alter-recipients-function): New variable.
6662         (message-get-reply-headers): Use it.
6663         (message-replace-header): New helper function.
6664         (message-recipients-without-full-name): New variable.
6665         (message-simplify-recipients): New command.
6666
6667         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6668
6669         * message.el (message-info): Handle EasyPG manual.
6670
6671         * mml.el (mml-menu): Add entry for EasyPG.
6672
6673 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6674
6675         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6676         parameter.
6677
6678         * message.el (message-disassociate-draft): Specify drafts group name
6679         fully.
6680
6681 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6682
6683         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6684         Eliminate unnecessary duplicates from the match list.
6685
6686 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6689
6690         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6691
6692         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6693         args of `how-many' of which the XEmacs version doesn't take; declare
6694         Info-index-next as function.
6695
6696 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * gnus-score.el (gnus-score-headers): Fix handling of
6699         gnus-inhibit-slow-scoring.
6700
6701         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6702         string.
6703         (gnus-button-url-regexp): Improve handling of parenthesis.
6704         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6705         (gnus-button-handle-info-keystrokes): Handle index entries.
6706
6707 2008-03-15  Glenn Morris  <rgm@gnu.org>
6708
6709         * parse-time.el (parse-time-string): Simplify.
6710
6711 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6714         Incoming* files.
6715
6716 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6717
6718         * auth-source.el (auth-sources): Rename from auth-source-choices.
6719         (auth-source-pick): Use it.
6720
6721 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6722
6723         * binhex.el (binhex-decode-region-internal):
6724         * uudecode.el (uudecode-decode-region-internal):
6725         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6726         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6727         setting default-enable-multibyte-characters.
6728
6729 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * auth-source.el (auth-source-protocols)
6732         (auth-source-protocols-customize, auth-source-choices): Add and
6733         modified variable customizations and defaults.
6734         (auth-source-pick, auth-source-user-or-password)
6735         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6736         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6737         (auth-source-user-or-password-sftp)
6738         (auth-source-user-or-password-smtp): Use new variables and provide an
6739         interface to netrc.el.
6740
6741 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6744         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6745         Make sure the nntp port to specify is a string.
6746
6747 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6748
6749         * nntp.el: Use with-current-buffer.
6750         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6751         dubious mm-with-unibyte-current-buffer.
6752         (nntp-with-open-group-function): New function extracted from
6753         nntp-with-open-group macro.
6754         (nntp-with-open-group): Use the function, so it's easier to debug.
6755         Add indentation and debugging info.
6756         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6757         Recommend the use of the netcat alternatives.
6758
6759         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6760         Avoid mm-string-as-multibyte as well.
6761
6762         * nnweb.el (nnweb-insert-html):
6763         Remove use of nnheader-string-as-multibyte.
6764
6765         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6766         (nnheader-string-as-multibyte): Remove.
6767
6768         * mm-view.el: Use inhibit-read-only.
6769         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6770         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6771         or unibyte-string.
6772
6773         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6774         (mm-uu-yenc-extract): Use with-current-buffer.
6775
6776         * gnus-soup.el (gnus-soup-send-packet): Don't use
6777         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6778
6779         * nnmh.el: Use with-current-buffer.
6780         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6781         mm-string-as-multibyte on the output of mm-encode-coding-string.
6782
6783         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6784         (nnimap-request-move-article): Use with-current-buffer.
6785
6786         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6787         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6788         conversion uses string-make-unibyte rather than string-as-unibyte.
6789
6790         * gnus-msg.el: Use with-current-buffer.
6791
6792         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6793
6794 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6795
6796         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6797         string for caching if it is 'PIN.
6798
6799 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * lpath.el: Consider the case without Emacs/W3.
6802
6803 2008-03-08  Glenn Morris  <rgm@gnu.org>
6804
6805         * time-date.el (date-to-time, time-subtract, time-add)
6806         (safe-date-to-time): Doc fixes.
6807
6808 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * mail-source.el (mail-source-delete-old-incoming-confirm):
6811         Change default to nil.
6812         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6813
6814 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * lpath.el: Rearrange.
6817
6818         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6819         (gnus-article-goto-prev-page): Work for articles having ^L's.
6820
6821         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6822
6823         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6824
6825 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6826
6827         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6828         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6829         (gnus-bookmark-jump): Adjust some variable names.
6830
6831 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6832
6833         * auth-source.el: New package.
6834         (auth-source-choices): Add customization entry point variable.
6835
6836         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6837         bug.
6838
6839 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6842         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6843         (gnus-registry-install-shortcuts): Rename from
6844         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6845         the `gnus-registry-mark-map' keymap dynamically from
6846         `gnus-registry-marks'.  The generated functions update the summary line
6847         when a registry mark is added or deleted, and will call
6848         `gnus-registry-install-p' (see the comments in the code).
6849         (gnus-registry-user-format-function-M): Use concat intelligently.
6850
6851         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6852         the registry mark functions.
6853
6854 2008-03-05  Glenn Morris  <rgm@gnu.org>
6855
6856         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6857         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6858         gnus-art.
6859         (top-level): No need to load own source when compiling.
6860
6861 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6864         Suggested by <chris.anderton@zetnet.co.uk>.
6865
6866 2008-03-04  Glenn Morris  <rgm@gnu.org>
6867
6868         * gnus-sum.el (top-level): No need to require gnus when compiling,
6869         since unconditionally required near start of file.
6870         (gnus-summary-display-while-building): Move definition before use.
6871
6872 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6873
6874         * gnus-registry.el (gnus-registry-user-format-function-M):
6875         Add formatting function.
6876
6877 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6880         with plists.
6881         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6882         Use new format.
6883
6884 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6887         `where-is-internal' that returns a range of key sequences.
6888
6889 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6890
6891         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6892
6893         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6894         (gnus-summary-jump-to-group): Consider windows on other displayed
6895         frames as well.  Similar changes might be needed elsewhere, but that's
6896         the one I've bumped into during my use.
6897
6898         * nndoc.el (nndoc-oe-dbx-type-p):
6899         * gnus-msg.el (gnus-debug):
6900         * gnus-group.el (gnus-update-group-mark-positions):
6901         Use mm-string-to-multibyte.
6902
6903 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6906         doesn't handle NotDashEscaped.
6907
6908         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6909         (mml-dnd-attach-options): Fix typo in custom choice.
6910
6911         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6912         Change nndoc-article-type to mbox.
6913         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6914
6915         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6916         to nil, instead of html2text.
6917
6918         * imap.el (imap-debug): Add `imap-ping-server'.
6919
6920         * gnus-bookmark.el: Add FIXMEs.
6921
6922         * message.el (message-form-letter-separator)
6923         (message-send-form-letter-delay): New variables.
6924         (message-send-form-letter): Use them.  New command to send form
6925         letters.  Requested by Uwe Siart.
6926         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6927
6928 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * Update copyright years.
6931
6932 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         Sync from EMACS_22_BASE.
6935
6936         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6937
6938 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6939
6940         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6941         empty author.
6942
6943 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6944
6945         * gnus-registry.el (gnus-registry-marks): Add variable for
6946         customization of marks and their appearance.
6947         (gnus-registry-read-mark): Use it.
6948         (gnus-registry-do-marks): Add utility function to loop through
6949         `gnus-registry-marks'.
6950         (gnus-registry-install-shortcuts-and-menus): Add function to install
6951         shortcuts and menus.
6952         (gnus-registry-initialize): Use it.
6953         (gnus-registry-default-mark): Clarify documentation.
6954
6955 2008-02-29  Glenn Morris  <rgm@gnu.org>
6956
6957         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6958         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6959         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6960         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6961         Change defcustom :version from 23.0 to 23.1.
6962
6963 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * gnus-registry.el (gnus-registry-follow-group-p)
6966         (gnus-registry-post-process-groups): Add functions to aid registry
6967         splitting and improve logging.  Clarify behavior in function
6968         documentation.
6969         (gnus-registry-split-fancy-with-parent): Use them.
6970
6971 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6972
6973         * gnus-art.el: Use with-current-buffer.
6974
6975 2008-02-27  David Engster  <dengste@eml.cc>
6976
6977         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6978         Express real group name in the response.
6979
6980 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6983         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6984         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6985         autoload gnus-registry-fetch-group when compiling.
6986         (nnmairix-request-group-with-article-number-correction):
6987         Remove unreferenced argument passed to nnmairix-call-backend.
6988
6989 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6992         (mm-uu-extract): Improve face for low color ttys.
6993         Reported by Sascha Wilde.
6994
6995 2008-02-27  Glenn Morris  <rgm@gnu.org>
6996
6997         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6998         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6999         variables to defconsts.  Convert comments to doc-strings.
7000         (nnmairix-last-server, nnmairix-current-server): Convert from free
7001         variables to defvars.  Convert comments to doc-strings.
7002         (gnus-registry-fetch-group): Autoload.
7003         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7004         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7005         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7006         caddr.
7007         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7008         nnmairix-request-group-with-article-number-correction call.
7009         (nnmairix-fast, nnmairix-group): New, less general names, for free
7010         variables passed from nnmairix-request-group to
7011         nnmairix-request-group-with-article-number-correction.  Declare.
7012         (nnmairix-request-group-with-article-number-correction):
7013         Use nnmairix-fast, nnmairix-group rather than fast, group.
7014
7015 2008-02-26  David Engster  <dengste@eml.cc>
7016
7017         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7018         version 0.5.
7019
7020 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7023         instead of making an extra function call.  Don't add the current group
7024         to articles only when they have the group.  Use
7025         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7026         Reported by David <de_bb@arcor.de>.
7027
7028 2008-02-24  Miles Bader  <miles@gnu.org>
7029
7030         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7031         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7032         (mm-find-mime-charset-region):
7033         * mm-bodies.el (mm-encode-body):
7034         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7035
7036 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7039         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7040
7041 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * mail-source.el (mail-source-delete-incoming): Change default.
7044         Supplement doc string.
7045
7046         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7047
7048 2008-02-14  Glenn Morris  <rgm@gnu.org>
7049
7050         * time-date.el (format-seconds): New function.
7051
7052 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7053
7054         * nnmail.el (nnmail-message-id-cache-file): Derive from
7055         `gnus-home-directory'.
7056
7057 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7060         Document negative prefix.
7061
7062         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7063
7064 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * message.el (message-unsent-separator): Add the Exim bounce
7067         separator.
7068
7069 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7070
7071         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7072         list.
7073         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7074         recipient/signer list.
7075
7076 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * Makefile.in (datarootdir): Define.
7079         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7080         name that might contain whitespace.
7081
7082 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7085         fbound (Emacs 23 unicode), signal an error.
7086
7087 2008-02-08  Glenn Morris  <rgm@gnu.org>
7088
7089         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7090
7091 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7092
7093         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7094         ports to the calls to `netrc-machine-user-or-password' in addition to
7095         "imap" and "imaps".
7096
7097 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7098
7099         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7100
7101         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7102
7103 2008-02-01  Kenichi Handa  <handa@m17n.org>
7104
7105         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7106         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7107         (rfc2104-hash): Convert the result of concat to unibyte string.
7108
7109 2008-02-01  Dave Love  <fx@gnu.org>
7110
7111         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7112         coding-system-for-read.
7113         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7114
7115 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7118         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7119         <hanche@math.ntnu.no>.
7120
7121 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7124
7125         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7126
7127 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7128
7129         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7130         * message.el (message-beginning-of-line): Use featurep instead of bound
7131         tests in order to resolve conditionals at compile time.
7132
7133 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7134
7135         * mail-source.el (mail-sources): Add `group' choice.
7136
7137         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7138         parameter `in-group' to control into which group the articles go.
7139         Add treatment of `group' mail-source.
7140
7141 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7144
7145         * mm-decode.el (mm-dissect-buffer): Decode description.
7146
7147         * mml.el (mml-to-mime): Encode message header first.
7148
7149 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7152         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7153
7154         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7155         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7156
7157 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7158
7159         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7160
7161 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7164         prefix keys.
7165         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7166         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7167         gnus-xmas.el.
7168
7169         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7170         (gnus-xmas-article-describe-bindings): New function.
7171         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7172         gnus-xmas-article-describe-bindings.
7173
7174         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7175
7176 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7177
7178         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7179         Add new variables for article mark management.
7180         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7181         list of extra data entries which, when present, will indicate that the
7182         article ID should not be trimmed from the registry.
7183         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7184         functions.
7185         (gnus-registry-read-mark): New function to read a mark name from the
7186         user.
7187         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7188         (gnus-registry-set-article-mark-internal): New functions to add and
7189         remove marks.
7190         (gnus-registry-get-article-marks): New function to show the marks for
7191         an article, or retrieve them for further use.
7192
7193 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7196         keys when no argument is given.
7197
7198 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7199
7200         * imap.el (imap-ping-server): New variable.
7201         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7202         (imap-ping-server): Minor doc string fixes.
7203
7204 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7205
7206         * imap.el (imap-ping-server): New function.
7207         (imap-opened): Call imap-ping-server.
7208
7209 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * gnus-sum.el (gnus-article-sort-by-random)
7212         (gnus-thread-sort-by-random): Fix doc strings.
7213         Reported by jidanni@jidanni.org.
7214
7215 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * gnus-art.el (gnus-article-describe-bindings): New function.
7218         (gnus-article-read-summary-keys): Use it.
7219         (gnus-article-mode-map): Bind `C-h b' to it.
7220
7221 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7224         XEmacs.
7225         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7226         Protect against non-character events.
7227
7228         * lpath.el: Fbind map-keymap for Emacs 21.
7229
7230 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7233         New command.
7234         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7235         instead of END.  Change name of the temp file.
7236         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7237         customizable.
7238
7239 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7242         bind `S W' to gnus-article-wide-reply-with-original; set default
7243         binding to gnus-article-read-summary-send-keys.
7244         (gnus-article-read-summary-keys): Fix the order of keys; display
7245         continuation keys correctly in the echo area; describe bindings
7246         correctly when keys end with `C-h'.
7247         (gnus-article-read-summary-send-keys): New function.
7248         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7249         Work for gnus-article-read-summary-send-keys; display continuation keys
7250         correctly in the echo area.
7251         (gnus-article-reply-with-original): Ignore prefix argument.
7252         (gnus-article-wide-reply-with-original): New function.
7253
7254         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7255         Emacs 21.
7256
7257 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7260         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7261
7262 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7265         (gnus-group-read-ephemeral-gmane-group): New command.
7266
7267 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7268
7269         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7270
7271 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * message.el (message-send-mail-function): Increase custom version.
7274
7275         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7276         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7277
7278 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7279
7280         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7281         for the cases where imap-authenticate is called with a nil buffer
7282         parameter.
7283
7284 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7287         html parts correctly; support forwarded messages.
7288         (gnus-article-browse-html-article): Remove work buffers.
7289
7290         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7291         compiling.
7292         (netrc-bound-and-true-p): New macro.
7293         (netrc-parse): Use it instead of bound-and-true-p that is not available
7294         in XEmacs 21.4.
7295
7296 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7297
7298         * gnus-registry.el (gnus-registry-mark-article)
7299         (gnus-registry-article-marks): Add functionality to mark articles
7300         through the Gnus registry.
7301
7302         * encrypt.el: Clarify documentation for the new pgg method.
7303         (encrypt-file-alist): Add PGG option.
7304         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7305         functionality.  Abstract password key and messaging to external
7306         functions.
7307         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7308         (encrypt-message-method-and-cipher): Add new convenience external
7309         functions.
7310         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7311         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7312
7313         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7314         (netrc-parse): Use encrypt-file-alist to determine if
7315         encrypt-find-model or encrypt-insert-file-contents should be used.
7316
7317         * encrypt.el: Clarify documentation.  Load password-cache or
7318         password, whichever one is found first, instead of autoloading.
7319
7320 2007-12-19  Glenn Morris  <rgm@gnu.org>
7321
7322         * mml.el (message-options-set, message-narrow-to-head)
7323         (message-in-body-p, message-mail-p, message-encode-message-body):
7324         Autoload.
7325         (message-remove-header, message-narrow-to-headers-or-head)
7326         (message-subscribed-p, message-make-mail-followup-to)
7327         (message-position-on-field, message-news-p)
7328         (message-options-set-recipient, message-generate-headers)
7329         (message-sort-headers): Declare as functions.
7330
7331 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7334         convention in doc string.
7335
7336 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7339         title to html parts.
7340         (gnus-article-browse-html-article): Pass message header to it.
7341
7342         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7343
7344 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7345
7346         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7347         or password compatible with XEmacs.
7348
7349 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7352         format document.
7353         (gnus-mime-delete-part): Don't write description line if empty.
7354         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7355
7356 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7357
7358         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7359         (gnus-summary-mark-read-and-unread-as-read)
7360         (gnus-summary-mark-current-read-and-unread-as-read)
7361         (gnus-summary-mark-unread-as-ticked): Doc fix.
7362         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7363
7364 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7367         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7368
7369 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7372         yes-or-no-p.
7373
7374 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * mm-decode.el (mm-add-meta-html-tag): New function.
7377         (mm-save-part-to-file, mm-pipe-part): Use it.
7378
7379         * gnus-art.el (gnus-article-browse-delete-temp-files):
7380         Use gnus-y-or-n-p instead of y-or-n-p.
7381         (gnus-article-browse-html-parts): Work with message/external-body; use
7382         mm-add-meta-html-tag.
7383
7384 2007-12-11  Glenn Morris  <rgm@gnu.org>
7385
7386         * gnus-cache.el: Require gnus-sum not just when compiling.
7387
7388         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7389
7390         * gnus-int.el (gnus-server-opened, gnus-status-message):
7391         Move definitions before use.
7392
7393         * mm-decode.el: Require gnus-util.
7394         (mm-remove-part): Only call delete-annotation on XEmacs.
7395
7396         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7397
7398         * nnmail.el: Require gnus-int.
7399
7400         * spam.el: Move `require's before `eval-when-compile's.
7401
7402         * gnus-ems.el (gnus-alive-p):
7403         * gnus-fun.el (message-goto-eoh):
7404         * gnus-util.el (gnus-group-name-decode):
7405         * mail-source.el (gnus-compress-sequence):
7406         * message.el (Info-goto-node, format-spec):
7407         * mm-bodies.el (message-options-get):
7408         * mm-decode.el (mm-view-pkcs7):
7409         * mm-util.el (gmm-write-region):
7410         * mml-smime.el (mml-compute-boundary)
7411         (gnus-completing-read-with-default):
7412         * mml.el (widget-button-press, gnus-make-hashtable):
7413         * mml1991.el (mm-decode-content-transfer-encoding)
7414         (mm-encode-content-transfer-encoding)
7415         (message-options-get, message-options-set):
7416         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7417         * nnfolder.el (gnus-request-group):
7418         * nnheader.el (ietf-drums-unfold-fws):
7419         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7420         * smime.el (gnus-run-mode-hooks):
7421         * spam-stat.el (gnus-message): Autoload.
7422
7423         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7424         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7425         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7426         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7427         Add declare-function compatibility definition.
7428
7429         * gnus-cache.el (nnvirtual-find-group-art):
7430         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7431         (gnus-add-image, gnus-add-wash-type):
7432         * gnus-group.el (nnkiboze-score-file):
7433         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7434         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7435         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7436         (message-tokenize-header, gnus-get-buffer-create)
7437         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7438         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7439         * gnus.el (gnus-group-decoded-name):
7440         * mail-source.el (imap-capability):
7441         * mm-bodies.el (message-options-set):
7442         * mm-decode.el (gnus-configure-windows):
7443         * mm-extern.el (message-goto-body):
7444         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7445         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7446         (epg-sub-key-validity, message-options-set):
7447         * mml.el (widget-event-point, gnus-configure-windows):
7448         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7449         * mml2015.el (epg-check-configuration, epg-configuration)
7450         (message-options-set):
7451         * nndb.el (nndb-request-article):
7452         * nnfolder.el (gnus-request-create-group):
7453         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7454         * nnmaildir.el (gnus-group-mark-article-read):
7455         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7456         * rfc1843.el (message-fetch-field):
7457         * spam.el (gnus-extract-address-components):
7458         Declare as functions.
7459
7460 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7463
7464         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7465
7466         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7467         bind show-trailing-whitespace for XEmacs.
7468
7469 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7472         new no-op macro for backward compatibility.
7473
7474         * imap.el (imap-string-to-integer): New function.
7475
7476 2007-12-09  Glenn Morris  <rgm@gnu.org>
7477
7478         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7479
7480         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7481         * message.el, mm-view.el, sieve-manage.el, smime.el:
7482         Add declare-function compatibility definition.
7483
7484         * gnus-art.el (w3-region, w3m-region, Info-menu):
7485         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7486         * gnus-sum.el (gnus-get-predicate):
7487         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7488         * message.el (mail-abbrev-in-expansion-header-p):
7489         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7490         (w3m-detect-meta-charset, w3m-region):
7491         * sieve-manage.el (password-read, password-cache-add)
7492         (password-cache-remove):
7493         * smime.el (password-read-and-add): Declare as functions.
7494
7495 2007-12-08  David Kastrup  <dak@gnu.org>
7496
7497         * gnus-sum.el (gnus-summary-simplify-subject-query):
7498         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7499         `message'.
7500
7501 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7504         it to bind idna-program, installation-directory, defined-colors, and
7505         face-attribute for XEmacs of the version that compiles defcustom forms.
7506
7507 2007-12-07  Glenn Morris  <rgm@gnu.org>
7508
7509         * gnus-art.el (article-make-date-line): Revert previous change.
7510
7511 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7514
7515 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7516
7517         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7518         Call gnus-add-to-range ranges only once with a prepared article-list.
7519
7520 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7521
7522         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7523         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7524         group names with backslashes.
7525         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7526
7527 2007-12-06  Deepak Goel  <deego3@gmail.com>
7528
7529         * gnus-art.el (article-make-date-line):
7530         * gnus-start.el (gnus-load):
7531         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7532
7533 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-art.el (gnus-use-idna)
7536         * gnus-start.el (gnus-site-init-file)
7537         * message.el (message-use-idna)
7538         * mm-uu.el (mm-uu-hide-markers)
7539         * smiley.el (smiley-style): Revert changes that suppress warnings.
7540
7541 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7544         specify charset to html source.
7545         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7546
7547 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7550         idna-program in order to suppress byte compile warning issued by XEmacs
7551         that came to byte compile the default value section of defcustom forms
7552         recently.
7553
7554         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7555         value of installation-directory.
7556
7557         * message.el (message-use-idna): Don't directly refer to the value of
7558         idna-program.
7559
7560         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7561
7562         * smiley.el (smiley-style): Don't directly call face-attribute.
7563
7564 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7567
7568         * gnus-dired.el: Reduce Gnus dependencies.
7569         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7570         Don't require.  Use autoloads instead.
7571         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7572         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7573         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7574         (gnus-dired-mode): Adjust doc string.
7575         (gnus-dired-mail-mode): New variable.
7576         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7577         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7578         (gnus-dired-mail-buffers): New function.  Return mail or message
7579         composition buffers.
7580         (gnus-dired-attach): Use it.
7581         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7582         NO-DECODE.
7583         (gnus-dired-print): Use `gnus-print-buffer' depending on
7584         `gnus-dired-mail-mode'.
7585
7586 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * rfc2047.el (rfc2047-encoded-word-regexp)
7589         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7590         explaining what regexp patterns are for.
7591
7592 2007-12-04  Glenn Morris  <rgm@gnu.org>
7593
7594         * password.el: Move to password-cache.el.
7595
7596         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7597         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7598         * mml-smime.el (password-read, password-cache-add)
7599         (password-cache-remove):
7600         No need to autoload, since mml-sec requires password.
7601
7602         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7603         * message.el (gnus-extract-address-components):
7604         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7605
7606         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7607         password.
7608
7609 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * mailcap.el: Reduce dependencies.
7612         (mail-header-parse-content-type): Autoload.
7613         (mailcap-delete-duplicates): New alias.
7614         (mailcap-mime-info): Add optional argument NO-DECODE.
7615         (mailcap-mime-types): Use mailcap-delete-duplicates.
7616
7617         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7618
7619 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7620
7621         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7622         (imap-parse-status): Upcase status-att for servers that sends them
7623         lower-case (e.g., MS Exchange 2007).
7624
7625 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7628         function.
7629
7630         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7631         (gnus-uu-yenc-article): New function.
7632
7633         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7634
7635         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7636
7637 2007-12-02  Glenn Morris  <rgm@gnu.org>
7638
7639         * binhex.el (binhex): New custom group.
7640         (binhex-decoder-program, binhex-decoder-switches)
7641         (binhex-use-external): Move to the binhex custom group.
7642
7643         * uudecode.el (uudecode): New custom group.
7644         (uudecode-decoder-program, uudecode-decoder-switches)
7645         (uudecode-use-external): Move to the uudecode custom group.
7646
7647         * netrc.el (top-level): Don't load `encrypt' features.
7648         (netrc-parse): Don't use encrypt.
7649         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7650
7651         * encrypt.el: Remove file.
7652
7653 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7656         matches on patches.
7657
7658         * gnus-art.el (gnus-article-browse-html-article):
7659         Mention `mm-text-html-renderer' in the doc string.
7660
7661         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7662         string.  Add comments.
7663
7664         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7665         if rhs is ASCII.
7666
7667 2007-12-01  Glenn Morris  <rgm@gnu.org>
7668
7669         * mail-source.el (top-level): Require format-spec before
7670         eval-when-compile.
7671
7672 2007-11-30  Glenn Morris  <rgm@gnu.org>
7673
7674         * encrypt.el: Require password, rather than autoloading password-read.
7675
7676 2007-11-29  Glenn Morris  <rgm@gnu.org>
7677
7678         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7679         (sasl-make-client, sasl-next-step, sasl-step-data)
7680         (sasl-step-set-data): Declare as functions.
7681
7682 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7685
7686 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7687
7688         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7689         certs should be verified and what is to be done in the event of a
7690         verification failure.
7691
7692         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7693         caller can indicate whether the cache should be disregarded for this
7694         call.  This way the result of the call is reproducible at all times and
7695         can be considered a canonical server name for the supplied method.
7696         (gnus-agent-method-p): Canonicalize server names by pushing their
7697         method through `gnus-method-to-server' using the no-cache argument.
7698
7699         * gnus-srvr.el (gnus-server-insert-server-line):
7700         Call `gnus-method-to-server' with `no-cache' argument.
7701
7702         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7703         gnus-agent-possibly-synchronize-flags as this should be called when the
7704         server is actually being opened.
7705         (gnus-agent-possibly-synchronize-flags)
7706         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7707         flags file of an agentized server to the latter function.
7708
7709         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7710         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7711         after a connection has been established successfully.
7712
7713 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-art.el (article-display-face): Force to display face if called
7716         interactively; check if gnus-article-x-face-too-ugly matches author.
7717         (article-display-x-face): Display face even if From header is missing
7718         as article-display-face does.
7719
7720 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7721
7722         * hashcash.el (message-narrow-to-headers-or-head)
7723         (message-fetch-field, message-goto-eoh)
7724         (message-narrow-to-headers): Declare as functions.
7725
7726 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7727
7728         * mail-source.el (mail-sources): Default to fetch from file for
7729         compatibility with default of nnmail-spool-file.
7730
7731 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7734         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7735         to look for encoded word that should be encoded again.
7736         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7737         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7738         encoding pattern.
7739         (rfc2047-decode-region): Switch strict regexp and loose one according
7740         to rfc2047-allow-irregular-q-encoded-words.
7741
7742 2007-11-25  Romain Francoise  <romain@orebokech.com>
7743
7744         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7745
7746 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * tls.el (tls-program): Provide more custom choices from
7749         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7750         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7751
7752 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7755         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7756
7757         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7758         `nnmail-spool-file'.
7759
7760         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7761         `nnmail-spool-file'.
7762
7763         * gnus-move.el (gnus-change-server): Ditto.
7764
7765         * gnus-kill.el (gnus-batch-score): Ditto.
7766
7767         * gnus-cache.el (gnus-jog-cache): Ditto.
7768
7769         * gnus-msg.el (gnus-summary-reply):
7770         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7771
7772 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7775         version.  Minor improvement to doc strings.
7776         (tls-program): Add comment.
7777
7778 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7779
7780         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7781         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7782         mismatch between the hostname provided in the certificate and the name
7783         of the host connnecting to.
7784         (open-tls-stream): Use them.  Check certificates against trusted root
7785         certificates.
7786
7787 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * gnus-cache.el (gnus-cache-generate-nov-databases):
7790         Use nnml-generate-nov-databases-directory instead of
7791         nnml-generate-nov-databases-1.
7792
7793 2007-11-24  Glenn Morris  <rgm@gnu.org>
7794
7795         * message.el (message-tool-bar-retro): Update for rename
7796         mail_send.xpm->mail-send.xpm.
7797
7798 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7801         `smime-ldap-search' for Emacs 22 and up.
7802
7803 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7804
7805         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7806
7807         * message.el (message-send-mail-function): Fix error convention.
7808         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7809         (message-widen-reply, message-send-mail, message-talkative-question)
7810         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7811         (message-clone-locals, message-send-news): Use with-current-buffer.
7812         (message-insert-or-toggle-importance): Remove unused var `valid'.
7813         (message-make-references): Remove unused var `new-references'.
7814         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7815
7816 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7817
7818         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7819         (spam-split-symbolic-return-positive): Reflow docstring.
7820         (spam-backends, spam-summary-exit-behavior)
7821         (spam-mark-ham-unread-before-move-from-spam-group)
7822         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7823         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7824         (spam-clear-cache, spam-backend-check, spam-install-backend)
7825         (spam-install-statistical-backend, spam-list-of-processors)
7826         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7827         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7828         (spam-check-crm114, spam-initialize, spam-unload-hook):
7829         Fix typos in docstrings.
7830
7831 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7834         been checked if they have never been read and those group levels are
7835         higher than the one that a user specified.
7836
7837 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7840         foreign groups unless a group level is specified by a user.
7841         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7842
7843 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * message.el (message-send-mail-function): Require sendmail.
7846
7847 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7848
7849         * message.el (message-send-mail-function): Check for smtpmail too.
7850
7851         * utf7.el (utf7-encode, utf7-decode): Use coding system
7852         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7853
7854         * message.el (message-send-mail-function): New function.
7855         (message-send-mail-function): Set default using
7856         message-send-mail-function.  Adjust doc string.
7857         (message-send-mail-with-mailclient): New function.
7858
7859 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7860
7861         * smime.el (from):
7862         * rfc2047.el (message-posting-charset):
7863         * qp.el (mm-use-ultra-safe-encoding):
7864         * pop3.el (parse-time-months):
7865         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7866         * nnml.el (files):
7867         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7868         (jka-compr-compression-info-list, ange-ftp-path-format)
7869         (efs-path-regexp):
7870         * nndiary.el (files):
7871         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7872         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7873         (epg-digest-algorithm-alist, inhibit-redisplay)
7874         (password-cache-expiry):
7875         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7876         (pgg-output-buffer, password-cache-expiry):
7877         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7878         (efs-path-regexp):
7879         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7880         (inhibit-redisplay):
7881         * mm-uu.el (file-name, start-point, end-point, entry)
7882         (gnus-newsgroup-name, gnus-newsgroup-charset):
7883         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7884         (latin-unity-ucs-list):
7885         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7886         (mm-uu-binhex-decode-function):
7887         * message.el (gnus-message-group-art, gnus-list-identifiers)
7888         (rmail-enable-mime-composing, gnus-local-organization)
7889         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7890         (gnus-read-active-file, facemenu-add-face-function)
7891         (facemenu-remove-face-function, gnus-article-decoded-p)
7892         (tool-bar-mode):
7893         * mail-source.el (display-time-mail-function):
7894         * gnus-util.el (nnmail-pathname-coding-system)
7895         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7896         (gnus-original-article-buffer, gnus-user-agent)
7897         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7898         (xemacs-codename, sxemacs-codename, emacs-program-version):
7899         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7900         * gnus-start.el (gnus-agent-covered-methods)
7901         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7902         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7903         (gnus-newsgroup-headers, gnus-group-list-mode)
7904         (gnus-group-mark-positions, gnus-newsgroup-data)
7905         (gnus-newsgroup-unreads, nnoo-state-alist)
7906         (gnus-current-select-method, mail-sources)
7907         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7908         (nnmail-spool-file, gnus-cache-active-hashtb):
7909         * gnus-mh.el (mh-lib-progs):
7910         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7911         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7912         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7913         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7914         (gnus-group-buffer):
7915         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7916         (font-lock-set-defaults):
7917         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7918         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7919         (gnus-summary-post-menu, total-parts, type, condition, length):
7920         * gnus-agent.el (gnus-agent-read-agentview):
7921         * flow-fill.el (show-trailing-whitespace):
7922         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7923         eval-and-compile wrappers for byte compiler pacifiers.
7924
7925         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7926         (mm-display-inline-fontify): Check for featurep 'xemacs not
7927         extent-list.
7928
7929         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7930         itimer-list.
7931         (mm-create-image-xemacs): Only do something for XEmacs.
7932         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7933
7934         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7935
7936         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7937         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7938
7939 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7940
7941         * nnimap.el (nnimap-split-download-body):
7942         * gnus-demon.el (gnus-demon):
7943         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7944
7945 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7948         New macros.
7949         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7950         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7951         copy data from unibyte buffer to multibyte current buffer.
7952         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7953         to copy data from unibyte current buffer to multibyte buffer.
7954         (nntp-make-process-buffer): Make process buffer unibyte.
7955
7956         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7957
7958 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7959
7960         * pop3.el (pop3-open-server): Accept and process data more robustly at
7961         connexion start to avoid spurious "POP SSL connexion failed" errors.
7962
7963 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7966         read group names.
7967
7968 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7971
7972 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7975         (nnmail-save-active): Use a unibyte buffer when saving active file,
7976         which may contain non-ASCII group names.
7977
7978         * nnml.el (nnml-request-group): Decode group names in messages.
7979
7980 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * message.el (message-citation-line-function)
7983         (message-insert-formatted-citation-line): Fix spelling of
7984         `message-insert-formated-citation-line'.
7985
7986 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7989
7990 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7993         nnmail-pathname-coding-system.
7994
7995         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7996         that a user enters; decode group names in messages.
7997
7998         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7999
8000 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8003
8004         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8005
8006         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8007         risky local variable.
8008
8009         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8010
8011 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * encrypt.el: Improve documentation to fix function name typo.
8014         Reported by Daiki Ueno <ueno@unixuser.org>.
8015
8016 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8019         even if the point is not in the last page of an article.
8020         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8021         back to the previous page.
8022
8023 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8026
8027 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8030
8031 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8032
8033         * message.el (message-check-news-body-syntax):
8034         Avoid mm-string-as-multibyte.
8035         (message-hide-headers): Don't assume (point-min)==1.
8036
8037 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * message.el (message-remove-blank-cited-lines): Fix if remove is
8040         given.
8041         (message-bogus-address-regexp): New variable.
8042         (message-bogus-recipient-p): New function.
8043         (message-check-recipients): New command.
8044         (message-syntax-checks): Add `bogus-recipient'.
8045         (message-fix-before-sending): Add `bogus-recipient'.
8046
8047         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8048         (gnus-treat-body-boundary): Don't test window-system.
8049
8050 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8051
8052         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8053
8054 2007-10-28  Miles Bader  <miles@gnu.org>
8055
8056         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8057         at compile-time too.
8058
8059 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * gnus-msg.el (gnus-message-setup-hook):
8062         Add `message-remove-blank-cited-lines' to options.
8063
8064 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * message.el (message-remove-blank-cited-lines): New function.
8067         Suggested by Karl Plästerer.
8068
8069 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8072         mapc.
8073
8074         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8075         (top-level): Use mapc to set functions to be traced for debugging.
8076
8077         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8078         called for effect with while loop.
8079
8080         * message.el (message-talkative-question): Replace mapcar called for
8081         effect with mapc.
8082
8083         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8084         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8085         called for effect with dolist.
8086
8087         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8088
8089         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8090         gnus-extra-headers and nnmail-extra-headers.
8091
8092         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8093         called for effect with dolist.
8094         (top-level): Use mapc to set functions to be traced for debugging.
8095
8096         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8097         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8098         dolist.
8099
8100         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8101         Replace mapcar called for effect with mapc.
8102         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8103         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8104         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8105         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8106
8107         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8108         remove-if that's a cl function.
8109
8110         * webmail.el (webmail-debug): Replace mapcar called for effect with
8111         dolist.
8112
8113         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8114         with mapc.
8115
8116 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8119         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8120         with while loop.
8121
8122         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8123         functions from article-* functions.
8124         (gnus-multi-decode-header): Replace mapcar called for effect with
8125         dolist.
8126
8127         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8128         (gnus-bookmark-show-details): Replace mapcar called for effect with
8129         while loop.
8130
8131         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8132         called for effect with while loop.
8133
8134         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8135         with dolist.
8136
8137         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8138         Replace mapcar called for effect with dolist.
8139
8140         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8141
8142         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8143         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8144         Replace mapcar called for effect with dolist.
8145         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8146         mapc.
8147
8148         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8149         Replace mapcar called for effect with dolist.
8150         (gnus-topic-list): Replace mapcar called for effect with mapc.
8151
8152         * gnus.el: Use mapc instead of mapcar to add autoloads.
8153
8154 2007-10-23  Richard Stallman  <rms@gnu.org>
8155
8156         * gnus-group.el (gnus-group-highlight): Mark as risky.
8157
8158 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus.el (gnus-server-to-method): Return method found first in
8161         gnus-newsrc-alist.
8162
8163         * gnus-art.el (gnus-article-highlight-signature)
8164         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8165         button overlay without the front stickiness.
8166
8167 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8168
8169         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8170         overview buffer needed a catch to receive its throw.
8171         (gnus-agent-flush-cache): Declare as interactive to make this function
8172         easier to use.
8173
8174 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8177         `next-line'.
8178
8179 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8182         exclude address matching message-dont-reply-to-names.
8183
8184 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-util.el (gnus-string<): New function.
8187
8188         * gnus-sum.el (gnus-article-sort-by-author)
8189         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8190
8191 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8194         the frame-focus tag is set in gnus-buffer-configuration.
8195
8196 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8199         the front stickiness.
8200
8201 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8204         url pattern; remove duplicate one.
8205         (gnus-article-extend-url-button): New function.
8206         (gnus-article-add-buttons): Use it.
8207         (gnus-button-push): Use concatenated url that it makes.
8208
8209 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8210
8211         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8212
8213 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8214
8215         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8216         Don't hardcode point-min==1.
8217
8218 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8221         Fix comment about "iso8859-1".
8222
8223 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8224
8225         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8226         ones returned from the verify-function.
8227
8228         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8229         Call mml2015-extract-cleartext-signature if extraction failed.
8230
8231 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8232
8233         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8234         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8235         failed.
8236
8237 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8240
8241 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8244         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8245         recommends to use EasyPG instead of PGG.
8246
8247         * pgg.el: Revert to revision 6.23.2.16.
8248
8249         * pgg-def.el: Revert to revision 6.6.2.14.
8250
8251         * pgg-gpg.el: Revert to revision 6.23.2.34.
8252
8253 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8254
8255         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8256         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8257         thread for both the null and zero (kill/expire thread) universal prefix
8258         cases.
8259         (gnus-summary-expire-thread): Add new function to expire a thread,
8260         using gnus-summary-kill-thread.
8261         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8262         shortcuts for gnus-summary-expire-thread.
8263         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8264         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8265
8266 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8269         extras value, so an extras entry can be deleted.
8270         (gnus-registry-delete-extra-entry): Use it.
8271         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8272         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8273         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8274         storage through the gnus-registry, and provide an appropriate API for
8275         it.
8276
8277 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8280         Suggested by Leo <sdl.web@gmail.com>.
8281
8282         * gnus.el: Do.
8283
8284 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8287         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8288
8289         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8290
8291         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8292         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8293
8294 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8297         newline.
8298         (nnmbox-request-accept-article): Don't change article in source buffer;
8299         narrow to header to use message-fetch-field rather than
8300         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8301         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8302         as delimiters; make sure article ends with newline.
8303         (nnmbox-delete-mail): Correct last position of article to be deleted;
8304         ignore X-Gnus-Newsgroup header in article body.
8305         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8306         positions; make sure article ends with newline.
8307
8308         * message.el (message-display-abbrev): Don't infloop when a user
8309         inserts SPC in the beginning of header.
8310
8311         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8312         coding-system-for-read and coding-system-for-write for XEmacs having no
8313         file-coding feature.
8314
8315         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8316
8317 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8318
8319         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8320         list of groups not followed by default.  Fix type to be regexp.
8321         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8322
8323 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8324
8325         * hmac-def.el (define-hmac-function): Switch from old-style to
8326         new-style backquotes.
8327
8328         * md4.el (md4-make-step): Likewise.
8329
8330 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8333         raw-text coding system when saving .newsrc file, which may contain
8334         non-ASCII group names.
8335
8336 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * gnus-cus.el (gnus-score-extra): New widget.
8339         (gnus-score-extra-convert): New function.
8340         (gnus-score-customize): Use it for Extra.
8341
8342 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8343
8344         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8345         (mml2015-mailcrypt-clear-verify): Use it.
8346         (mml2015-gpg-clear-verify): Use it.
8347         (mml2015-pgg-clear-verify): Use it.
8348         (mml2015-epg-clear-verify): Replace the current part with the output
8349         from GnuPG; don't extract the plaintext by itself.
8350
8351         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8352         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8353         mml2015-clear-verify-function; don't touch the armor headers or
8354         dash-escaped text here.
8355
8356 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8359         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8360         parts, or application/octet-stream as a last resort.
8361         (gnus-mime-view-part-as-type): Don't toggle display.
8362         (gnus-mime-view-part-as-charset): Don't turn off display before
8363         querying charset.
8364
8365         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8366         stuff to undisplayer function in Emacs.
8367         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8368
8369         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8370         text/calendar parts.
8371
8372 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8375         decoding text/calendar parts.
8376
8377         * message.el (message-forward-make-body-mime): Always mark body as
8378         having no illegible text; remove signed-or-encrypted argument.
8379         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8380
8381         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8382         (mml-generate-mime-1): Don't encode body if it is specified to be in
8383         raw form; don't make buffer be unibyte when inserting multibyte string.
8384
8385 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8386
8387         * sha1.el: Fix up comment style.
8388         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8389         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8390
8391         * hex-util.el: Fix up comment style.
8392         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8393
8394         * gnus-salt.el: Use with-current-buffer.
8395         (gnus-pick-setup-message): Fix long-standing typo.
8396
8397 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * imap.el (imap-logout-timeout): New variable.
8400         (imap-logout, imap-logout-wait): New functions.
8401         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8402
8403         * nnimap.el (nnimap-logout-timeout): New server variable.
8404         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8405         nnimap-logout-timeout.
8406
8407         * gnus-art.el (gnus-article-summary-command-nosave)
8408         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8409
8410 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus.el (gnus-maximum-newsgroup): New variable.
8413
8414         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8415         according to gnus-maximum-newsgroup.
8416
8417         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8418         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8419         Limit the range of articles according to gnus-maximum-newsgroup.
8420
8421 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8422
8423         * gnus-art.el (gnus-sticky-article): Fix problems described in
8424         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8425         Don't perform gnus-configure-windows here; reuse existing sticky
8426         article buffer.
8427
8428         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8429         it doesn't exist in gnus-article-mode.
8430
8431 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8434         (gnus-agent-decoded-group-name): New function.
8435         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8436         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8437
8438 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8439
8440         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8441         Add binding for gnus-sticky-article.
8442         (gnus-summary-exit): Don't kill sticky article buffers.
8443
8444         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8445         article buffer.
8446         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8447         (gnus-kill-sticky-article-buffers): New commands.
8448
8449 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * nntp.el (nntp-xref-number-is-evil): New server variable.
8452         (nntp-find-group-and-number): If it is non-nil, don't trust article
8453         numbers in the Xref header.
8454
8455 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * gnus-agent.el (gnus-agent-read-group): New function.
8458         (gnus-agent-flush-group, gnus-agent-expire-group)
8459         (gnus-agent-regenerate-group): Use it.
8460         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8461         nnmail-pathname-coding-system.
8462
8463 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8466
8467         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8468         that are unread as unread, and also as selected so that information of
8469         marks having been changed by a user may be updated when exiting group.
8470
8471 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8474
8475 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8478         calculated ignoring signature parts to gnus-treat-article.
8479
8480 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8483         a point here in order to keep the window start.
8484         (gnus-insert-mime-security-button): Make a button overlay without the
8485         front stickiness.
8486         (gnus-mime-display-security): Goto the end of a button.
8487
8488         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8489
8490 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8493         group-name-at-point.
8494         (gnus-group-completing-read): New function that offers decoded
8495         non-ASCII group names for completion.
8496         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8497         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8498         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8499         (gnus-group-fetch-control): Use it.
8500         (gnus-fetch-group): Use group-name-at-point for the initial value
8501         rather than the default value; use gnus-alive-p.
8502
8503         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8504         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8505         (gnus-summary-post-news): Use gnus-group-completing-read.
8506
8507         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8508         (gnus-read-move-group-name): Decode group name for completion.
8509
8510 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8511
8512         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8513         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8514         Yamaoka slightly modified the code).
8515
8516 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8519         (nnmail-split-incoming): Bind it.
8520
8521         * nnml.el (nnml-group-name-charset): New function.
8522         (nnml-decoded-group-name): Use it; don't decode group name if
8523         nnmail-group-names-not-encoded-p is non-nil.
8524         (nnml-encoded-group-name): New function.
8525         (nnml-group-pathname): Inline nnml-decoded-group-name.
8526         (nnml-request-expire-articles): Decode group name in message.
8527         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8528         nnmail-pathname-coding-system.
8529         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8530         not decoded ones according to nnmail-group-names-not-encoded-p.
8531         (nnml-generate-active-info): Use nnml-encoded-group-name.
8532
8533 2007-08-08  Glenn Morris  <rgm@gnu.org>
8534
8535         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8536         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8537         doc-strings and comments.
8538
8539 2007-07-25  Glenn Morris  <rgm@gnu.org>
8540
8541         * Relicense all FSF files to GPLv3 or later.
8542
8543 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-sum.el (gnus-summary-move-article):
8546         Make gnus-summary-respool-article work.
8547
8548 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8551         string.
8552
8553 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8554
8555         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8556         that should be ignored when comparing distant RSS articles with local
8557         ones.
8558         (nnrss-make-hash-index): New function.  Create a hash index according
8559         to the ignored fields.
8560         (nnrss-check-group): Use it.
8561
8562 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8565
8566         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8567
8568         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8569         the new optional argument ENCODED is non-nil.
8570         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8571         coding system for encoding group name.
8572         (gnus-group-make-rss-group): Pass un-encoded group name to
8573         gnus-group-make-group.
8574         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8575         encoded.
8576
8577         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8578         Encode group name to which articles are moved or copied.
8579         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8580         coding system for encoding Newsgroup, Followup-To and Xref headers.
8581
8582         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8583         marks; use nnheader-file-coding-system to write a file.
8584         (nnagent-retrieve-headers): Bind file-name-coding-system to
8585         nnmail-pathname-coding-system.
8586
8587         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8588
8589         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8590         (nnml-request-article, nnml-request-create-group)
8591         (nnml-request-rename-group, nnml-find-id)
8592         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8593         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8594         (nnml-save-marks): Use nnml-group-pathname instead of
8595         nnmail-group-pathname.
8596
8597         (nnml-request-create-group, nnml-request-expire-articles)
8598         (nnml-request-move-article, nnml-request-delete-group)
8599         (nnml-deletable-article-p, nnml-possibly-create-directory)
8600         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8601         (nnml-open-marks): Bind file-name-coding-system to
8602         nnmail-pathname-coding-system.
8603
8604         (nnml-request-article): Pass server argument to nnml-find-group-number.
8605         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8606         Pass server argument to nnml-possibly-create-directory.
8607         (nnml-request-accept-article): Pass server argument to
8608         nnml-active-number and nnml-save-mail.
8609         (nnml-find-group-number): Pass server argument to nnml-find-id.
8610         (nnml-request-update-info): Pass server argument to
8611         nnml-marks-changed-p.
8612
8613         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8614         (nnml-save-mail, nnml-active-number): Add server argument.
8615
8616         (nnml-request-delete-group): Warn if group is missing.
8617         (nnml-get-nov-buffer): Decode group name.
8618         (nnml-generate-active-info): Encode group name.
8619         (nnml-open-marks): Decode group name in messages.
8620
8621 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8624         if it is not specified.
8625         (gnus-article-pipe-part, gnus-article-save-part)
8626         (gnus-article-interactively-view-part, gnus-article-copy-part)
8627         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8628         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8629         (gnus-article-replace-part, gnus-article-delete-part)
8630         (gnus-article-view-part-as-type): Pass raw prefix argument to
8631         gnus-article-part-wrapper.
8632
8633 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * gnus-agent.el (gnus-agent-save-active):
8636         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8637
8638         * gnus-cache.el (gnus-cache-save-buffers)
8639         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8640         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8641         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8642         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8643         (gnus-cache-generate-active, gnus-cache-rename-group)
8644         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8645         (gnus-cache-update-overview-total-fetched-for):
8646         Bind file-name-coding-system to nnmail-pathname-coding-system.
8647         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8648         New variables.
8649         (gnus-cache-decoded-group-name): New function.
8650         (gnus-cache-file-name): Use it.
8651         (gnus-cache-generate-active): Use non-decoded group name for active.
8652
8653         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8654         right place.
8655         (gnus-write-active-file): Don't break non-ASCII group names.
8656
8657         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8658         nnmail-pathname-coding-system.
8659
8660         * lpath.el: Bind default-file-name-coding-system,
8661         file-name-coding-system and language-info-alist for XEmacs.
8662
8663         * gnus-uu.el (gnus-uu-decode-save): Typo.
8664
8665 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8668
8669 2007-07-14  David Kastrup  <dak@gnu.org>
8670
8671         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8672         finishing actions if we did not edit the article.
8673
8674 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8677         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8678         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8679         (gnus-agent-flush-group, gnus-agent-flush-cache)
8680         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8681         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8682         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8683         (gnus-agent-regenerate-group)
8684         (gnus-agent-update-files-total-fetched-for)
8685         (gnus-agent-update-view-total-fetched-for):
8686         Bind file-name-coding-system to nnmail-pathname-coding-system.
8687         (gnus-agent-group-pathname): Don't encode file names by
8688         nnmail-pathname-coding-system.
8689         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8690         coding-system-for-write instead of buffer-file-coding-system to
8691         gnus-agent-file-coding-system.
8692
8693         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8694         Decode group name.
8695
8696         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8697
8698         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8699         (gnus-read-newsrc-el-file): Make group names unibyte.
8700
8701         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8702         nnmail-pathname-coding-system.
8703
8704         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8705         (nnrss-request-delete-group): Bind file-name-coding-system to
8706         nnmail-pathname-coding-system.
8707         (nnrss-read-server-data, nnrss-read-group-data):
8708         Bind file-name-coding-system correctly.
8709         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8710
8711         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8712         (nntp-server-to-method-cache): New variable.
8713         (nntp-group-pathname): New function that decodes non-ASCII group names.
8714         (nntp-possibly-create-directory, nntp-marks-changed-p)
8715         (nntp-save-marks, nntp-open-marks): Use it.
8716         (nntp-possibly-create-directory, nntp-open-marks):
8717         Bind file-name-coding-system to nnmail-pathname-coding-system.
8718         (nntp-open-marks): Decode group names when bootstrapping marks.
8719
8720         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8721         Newsgroups and Folowup-To headers.
8722
8723 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8726         (gnus-server-closed-face, gnus-server-denied-face)
8727         (gnus-server-offline-face): Remove variable.
8728         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8729
8730         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8731         of modifying message-stack directly for XEmacs.
8732
8733         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8734         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8735         if the coding-system argument is nil for XEmacs.
8736
8737         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8738         mm-charset-override-alist.
8739
8740         * rfc2047.el: Don't require base64; require rfc2045 for the function
8741         rfc2045-encode-string.
8742         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8743         to quote the parameter value.
8744
8745 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8748         form in gnus-group-name-charset-method-alist.
8749
8750         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8751         overrides the default layout edit-form.
8752
8753         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8754
8755         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8756
8757 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8760         as unfetched articles.
8761
8762 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8765
8766 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8769         original back end that keeps marks in the local system.
8770
8771 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8774         arg of pop-to-buffer for XEmacs.
8775         (gnus-article-read-summary-keys): Ditto; don't restore window
8776         configuration if summary command ends up with neither article buffer
8777         nor summary buffer; describe bindings if summary keys end with C-h.
8778
8779 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * message.el (message-fix-before-sending): Skip raw message part to be
8782         forwarded while checking illegible text.
8783         (message-forward-make-body-mime, message-forward-make-body):
8784         Mark signed or encrypted raw message as having no illegible text.
8785
8786 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8789         (gnus-message-with-timestamp-1): New macro.
8790         (gnus-message-with-timestamp): New function.
8791         (gnus-message): Use them.
8792
8793         * nnheader.el (nnheader-message): Use them.
8794
8795 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8798         .newsrc.eld file.
8799
8800 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-agent.el (gnus-agent-fetch-headers)
8803         (gnus-agent-retrieve-headers):
8804         Bind gnus-decode-encoded-address-function to identity.
8805
8806         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8807         available also when the server returns simply a dot.
8808
8809         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8810
8811 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8814
8815 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-ems.el (gnus-x-splash): Make it work.
8818
8819         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8820         from being used.
8821
8822         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8823
8824 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8827         4th and the 5th arguments.
8828
8829         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8830         the front stickiness.
8831         (gnus-article-summary-command-nosave): Correct the order of the
8832         arguments passed to pop-to-buffer.
8833         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8834         summary command ends up with the article buffer.
8835
8836         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8837         the same faces.
8838
8839 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8840
8841         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8842
8843 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8844
8845         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8846         * gnus-sum.el (gnus-summary-highlight):
8847         * pgg.el (pgg-sign-region, pgg-sign):
8848         * mail-source.el (mail-source-delete-old-incoming-confirm):
8849         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8850
8851 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * gnus-art.el (gnus-mime-view-part-externally)
8854         (gnus-mime-view-part-internally): Fix predicate function passed to
8855         completing-read.
8856
8857         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8858
8859         * gnus.el (gnus-update-message-archive-method): Add :version.
8860
8861 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus.el (gnus-update-message-archive-method): New variable.
8864
8865         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8866         according to gnus-message-archive-method if
8867         gnus-update-message-archive-method is non-nil.
8868
8869 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8872         Suggested by Loic Dachary <loic@dachary.org>.
8873         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8874
8875 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * message.el (message-pop-to-buffer): Add switch-function argument.
8878         (message-mail): Pass switch-function argument to it.
8879
8880 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8883         Improve doc string.
8884
8885 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8888         (gnus-header-content)
8889         * gnus-cite.el (gnus-cite-10)
8890         * gnus-srvr.el (gnus-server-closed)
8891         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8892         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8893         (gnus-group-mail-3-empty, gnus-group-mail-low)
8894         (gnus-group-mail-low-empty, gnus-splash)
8895         * message.el (message-header-to, message-header-cc)
8896         (message-header-subject, message-header-other, message-header-name)
8897         (message-header-xheader, message-separator, message-cited-text)
8898         (message-mml): Lighten colors of faces used for dark background.
8899
8900 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8901
8902         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8903         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8904
8905 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * message.el (message-narrow-to-headers-or-head):
8908         Ignore mail-header-separator in the body.
8909
8910 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8913         same as window size.
8914
8915 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8916
8917         * message.el (message-font-lock-keywords): Use message-header-xheader
8918         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8919         ahead of the anything pattern, to get it recognised.
8920
8921 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8924         spam.el loads uses it in the compiled defadvice form.
8925
8926 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8927
8928         * gnus-sum.el (gnus-articles-to-read)
8929         (gnus-summary-insert-old-articles): Don't truncate group name for
8930         `read-string'.
8931
8932         * gnus-util.el (gnus-limit-string): Delete this function.
8933
8934         * gnus-sum.el (gnus-simplify-subject-fully):
8935         Use `truncate-string-to-width' instead.
8936
8937 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8938
8939         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8940         Tell if, on summary exit, the next group has to be selected.
8941         (gnus-summary-exit): Use it.
8942
8943 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8946         non-break space.
8947
8948 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8951         Check if group is not a directory.
8952         (nnfolder-request-expire-articles): Don't delete articles if the target
8953         group is not available.
8954
8955         * nnml.el (nnml-request-create-group): Properly check if group is not a
8956         file.
8957         (nnml-request-expire-articles): Don't delete articles if the target
8958         group is not available.
8959
8960         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8961         Don't quote characters that are within parentheses.
8962
8963 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8966         (gnus-handle-ephemeral-exit): Select article according to it.
8967
8968 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8969
8970         * message.el (message-insert-formated-citation-line): Remove newline.
8971         (message-citation-line-format): Add final \n here so that the user can
8972         avoid a blank line.
8973
8974 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8975
8976         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8977         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8978         Update lanl/arXiv support.
8979
8980 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * gnus.el: Bump version number.
8983
8984 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8985
8986         * gnus.el (gnus-version-number): Bump version.
8987
8988 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8989
8990         * gnus.el: No Gnus v0.6 is released.
8991
8992 2007-04-27  Didier Verna  <didier@xemacs.org>
8993
8994         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8995         * gmm-utils.el (gmm-regexp-concat): ... here.
8996         * message.el: Don't require 'gnus-util.
8997         (message-dont-reply-to-names): Handle name change above.
8998         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8999
9000 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9003         since the initial value varies according to the system.
9004
9005 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9008
9009 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9010
9011         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9012
9013 2007-04-24  Didier Verna  <didier@xemacs.org>
9014
9015         Improve the type of gnus-ignored-from-addresses.
9016         * gnus-util.el (gnus-orify-regexp): New function.
9017         * message.el (gnus-util): Require it.
9018         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9019         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9020         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9021
9022 2007-04-24  Didier Verna  <didier@xemacs.org>
9023
9024         * gnus-sum.el:
9025         * gnus-utils.el: Fix some trailing whitespaces.
9026
9027 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9030         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9031         article's Message-ID; refer parent article in summary buffer.
9032
9033         * message.el (message-bounce): Call mime-to-mml.
9034
9035         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9036         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9037         optimize and/or forms properly.
9038
9039 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9040
9041         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9042         URL.
9043
9044 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9047
9048 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9051         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9052         displayed of multipart/alternative part if it is invoked from summary
9053         buffer.
9054
9055         * mm-view.el (mm-inline-text-html-render-with-w3m)
9056         (mm-inline-text-html-render-with-w3m-standalone)
9057         (mm-inline-render-with-function): Use mail-parse-charset by default.
9058
9059 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9060
9061         * parse-time.el (parse-time-string-chars): Check if CHAR
9062         is less than the length of parse-time-syntax.
9063
9064 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9067         from gnus-newsgroup-processable.
9068
9069 2007-04-16  Didier Verna  <didier@xemacs.org>
9070
9071         * gnus-msg.el (gnus-configure-posting-styles):
9072         Handle message-signature-directory properly with :file syntax.
9073         Reported by "Leo".
9074
9075 2007-04-11  Didier Verna  <didier@xemacs.org>
9076
9077         New user option: message-signature-directory.
9078         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9079         * message.el (message-insert-signature): Ditto.
9080         * message.el (message-signature-file): Doc update.
9081         * message.el (message-signature-directory): New.
9082
9083 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-msg.el (gnus-inews-yank-articles):
9086         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9087
9088 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * message.el (message-yank-original): Make sure cited text ends with
9091         newline; don't exchange point and mark.
9092
9093 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9094
9095         * tls.el (open-tls-stream): Properly handle case where there
9096         is no associated buffer.
9097
9098 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9099
9100         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9101         message-yank-original, make sure (< mark TEXT point).
9102
9103 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * message.el (message-fill-column): New variable.
9106         (message-mode): Use it.  Add comment on a possible new hook.
9107
9108         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9109         (nnmail-get-new-mail): Reformat.
9110
9111         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9112
9113         * gmm-utils.el: Fix Commentary.
9114         (gmm-tool-bar-from-list): Fix typo in doc string.
9115
9116 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9117
9118         * message.el (message-yank-original): Don't switch point and mark
9119         unnecessarily to put point and mark as documented.
9120
9121 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9124         from the message heads.
9125
9126 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9127
9128         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9129         article buffer does not have a window.  This may not be the best
9130         solution but is certainly better than setting the start of the null,
9131         that is the current, window.
9132
9133 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9136         (gnus-draft-setup): Run it.
9137
9138         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9139         gnus-score-fast-scoring.  Allow regexp.
9140         (gnus-score-headers): Use it.
9141
9142         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9143         XEmacs.
9144
9145         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9146         string.
9147         (gnus-button-alist): Also catch `<f1> k ...'.
9148         (gnus-treat-display-x-face): Fix doc string.
9149
9150 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9151
9152         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9153         evaluation of gnus-extended-version to ensure correct generation of the
9154         User-Agent header when message-generate-headers-first is used.
9155
9156 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9157
9158         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9159         hashcash-path is nil.  Don't call callback with incorrect number of
9160         parameters if val is 0.
9161
9162 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9163
9164         * message.el (message-required-news-headers):
9165         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9166
9167 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9168
9169         * tls.el (open-tls-stream): In handshake-waiting loop,
9170         don't wait more if there is output available to process.
9171
9172 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9173
9174         * tls.el (tls-program): Doc fix.
9175
9176 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * message.el (message-generate-new-buffers): Change the meaning of the
9179         nil value; add `standard' to the choices; treat t as `unique'; improve
9180         doc string.
9181         (gnus-select-frame-set-input-focus): Autoload.
9182         (message-buffer-name): Search for the existing message buffer if
9183         message-generate-new-buffers is nil or `standard'; treat the value t of
9184         message-generate-new-buffers as `unique'.
9185         (message-pop-to-buffer): Raise the frame already displaying the message
9186         buffer; clear the echo area after querying.
9187         (message-setup): Pass the `continue' argument to compose-mail.
9188         (message-mail): Prefer `switch-function' if it is given; search for the
9189         existing message buffer if the `continue' argument is non-nil; pass
9190         continue and switch-function arguments to compose-mail by way of
9191         message-setup.
9192         (message-mail-other-window): Adjust argument of message-setup.
9193         (message-mail-other-frame): Ditto.
9194
9195 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9198         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9199         to turn font-lock on when turning gnus-message-citation-mode on.
9200
9201 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9202
9203         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9204         (mml-smime-function-alist): New variable; add epg as the backend.
9205         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9206         mml-smime- functions instead.
9207         * mm-view.el: Require smime.
9208
9209 2007-03-05  Didier Verna  <didier@xemacs.org>
9210
9211         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9212         instead of just inheritance for posting styles.
9213         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9214
9215 2007-02-24  Chris Moore  <dooglus@gmail.com>
9216
9217         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9218         * pgg-pgp.el (pgg-pgp-encrypt-region):
9219         * pgg-gpg.el (pgg-gpg-encrypt-region):
9220         Check pgg-encrypt-for-me if no other recipients.
9221
9222 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9223
9224         * tls.el (tls-certtool-program): Fix custom type.
9225
9226 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9229         and point-at-eol instead of line-(beginning|end)-position.
9230
9231         * assistant.el (assistant-parse-buffer): Ditto.
9232
9233         * netrc.el (netrc-parse-services): Ditto.
9234
9235 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9236
9237         * mml2015.el (mml2015-epg-find-usable-key): New function.
9238         (mml2015-epg-sign): Use it.
9239         (mml2015-epg-encrypt): Use it.
9240
9241 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * message.el (message-make-in-reply-to): Quote name containing
9244         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9245         if there are special characters.  Reported by NAKAJI Hiroyuki
9246         <nakaji@jp.freebsd.org>.
9247
9248 2007-02-27  Didier Verna  <didier@xemacs.org>
9249
9250         Include the group parameters as well as the topic ones in the
9251         inheritance filter process.
9252         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9253         argument GROUP-PARAMS-LIST.
9254         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9255
9256 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * nntp.el (nntp-never-echoes-commands)
9259         (nntp-open-connection-functions-never-echo-commands): New variables.
9260         (nntp-send-command): Use them.
9261
9262 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9263
9264         * mml2015.el (mml2015-epg-verify): Simplify.
9265
9266 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * mml.el (mml-content-disposition-alist): New user option.
9269         (mml-content-disposition): New function.
9270         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9271         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9272
9273 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9274
9275         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9276         verification.
9277
9278 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9279
9280         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9281         articles posted in the last 24 hours.
9282
9283 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9284
9285         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9286
9287 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9288
9289         * nntp.el (nntp-send-command): Don't wait for echoes when
9290         nntp-open-ssl-stream is used.
9291
9292 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9295         (gnus-message-add-citation-keywords)
9296         (gnus-message-remove-citation-keywords): Remove.
9297         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9298         directly, make the variables in font-lock-defaults buffer-local, add
9299         gnus-message-citation-keywords to them and then update the value of
9300         font-lock-keywords.
9301
9302 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * message.el (message-cite-original-1): Don't call
9305         gnus-article-highlight-citation.
9306
9307         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9308         citations; fix line count.
9309
9310 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9313         (gnus-message-add-citation-keywords)
9314         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9315         versions of font-lock-add-keywords and font-lock-remove-keywords to
9316         work with XEmacs correctly.
9317
9318 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-cite.el (gnus-cite-face-list): Set the values of
9321         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9322         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9323         (gnus-message-cite-prefix-regexp): New variable.
9324         (gnus-message-search-citation-line): Use it; protect against long
9325         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9326         the 0th match data for Emacs.
9327         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9328         (gnus-message-add-citation-keywords): Append keywords rather than
9329         prepending; emulate font-lock-add-keywords if it is not available.
9330         (gnus-message-remove-citation-keywords):
9331         Emulate font-lock-remove-keywords if it is not available.
9332
9333         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9334
9335         * message.el (message-cite-prefix-regexp): Set the value of
9336         gnus-message-cite-prefix-regexp.
9337
9338 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9339
9340         * nnweb.el (nnweb-google-parse-1): Update parser.
9341
9342 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9343
9344         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9345
9346 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9347
9348         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9349         regexp.
9350
9351 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9354         string-to-multibyte.
9355         (uudecode-decode-region-internal): Use it.
9356
9357         * lpath.el: Fbind string-as-multibyte for XEmacs.
9358
9359 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9362         Fix custom choice.
9363
9364         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9365
9366 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9367
9368         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9369
9370         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9371         `write-region' to respect `mm-inhibit-file-name-handlers'.
9372
9373 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9376         Use gnus-home-directory instead of "~/" or "$HOME".
9377
9378 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9379
9380         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9381         to mention filename.
9382         Add comments at beginning regarding usage.
9383         (encrypt-write-file-contents): Change interactive so a string is
9384         acceptable.  If the file has no associated model, show an error instead
9385         of a nonsense prompt.
9386
9387 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9388
9389         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9390         Thanks to Yoshihiko Yamada for kind notification of this typo.
9391
9392 2007-01-12  Kenichi Handa  <handa@m17n.org>
9393
9394         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9395         multibyte buffer.
9396
9397 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * gnus-score.el (gnus-score-fast-scoring): New variable.
9400         (gnus-score-headers): Use it.
9401
9402         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9403
9404         * message.el (message-cite-original-1):
9405         Call gnus-article-highlight-citation if requested.
9406         (message-make-from): Allow name and address as optional arguments.
9407
9408         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9409
9410         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9411         bugs to doc string.
9412         (gnus-button-alist): Add mid\\|message-id.
9413         (gnus-button-fetch-group): Extend for use in
9414         `browse-url-browser-function'.
9415         (gnus-button-url-regexp): Try to catch paired parentheses like in
9416         Wikipedia URLs.
9417
9418         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9419         Suggested by Simon Krahnke <overlord@gmx.li>.
9420
9421 2007-01-13  Romain Francoise  <romain@orebokech.com>
9422
9423         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9424         Update copyright.
9425
9426 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9427
9428         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9429
9430 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9431
9432         * gnus-registry.el (gnus-registry-unfollowed-groups)
9433         (gnus-registry-split-fancy-with-parent): Fix documentation.
9434
9435 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9438         from nnweb groups.
9439
9440 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9443         Xref urls.  Erase buffer before requesting head.
9444
9445         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9446
9447 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9450         customizable.
9451
9452 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9453
9454         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9455         no signing key is found.
9456         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9457         no encrypting and/or signing key is found.
9458
9459 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9462
9463 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9464
9465         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9466         headers read from disk with the ones newly found in the current search.
9467         This should no longer cause problems, because the article numbers in
9468         Gmane's `nov.php' output are ignored since the previous change.
9469
9470 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9471
9472         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9473
9474 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9477         replace-regexp-in-string; bind url-version; fbind display-images-p and
9478         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9479         find-face and set-itimer-function for Emacs; bind itimer-list for
9480         Emacs.
9481
9482         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9483
9484 2007-01-01  Romain Francoise  <romain@orebokech.com>
9485
9486         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9487
9488 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9489
9490         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9491         `define-minor-mode' macro definition expanded properly.
9492         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9493         exclude it there.
9494
9495         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9496         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9497         `fboundp' test.
9498         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9499         This is OK to autoload in (S)XEmacs now.
9500
9501 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9504         keystroke.
9505         (gnus-summary-limit-to-singletons): Fix typo.
9506
9507         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9508         else fails.
9509
9510 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9511
9512         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9513         docstring.
9514
9515         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9516         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9517         (gnus-summary-insert-dormant-articles): Fix typo in message.
9518
9519 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9522         nil for XEmacs.
9523         (gnus-message-citation-mode): Don't autoload in XEmacs.
9524
9525         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9526
9527 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9528
9529         * nnimap.el (nnimap-expunge-search-string):
9530         Mention nnimap-search-uids-not-since-is-evil in docstring.
9531
9532 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * spam.el: Revert to make-obsolete-variable because
9535         define-obsolete-variable-alias is not supported in Emacs 21.
9536
9537         * spam.el (spam-ifile-path, spam-ifile-database-path)
9538         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9539         make-obsolete-variable.
9540         (spam-bsfilter-path, spam-bsfilter-program)
9541         (spam-spamassassin-path, spam-spamassassin-program)
9542         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9543         Don't use "path" inappropriately.
9544         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9545         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9546         variable names.
9547
9548 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9549
9550         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9551         summary buffer.
9552
9553         * password.el (password-cache-remove): Use clear-string to burn
9554         password, if available.
9555
9556 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9559
9560         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9561
9562         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9563         (gnus-message-highlight-citation): Move defcustom here from
9564         gnus-cite.el.
9565         (gnus-message-citation-mode): Autoload.
9566
9567         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9568         checks to make it compile with XEmacs.
9569         (gnus-message-citation-mode): New minor mode.
9570         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9571         (gnus-message-highlight-citation): New variables.
9572         (gnus-message-search-citation-line)
9573         (gnus-message-add-citation-keywords)
9574         (gnus-message-remove-citation-keywords)
9575         (turn-on-gnus-message-citation-mode)
9576         (turn-off-gnus-message-citation-mode): New functions.
9577
9578 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9579
9580         * gnus-cite.el: Enable highlighting of different citation levels in
9581         message-mode.
9582
9583 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * message.el (message-make-fqdn): Fix comment.
9586         (message-bogus-system-names): Add ".local".
9587
9588         * spam.el (spam-ifile-path, spam-ifile-program)
9589         (spam-ifile-database-path, spam-ifile-database)
9590         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9591         Don't use "path" inappropriately.
9592         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9593         strings.
9594         (spam-check-ifile, spam-ifile-register-with-ifile)
9595         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9596         Use new variable names.
9597
9598         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9599         (gnus-treat-display-smileys): Simplify using
9600         gnus-image-type-available-p.
9601
9602         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9603         available.
9604
9605         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9606         Use `display-images-p' if available.
9607
9608 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9611         one after turning on the buffer's multibyteness instead of decoding
9612         them directly in the unibyte buffer that causes unexpected conversion
9613         in Emacs 23 (unicode).
9614
9615 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9616
9617         * message.el (message-generate-hashcash): Fix custom type.
9618
9619 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9622
9623 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9626         disconnect icons.  Add help text.
9627
9628 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9629
9630         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9631         negated to be consistent with the others we handle.
9632
9633 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9634
9635         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9636         version of gnus-summary-buffer to something, so that we can use two
9637         article buffers at the same time.
9638
9639 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9640
9641         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9642         trigger all the extra headers.
9643         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9644         sorting.
9645
9646 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9647
9648         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9649         solid groups.
9650
9651 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9652
9653         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9654
9655 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9656
9657         * legacy-gnus-agent.el: Add Copyright notice.
9658
9659 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9660
9661         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9662
9663 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9664
9665         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9666
9667         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9668         to make it work reliably in CVS Emacs.
9669         (gnus-summary-limit-strange-charsets-predicate)
9670         (gnus-summary-limit-to-predicate): New functions.
9671
9672 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9673
9674         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9675         specifying array size.
9676         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9677         array if it is too small.
9678         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9679         (gnus-sort-threads-loop): New function.
9680
9681 2006-12-06  Chris Moore  <dooglus@gmail.com>
9682
9683         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9684         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9685
9686 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9687
9688         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9689         options.
9690
9691 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9692
9693         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9694         DOS-ing the recipient.
9695
9696         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9697         the headers when creating the mapping to avoid mismappings.
9698         (nnweb-gmane-create-mapping): Always nix out old mapping.
9699
9700 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9703         and mm-verify-option to never.
9704
9705 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * message.el (message-signed-or-encrypted-p): New function.
9708         (message-forward-make-body): Use it.
9709
9710         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9711         Replace encode-coding-string with mm-encode-coding-string.
9712
9713 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * nneething.el (nneething-decode-file-name):
9716         Replace decode-coding-string with mm-decode-coding-string.
9717
9718         * gnus-int.el (gnus-open-server): Say failed server's name.
9719
9720 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9721
9722         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9723         strings to a single string.  Quote `errors-file-name'.
9724         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9725         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9726         Adjust calls.  Use `shell-quote-argument'.
9727
9728 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9729
9730         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9731         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9732
9733         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9734         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9735         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9736         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9737         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9738         (gnus-subscribe-newsgroup, gnus-1):
9739         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9740         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9741         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9742         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9743
9744 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745
9746         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9747         keystroke.
9748         (gnus-summary-limit-to-bodies): Implement headersp.
9749
9750 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9753
9754 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9757
9758 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * message.el (message-generate-hashcash): Expand range of values to
9761         include `opportunistic'.
9762         (message-send-mail): Use it.
9763
9764 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9765
9766         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9767         and comment it.
9768
9769         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9770
9771 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * gnus-util.el (gnus-extract-address-components): Improve comment.
9774
9775 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-util.el (gnus-extract-address-components): Work with address in
9778         which the name portion contains @.
9779
9780         * lpath.el: Fbind custom-autoload.
9781
9782 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * gnus.el (gnus-start): Move custom group up.
9785         (gnus-select-method): Don't autoload, but make it available for
9786         `customize-variable'.
9787         (gnus-getenv-nntpserver): Don't autoload.
9788
9789 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9790
9791         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9792
9793 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * message.el (message-sendmail-extra-arguments): New variable.
9796         (message-send-mail-with-sendmail): Use it.
9797
9798 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9801         mm-with-unibyte-current-buffer to make string unibyte.
9802
9803         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9804         mm-string-as-multibyte.
9805
9806 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9807
9808         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9809         Reported by Werner Koch <wk@gnupg.org>.
9810
9811 2006-11-14  Daiki Ueno  <ueno@p360>
9812
9813         * mml2015.el: Autoload epa-select-keys when compiling.
9814
9815 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9816
9817         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9818         message-options.
9819         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9820
9821 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9822
9823         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9824         EasyPG (< 0.0.6).
9825         (mml2015-always-trust): New user option.
9826         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9827         prompt.
9828
9829 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * nntp.el (nntp-authinfo-force): New variable.
9832         (nntp-send-authinfo): Use it.
9833
9834 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9837         decode encoded words.  Improve prompt.  Add comment about forwarding.
9838         (message-replacement-char): Move up.
9839
9840 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9841
9842         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9843         instead of gnus-intersection because arguments of gnus-sorted-nunion
9844         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9845
9846 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9849         (message-simplify-subject-functions):
9850         Enable message-strip-subject-encoded-words by default.
9851
9852 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * message.el (message-strip-subject-encoded-words): New function.
9855         (message-simplify-subject-functions): New variable.
9856         (message-simplify-subject): Use it.  Fix typo in doc string.
9857         Support message-strip-subject-encoded-words.
9858
9859 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9860
9861         * gnus-diary.el (gnus-diary-delay-format-function):
9862         * nndiary.el (nndiary-reminders):
9863         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9864
9865 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * gnus-art.el (article-hide-boring-headers): Fetch date from
9868         gnus-original-article-buffer to avoid problems with localized date
9869         strings.
9870
9871 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9874
9875 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9878         New variables.
9879         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9880         (mm-charset-synonym-alist): Move some entries to
9881         mm-codepage-iso-8859-list.
9882         (mm-charset-synonym-alist, mm-charset-override-alist):
9883         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9884
9885 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9888
9889 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9892         with Emacs 21 and XEmacs.
9893
9894 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9895
9896         * spam.el (spam-parse-address): New function for better parsing,
9897         catching errors, etc.
9898         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9899
9900 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * mm-view.el: Add interactive arg to html2text autoload.
9903
9904 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9907
9908 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9911         New variables.
9912         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9913         (mm-charset-synonym-alist): Move some entries to
9914         mm-codepage-iso-8859-list.
9915
9916         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9917
9918 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * message.el (message-citation-line-format)
9921         (message-insert-formated-citation-line): Fix implementation of %E, %N
9922         and %n according to the doc string.
9923
9924 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9925
9926         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9927         Use car-safe to avoid bad parses.
9928
9929 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9932         names.
9933
9934         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9935
9936 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9939         header.
9940
9941         * message.el (message-draft-headers): Add Date.
9942         (message-headers-to-generate): Fix typo in docstring.
9943
9944         * nndraft.el (nndraft-required-headers): New variable.
9945         (nndraft-generate-headers): Use it.
9946
9947         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9948
9949 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9950
9951         * gnus-registry.el (gnus-registry-wash-for-keywords)
9952         (gnus-registry-find-keywords): New functions to allow easy searching of
9953         articles that are in the registry.
9954
9955 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9956
9957         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9958         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9959         Reported by Damien Elmes <damien@repose.cx>.
9960
9961 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * gnus.el (gnus-mime): Remove unused custom group.
9964
9965 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9966
9967         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9968         "blank line" when searching for end of armor headers.
9969
9970 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * gmm-utils.el (gmm-write-region): Fix variable name.
9973
9974 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gmm-utils.el (gmm-write-region): New function based on compatibility
9977         code from `mm-make-temp-file'.
9978
9979         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9980
9981         * nnmaildir.el (nnmaildir--update-nov)
9982         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9983         Use `gmm-write-region'.
9984
9985 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9988         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9989
9990         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9991
9992         * message.el (message-replacement-char): New variable.
9993         (message-fix-before-sending): Use it.
9994         (message-simplify-subject): New function to remove duplicate code.
9995         (message-reply, message-followup): Use it.
9996
9997         * gnus-sum.el (gnus-summary-make-menu-bar):
9998         Clarify gnus-summary-limit-to-articles.
9999
10000 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-util.el (gnus-with-local-quit): New macro.
10003
10004         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10005
10006 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10007
10008         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10009         ignore non-string data.
10010
10011 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10014         non-string data (needs to be done in the registry too).
10015
10016 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10017
10018         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10019         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10020         (gnus-registry-split-fancy-with-parent)
10021         (gnus-registry-fetch-simplified-message-subject-fast)
10022         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10023         Remove text properties on ingress into the registry and when it's saved.
10024         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10025         registry from entries with no groups.
10026
10027 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10028
10029         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10030         function to remove string properties.
10031
10032 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * gmm-utils.el (gmm): Adjust custom version.
10035
10036         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10037         Adjust custom version.
10038
10039         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10040
10041 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * gnus-art.el (gnus-insert-prev-page-button)
10044         (gnus-insert-next-page-button): Simplify.  Reformat.
10045
10046 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10047
10048         * gnus-art.el (gnus-insert-prev-page-button)
10049         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10050
10051 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10052
10053         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10054
10055 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10056
10057         * gnus-art.el (gnus-insert-mime-button)
10058         (gnus-insert-mime-security-button):
10059         Apply gnus-article-button-face to MIME and security buttons.
10060
10061 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10064         readable.
10065
10066 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10069
10070 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10071
10072         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10073         `browse-url-of-file' instead of `browse-url'.
10074
10075 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10076
10077         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10078         regexp.  Articles containing quotation were cut prematurely.
10079
10080 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * message.el (message-cite-original-1): Use nobody by default for the
10083         value of From header.
10084         (message-reply): Ditto.
10085
10086 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10087
10088         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10089         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10090         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10091
10092 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10095         mails in the doc string.  Add some URLs in comment.
10096         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10097
10098 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10101         backslashes handling and the way to find boundaries of quoted strings.
10102
10103 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10104
10105         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10106         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10107         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10108         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10109
10110 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10113         doc string.
10114         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10115
10116 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * lpath.el: Fbind epg-check-configuration.
10119
10120 2006-09-06  Simon Josefsson  <jas@extundo.com>
10121
10122         * mml2015.el (mml2015-use): Doc fix, mention epg.
10123
10124 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10125
10126         * mml2015.el (mml2015-use): Default to epg, if available.
10127
10128 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10129
10130         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10131         message-sender.
10132         (mml1991-epg-encrypt): Ditto.
10133         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10134         message-sender.
10135         (mml2015-epg-encrypt): Ditto.
10136
10137 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10138
10139         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10140         several common directories.
10141
10142 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10143
10144         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10145         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10146
10147 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-art.el (article-decode-encoded-words): Make it fast.
10150
10151 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10154
10155         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10156         in quoted string into `\'.
10157
10158 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10161         Use standard-syntax-table.
10162
10163 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-art.el (gnus-decode-address-function): New variable.
10166         (article-decode-encoded-words): Use it to decode headers which are
10167         assumed to contain addresses.
10168         (gnus-mime-delete-part): Remove useless `or'.
10169
10170         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10171         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10172         (gnus-nov-parse-line): Use it to decode From header.
10173         (gnus-get-newsgroup-headers): Ditto.
10174         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10175
10176         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10177         (mail-decode-encoded-address-string): New alias.
10178
10179         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10180         New function.
10181         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10182         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10183         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10184         (rfc2047-decode-string): Ditto.
10185         (rfc2047-decode-address-region): New function.
10186         (rfc2047-decode-address-string): New function.
10187
10188 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * message.el (message-caesar-buffer-body): Allow rotating headers.
10191
10192         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10193
10194         * message.el (message-insert-formated-citation-line): Fix %f.
10195         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10196
10197 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10200         (gnus-bookmark-mouse-available-p): New macro.
10201         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10202         (gnus-bookmark-bmenu-show-infos): Use it.
10203         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10204         (gnus-bookmark-bmenu-hide-infos): Ditto.
10205         (gnus-bookmark-remove-properties): New function.
10206         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10207         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10208         (gnus-bookmark-write-file): Bind coding-system-for-write.
10209         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10210         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10211         group before selecting it.
10212         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10213         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10214         quit-window if it is not available; use gnus-mouse-2 and bind it to
10215         gnus-bookmark-bmenu-select-by-mouse.
10216         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10217         (gnus-bookmark-bmenu-select-by-mouse): New function.
10218
10219 2006-08-13  Romain Francoise  <romain@orebokech.com>
10220
10221         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10222         space.
10223
10224 2006-08-10  Romain Francoise  <romain@orebokech.com>
10225
10226         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10227         (dns-mode-soa-auto-increment-serial): New user option.
10228         (dns-mode-soa-maybe-increment-serial): New function.
10229         (dns-mode): Add the latter to `write-contents-functions'.
10230
10231 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * compface.el (uncompface): Use binary rather than raw-text-unix.
10234
10235 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * compface.el (uncompface): Make sure the eol conversion doesn't take
10238         place when communicating with the external programs.
10239         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10240
10241 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10244
10245 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10246
10247         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10248         Make it more robust by parsing author and date independently.
10249
10250 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10253
10254 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10255
10256         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10257         first matching secret key.
10258         (mml2015-epg-encrypt): Ditto.
10259
10260         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10261         first matching secret key.
10262         (mml1991-epg-encrypt): Ditto.
10263
10264         * mml2015.el (mml2015-encrypt-to-self): New user option.
10265         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10266         mml2015-epg-encrypt-to-self is set.
10267
10268         * mml1991.el (mml1991-encrypt-to-self): New variable.
10269         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10270         mml1991-epg-encrypt-to-self is set.
10271
10272         * mml2015.el (mml2015-signers): New user option.
10273         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10274         (mml2015-epg-encrypt): Allow to select signing keys.
10275
10276         * mml1991.el (mml1991-signers): New variable.
10277         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10278         (mml1991-epg-encrypt): Allow to select signing keys.
10279
10280 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * nnheader.el (nnheader-insert-head): Make it work even if the file
10283         uses CRLF for the line-break code.
10284
10285 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10286
10287         * mml2015.el: Require mml-sec instead of password.
10288         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10289         (mml2015-cache-passphrase): Inherit the default value from
10290         mml-secure-cache-passphrase.
10291         (mml2015-passphrase-cache-expiry): Inherit the default value from
10292         mml-secure-passphrase-cache-expiry.
10293
10294         * mml1991.el: Require mml-sec instead of password.
10295         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10296         (mml1991-cache-passphrase): Inherit the default value from
10297         mml-secure-cache-passphrase.
10298         (mml1991-passphrase-cache-expiry): Inherit the default value from
10299         mml-secure-passphrase-cache-expiry.
10300
10301         * mml-sec.el: Require password.
10302         (mml-secure-verbose): New user option.
10303         (mml-secure-cache-passphrase): New user option.
10304         (mml-secure-passphrase-cache-expiry): New user option.
10305
10306 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10307
10308         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10309         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10310         andreas@altroot.de (Andreas Vögele).
10311
10312         FIXME: Use `tiny change'?
10313
10314 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10315
10316         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10317         workaround for the url package included with Emacs.
10318
10319         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10320
10321 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10324         correctly.  This fixes a bug caused by the 2006-05-12 change.
10325
10326 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10327
10328         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10329         some information about the error when saying that the `bogus' mail
10330         group will be used.
10331
10332 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10335         string.
10336
10337 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10338
10339         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10340
10341 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10342
10343         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10344
10345 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10346
10347         * mml1991.el (mml1991-function-alist): Add epg.
10348         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10349         (mml1991-epg-encrypt): New functions.
10350
10351 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10352
10353         * mml2015.el (mml2015-verbose): New variable.
10354         (mml2015-cache-passphrase): Ditto.
10355         (mml2015-passphrase-cache-expiry): Ditto.
10356         (mml2015-function-alist): Add epg.
10357         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10358         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10359         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10360         New functions.
10361
10362 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10363
10364         * message.el (message-cite-original-1): Preserve region when removing
10365         quoted text due to X-No-Archive in order to avoid bogus attribution
10366         when citing multiple messages.
10367
10368 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10369
10370         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10371         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10372
10373 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gnus-diary.el (gnus-user-format-function-d)
10376         (gnus-user-format-function-D): Autoload.
10377
10378         * imap.el (Commentary): Fix typo.
10379
10380         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10381         2006-04-22 contribution.
10382
10383 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10384
10385         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10386         It didn't really fix the bogosity I'm seeing with solid web groups.
10387
10388 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10389
10390         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10391         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10392         created using server names.  If we use the feature without declaring
10393         it, Gnus does not properly manage server and group state.
10394
10395         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10396         bound.
10397
10398 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10399
10400         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10401         looking up the method using GROUP's prefix before inventing a new one.
10402         It is used on killed/unknown groups in various places where returning
10403         an all-new method isn't expected by the caller.
10404
10405         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10406         and match semantics of gnus-group-real-prefix.
10407
10408 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * nnmail.el (nnmail-broken-references-mailers): New variable.
10411         (nnmail-ignore-broken-references): New function generalizing
10412         nnmail-fix-eudora-headers.
10413         (nnmail-fix-eudora-headers): Now obsolete.
10414
10415         * gnus-art.el (gnus-button-handle-custom):
10416         Support `customize-apropos*'.
10417
10418 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10419
10420         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10421
10422         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10423         articles.
10424
10425 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * message.el (message-cite-reply-above): New variable.
10428         (message-yank-original): Use it.
10429
10430 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10433
10434 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10437         as read.
10438
10439         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10440
10441 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10444         (gnus-bookmark-default-file): Use gnus-directory.
10445         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10446         Remove "*" in doc string.
10447         (gnus-bookmark-write-file): Simplify.
10448         (gnus-bookmark-maybe-sort-alist): Use `when'.
10449         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10450         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10451         Add FIXME about Emacs 21 and XEmacs compatibility.
10452         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10453         compatibility.
10454         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10455         compatibility.
10456         (gnus-bookmark-menu-heading): Fix version.
10457
10458 2006-06-19  Bastien Guerry  <bzg@altern.org>
10459
10460         * gnus-bookmark.el: New file.
10461
10462 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * message.el (message-syntax-checks): Doc fix.
10465
10466 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10467
10468         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10469         unsubscribed groups as if they were killed ones.  It causes duplicate
10470         entries in gnus-newsrc-alist.
10471
10472 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * message.el (message-syntax-checks): Doc fix.
10475         (message-send-mail): Add check for continuation headers.
10476         (message-check-news-header-syntax): Fix regexp used to check for
10477         continuation headers.
10478
10479 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10482
10483 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10486
10487 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10490         default-truncate-lines.
10491
10492 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10495         to fill the utf-8 entry.
10496
10497         * lpath.el: Fbind unicode-precedence-list.
10498
10499 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10500
10501         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10502
10503 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10504
10505         * gnus-agent.el (directory-files-and-attributes): Move all the way
10506         forward (the third and final move).
10507         (gnus-agent-read-agentview): Trap reconstruction errors due to
10508         nonexistent directory.  Handle by returning nil.
10509
10510 2006-05-30  Didier Verna  <didier@xemacs.org>
10511
10512         * message.el (message-dont-reply-to-names): Update the custom type.
10513         * message.el (message-dont-reply-to-names): New defsubst: potentially
10514         convert a list of regexps into a single one.
10515         * message.el (message-get-reply-headers): Use it.
10516         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10517
10518 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-agent.el (directory-files-and-attributes): Move forward.
10521
10522 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * gnus-ml.el (gnus-mailing-list-subscribe)
10525         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10526         (gnus-mailing-list-message): Fix doc strings.
10527
10528 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10529
10530         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10531         of doing it manually.
10532
10533 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10536         comment.
10537
10538 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10539
10540         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10541         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10542         (gnus-agent-read-local): All symbols allocated in my-obarray.
10543         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10544         (gnus-agent-regenerate-group): Check numeric names to see if they are
10545         messages or groups.
10546         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10547         better way of do this...)
10548
10549         * gnus-cache.el (gnus-agent-total-fetched-for):
10550         Ignore 'dummy.group' (there should be a better way of do this...)
10551
10552 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10555         (gnus-saved-headers): Ditto.
10556         (gnus-default-article-saver): Mention functions may have properties.
10557         (gnus-article-save): Override gnus-save-all-headers and
10558         gnus-saved-headers by :headers property which saver function may have.
10559         (gnus-summary-save-in-file): Add :headers property.
10560         (gnus-summary-write-to-file): Ditto.
10561
10562         * gnus-sum.el (gnus-summary-save-article): Bind
10563         gnus-prompt-before-saving to t when saving many articles in a file;
10564         always show all headers.
10565
10566         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10567
10568 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10571         marks.
10572
10573         * message.el (message-indent-citation): Add optional arguments to allow
10574         using it outside of message buffers.
10575
10576         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10577         (gnus-article-treat-unfold-headers): Use it.
10578         (gnus-article-truncate-lines): New variable.
10579         (gnus-article-mode): Use it.
10580         (gnus-article-toggle-truncate-lines): New function.
10581
10582         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10583         Add gnus-article-toggle-truncate-lines.
10584
10585         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10586         coding system in XEmacs, use binary.
10587
10588 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10591         after-load-alist.
10592
10593         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10594         this function should save decoded articles.
10595         (gnus-summary-write-to-file): Use property to specify this function
10596         should save decoded articles and specify gnus-summary-save-in-file
10597         should be used to save articles other than the first one when saving
10598         many articles.
10599         (gnus-summary-save-body-in-file): Use property to specify this
10600         function should save decoded articles.
10601         (gnus-summary-write-body-to-file): Use property to specify this
10602         function should save decoded articles and specify
10603         gnus-summary-save-body-in-file should be used to save articles other
10604         than the first one when saving many articles.
10605
10606         * gnus-sum.el (gnus-summary-save-article): Simplify.
10607
10608 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * gnus-art.el (gnus-default-article-saver):
10611         Add gnus-summary-write-body-to-file.
10612         (gnus-article-save-coding-system): Don't use coding system object
10613         in XEmacs.
10614         (gnus-read-save-file-name): Add optional `dir-var' argument which
10615         specifies directory in which files are saved; work even if optional
10616         `variable' argument is not specified.
10617         (gnus-summary-write-to-file): Read file name.
10618         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10619         (gnus-summary-write-body-to-file): New function.
10620
10621         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10622         (gnus-summary-local-variables): Add it.
10623         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10624         (gnus-summary-save-article): Remove optional `decode' argument;
10625         determine whether to decode articles by the value of
10626         gnus-default-article-saver; when saving many files using
10627         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10628         it first and use gnus-summary-save-in-file or
10629         gnus-summary-save-body-in-file thereafter unless
10630         gnus-prompt-before-saving is always; move point to article which
10631         will be saved.
10632         (gnus-summary-save-article-file): Revert.
10633         (gnus-summary-write-article-file): Revert.
10634         (gnus-summary-save-article-body-file): Revert.
10635         (gnus-summary-write-article-body-file): New function.
10636
10637 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * gnus-art.el (gnus-default-article-saver): Doc fix.
10640         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10641         from gnus-summary-save-article-coding-system, and default to a
10642         certain coding system.
10643         (gnus-output-to-file): Add coding cookie and encode text according
10644         to gnus-article-save-coding-system; don't use mm-append-to-file.
10645
10646         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10647         gnus-art.el and rename to gnus-article-save-coding-system.
10648         (gnus-summary-save-article): Require gnus-art; don't show all
10649         headers if it decodes articles; don't add coding cookie here;
10650         don't bind mm-text-coding-system-for-write.
10651         (gnus-summary-save-article-file): Save decoded articles.
10652         (gnus-summary-write-article-file): When saving many files, use
10653         gnus-summary-write-to-file first and gnus-summary-save-in-file
10654         thereafter unless gnus-prompt-before-saving is always.
10655         (gnus-summary-save-article-body-file): Save decoded articles.
10656
10657         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10658
10659 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * nnrss.el (nnrss-check-group): Bind hash-index.
10662
10663 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10664
10665         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10666         its hash index.  Store this hash in `nnrss-group-data'.
10667         (nnrss-read-group-data): Update accordingly.
10668
10669 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10672         entry.
10673
10674         * gnus-sum.el (gnus-summary-make-menu-bar):
10675         Add gnus-article-browse-html-article.
10676
10677 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10678
10679         * gnus-sum.el (gnus-summary-mime-map):
10680         Add gnus-article-browse-html-article.
10681
10682         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10683
10684 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10687         suitable coding systems in customize.
10688
10689 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * mail-source.el (mail-sources): Fix custom type.
10692
10693 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10696         (gnus-summary-expire-articles-now): Shorten prompt.
10697
10698         * gmm-utils.el (wid-edit): Require.
10699         (defun-gmm): Rename from `gmm-defun-compat'.
10700         (gmm-image-search-load-path): Use it.
10701         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10702
10703 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * gnus-sum.el (gnus-summary-save-article-coding-system):
10706         New variable.
10707         (gnus-summary-save-article): Add optional `decode' argument.
10708         If it is set and gnus-summary-save-article-coding-system is non-nil,
10709         save decoded article.
10710         (gnus-summary-write-article-file): Save decoded article if
10711         gnus-summary-save-article-coding-system is non-nil.
10712
10713         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10714         type.
10715
10716 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10719
10720 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10723         first to test gnus-single-article-buffer which may be buffer-local.
10724
10725         * gnus-sum.el (gnus-summary-setup-buffer):
10726         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10727         group; make gnus-article-buffer, gnus-article-current, and
10728         gnus-original-article-buffer always buffer-local.
10729         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10730         group.
10731         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10732
10733 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * nnml.el (nnml-request-compact-group): Compressed files might not
10736         have .gz extension.
10737
10738 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10739
10740         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10741         (mm-copy-to-buffer): Use with-current-buffer.
10742         (mm-display-part): Simplify.
10743         (mm-inlinable-p): Add optional arg `type'.
10744
10745 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10746
10747         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10748         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10749         Try harder to show the attachment internally or externally using
10750         gnus-mime-view-part-as-type.
10751
10752 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * message.el (message-from-style, message-signature-separator)
10755         (message-user-organization-file, message-send-mail-function)
10756         (message-citation-line-function, message-yank-prefix)
10757         (message-indent-citation-function, message-signature)
10758         (message-signature-file, message-signature-insert-empty-line):
10759         Remove autoloads.
10760
10761         * gnus-art.el (gnus-buttonized-mime-types):
10762         Remove "multipart/signed".  Revert 2006-04-26 change.
10763
10764 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765
10766         * gnus.el (gnus-version-number): Bump version.
10767
10768 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10769
10770         * gnus.el: No Gnus v0.5 is released.
10771
10772 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10773
10774         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10775         fetching articles by message-id.
10776
10777 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10778
10779         * message.el (hashcash): Require hashcash as normal.
10780
10781         * ecomplete.el (ecomplete-highlight-match-line):
10782         Use point-at-eol.
10783         (ecomplete-highlight-match-line): Use `highlight', because that
10784         face exists in both Emacs and XEmacs.
10785
10786         * message.el (message-display-abbrev): Use point-at-bol.
10787
10788         * mail-source.el: Don't require timer/timer-funcs.
10789
10790         * gnus-async.el: Ditto.
10791
10792         * password.el: Ditto.
10793
10794         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10795
10796         * mm-url.el: Ditto.
10797
10798         * gnus-xmas.el: Don't require timer-funcs.
10799
10800         * mm-util.el: Require timer/timer-funcs.
10801
10802 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10803
10804         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10805         Close.
10806
10807 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10810         unibyte after clear-decrypt function runs.
10811
10812         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10813         returns as a unibyte string.
10814
10815 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * lpath.el: Revert.
10818
10819         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10820         (pgg-gpg-process-sentinel): Revert.
10821
10822         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10823         (pgg-pgp-lookup-key): Revert.
10824
10825         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10826         (pgg-pgp5-lookup-key): Revert.
10827
10828         * pgg.el (pgg-fetch-key): Revert.
10829
10830 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * lpath.el: Fbind string-as-multibyte for XEmacs.
10833
10834         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10835         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10836         (mml1991-pgg-encrypt): Ditto.
10837
10838         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10839         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10840         a multibyte buffer.
10841
10842         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10843         (pgg-pgp-lookup-key): Ditto.
10844
10845         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10846         (pgg-pgp5-lookup-key): Ditto.
10847
10848         * pgg.el (pgg-fetch-key): Ditto.
10849
10850 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10851
10852         * message.el (message-user-organization-file): Check several
10853         locations of the organization file.
10854
10855         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10856         Add gnus-article-view-part-as-type.
10857
10858         * gnus-art.el (gnus-article-view-part-as-type): New function.
10859
10860         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10861         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10862
10863         * mml.el: Simplify autoload.
10864         (mml-mode): defvar dnd-protocol-alist instead of using
10865         symbol-value.
10866         (mml-default-directory): New variable.
10867         (mml-minibuffer-read-file): Use it.
10868         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10869
10870         * message.el (message-citation-line-format): New variable.
10871         (message-insert-formated-citation-line): New function.
10872         (message-citation-line-function):
10873         Add `message-insert-formated-citation-line' to custom type.
10874
10875         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10876         to doc string.
10877
10878         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10879         depending on mm-verify-option.
10880
10881 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10884         binding pgg-* variables; reimplement the section which prevents
10885         MIME header from being signed.
10886         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10887         pgg-text-mode; remove a blank line at the top of body.
10888
10889         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10890         lines at the top of body; use gnus-newsgroup-charset if there's no
10891         Charset header.
10892
10893 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * message.el (message-self-insert-commands): Doc fix.
10896
10897         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10898         (mm-uu-pgp-encrypted-test): Ditto.
10899         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10900         between header and body; return application/pgp-encrypted handle
10901         if decryption failed; decode decrypted body by charset.
10902
10903         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10904         element match to application/pgp-*.
10905
10906 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10907
10908         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10909         HTML.
10910
10911 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * mail-source.el (mail-source-call-script): Message the error
10914         string.
10915
10916 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10917
10918         * gnus-util.el (gnus-byte-compile): Use it.
10919
10920 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10921
10922         * gnus-util.el (kill-empty-logs): New function.
10923
10924 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10925
10926         * message.el (message-mail-alias-type): Doc fix.
10927         (message-mail-alias-type-p): New function.
10928         (message-send): Use it.
10929         (message-mode): Ditto.
10930         (message-strip-forbidden-properties): Ditto.
10931
10932         * ecomplete.el (ecomplete-database-file-coding-system):
10933         New variable.
10934         (ecomplete-save): Use it.
10935         (ecomplete-setup): Use it.
10936
10937 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * message.el (message-self-insert-commands): New variable.
10940         (message-strip-forbidden-properties): Use it.
10941
10942 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943
10944         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10945         that doesn't make XEmacs choke.
10946
10947 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * gnus-util.el (gnus-replace-in-string):
10950         Prefer replace-regexp-in-string over of replace-in-string.
10951
10952 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * gnus-util.el (gnus-select-frame-set-input-focus):
10955         Use select-frame-set-input-focus if it is available in XEmacs; use
10956         definition defined in Emacs 22 for old Emacsen.
10957
10958         * dgnushack.el: Autoload unmorse-region for XEmacs.
10959
10960         * lpath.el: Bind cursor-in-non-selected-windows and
10961         select-frame-set-input-focus for XEmacs.
10962
10963 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10966
10967 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10968
10969         * gnus-registry.el (gnus-registry-cache-save): Remove text
10970         properties when saving via the temp buffer.
10971
10972 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * message.el (message-generate-hashcash): Honor custom type.
10975
10976 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * message.el (message-generate-hashcash): Default to non-nil when
10979         hashcash is found.
10980
10981         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10982         (gnus-refer-thread-limit): Increase default to 500.
10983
10984         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10985
10986         * flow-fill.el (fill-flowed): Allow delete-space.
10987
10988 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10989
10990         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10991         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10992         Remove autoloads.
10993
10994 2006-04-18  Simon Josefsson  <jas@extundo.com>
10995
10996         * message.el (message-generate-hashcash): Default to.
10997
10998 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11001         concatenating segments rather than before concatenating them.
11002
11003 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11006
11007 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11010
11011         * message.el (message-forward-make-body-plain):
11012         Allow message-forward-ignored-headers to be a list.
11013         (message-remove-ignored-headers): Factor out into function.
11014         (message-forward-make-body-mml): Use it.
11015
11016         * imap.el (imap-quote-specials): New function.
11017         (imap-login-auth): Quote specials.
11018
11019         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11020         (rfc2231-parse-string): Allow concatanation of parameters that
11021         aren't contiguous.  The test case is
11022           (mail-header-parse-content-type "message/external-body;
11023             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11024             access-type=LOCAL-FILE;
11025             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11026
11027 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11028
11029         * nntp.el (nntp-accept-process-output): Return the value of
11030         `nnheader-accept-process-output'.
11031
11032 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11035         (gnus-button-alist): Recognize more diff formats.
11036         (gnus-button-patch): Strip directory.
11037
11038 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11039
11040         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11041         Emacs 22 when setting focus.
11042
11043 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * gnus-art.el (gnus-article-treat-types): Do treatment of
11046         text/x-verbatim parts.
11047         (gnus-button-patch): New command.
11048
11049         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11050         addresses that contain invalid characters.
11051
11052 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11053
11054         * message.el (message-put-addresses-in-ecomplete):
11055         Use gnus-replace-in-string.
11056         (message-is-yours-p): Use the more correct
11057         mail-header-parse-address instead of
11058         mail-extract-address-components.
11059         (message-put-addresses-in-ecomplete): Fix typo.
11060
11061         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11062         keystroke.
11063
11064         * gnus-art.el (gnus-treatment-function-alist): Change order of
11065         newsgroups/generic header folding to avoid double-folding.
11066
11067         * message.el (message-hidden-headers): Add X-Draft-From.
11068
11069         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11070         New command.
11071         (gnus-summary-repeat-search-article-backward): New command.
11072
11073         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11074         groups in the parent topic.
11075
11076 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11077
11078         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11079         (spam-extra-header-to-number): Return the CRM114 number as a
11080         number instead of a string.
11081
11082 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11083
11084         * gnus-art.el (gnus-face-properties-alist): Move here from
11085         gnus-fun.
11086
11087         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11088
11089 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11090
11091         * message.el (message-strip-forbidden-properties): Only display on
11092         self-insert-command.
11093
11094         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11095         reindent.
11096         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11097
11098 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11099
11100         * smiley.el (smiley-style): Fix typo.
11101
11102 2006-03-23  Kenichi Handa  <handa@m17n.org>
11103
11104         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11105         instead of set-buffer-multibyte.
11106
11107 2006-03-23  Kenichi Handa  <handa@m17n.org>
11108
11109         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11110         buffer and then decode the buffer text if necessary.
11111         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11112         first, and after mm-encode-body, change the buffer to unibyte.
11113
11114 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11115
11116         * hashcash.el (hashcash-insert-payment-async-2):
11117         Use message-goto-eoh instead of doing it manually.
11118         (mail-add-payment): Use message-narrow-to-header instead of trying
11119         to do the same itself.
11120
11121         * message.el (message-hidden-headers): Add Face.
11122
11123         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11124         reparenting code.
11125         (gnus-summary-reparent-children): Refactored out code.
11126         (gnus-summary-thread-map): New keystroke.
11127         (gnus-summary-reparent-children): Make into command.
11128
11129         * smiley.el (smiley-style): Default to `medium' if using a large
11130         font.
11131
11132         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11133         does it itself.
11134
11135         * message.el (message-point-in-header-p): Simplify definition.
11136
11137 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11138
11139         * nnagent.el (nnagent-request-set-mark): Silence log file
11140         writing.
11141         (nnagent-request-set-mark): Use write-region instead of
11142         append-to-file.
11143
11144         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11145         strange select method.
11146
11147         * ecomplete.el (ecomplete-display-matches): Get highlightling
11148         right.
11149         (ecomplete-display-matches): Use literals.
11150         (ecomplete-display-matches): Disable message logging.
11151
11152         * message.el (message-display-abbrev): Small optimization.
11153
11154         * ecomplete.el (ecomplete-display-matches): Allow automatic
11155         display.
11156
11157         * message.el (message-strip-forbidden-properties):
11158         Display abbrevs.
11159         (message-display-abbrev): Get automatic display right.
11160
11161         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11162         keystrokes.
11163
11164 2006-04-13  Romain Francoise  <romain@orebokech.com>
11165
11166         TODO: Backport to v5-10!
11167
11168         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11169         Move here (and rename) from gnus-registry.el.
11170
11171         * gnus-registry.el: Require gnus-util.
11172         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11173
11174 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * gnus-group.el (gnus-group-catchup-current):
11177         Change if-then-else-if-then-else into cond.
11178         (gnus-group-catchup): Indent.
11179         (group-name-at-point): New function.
11180         (gnus-fetch-group): Provide default from thing at point.
11181
11182 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183
11184         * message.el (message-display-abbrev): Fix regexp.
11185
11186         * ecomplete.el (ecomplete-highlight-match-line):
11187         Reimplement choosing.
11188         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11189         dead variables.
11190
11191         * message.el (message-newline-and-indent): Remove debugging.
11192         (message-display-abbrev): Use new implementation.
11193
11194 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11195
11196         * gnus-art.el (gnus-article-mode):
11197         Set cursor-in-non-selected-windows to nil.
11198
11199         * smiley.el: Revert previous change.
11200         (smiley-data-directory): defvar it before using it in the
11201         defcustom of `smiley-style'.
11202
11203 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11204
11205         * message.el (message-newline-and-indent): New function.
11206
11207         * ecomplete.el: Implement more bits.
11208
11209         * message.el (message-put-addresses-in-ecomplete): Clean up the
11210         string.
11211
11212         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11213
11214         * gnus-sum.el (gnus-summary-save-parts):
11215         Bind gnus-summary-save-parts-counter and use it to make unique file
11216         names.
11217
11218         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11219
11220         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11221         parameter to say whether to actually parse the individual
11222         addresses.
11223
11224         * message.el (message-put-addresses-in-ecomplete): New function.
11225         (ecomplete): Require.
11226         (message-mail-alias-type): Add ecomplete as an option.
11227
11228 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11229
11230         * flow-fill.el (fill-flowed): Remove trailing space from blank
11231         quoted lines.
11232
11233 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11234
11235         * smiley.el (smiley-style): Move definition later to avoid a
11236         compilation warning.
11237
11238 2006-04-12  Kenichi Handa  <handa@m17n.org>
11239
11240         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11241         buffer and then decode the buffer text if necessary.
11242         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11243         first, and after mm-encode-body, change the buffer to unibyte.
11244         Use mm-disable-multibyte instead of set-buffer-multibyte.
11245
11246 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11249         Content-Type header instead of Content-Disposition header.
11250         (gnus-mime-inline-part): Ditto.
11251         (gnus-mime-view-part-as-charset): Ignore charset that the part
11252         specifies.
11253
11254         * mm-decode.el (mm-display-part): Work with external parts and
11255         usual parts similarly.
11256
11257         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11258         instead of gnus-display-mime.
11259
11260         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11261         instead of with-temp-buffer.
11262
11263         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11264         tag to summarized topics part in order to encode non-ASCII text.
11265
11266 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * smiley.el (smiley-style): New variable.
11269         (smiley-directory): New function.
11270         (smiley-data-directory): Derive from `smiley-style' using
11271         `smiley-directory'.
11272         (smiley-regexp-alist): Add new entries.
11273
11274         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11275         (gnus-article-browse-delete-temp): Add :version.
11276
11277 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11278
11279         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11280         the sieve region.
11281
11282 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * gnus.el (gnus-version-number): Bump version.
11285
11286 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11287
11288         * gnus.el: No Gnus v0.4 is released.
11289
11290 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11291
11292         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11293         layout.
11294
11295         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11296         unknown charset.
11297
11298         * message.el (message-header-synonyms): Add Original-To to the
11299         default.
11300
11301         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11302         optional parameter.
11303
11304 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus-fun.el (gnus): Require it for gnus-directory.
11307
11308 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11311
11312 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11313
11314         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11315
11316 2006-04-05  Simon Josefsson  <jas@extundo.com>
11317
11318         * password.el (password-reset): New function.
11319
11320 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11321
11322         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11323         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11324
11325 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11326
11327         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11328         Some whitespace was matched into the url, which broke browsing hits
11329         > 100 when mm-url-use-external was nil.
11330
11331 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11334         Check gnus-extra-headers for 'Newsgroups.
11335
11336         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11337         bound.
11338
11339 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11340
11341         * pgg-gpg.el: Clean up process buffers every time gpg processes
11342         complete.
11343
11344 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11347         doc string.
11348
11349 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11350
11351         * pgg-gpg.el (pgg-gpg-process-filter)
11352         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11353
11354         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11355         lines, temporary fix.
11356
11357 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11360
11361 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11362
11363         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11364         default-enable-multibyte-characters.  This reverts the change from
11365         revision 6.17 which is no longer necessary because the passphrase
11366         is sent separately now.  GnuPG messages are unreadable under
11367         multibyte locales with default-enable-multibyte-characters set to
11368         nil.
11369
11370 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * message.el (message-tool-bar-gnome): Move "spell".
11373
11374 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11377         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11378         instead.
11379
11380 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11381
11382         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11383         Improve newsgroups handling for NNTP overviews which don't include
11384         Newsgroups.
11385
11386 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11387
11388         * message.el (message-resend): Bind message-generate-hashcash to nil.
11389
11390 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11391
11392         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11393         when searching for already-paid recipients.
11394
11395 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11396
11397         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11398         passphrases when it is not needed.
11399         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11400         passphrase stuff from gpg, should only be necessary when you use
11401         gpg with a smartcard.
11402
11403 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * mml.el (mml-insert-mime): Ignore cached contents of
11406         message/external-body part.
11407
11408         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11409         (mm-insert-part): Ditto.
11410
11411 2006-03-23  Simon Josefsson  <jas@extundo.com>
11412
11413         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11414         Reiner.
11415         (pgg-gpg-use-agent-p): Use it again.
11416
11417 2006-03-23  Simon Josefsson  <jas@extundo.com>
11418
11419         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11420         older emacsen.
11421         (pgg-gpg-use-agent-p): Don't use it.
11422
11423 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11426         if we can.
11427
11428 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11429
11430         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11431         (pgg-gpg-update-agent): New function.
11432         (pgg-gpg-use-agent-p): New function.
11433         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11434         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11435         (pgg-gpg-sign-region): Use it.
11436
11437 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11440         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11441
11442 2006-03-21  Simon Josefsson  <jas@extundo.com>
11443
11444         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11445         <wilde@sha-bang.de>.
11446         (pgg-gpg-use-agent): New variable.
11447         (pgg-gpg-process-region): Use it.
11448         (pgg-gpg-encrypt-region): Likewise.
11449         (pgg-gpg-encrypt-symmetric-region): Likewise.
11450         (pgg-gpg-decrypt-region): Likewise.
11451         (pgg-gpg-sign-region): Likewise.
11452         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11453
11454 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11457
11458         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11459         Add comment on version.
11460
11461 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * smiley.el: Add missing test smiley.
11464
11465 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * mm-decode.el (mm-with-part): New macro.
11468         (mm-get-part): Use it; work with message/external-body as well.
11469         (mm-save-part): Treat name and filename equally.
11470
11471         * mm-extern.el (mm-extern-cache-contents): New function.
11472         (mm-inline-external-body): Use it; force the part to be displayed;
11473         move undisplayer added to the cached handle to the parent.
11474
11475         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11476         (gnus-mime-view-part-as-type): Work with message/external-body.
11477
11478         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11479
11480 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11483         images in image-load-path.  [Sync with image.el, revision 1.60, in
11484         Emacs.]
11485
11486 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11489         path rather than symbol.  Always return list of directories.
11490         Guarantee that image directory comes first.  [Sync with image.el,
11491         revision 1.59, in Emacs.]
11492
11493         * message.el (message-make-tool-bar): Adjust to new API of
11494         `gmm-image-load-path-for-library'.
11495
11496         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11497
11498         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11499
11500 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11501
11502         * gnus-art.el (gnus-article-only-boring-p):
11503         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11504         intangible text.
11505         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11506
11507 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11510         Use `defun' instead of `gmm-defun-compat'.
11511
11512 2006-03-14  Simon Josefsson  <jas@extundo.com>
11513
11514         * message.el (message-unique-id): Don't use message-number-base36
11515         if (user-uid) is a float.
11516         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11517
11518 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11519
11520         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11521
11522         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11523         empty line between a part and a message part.
11524
11525 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * smiley.el: Add more test smileys.
11528         (smiley-data-directory, smiley-regexp-alist)
11529         (gnus-smiley-file-types): Fix doc strings.
11530         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11531         adding new elements.
11532         (smiley-mouse-map): Unused code.  Make it a comment.
11533
11534 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11537         scan latest NoCeM messages instead of old ones.
11538         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11539         delimiters that are recently used.
11540         (gnus-nocem-load-cache): Add autoload cookie.
11541
11542         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11543
11544         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11545         level which is larger than gnus-use-nocem is specified.
11546
11547         * gnus-group.el (gnus-group-get-new-news): Ditto.
11548
11549 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * gnus-util.el (gnus-tool-bar-update): New function.
11552
11553         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11554         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11555
11556         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11557
11558         * gnus-group.el (gnus-group-redraw-when-idle)
11559         (gnus-group-redraw-check): Remove.
11560         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11561
11562 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11565         if optional last element is specified in splits (FIELD VALUE...).
11566
11567 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11568
11569         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11570         to gmm-image-load-path-for-library.  Call with no-error argument.
11571         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11572
11573         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11574
11575         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11576
11577         * gmm-utils.el (gmm-image-load-path): Remove alias.
11578
11579 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * gmm-utils.el (gmm-image-load-path): Add alias.
11582
11583         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11584         nnml-generate-nov-databases-1.
11585         (nnml-generate-nov-databases): Use it.
11586         (nnml-generate-nov-databases-directory): Document no-active
11587         argument.
11588
11589         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11590         directory if path is t.  Add no-error.
11591
11592         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11593         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11594
11595         * gnus-art.el (gnus-article-browse-delete-temp-files):
11596         Simplify resetting gnus-article-browse-html-temp-list.
11597
11598         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11599         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11600         Add example to docstring.  Rename local variables.  Move error
11601         checks to default case in cond and simplify.
11602
11603 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11606         handle is multipart when calling it recursively.
11607         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11608
11609 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11610
11611         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11612         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11613
11614 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11617         is loaded.
11618
11619         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11620         loaded.
11621
11622 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11625         to "Emacs 23 (unicode)" in doc string.
11626
11627         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11628         "Emacs 23 (unicode)" in comment.
11629
11630 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11633
11634         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11635         characters 160 through 255 in Emacs 23.
11636
11637 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11640         gnus-article-browse-html-temp.
11641         (gnus-article-browse-delete-temp): Make it customizable.
11642         Add `file'.  Adjust doc string.
11643         (gnus-article-browse-delete-temp-files): Add argument.
11644         Allow query for each file.  Adjust doc string.
11645         (gnus-article-browse-html-parts):
11646         Add `gnus-article-browse-delete-temp-files' to
11647         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11648
11649 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11650
11651         * gnus-art.el (gnus-article-browse-html-temp)
11652         (gnus-article-browse-delete-temp): New variables.
11653         (gnus-article-browse-delete-temp-files): New function.
11654         (gnus-article-browse-html-parts): Use it.
11655
11656 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11659
11660         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11661         string.
11662
11663         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11664         gnus-summary-insert-new-articles when unplugged.
11665         Remove gnus-summary-search-article-forward.
11666
11667         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11668         display-visual-class instead of display-color-cells.
11669
11670 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * dgnushack.el: Autoload customize-group for XEmacs.
11673
11674         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11675         message/* containing non-ASCII text properly.
11676
11677 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * message.el: Require gmm-utils, remove autoloads.
11680         (message-tool-bar): Set default based on
11681         gmm-tool-bar-style.
11682         (message-tool-bar-gnome): Add gmm-customize-mode.
11683
11684         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11685         gmm-tool-bar-style.
11686         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11687
11688         * gnus-group.el (gnus-group-tool-bar): Set default based on
11689         gmm-tool-bar-style.
11690         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11691
11692         * gmm-utils.el (gmm-image-directory): Rename variable from
11693         gmm-image-load-path.
11694         (gmm-image-load-path): Use gmm-image-directory.
11695         (gmm-customize-mode): New function.
11696         (gmm-tool-bar-style): New variable.
11697
11698         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11699         gnus-group-redraw-line-number.
11700         (gnus-group-redraw-check): Simplify.
11701         (gnus-group-tool-bar-update): Remove redraw check.
11702         (gnus-group-make-tool-bar): Add redraw check.
11703
11704 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11705
11706         * gnus-art.el (gnus-button): Add missing parentheses.
11707
11708 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * lpath.el: Fbind line-number-at-pos.
11711
11712 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11715
11716 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11717
11718         * gnus-art.el (gnus-button): New face.
11719         (gnus-article-button-face): Use it.
11720
11721         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11722         Add gnus-summary-next-page.  Re-order.
11723
11724         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11725         next-node are now included.
11726         (gnus-group-redraw-line-number): New internal variable.
11727         (gnus-group-redraw-check): Helper function for updating the tool
11728         bar.
11729         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11730
11731         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11732
11733         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11734         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11735         Use it to match format of Spamassassin 3.0 and later.
11736         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11737         (spam-check-bogofilter)
11738         (spam-bogofilter-register-with-bogofilter): Fix args of
11739         `gnus-error' calls.
11740
11741 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11744         unnecessary interaction when sending queued mails.
11745         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11746
11747 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11750         first or last are nil.
11751
11752 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11753
11754         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11755
11756 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11757
11758         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11759
11760 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11761
11762         * dns.el (query-dns): Protect more against buggy tcp output.
11763
11764 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11765
11766         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11767         nov.php.
11768
11769 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11770
11771         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11772         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11773         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11774         output on the server side.
11775         (nnweb-google-create-mapping): Update regexps and add some
11776         progress indication.
11777
11778 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * gnus-group.el (gnus-group-tool-bar-gnome):
11781         Fix gnus-agent-toggle-plugged.  Re-order icons.
11782         (gnus-group-tool-bar-gnome):
11783         Add gnus-group-{prev,next}-unread-group.
11784         (gnus-group-tool-bar-gnome): Re-order icons.
11785
11786         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11787         Move gnus-summary-insert-new-articles.
11788
11789         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11790         Fix comments.
11791
11792         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11793         also available in Emacs 21.3.
11794
11795         * message.el (message-fix-before-sending): Change "Emacs 22" to
11796         "Emacs 23 (unicode)" in comment.
11797
11798         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11799         "Emacs 23 (unicode)" in comment.
11800
11801         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11802         comment.
11803         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11804
11805         * mm-view.el (mm-fill-flowed): Add :version.
11806
11807 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11810         and load-path.
11811
11812 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11813
11814         * message.el: Autoload gmm-image-load-path.
11815         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11816         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11817         consitency.
11818
11819         * gmm-utils.el (gmm-image-load-path): Also search in
11820         "../etc/images".  Don't set gmm-image-load-path if we don't find
11821         the image.
11822
11823 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gmm-utils.el (gmm-image-load-path): Don't make
11826         `gmm-image-load-path' include subdirectories which the second arg
11827         `image' might specify.
11828
11829         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11830         subdirectory to icon file names.
11831
11832         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11833
11834 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11837         gmm-image-load-path calls.
11838
11839         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11840
11841         * message.el (message-make-tool-bar): Ditto.
11842
11843         * mml.el (mml-preview): Add comment concerning tool bar icons.
11844
11845         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11846         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11847
11848         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11849         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11850
11851         * message.el (message-tool-bar-gnome): Use new icon names.
11852         (message-make-tool-bar): Use `gmm-image-load-path'.
11853
11854         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11855         New functions from MH-E.
11856         (gmm-image-load-path): New variable from MH-E.
11857         (gmm-image-load-path): New function from MH-E.  Add arguments
11858         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11859         *-image-load-path-called-flag.
11860
11861 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11862
11863         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11864
11865 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11866
11867         * nnimap.el (nnimap-request-move-article): Change folder back to
11868         source group before deleting.
11869
11870 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11871
11872         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11873
11874         * gnus-art.el (mm-url-insert-file-contents-external):
11875         Autoload mm-url.
11876
11877         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11878
11879 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11882         coding system which mm-charset-to-coding-system returns for a
11883         given charset is valid.
11884
11885 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11886
11887         * html2text.el (html2text-remove-tag-list):
11888         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11889
11890 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11891
11892         * gnus-cus.el: Revert 2005-10-17 change.
11893
11894 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-art.el (article-strip-banner):
11897         Call article-really-strip-banner only when the regexp match is made.
11898
11899 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * gnus-art.el (article-strip-banner):
11902         Use gnus-extract-address-components instead of
11903         mail-header-parse-addresses to make it work with non-ASCII text;
11904         remove mail-encode-encoded-word-string.
11905
11906         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11907         values which are surrounded with \"...\"; make it never cause a
11908         Lisp error; give up parsing of parameters if it failed in
11909         extracting type.
11910
11911 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11912
11913         * smime.el (smime-cert-by-ldap-1): Fix bug where
11914         `smime-ldap-search' returns results without userCertificates.
11915
11916 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11919
11920 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11921
11922         * spam.el (spam-check-spamassassin-headers): Adapt format for
11923         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11924         <ari@mbf.ocn.ne.jp>.
11925         (spam-list-of-processors): Add spam-use-gmane.
11926
11927 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11930         make-temp-file; make it work with XEmacs as well.
11931
11932         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11933         mm-make-temp-file.
11934
11935         * mm-decode.el (mm-display-external): Use the 3rd arg of
11936         mm-make-temp-file.
11937         (mm-create-image-xemacs): Ditto.
11938
11939 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11942         with message-narrow-to-headers.
11943         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11944         (gnus-draft-check-draft-articles): New function.
11945         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11946
11947 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11948
11949         * gnus-art.el (gnus-article-browse-html-parts):
11950         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11951         Don't use suffix argument for mm-make-temp-file for Emacs 21
11952         compatibility.  Remove useless `format'.
11953
11954 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11955
11956         * nnweb.el (nnweb-google-wash-article): Update regexps.
11957         (nnweb-group-alist): Use defvoo instead of defvar.
11958
11959 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11962         re-loading nn* modules.
11963
11964 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11965
11966         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11967         for `tool-bar-mode' and don't check it's default-value.
11968
11969         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11970
11971         * message.el (message-make-tool-bar): Ditto.
11972
11973         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11974         `substring'.  Shorten tmp-file name.
11975
11976         * gnus.el: Remove bogus comment.
11977
11978 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11979
11980         * gnus-art.el (gnus-article-browse-html-parts): New function.
11981         (gnus-article-browse-html-article): New function for viewing html
11982         articles with a browser.
11983
11984 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11985
11986         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11987         in elisp.
11988         (pgg-gpg-encrypt-symmetric-region): Ditto.
11989         (pgg-gpg-sign-region): Ditto.
11990
11991         * pgg-def.el (pgg-text-mode): New variable.
11992
11993         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11994         (mml2015-pgg-encrypt): Ditto.
11995
11996         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11997         (mml1991-pgg-encrypt): Ditto.
11998
11999 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * nnfolder.el (nnfolder-insert-newsgroup-line):
12002         Use message-make-date instead of current-time-string.
12003
12004         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12005         to gnus-decoded which mm-uu might set.
12006
12007 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12010         don't decode quoted parameters; remove misimported Emacs code.
12011         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12012         (rfc2231-decode-encoded-string): Don't use split-string which
12013         behaves differently according to Emacs version; use
12014         mm-decode-coding-region to convert charset to coding-system.
12015         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12016         (rfc2231-encode-string): Remove misimported Emacs code.
12017
12018 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12021         when calling mail-header-parse-content-type.
12022         (article-de-quoted-unreadable): Ditto.
12023         (article-de-base64-unreadable): Ditto.
12024         (article-wash-html): Ditto.
12025
12026         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12027         calling mail-header-parse-content-type and
12028         mail-header-parse-content-disposition.
12029         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12030         mail-header-parse-content-type.
12031
12032         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12033         insert charset and format parameters; encode description after
12034         inserting it to buffer.
12035         (mml-insert-parameter): Fold lines properly even if a parameter is
12036         segmented into two or more lines; change the max column to 76.
12037
12038         * rfc1843.el (rfc1843-decode-article-body): Don't use
12039         ignore-errors when calling mail-header-parse-content-type.
12040
12041         * rfc2231.el (rfc2231-parse-string): Return at least type if
12042         possible; don't cause an error even if it fails in parsing of
12043         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12044         (rfc2231-encode-string): Don't break lines at the beginning, leave
12045         it to mml-insert-parameter.
12046
12047         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12048         calling mail-header-parse-content-type.
12049
12050 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * spam-report.el (spam-report-gmane-use-article-number):
12053         Improve doc string.
12054         (spam-report-gmane-internal): Check if a suitable header was found
12055         in the article.
12056
12057 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12060         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12061
12062 2006-02-05  Romain Francoise  <romain@orebokech.com>
12063
12064         Update copyright notices of all files in the gnus directory.
12065
12066 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12067
12068         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12069
12070 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12073         segmented lines of parameter value to cope with Thunderbird 1.5
12074         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12075         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12076         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12077
12078 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12079
12080         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12081         parts.
12082
12083 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12084
12085         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12086         there's only one active file for all servers.
12087         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12088         solid groups.  Gnus might have used a FAST request to select the group.
12089         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12090         and nnweb-search redundantly in the active file.
12091         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12092         (nnweb-request-create-group): Don't use ARGS.
12093         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12094         initialisations.  Let nnoo do the work.
12095
12096 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12099         Say the part has been decoded.
12100
12101         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12102
12103 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12104
12105         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12106         mailcap-viewer-test-cache when there's no 'test clause, since that
12107         will invert the meaning of a "nil" test previously determined by
12108         mailcap-mailcap-entry-passes-test.
12109
12110 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12113         compiling.
12114
12115         * gnus-sum.el: Ditto.
12116
12117         * message.el: Don't bind tool-bar-map when compiling.
12118
12119 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12122
12123 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12124
12125         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12126         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12127         current Google Groups.
12128
12129 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12130
12131         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12132         and tool-bar-mode.
12133
12134         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12135         and tool-bar-mode.
12136
12137         * message.el (message-tool-bar-update): Simplify.
12138         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12139
12140         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12141         gnus-summary-buffer.
12142         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12143         gnus-summary-reply.
12144
12145         * gmm-utils.el (gmm): Add :version.
12146
12147 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * Makefile.in (clean): New rule.
12150         (distclean): Use it.
12151
12152 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12153
12154         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12155         Don't autoload.
12156
12157 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * gmm-utils.el (gmm-verbose): Add :group.
12160
12161 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * message.el: Change some comments WRT tool-bars.
12164
12165         * gnus-sum.el (gnus-summary-tool-bar)
12166         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12167         (gnus-summary-tool-bar-zap-list): New variables.
12168         (gnus-summary-make-tool-bar): Complete rewrite using
12169         `gmm-tool-bar-from-list'.
12170
12171         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12172         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12173         New variables.
12174         (gnus-group-make-tool-bar): Complete rewrite using
12175         `gmm-tool-bar-from-list'.
12176         (gnus-group-tool-bar-update): New function.
12177
12178         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12179
12180 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12183         is dissected into a single part of which the type is the same as
12184         the given one; decode charset.
12185
12186 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12187
12188         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12189         into alists as symbol not string, since that's what
12190         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12191         look for.
12192
12193 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12194
12195         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12196         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12197
12198         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12199
12200 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12203         (gnus-xmas-mime-security-button-menu): New function.
12204
12205         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12206         (gnus-mime-security-button-menu): New definition.
12207         (gnus-mime-security-button-map): Use them.
12208         (gnus-mime-security-button-menu): New function.
12209         (gnus-insert-mime-security-button): Addition to help echo.
12210         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12211         (gnus-mime-security-pipe-part): New functions.
12212
12213         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12214         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12215
12216         * mm-decode.el (mm-handle-set-disposition): Remove.
12217         (mm-handle-set-description): Remove.
12218
12219 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12222         (mm-w3m-standalone-supports-m17n-p): New function.
12223         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12224         w3m usage.
12225
12226         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12227         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12228
12229 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * message.el (message-tool-bar-zap-list):
12232         Use gmm-tool-bar-zap-list as custom type.
12233         (message-tool-bar-update): New function.
12234         (message-tool-bar, message-tool-bar-gnome)
12235         (message-tool-bar-retro): Add message-tool-bar-update.
12236         (message-tool-bar-gnome): Add flyspell-buffer.
12237
12238         * gnus-util.el (gnus-error): Describe `args'.
12239
12240         * gmm-utils.el (gmm-error): Describe `args'.
12241         (gmm-tool-bar-zap-list): New widget.
12242         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12243
12244 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12247         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12248         the number of recursive calls.
12249
12250         * mm-decode.el (mm-handle-set-disposition): New macro.
12251         (mm-handle-set-description): New macro.
12252
12253 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12256         encoding.
12257
12258 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * message.el (message-tool-bar-zap-list, message-tool-bar)
12261         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12262         (message-tool-bar-local-item-from-menu): Remove.
12263         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12264         (message-make-tool-bar): New function.
12265         (message-mode): Use `message-make-tool-bar'.
12266
12267         * gmm-utils.el: New file.
12268         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12269         (gmm-lazy): New widget copied from `nnmail.el'.
12270         (gmm-tool-bar-from-list): New function for creating customizable
12271         tool bars.
12272         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12273         output.
12274         (gmm): Add :prefix to defgroup.
12275
12276 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12277
12278         * gmm-utils.el (gmm-widget-p): New function.
12279
12280 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * mml.el (mml-attach-file): Describe `description' in doc string.
12283         (mml-menu): Add Emacs MIME manual and PGG manual.
12284
12285 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12286
12287         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12288
12289 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12290
12291         * nntp.el (nntp-end-of-line): Doc fix.
12292
12293 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12294
12295         * imap.el (imap-open): Handle case where buffer is a buffer
12296         object.
12297
12298 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12299
12300         * gnus-delay.el (gnus-delay): Don't autoload.
12301         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12302         to be re-loaded when customizing the `gnus-delay' group.
12303
12304 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12305
12306         * message.el (message-insert-citation-line): Use newlines.
12307
12308 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12309
12310         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12311         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12312         these routines, so the passphrase can be managed externally and
12313         passed in to the system.
12314         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12315         pgg-add-passphrase-to-cache function.
12316
12317         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12318         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12319         these routines, so the passphrase can be managed externally and
12320         passed in to the system.
12321         (pgg-pgp5-sign-region): Use new name of
12322         pgg-add-passphrase-to-cache function.
12323
12324 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12325
12326         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12327         part of the decoded armor to find the key-identifier.
12328         (pgg-gpg-lookup-key-owner): New function to return the
12329         human-readable identifier of a key owner.
12330         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12331         itself.
12332         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12333         the key value) if we have a key and can match it against a secret
12334         key.  Also, added a note pointing out fact that the prompt only
12335         indicates the first matching key.
12336
12337         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12338         pgg-decrypt-region.
12339         (pgg-add-passphrase-to-cache): Rename from
12340         `pgg-add-passphrase-cache' to reduce confusion (all callers
12341         changed).
12342         (pgg-remove-passphrase-from-cache): Rename from
12343         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12344         changed).
12345         (pgg-read-passphrase, pgg-add-passphrase-cache)
12346         (pgg-remove-passphrase-cache): Add informative docstrings.
12347         (pgg-decrypt): Convey provided passphrase in subordinate call to
12348         pgg-decrypt-region.
12349
12350 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12351
12352         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12353         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12354         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12355         'passphrase' argument, so the passphrase can be managed externally
12356         and then passed in to the system.
12357
12358         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12359         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12360         so the passphrase cache can be used reliably with identifiers
12361         besides a pgp packet's key id.
12362
12363         * pgg-gpg.el (pgg-gpg-encrypt-region)
12364         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12365         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12366         these routines, so the passphrase can be managed externally and
12367         passed in to the system.
12368
12369         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12370         'notruncate' argument, so the passphrase cache can be used
12371         reliably with identifiers besides a pgp packet's key id.
12372
12373 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12374
12375         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12376         symmetric encryption.
12377         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12378         encrypted session key.
12379         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12380         message ask for the passphrase in a proper way.
12381
12382         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12383         New user commands for symmetric encryption.
12384
12385 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12388
12389         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12390
12391 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12392
12393         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12394
12395 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * mm-decode.el (mm-inlined-types): Add application/pgp.
12398         (mm-automatic-display): Ditto.
12399
12400         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12401         part as text.
12402
12403 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * nnrss.el: Update copyright.
12406         (nnrss-opml-import): Query whether to subscribe to each entry.
12407
12408         * gnus-art.el:
12409         * gnus-sum.el:
12410         * gnus-xmas.el:
12411         * messagexmas.el:
12412         * mm-uu.el:
12413         * mm-view.el: Update copyright.
12414
12415 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * message.el (message-info): New function.
12418         (message-mode-menu): Add it.
12419         Update copyright.
12420
12421         * ChangeLog: Fix and update copyright.
12422
12423 2006-01-13  Romain Francoise  <romain@orebokech.com>
12424
12425         * message.el (message-forward-subject-name-subject): Prefer the
12426         address to 'nowhere' if the sender has no name.
12427         Fix typo.  Update copyright year.
12428
12429 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-art.el (article-wash-html):
12432         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12433         (gnus-article-wash-html-with-w3m-standalone): New function.
12434
12435         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12436         mm-inline-text-html-render-with-w3m-standalone.
12437         (mm-text-html-washer-alist): Map w3m-standalone to
12438         gnus-article-wash-html-with-w3m-standalone.
12439         (mm-inline-text-html-render-with-w3m-standalone): New function.
12440
12441 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12444         Improve LaTeX.
12445
12446 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12449         (nnrss-request-article): Render text/plain parts as HTML.
12450
12451         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12452         the buffer.
12453
12454 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12457         custom definition of `gnus-posting-styles'.
12458
12459         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12460         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12461
12462 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12463
12464         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12465         Use nntp for bug archive.
12466
12467 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12470         parts.
12471         (nnrss-normalize-date): New function converts ISO 8601 date into
12472         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12473         (nnrss-check-group): Use it.
12474
12475 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12478
12479         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12480         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12481         (nnrss-insert-w3): Ditto.
12482
12483 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12486         the articles to be forwarded including the case where neither a
12487         number of articles nor a region is specified.
12488
12489 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * nnrss.el (nnrss-request-article): Fix last change; fill
12492         text/plain parts.
12493
12494 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12497         in text/plain part.
12498         (nnrss-check-group): Don't add excessive newline to dc:subject.
12499
12500 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12501
12502         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12503         article.
12504
12505 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12508         (nnml-use-compressed-files, nnml-save-mail): Support other
12509         comression programs such as bzip2.
12510
12511 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512
12513         * dns.el (query-dns): Make sure we check the buffer size before
12514         removing tcp headers.
12515
12516 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12519         remove MIME buttons associated with multipart/alternative parts.
12520         (gnus-mime-display-alternative): Tag buttons using `article-type'
12521         text property.
12522
12523         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12524         associated with multipart/alternative parts.
12525
12526         * gnus-art.el (gnus-signature-separator): Fix custom type.
12527
12528         * mm-decode.el (mm-inlined-types): Fix custom type.
12529         (mm-keep-viewer-alive-types): Ditto.
12530         (mm-automatic-display): Ditto.
12531         (mm-attachment-override-types): Ditto.
12532         (mm-inline-override-types): Ditto.
12533         (mm-automatic-external-display): Ditto.
12534
12535 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * spam-report.el (spam-report-user-mail-address)
12538         (spam-report-user-agent): New variables.
12539         (spam-report-url-ping-plain): Use spam-report-user-agent.
12540
12541 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12542
12543         * gnus-art.el (gnus-button-handle-custom): Do not just use
12544         `customize-apropos' for any "M-x customize-*" button but the
12545         function called for.  Accept both the function name and its
12546         argument in order to achieve this.
12547         (gnus-button-alist): Remove support for "custom:" URL's.
12548         Pass function name to `gnus-button-handle-custom' in case of "M-x
12549         customize-*" buttons.
12550
12551 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12554         multipart/alternative and add xref to mm-discouraged-alternatives
12555         in doc string.
12556
12557         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12558         gnus-buttonized-mime-types in doc string.
12559
12560 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12563         Suggest image/.* in the doc string.
12564
12565 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12568         message-marks (Debian bug #342521).
12569
12570 2005-12-12  Simon Josefsson  <jas@extundo.com>
12571
12572         * password.el (password-read-from-cache): Add.
12573         (password-read): Use it.
12574
12575 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * rfc2047.el (rfc2047-charset-to-coding-system):
12578         Recognize us-ascii as a MIME charset.
12579
12580         * mm-bodies.el (mm-decode-content-transfer-encoding):
12581         Protect against the case where the 2nd arg TYPE is nil.
12582
12583 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12584
12585         * pop3.el (pop3-stream-type): Fix custom version.
12586
12587         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12588
12589 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12590
12591         * mm-decode.el (mm-display-external): Add missing cdr.
12592
12593 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12596         RFC1524) if it is in mailcap or add a suffix according to
12597         mailcap-mime-extensions when generating a temp filename; postpone
12598         deleting a temp file for 2 seconds for some wrappers, shell
12599         scripts, and so on, which might exit right after having started a
12600         viewer command as a background job.
12601
12602 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * nntp.el (nntp-marks-directory): Fix custom group.
12605
12606         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12607         steps when < 10.
12608
12609         * gnus-start.el (gnus-no-server-1):
12610         Mention `gnus-level-default-subscribed' in doc string.
12611
12612 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12613
12614         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12615         parens.
12616
12617 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * gnus-xmas.el (gnus-use-toolbar): Revert.
12620         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12621         gnus-use-toolbar is default.
12622
12623         * messagexmas.el (message-use-toolbar): Revert.
12624         (message-setup-toolbar): Use global default-toolbar if
12625         message-use-toolbar is default.
12626
12627 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12630         according to default-toolbar-visible-p.
12631
12632         * messagexmas.el (message-use-toolbar): Ditto.
12633
12634 2005-11-26  Dave Love  <fx@gnu.org>
12635
12636         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12637         (tls-program, tls-success): Provide openssl alternative.
12638
12639         * starttls.el: Doc fixes.
12640         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12641         SERVICE to PORT.
12642
12643         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12644         port null or service name.
12645         (starttls-negotiate): Autoload.
12646
12647 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * message.el (message-kill-to-signature): Fix interactive spec.
12650
12651 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * pop3.el (pop3-open-server): Recognize a string as a service name.
12654
12655 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12656
12657         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12658
12659 2005-11-23  Dave Love  <fx@gnu.org>
12660
12661         Add pop3s, pop3/starttls.
12662
12663         * pop3.el (pop3-authentication-scheme): Clarify doc.
12664         (open-tls-stream, starttls-open-stream): Autoload.
12665         (pop3-stream-type): New.
12666         (pop3-open-server): Use it.
12667
12668         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12669         for POP.
12670         (mail-source-keyword-map): Add :stream for POP.
12671         (mail-source-fetch-pop): Use pop3-stream-type.
12672
12673 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12676         of current-time-string.
12677
12678 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12679
12680         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12681         date header.
12682
12683 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12684
12685         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12686         it can seriously impact performance as it bypasses the agent's
12687         local caches.
12688
12689 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12690
12691         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12692         must be explicitly online rather than "not explicitly offline" for
12693         its flags to be synchronized.
12694
12695         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12696         that gnus-uu-unmark-thread will function correctly.
12697
12698         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12699         1024K is instead displayed as 1M.
12700
12701 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12702
12703         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12704
12705 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12706
12707         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12708
12709 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12710
12711         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12712         error message to display actual error condition.
12713         (gnus-agent-save-local): Avoid saving symbols that are bound to
12714         nil as they simply result in a warning message in
12715         gnus-agent-read-local.
12716
12717 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12720         rather than make-variable-buffer-local for file-precious-flag.
12721
12722 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12723
12724         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12725         for duplicates which are removed.  The invalid sort check then
12726         triggers a rescan after the sort as sorting may have moved
12727         duplicate entries such that they can be cheaply detected.
12728
12729 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12732
12733 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12734
12735         * gnus-agent.el (gnus-agent-article-alist-save-format):
12736         Change internal variable to a custom variable.  Change default value
12737         from compressed(2) to uncompressed(1).
12738         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12739         support for uncompressed agentview files.  Taken together, reading
12740         the agentview file should now be 6-7 times faster.
12741
12742 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12743
12744         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12745         as a buffer-local variable.  This avoids creating truncated
12746         dribble files as a result of a hang up, eg.
12747
12748 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12749
12750         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12751         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12752         XEmacs.
12753
12754 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12755
12756         * gnus-start.el (gnus-start-draft-setup):
12757         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12758
12759         * gnus.el (gnus-splash): Change custom group.
12760         (gnus-group-get-parameter, gnus-group-parameter-value):
12761         Describe allow-list argument.
12762
12763         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12764         string.
12765
12766 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * gnus-art.el (gnus-default-article-saver): Add user-defined
12769         `function' to custom type.
12770
12771 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12772
12773         * imap.el (imap-open): Handle case where buffer is a buffer
12774         object.
12775
12776 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12777
12778         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12779         long lines.
12780         (gnus-cache-delete-group): Wrap doc strings.
12781
12782         * gnus-agent.el (gnus-agent-rename-group)
12783         (gnus-agent-delete-group): Wrap doc strings.
12784
12785 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * messagexmas.el (message-use-toolbar): Change the valid values
12788         into default, top, bottom, left, and right.
12789         (message-toolbar-thickness): New variable.
12790         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12791         well.
12792         (message-setup-toolbar): Make it work.
12793
12794         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12795         (gnus-use-toolbar): Change the valid values into default, top,
12796         bottom, left, and right.
12797         (gnus-toolbar-thickness): New variable.
12798         (gnus-xmas-setup-toolbar): New function.
12799         (gnus-xmas-setup-group-toolbar): Use it.
12800         (gnus-xmas-setup-summary-toolbar): Use it.
12801
12802 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12803
12804         * gnus-start.el (gnus-1): Add "native" to
12805         gnus-predefined-server-alist.
12806
12807         * gnus.el (gnus-method-to-server): Don't add "native" to the
12808         lists here, because that leads to problems when
12809         gnus-select-method is bound.
12810
12811 2005-11-09  Simon Josefsson  <jas@extundo.com>
12812
12813         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12814         use (not sort-by-date) instead.
12815
12816 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12817
12818         * gnus-delay.el (gnus-delay-group): Don't autoload.
12819         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12820         to be re-loaded when customizing the `gnus-delay' group.
12821
12822 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12823
12824         * message.el: Revert last changes.
12825         (message-insert-citation-line): Use newlines.
12826
12827 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12828
12829         * message.el (message-courtesy-message)
12830         (message-mark-insert-begin, message-mark-insert-end)
12831         (message-elide-ellipsis, message-cancel-message)
12832         (message-add-header, message-change-subject)
12833         (message-cross-post-followup-to-header)
12834         (message-cross-post-insert-note, message-reduce-to-to-cc)
12835         (message-widen-reply, message-delete-not-region)
12836         (message-kill-to-signature, message-insert-signature)
12837         (message-insert-importance-high, message-insert-importance-low)
12838         (message-insert-or-toggle-importance)
12839         (message-insert-disposition-notification-to)
12840         (message-indent-citation, message-yank-original)
12841         (message-cite-original-without-signature, message-cite-original)
12842         (message-insert-citation-line, message-position-on-field)
12843         (message-fix-before-sending, message-send-mail-partially)
12844         (message-send-mail, message-send-mail-with-sendmail)
12845         (message-send-mail-with-qmail, message-send-news)
12846         (message-check-news-header-syntax, message-generate-headers)
12847         (message-insert-courtesy-copy, message-fill-address)
12848         (message-fill-header, message-shorten-references)
12849         (message-setup-1, message-cancel-news)
12850         (message-forward-make-body-plain, message-forward-make-body-mime)
12851         (message-forward-make-body-mml, message-encode-message-body)
12852         (message-forward-make-body-digest-plain)
12853         (message-forward-make-body-digest-mime)
12854         (message-use-alternative-email-as-from): Insert `hard-newline'
12855         instead of ordinary newlines.
12856
12857 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * message.el (message-generate-headers): Downcase the argument
12860         given to message-check-element.
12861
12862 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12863
12864         * nntp.el (nntp-authinfo-rejected): New error condition.
12865         (nntp-wait-for): Use new error condition to signal authentication
12866         error.
12867         (nntp-retrieve-data): Rethrow new error condition to break out of
12868         recursive call to nntp-send-authinfo.
12869
12870 2005-11-08  Romain Francoise  <romain@orebokech.com>
12871
12872         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12873         (gnus-summary-exit-map): Bind to `Z p'.
12874         (gnus-summary-make-menu-bar): Add menu item.
12875
12876 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12879         (gnus-treat-*): Add `first' in all doc strings.
12880
12881         * gnus-group.el (gnus-group-compact-group): Fix typo.
12882
12883 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * gnus.el (gnus-parameters-case-fold-search): New variable.
12886         (gnus-parameters-get-parameter): Use it.
12887
12888         * gnus-score.el (gnus-home-score-file): Doc fix.
12889
12890 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12891
12892         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12893
12894 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * mm-util.el (mm-special-display-p): New function.
12897
12898         * mml.el (mml-preview): Use it; doc fix.
12899
12900 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12901
12902         * imap.el (imap-open): Handle case where buffer is a buffer object.
12903
12904 2005-10-29  Romain Francoise  <romain@orebokech.com>
12905
12906         * message.el (message-fix-before-sending): Fix comment.
12907
12908 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12909
12910         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12911
12912 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12913
12914         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12915         Used in gnus-score.el.
12916
12917 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12920
12921 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12924         whitespace removed in revision 7.8.  Use concatenated string to
12925         protect trailing whitespace.
12926
12927 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12928
12929         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12930         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12931         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12932         Courier IMAP ("some version from 2004").  Mostly based on similar
12933         code in the same function.
12934
12935 2005-10-26  Didier Verna  <didier@xemacs.org>
12936
12937         * gnus-group.el (gnus-group-compact-group): Invalidate original
12938         article buffer.
12939         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12940         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12941         NOV database and in article itself.
12942         Invalidate article backlog.
12943
12944 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12947
12948 2005-10-26  Simon Josefsson  <jas@extundo.com>
12949
12950         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12951         part of 2004-07-25 change.
12952
12953 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12954
12955         * message.el (message-display-completion-list): New function.
12956         (message-expand-group): Use it; make sure the Completions buffer
12957         is modifiable.
12958 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12959
12960         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12961         user-mail-name is an empty string.
12962
12963 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12966         depending on gnus-score-decay-constant.
12967
12968         * encrypt.el (encrypt-insert-file-contents)
12969         (encrypt-write-file-contents): Don't use `gnus-message'.
12970
12971         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12972         arguments.
12973         (mm-uu-type-alist): Add message-marks and insert-marks.
12974         Pass arguments to mm-uu-verbatim-marks-extract.
12975         (mm-uu-hide-markers): New variable.
12976         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12977
12978         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12979         (gnus-convert-image-to-face-command): Use "convert" by default to
12980         allow other input image formats.
12981         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12982         accordingly.
12983
12984 2005-10-23  Simon Josefsson  <jas@extundo.com>
12985
12986         * imap.el (imap-gssapi-program): Align command line parameters
12987         with latest GNU SASL.
12988         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12989
12990 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12991
12992         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12993         HTML.
12994         (nnslashdot-request-article): Ditto.
12995
12996         * lpath.el (featurep): Add nobreak-char-display.
12997
12998 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12999
13000         * mail-source.el (mail-source-fetch-pop): Require pop3.
13001         (mail-source-check-pop): Ditto.
13002
13003 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13006         errors.
13007
13008 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13011         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13012
13013         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13014
13015         * mm-bodies.el (mm-decode-string):
13016         Call `mm-charset-to-coding-system' with allow-override argument.
13017
13018 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13021         (rfc2047-charset-to-coding-system): New function.
13022         (rfc2047-decode-encoded-words): New function.
13023         (rfc2047-decode-region): Use them.
13024         (rfc2047-decode-cte): Remove.
13025         (rfc2047-parse-and-decode): Remove.
13026         (rfc2047-decode): Remove.
13027
13028 2005-10-15  Kenichi Handa  <handa@m17n.org>
13029
13030         * rfc2047.el (rfc2047-decode-cte): New function.
13031         (rfc2047-decode-region): Change the way to decode successive
13032         encoded-words: decode B- or Q-encoding in each encoded-word,
13033         concatenate them, and decode it as charset.
13034
13035 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * lpath.el: Fbind codepage-setup for XEmacs.
13038
13039 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13040
13041         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13042         widget-move-and-invoke.
13043         (gnus-custom-mode): Use gnus-custom-map.
13044
13045 2005-10-15  Bill Wohler  <wohler@newt.com>
13046
13047         * message.el (message-tool-bar-map): Rename image file from
13048         mail_send to mail/send.
13049
13050 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13051
13052         * message.el (message-expand-group): Pass the common
13053         prefix substring of completion to `display-completion-list'.
13054
13055 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * mml-sec.el (mml-secure-method): New internal variable.
13058         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13059         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13060         New functions using mml-secure-method.
13061
13062         * mml.el (mml-mode-map): Add key bindings for those functions.
13063         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13064         Harder <harder@myrealbox.com>.
13065         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13066         Goto end of message if point is the headers of the message.
13067
13068         * message.el (message-in-body-p): New function.
13069
13070         * assistant.el: Autoload gnus-util and netrc.
13071
13072         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13073         Use `mm-charset-override-alist' only when decoding.
13074
13075         * mm-bodies.el (mm-decode-body):
13076         Call `mm-charset-to-coding-system' with allow-override argument.
13077
13078         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13079         `filename' from Content-Disposition if Content-Type doesn't
13080         provide `name'.
13081         (gnus-mime-view-part-as-type): Set default instead of
13082         initial-input.
13083
13084 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13085
13086         * format-spec.el (format-spec): Propagate text properties of % spec.
13087
13088 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * gnus-art.el (gnus-treat-predicate): Add `first'.
13091
13092 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13095         (mm-charset-override-alist): New variable.
13096         (mm-charset-to-coding-system): Use it.
13097         (mm-codepage-setup): New helper function.
13098         (mm-charset-eval-alist): New variable.
13099         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13100         Warn about unknown charsets.
13101
13102         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13103
13104 2005-10-04  David Hansen  <david.hansen@gmx.net>
13105
13106         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13107         (nnrss-check-group): Ditto.
13108
13109 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13110
13111         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13112         Rename x-gnus-verbatim to x-verbatim.
13113         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13114
13115         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13116         x-verbatim.
13117
13118         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13119
13120         * gnus-util.el (gnus-remove-duplicates): Remove.
13121
13122         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13123         instead of gnus-remove-duplicates.
13124
13125         * message.el (message-remove-duplicates): Remove.
13126         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13127         message-remove-duplicates.
13128
13129         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13130         available, else use implementation from `delete-dups'.
13131
13132         * message.el (message-insert-expires): New function.
13133         (message-mode-map): Add key binding.
13134         (message-mode-field-menu): Add menu entry.
13135         (message-mode): Document it.
13136         (message-make-expires-date): Use `message-make-date'.
13137
13138 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13139
13140         * message.el (message-make-expires-date): New function.
13141
13142 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * Makefile.in (list-installed-shadows): New entry.
13145         (install): Use it.
13146         (remove-installed-shadows): New entry.
13147
13148         * dgnushack.el (dgnushack-default-load-path): New variable.
13149         (dgnushack-find-lisp-shadows): New function.
13150         (dgnushack-remove-lisp-shadows): New function.
13151
13152 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * Makefile.in (install-el-elc): New entry.
13155         (install): Use it so that .el files are necessarily installed.
13156
13157 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13160
13161 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13162
13163         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13164         function rather than the diff-mode.el package.
13165         (mm-display-external): Use with-current-buffer.
13166         (mm-viewer-completion-map, mm-viewer-completion-map):
13167         Move initialization inside declaration.
13168
13169 2005-09-29  Simon Josefsson  <jas@extundo.com>
13170
13171         * spam.el: Load hashcash when compiling, to avoid warnings.
13172         Don't autoload mail-check-payment.
13173         (spam-check-hashcash): Define unconditionally, since hashcash.el
13174         is part of Gnus now.  Ignore errors from payment checking.
13175
13176 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13177
13178         * message.el (message-bold-region, message-unbold-region):
13179         Rename from `bold-region' and `unbold-region'.
13180
13181         * message.el: Remove useless autoloads.
13182
13183 2005-09-28  Simon Josefsson  <jas@extundo.com>
13184
13185         * message.el (message-use-idna): Default to t.
13186         (message-use-idna): Test whether encoding works too.  Doc fix.
13187
13188 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * nntp.el (nntp-warn-about-losing-connection): Remove.
13191
13192 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13195         customizable.  Change default value.
13196         (mm-uu-diff-groups-regexp): Change default value.
13197         (mm-uu-type-alist): Add doc string.
13198         (mm-uu-configure): Add doc string.  Make it interactive.
13199         (mm-uu-tex-groups-regexp): New variable.
13200         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13201         (mm-uu-type-alist): Add LaTeX documents.
13202         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13203         of "text/verbatim".
13204         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13205
13206         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13207         instead of "text/verbatim".
13208
13209         * message.el (message-mark-inserted-region)
13210         (message-mark-insert-file): Use slrn style marks when called with
13211         prefix argument.
13212
13213 2005-09-27  Simon Josefsson  <jas@extundo.com>
13214
13215         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13216
13217 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13218
13219         * message.el (message-remove-duplicates): New function.
13220         Implementation borrowed from `gnus-remove-duplicates'.
13221         (message-idna-to-ascii-rhs): Also encode idna addresses in
13222         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13223         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13224         only ask about the same idna domain once per header and also tell
13225         in what header to replace the idna domain.
13226
13227         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13228         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13229         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13230         a header is decoded and not just the last one.
13231
13232 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13235         has been decoded.
13236
13237         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13238         (mm-insert-part): Don't modify text if it has been decoded.
13239
13240         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13241         decoded.
13242
13243         * mm-view.el (mm-inline-text): Don't strip text props unless
13244         decoding enriched or richtext parts.
13245
13246 2005-09-25  Romain Francoise  <romain@orebokech.com>
13247
13248         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13249         * gnus-start.el (gnus-subscribe-interactively):
13250         * gnus-uu.el (gnus-uu-grab-articles):
13251         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13252         space.
13253
13254 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13255
13256         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13257         * mm-view.el (mm-view-pkcs7-decrypt):
13258         * gnus-sum.el (gnus-summary-limit-to-extra)
13259         (gnus-summary-respool-article, gnus-read-move-group-name):
13260         * gnus-score.el (gnus-summary-increase-score):
13261         * gnus-util.el (gnus-completing-read-with-default):
13262         * gnus-art.el (gnus-read-save-file-name)
13263         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13264         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13265         * message.el (message-check-news-header-syntax):
13266         Follow convention for reading with the minibuffer.
13267
13268 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13269
13270         * spam-report.el (spam-report-url-ping-plain):
13271         Use gnus-extended-version as User-Agent.
13272
13273         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13274         default value is nil.
13275
13276         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13277         (mm-uu-verbatim-marks-extract): New function.
13278         (mm-uu-extract): New face.
13279         (mm-uu-copy-to-buffer): Use it.
13280
13281         * spam-report.el (spam-report-gmane-ham): Rename from
13282         `spam-report-gmane-unspam'.
13283         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13284         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13285
13286         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13287         Autoload.
13288         (spam-report-gmane-unregister-routine):
13289         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13290
13291 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13292
13293         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13294         (spam-report-gmane-unregister-routine): Add support for gmane
13295         unregistration.
13296
13297         * spam-report.el (spam-report-gmane-unspam)
13298         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13299         (spam-report-gmane): Change to take a single article and do unspam
13300         registration.
13301
13302 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * mm-url.el (mm-url-decode-entities): Fix regexp.
13305
13306 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13307
13308         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13309         default to nil, to be able to use Gnus at all.  If the default
13310         switches to something else, then the function should be fixed not
13311         be exceedingly slow.
13312
13313 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13314
13315         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13316         fail hard.
13317
13318         * spam-report.el: Add better Keywords line.
13319
13320         * spam.el: Add Maintainer and better Keywords line.
13321
13322 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * gnus-art.el (gnus-article-replace-part)
13325         (gnus-mime-replace-part): New functions.
13326         (gnus-mime-action-alist, gnus-mime-button-commands)
13327         (gnus-mime-save-part-and-strip): Add file argument.
13328         (gnus-article-part-wrapper): Add interactive argument.
13329
13330         * gnus-sum.el (gnus-summary-mime-map):
13331         Add `gnus-article-replace-part'.
13332
13333 2005-09-19  Didier Verna  <didier@xemacs.org>
13334
13335         The nnml compaction feature:
13336         * nnml.el (nnml-request-compact-group): New function.
13337         * nnml.el (nnml-request-compact): New function.
13338         * gnus-int.el (gnus-request-compact-group): New function.
13339         * gnus-int.el (gnus-request-compact): New function.
13340         * gnus-group.el (gnus-group-compact-group): New function.
13341         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13342         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13343         * gnus-srvr.el (gnus-server-compact-server): New function.
13344         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13345         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13346
13347 2005-09-18  Deepak Goel  <deego@gnufans.org>
13348
13349         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13350         format spec.
13351
13352 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13355
13356 2005-09-15  Romain Francoise  <romain@orebokech.com>
13357
13358         * message.el (message-fill-paragraph): Clarify docstring.
13359
13360 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gnus-art.el (gnus-mime-display-part): Protect against broken
13363         MIME messages.
13364
13365 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13368         before parsing header.
13369
13370 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13371
13372         * html2text.el (html2text-replace-list): Add new entities.
13373
13374 2005-09-11  Romain Francoise  <romain@orebokech.com>
13375
13376         * message.el (message-alternative-emails): Improve docstring.
13377         (message-setup-1): Call `message-use-alternative-email-as-from'
13378         after `message-setup-hook' to give it precedence over posting
13379         styles, etc.
13380         (message-use-alternative-email-as-from): Add docstring.
13381         Remove the original From header if present.
13382
13383         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13384         (nnml-save-mail): Use it.
13385
13386         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13387         articles.  Add new argument `silent'.
13388         (gnus-uu-mark-all): Report the total number of marked articles.
13389
13390 2005-09-10  Romain Francoise  <romain@orebokech.com>
13391
13392         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13393         (gnus-uu-mark-series): Likewise.
13394
13395 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * spam-report.el (spam-report-gmane): Fix generation of spam
13398         report URL.
13399
13400 2005-09-10  Simon Josefsson  <jas@extundo.com>
13401
13402         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13403         t, based on discussion on the ding list with Robert Epprecht
13404         <epprecht@solnet.ch>.
13405
13406 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * spam-report.el (spam-report-gmane): Make it work without
13409         X-Report-Spam header.  Gmane now only provides Archived-At.
13410         This is only used if `spam-report-gmane-use-article-number' is nil.
13411         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13412
13413         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13414         make `gnus-summary-sort-by-recipient' work with threading.
13415
13416         * nnweb.el (nnweb-google-wash-article): Print a message if article
13417         is not available.
13418
13419 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13420
13421         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13422         change.  Decode text/* parts content before displaying.
13423
13424 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13427
13428 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13431
13432         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13433         url-package-name, url-package-version,
13434         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13435         w3m-display-inline-images, and w3m-minor-mode-map.
13436
13437 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * message.el (message-tab-body-function): Fix mismatched custom type.
13440
13441         * gnus.el (gnus-group-change-level-function): Ditto.
13442
13443         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13444
13445         * gnus-art.el (gnus-signature-limit)
13446         (gnus-article-mime-part-function): Ditto.
13447
13448 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * mml.el (mml-mode): Silence the byte compiler.
13451
13452         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13453         using `(sit-for 0)' before moving the point to the specified part;
13454         skip unbuttonized parts.
13455         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13456         return to the summary window if gnus-auto-select-part is non-nil.
13457
13458 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13461         New variables.
13462         (mml-dnd-attach-file, mml-mode): Use them.
13463
13464         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13465         Make fetching article by MID work again for Google Groups.
13466         Add FIXME concerning gnus-group-make-web-group.
13467
13468         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13469         Don't depend on Gnus by using mail-extract-address-components if
13470         gnus-extract-address-components is not bound.
13471
13472 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * gnus-art.el (gnus-mime-display-security): Don't display the
13475         signature, but only the signed part.
13476
13477 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13480
13481         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13482         list, not listp.
13483
13484 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13485
13486         * mm-encode.el (mm-encode-content-transfer-encoding):
13487         Likewise when encoding.
13488
13489         * mm-bodies.el (mm-decode-content-transfer-encoding):
13490         De-canonicalize CRLF for all text content types, not just
13491         text/plain.
13492
13493 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13496         valid article; point arrow and cursor at the MIME button.
13497
13498 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13501         Suggested by Dan Christensen <jdc@uwo.ca>.
13502
13503         * mm-decode.el (mm-save-part): Enable change of prompt.
13504
13505 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13506
13507         * gnus-msg.el (gnus-inews-add-send-actions):
13508         Make `message-post-method' lambda parameter ARG `&optional'.
13509
13510 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * gnus-sum.el (gnus-summary-mime-map):
13513         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13514         gnus-article-jump-to-part.
13515
13516         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13517         (gnus-article-edit-part): Use it.
13518         (gnus-article-part-wrapper): Add no-handle argument.
13519         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13520         New functions.
13521
13522 2005-08-29  Romain Francoise  <romain@orebokech.com>
13523
13524         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13525         docstring.
13526         (gnus-face-from-file): Likewise.
13527
13528 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13531         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13532         non-nil.
13533         (gnus-auto-select-part): New variable.
13534         (gnus-article-jump-to-part): New function.
13535         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13536         (gnus-mime-delete-part): Allow selecting specified part after
13537         deleting or stripping parts.
13538         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13539         part if argument is bogus.
13540
13541 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13542
13543         * gnus-art.el (w3m-minor-mode-map):
13544         * gnus-spec.el (gnus-newsrc-file-version):
13545         * gnus-util.el (nnmail-active-file-coding-system)
13546         (gnus-original-article-buffer, gnus-user-agent):
13547         * gnus.el (gnus-ham-process-destinations)
13548         (gnus-parameter-ham-marks-alist)
13549         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13550         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13551         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13552         * mm-decode.el (gnus-current-window-configuration):
13553         * mm-extern.el (gnus-article-mime-handles):
13554         * mm-url.el (url-current-object, url-package-name)
13555         (url-package-version):
13556         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13557         (smime-keys, w3m-cid-retrieve-function-alist)
13558         (w3m-current-buffer, w3m-display-inline-images)
13559         (w3m-minor-mode-map):
13560         * mml-smime.el (gnus-extract-address-components):
13561         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13562         (gnus-newsrc-hashtb, message-default-charset)
13563         (message-deletable-headers, message-options)
13564         (message-posting-charset, message-required-mail-headers)
13565         (message-required-news-headers):
13566         * mml1991.el (mc-pgp-always-sign):
13567         * mml2015.el (mc-pgp-always-sign):
13568         * nnheader.el (nnmail-extra-headers):
13569         * rfc1843.el (gnus-decode-encoded-word-function)
13570         (gnus-decode-header-function, gnus-newsgroup-name):
13571         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13572
13573 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13574
13575         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13576         the end of the date treatments.
13577
13578 2005-08-15  Simon Josefsson  <jas@extundo.com>
13579
13580         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13581         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13582         Capello and Romain Francoise.
13583         (pgg-fetch-key-function): Remove, not used?
13584         (pgg-insert-url-with-w3): Require url, to get
13585         url-insert-file-contents regardless of where it is defined.
13586
13587 2005-08-13  Romain Francoise  <romain@orebokech.com>
13588
13589         * message.el (message-cite-original-1): New function.
13590         (message-cite-original): Use it.
13591         (message-cite-original-without-signature): Ditto.
13592
13593 2005-08-08  Romain Francoise  <romain@orebokech.com>
13594
13595         * message.el (message-yank-empty-prefix): New variable.
13596         (message-indent-citation): Use it.
13597         (message-cite-original-without-signature): Respect X-No-Archive.
13598
13599 2005-08-08  Simon Josefsson  <jas@extundo.com>
13600
13601         * pgg.el: Autoload url-insert-file-contents instead of loading
13602         w3/url.
13603         (pgg-insert-url-with-w3): Don't load url here.
13604
13605 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13606
13607         * message.el (message-kill-to-signature): Don't insert newline at
13608         bol.
13609         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13610
13611 2005-08-06  Romain Francoise  <romain@orebokech.com>
13612
13613         * message.el (message-user-fqdn): Fix typo in docstring.
13614
13615 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13616
13617         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13618
13619         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13620
13621 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * mm-bodies.el (mm-encode-body): Use coding system rather than
13624         charset to encode text.
13625
13626         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13627         number of charsets if utf-8 is available (XEmacs).
13628
13629 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13632         taken from `gnus-button-mid-or-mail-regexp'.
13633         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13634         (gnus-button-alist): Improve regexp for domain part of the MIDs
13635         for news:localpart@domain buttons.
13636         (gnus-button-ctan-directory-regexp): Update.
13637
13638 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * sieve-manage.el (sieve-manage-interactive-login):
13641         Use make-local-variable rather than make-variable-buffer-local.
13642         (sieve-manage-open): Ditto.
13643         (sieve-manage-authenticate): Ditto.
13644
13645         * mml.el (mml-generate-mime-1): Make the content type default to
13646         text/plain if the filename is not specified.
13647
13648 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13651         instead of insert-buffer.
13652
13653         * message.el (message-yank-original): Ditto; set the mark at the
13654         end of the yanked message.
13655
13656 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13659         lines to scroll rather than to stop it.
13660
13661         * mml.el (mml-generate-default-type): Add doc string.
13662         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13663         default to application/octet-stream when determining the content
13664         type if it is not specified for the part or the mml contents; add
13665         a comment about mml-generate-default-type.
13666
13667 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13670         make it default to application/octet-stream when determining the
13671         content type if it is not specified for the external contents.
13672
13673 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13676         segmented parameter but also other parameters might be there.
13677
13678 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * mm-decode.el (mm-display-external): Delete temp file, directory
13681         and buffer immediately if the external process is exited.
13682
13683 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13686         fewer lines than that of scroll-margin.
13687         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13688
13689 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gnus-art.el (gnus-article-next-page): Revert.
13692         (gnus-article-beginning-of-window): New macro.
13693         (gnus-article-next-page-1): Use it.
13694         (gnus-article-prev-page): Ditto.
13695         (gnus-article-edit-part): Use insert-buffer-substring instead of
13696         insert-buffer.
13697         (gnus-article-edit-exit): Ditto.
13698
13699         * gnus-util.el (gnus-beginning-of-window): Remove.
13700         (gnus-end-of-window): Remove.
13701
13702         * lpath.el: Don't bind header-line-format and scroll-margin.
13703
13704 2005-07-25  Simon Josefsson  <jas@extundo.com>
13705
13706         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13707         to have the url package without w3.  Reported by Daiki Ueno
13708         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13709
13710 2005-07-20  Didier Verna  <didier@xemacs.org>
13711
13712         * gnus-diary.el: Remove the description comment (nndiary is now
13713         properly documented in the Gnus manual).
13714         Fix the spelling of "Back End".
13715         * nndiary.el: Ditto.
13716         Fix the copyright notice.
13717
13718 2005-07-18  Romain Francoise  <romain@orebokech.com>
13719
13720         * gnus-sum.el (gnus-summary-to-prefix)
13721         (gnus-summary-newsgroup-prefix): New variables.
13722         (gnus-summary-from-or-to-or-newsgroups): Use them.
13723
13724 2005-07-17  Romain Francoise  <romain@orebokech.com>
13725
13726         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13727         space as it's generally not especially interesting to the user.
13728
13729 2005-07-16  Romain Francoise  <romain@orebokech.com>
13730
13731         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13732         nil to avoid prompting and file modification if one of the
13733         messages at the top of the nnfolder file contains a copyright
13734         notice.
13735         Update copyright notice.
13736
13737         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13738         instead of `current-time-string' as the latter creates a time
13739         string that is not RFC 2822 compliant (it lacks the zone).
13740         Update copyright notice.
13741
13742 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13743
13744         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13745         for text/rtf.  Display default in prompt.  Pass default for M-n.
13746
13747         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13748
13749 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13750
13751         * gnus-msg.el (gnus-button-mailto):
13752         Remove save-selected-window-window hackery because it relies on
13753         save-selected-window internals.
13754
13755 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13758         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13759         (gnus-article-prev-page): Ditto.
13760
13761         * gnus-util.el (gnus-beginning-of-window): New function.
13762         (gnus-end-of-window): New function.
13763
13764         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13765
13766 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13767
13768         * gnus-score.el (gnus-score-edit-all-score):
13769         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13770         gnus-message.
13771
13772 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13773
13774         * gnus-msg.el (gnus-button-mailto):
13775         Remove save-selected-window-window hackery because it relies on
13776         save-selected-window internals.
13777
13778 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13781         add-minor-mode.
13782         (gnus-binary-mode): Ditto.
13783
13784         * gnus-topic.el (gnus-topic-mode): Ditto.
13785
13786 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13787
13788         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13789         (gnus-article-prev-page): Take scroll-margin into consideration.
13790
13791 2005-07-04  Lute Kamstra  <lute@gnu.org>
13792
13793         Update FSF's address in GPL notices.
13794
13795 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13796
13797         * gnus.el (gnus-exit):
13798         * gnus-group.el (gnus-group-icons):
13799         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13800
13801         * gnus-nocem.el (gnus-nocem):
13802         * message.el (message-various, message-buffers, message-sending)
13803         (message-interface, message-forwarding, message-insertion)
13804         (message-headers, message-news, message-mail):
13805         * pgg-gpg.el (pgg-gpg):
13806         * pgg-parse.el (pgg-parse):
13807         * pgg-pgp.el (pgg-pgp):
13808         * pgg-pgp5.el (pgg-pgp5):
13809         * pop3.el (pop3): Finish `defgroup' description with period.
13810
13811 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * gnus-art.el (article-display-face): Improve the efficiency.
13814         (article-display-x-face): Ditto; remove grey x-face stuff.
13815
13816 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-art.el (article-display-face): Correct the position in
13819         which Faces are inserted.
13820
13821 2005-06-29  Didier Verna  <didier@xemacs.org>
13822
13823         * gnus-art.el (article-display-face): Display faces in correct
13824         order.
13825
13826 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13829         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13830         (gnus-nocem-check-article): Fetch the Type header.
13831         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13832         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13833         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13834         make sure gnus-nocem-hashtb is initialized.
13835         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13836         (gnus-nocem-unwanted-article-p): Ditto.
13837
13838         * pgg.el (pgg-verify): Return the verification result.
13839
13840 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13841
13842         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13843         is ascii.
13844
13845 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13846
13847         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13848         `show-nonbreak-escape'.
13849
13850 2005-06-23  Lute Kamstra  <lute@gnu.org>
13851
13852         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13853
13854         * dig.el (dig-mode):
13855         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13856
13857 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13858
13859         * nnimap.el (nnimap-split-download-body): Fix spellings.
13860
13861 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13862
13863         * gnus-art.el (gnus-article-encrypt-body):
13864         * gnus-cus.el (gnus-score-customize):
13865         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13866         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13867
13868 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13869
13870         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13871         header by looking for magic "MII" at the beginnig.
13872
13873 2005-06-16  Miles Bader  <miles@gnu.org>
13874
13875         * gnus-xmas.el (gnus-xmas-group-startup-message):
13876         Use renamed gnus-splash face.
13877
13878         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13879         (assistant-field-face): New backward-compatibility alias for renamed
13880         face.
13881         (assistant-render-text): Use renamed assistant-field face.
13882
13883         * spam.el (spam): Remove "-face" suffix from face name.
13884         (spam-face): New backward-compatibility alias for renamed face.
13885         (spam-face, spam-initialize): Use renamed spam face.
13886
13887         * message.el (message-header-to, message-header-cc)
13888         (message-header-subject, message-header-newsgroups)
13889         (message-header-other, message-header-name)
13890         (message-header-xheader, message-separator, message-cited-text)
13891         (message-mml): Remove "-face" suffix from face names.
13892         (message-header-to-face, message-header-cc-face)
13893         (message-header-subject-face, message-header-newsgroups-face)
13894         (message-header-other-face, message-header-name-face)
13895         (message-header-xheader-face, message-separator-face)
13896         (message-cited-text-face, message-mml-face):
13897         New backward-compatibility aliases for renamed faces.
13898         (message-font-lock-keywords): Use renamed message faces.
13899
13900         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13901         (sieve-test-commands, sieve-tagged-arguments):
13902         Remove "-face" suffix from face names.
13903         (sieve-control-commands-face, sieve-action-commands-face)
13904         (sieve-test-commands-face, sieve-tagged-arguments-face):
13905         New backward-compatibility aliases for renamed faces.
13906         (sieve-control-commands-face, sieve-action-commands-face)
13907         (sieve-test-commands-face, sieve-tagged-arguments-face):
13908         Use renamed sieve faces.
13909
13910         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13911         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13912         (gnus-group-news-3-empty, gnus-group-news-4)
13913         (gnus-group-news-4-empty, gnus-group-news-5)
13914         (gnus-group-news-5-empty, gnus-group-news-6)
13915         (gnus-group-news-6-empty, gnus-group-news-low)
13916         (gnus-group-news-low-empty, gnus-group-mail-1)
13917         (gnus-group-mail-1-empty, gnus-group-mail-2)
13918         (gnus-group-mail-2-empty, gnus-group-mail-3)
13919         (gnus-group-mail-3-empty, gnus-group-mail-low)
13920         (gnus-group-mail-low-empty, gnus-summary-selected)
13921         (gnus-summary-cancelled, gnus-summary-high-ticked)
13922         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13923         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13924         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13925         (gnus-summary-low-undownloaded)
13926         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13927         (gnus-summary-low-unread, gnus-summary-normal-unread)
13928         (gnus-summary-high-read, gnus-summary-low-read)
13929         (gnus-summary-normal-read, gnus-splash):
13930         Remove "-face" suffix from face names.
13931         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13932         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13933         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13934         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13935         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13936         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13937         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13938         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13939         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13940         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13941         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13942         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13943         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13944         (gnus-summary-normal-ticked-face)
13945         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13946         (gnus-summary-normal-ancient-face)
13947         (gnus-summary-high-undownloaded-face)
13948         (gnus-summary-low-undownloaded-face)
13949         (gnus-summary-normal-undownloaded-face)
13950         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13951         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13952         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13953         (gnus-splash-face):
13954         New backward-compatibility aliases for renamed faces.
13955         (gnus-group-startup-message): Use renamed gnus faces.
13956
13957         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13958         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13959         (gnus-server-agent): Remove "-face" suffix from face names.
13960         (gnus-server-agent-face, gnus-server-opened-face)
13961         (gnus-server-closed-face, gnus-server-denied-face)
13962         (gnus-server-offline-face):
13963         New backward-compatibility aliases for renamed faces.
13964         (gnus-server-agent-face, gnus-server-opened-face)
13965         (gnus-server-closed-face, gnus-server-denied-face)
13966         (gnus-server-offline-face): Use renamed gnus faces.
13967
13968         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13969         Remove "-face" suffix from face names.
13970         (gnus-picon-xbm-face, gnus-picon-face):
13971         New backward-compatibility aliases for renamed faces.
13972
13973         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13974         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13975         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13976         (gnus-cite-11): Remove "-face" suffix from face names.
13977         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13978         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13979         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13980         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13981         New backward-compatibility aliases for renamed faces.
13982         (gnus-cite-attribution-face, gnus-cite-face-list)
13983         (gnus-article-boring-faces): Use renamed gnus faces.
13984
13985         * gnus-art.el (gnus-signature, gnus-header-from)
13986         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13987         (gnus-header-content): Remove "-face" suffix from face names.
13988         (gnus-signature-face, gnus-header-from-face)
13989         (gnus-header-subject-face, gnus-header-newsgroups-face)
13990         (gnus-header-name-face, gnus-header-content-face):
13991         New backward-compatibility aliases for renamed faces.
13992         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13993
13994         * gnus-sum.el (gnus-summary-selected-face)
13995         (gnus-summary-highlight): Use renamed gnus faces.
13996         * gnus-group.el (gnus-group-highlight): Likewise.
13997
13998 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13999
14000         * gnus-sieve.el (gnus-sieve-article-add-rule):
14001         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14002         * spam-stat.el (spam-stat-buffer-change-to-spam)
14003         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14004
14005         * message.el (message-is-yours-p):
14006         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14007
14008 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * mm-view.el (mm-inline-text): Withdraw the last change.
14011
14012 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14015         executing enriched-decode.
14016
14017 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14020         charset of tar files.
14021
14022 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14023
14024         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14025
14026 2005-06-04  Lute Kamstra  <lute@gnu.org>
14027
14028         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14029         information is never recorded.
14030
14031 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14032
14033         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14034
14035 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * pop3.el (pop3-apop): Run md5 in the binary mode.
14038
14039         * starttls.el (starttls-set-process-query-on-exit-flag):
14040         Use eval-and-compile.
14041
14042 2005-05-31  Simon Josefsson  <jas@extundo.com>
14043
14044         * smime.el (smime-replace-in-string): Define.
14045         (smime-cert-by-ldap-1): Use it.
14046
14047 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-art.el (article-display-x-face): Replace
14050         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14051
14052         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14053         set-process-query-on-exit-flag or process-kill-without-query.
14054
14055         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14056         loop instead of replace-regexp.
14057
14058         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14059         instead of process-kill-without-query if it is available.
14060
14061         * lpath.el: Fbind ldap-search-entries.
14062
14063         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14064         instead of find-file-hooks if it is available.
14065
14066         * mml1991.el: Bind pgg-default-user-id when compiling.
14067
14068         * mml2015.el: Bind pgg-default-user-id when compiling.
14069
14070         * nndraft.el (nndraft-request-associate-buffer):
14071         Use write-contents-functions instead of write-contents-hooks if it is
14072         available.
14073
14074         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14075         instead of find-file-hooks if it is available.
14076
14077         * nntp.el (nntp-open-connection): Replace
14078         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14079         (nntp-open-ssl-stream): Ditto.
14080         (nntp-open-tls-stream): Ditto.
14081
14082         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14083         set-process-query-on-exit-flag or process-kill-without-query.
14084         (starttls-open-stream-gnutls): Use it instead of
14085         process-kill-without-query.
14086         (starttls-open-stream): Ditto.
14087
14088 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14089
14090         * smime.el (smime-cert-by-ldap-1): Don't use
14091         replace-regexp-in-string.
14092
14093 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14094
14095         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14096
14097         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14098         in PEM format.  Adjust to the XEmacs compability.
14099
14100 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14103         by `string-to-number'.
14104         * gnus-agent.el (gnus-agent-regenerate-group)
14105         (gnus-agent-fetch-articles): Ditto.
14106         * gnus-art.el (gnus-button-fetch-group): Ditto.
14107         * gnus-cache.el (gnus-cache-generate-active)
14108         (gnus-cache-articles-in-group): Ditto.
14109         * gnus-group.el (gnus-group-set-current-level)
14110         (gnus-group-insert-group-line): Ditto.
14111         * gnus-score.el (gnus-score-set-expunge-below)
14112         (gnus-score-set-mark-below, gnus-summary-score-effect)
14113         (gnus-summary-score-entry): Ditto.
14114         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14115         (gnus-soup-pack): Ditto.
14116         * gnus-spec.el (gnus-xmas-format): Ditto.
14117         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14118         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14119         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14120         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14121         * nndb.el (nndb-get-remote-expire-response): Ditto.
14122         * nndiary.el (nndiary-parse-schedule-value)
14123         (nndiary-string-to-number, nndiary-request-replace-article)
14124         (nndiary-request-article): Ditto.
14125         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14126         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14127         * nneething.el (nneething-make-head): Ditto.
14128         * nnfolder.el (nnfolder-request-article)
14129         (nnfolder-retrieve-headers): Ditto.
14130         * nnheader.el (nnheader-file-to-number): Ditto.
14131         * nnkiboze.el (nnkiboze-request-article): Ditto.
14132         * nnmail.el (nnmail-process-unix-mail-format)
14133         (nnmail-process-babyl-mail-format): Ditto.
14134         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14135         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14136         (nnmh-request-create-group, nnmh-request-list-1)
14137         (nnmh-request-group, nnmh-request-article): Ditto.
14138         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14139         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14140         * nnsoup.el (nnsoup-make-active): Ditto.
14141         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14142         * nntp.el (nntp-find-group-and-number)
14143         (nntp-retrieve-headers-with-xover): Ditto.
14144         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14145         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14146         (pgg-format-key-identifier): Ditto.
14147         * pop3.el (pop3-last, pop3-stat): Ditto.
14148         * qp.el (quoted-printable-decode-region): Ditto.
14149
14150         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14151         of concat.
14152
14153 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14156
14157         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14158
14159         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14160
14161         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14162
14163         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14164
14165         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14166
14167         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14168         (gnus-carpal-mode): Ditto.
14169
14170         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14171         (gnus-browse-mode): Ditto.
14172
14173         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14174
14175         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14176
14177 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14178
14179         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14180
14181 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-util.el (gnus-run-mode-hooks): New function.
14184
14185         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14186
14187         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14188         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14189
14190 2005-05-27  Lute Kamstra  <lute@gnu.org>
14191
14192         * dns-mode.el (dns-mode): Specify customization group.
14193
14194 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14195
14196         * gnus-agent.el (gnus-agent-make-mode-line-string):
14197         Use mode-line-highlight as mouse-face.
14198
14199 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * canlock.el (canlock): Change the parent group to news.
14202
14203         * deuglify.el (gnus-outlook-deuglify): Add :group.
14204
14205         * dig.el (dig): Add :group.
14206
14207         * dns-mode.el (dns-mode): Add :group.
14208
14209         * encrypt.el (encrypt): Add :group.
14210
14211         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14212         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14213         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14214         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14215         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14216
14217         * gnus-diary.el (gnus-diary): Add :group.
14218
14219         * gnus.el (gnus-group-news-1-face): Add :group.
14220         (gnus-group-news-1-empty-face): Ditto.
14221         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14222         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14223         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14224         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14225         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14226         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14227         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14228         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14229         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14230         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14231         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14232         (gnus-summary-high-ticked-face): Ditto.
14233         (gnus-summary-low-ticked-face): Ditto.
14234         (gnus-summary-normal-ticked-face): Ditto.
14235         (gnus-summary-high-ancient-face): Ditto.
14236         (gnus-summary-low-ancient-face): Ditto.
14237         (gnus-summary-normal-ancient-face): Ditto.
14238         (gnus-summary-high-undownloaded-face): Ditto.
14239         (gnus-summary-low-undownloaded-face): Ditto.
14240         (gnus-summary-normal-undownloaded-face): Ditto.
14241         (gnus-summary-high-unread-face): Ditto.
14242         (gnus-summary-low-unread-face): Ditto.
14243         (gnus-summary-normal-unread-face): Ditto.
14244         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14245         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14246
14247         * hashcash.el (hashcash): New custom group.
14248         (hashcash-default-payment): Add :group.
14249         (hashcash-payment-alist): Ditto.
14250         (hashcash-default-accept-payment): Ditto.
14251         (hashcash-accept-resources): Ditto.
14252         (hashcash-path): Ditto.
14253         (hashcash-extra-generate-parameters): Ditto.
14254         (hashcash-double-spend-database): Ditto.
14255         (hashcash-in-news): Ditto.
14256
14257         * message.el (message-minibuffer-local-map): Add :group.
14258
14259         * netrc.el (netrc): Add :group.
14260
14261         * sieve-manage.el (sieve-manage-log): Add :group.
14262         (sieve-manage-default-user): Diito.
14263         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14264         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14265         (sieve-manage-authenticators): Ditto.
14266         (sieve-manage-authenticator-alist): Ditto.
14267         (sieve-manage-default-port): Ditto.
14268
14269         * sieve-mode.el (sieve-control-commands-face): Add :group.
14270         (sieve-action-commands-face): Ditto.
14271         (sieve-test-commands-face): Ditto.
14272         (sieve-tagged-arguments-face): Ditto.
14273
14274         * smime.el (smime): Add :group.
14275
14276         * spam-report.el (spam-report): Add :group.
14277
14278         * spam.el (spam, spam-face): Add :group.
14279
14280 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14281
14282         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14283         return \n.\n.\n at the end of articles.  Protect against that.
14284         (nntp-with-open-group): Allow debugging.
14285
14286         * nnheader.el (mail-header-set-extra): Make into a function
14287         because I just could't understand how to quote the list properly.
14288
14289         * dns.el (query-dns-cached): New function.
14290
14291 2005-05-26  Lute Kamstra  <lute@gnu.org>
14292
14293         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14294
14295 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14298
14299         * gnus-art.el: Don't autoload mail-extract-address-components.
14300
14301         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14302         eval-and-compile to evaluate it.
14303
14304         * hashcash.el: Don't autoload executable-find.
14305
14306         * nndb.el: Don't declare the nndb back end two or more times; don't
14307         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14308
14309         * nntp.el: Autoload format-spec instead of format; use
14310         eval-and-compile to evaluate autoload forms.
14311
14312 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14313
14314         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14315
14316 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14317
14318         * gnus.el (gnus-version-number): Bump version.
14319
14320 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14321
14322         * gnus.el: No Gnus v0.3 is released.
14323
14324 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14325
14326         * lpath.el (featurep): Bind show-nonbreak-escape.
14327
14328 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-art.el (gnus-article-edit-part): Disable undo.
14331
14332 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14335         gnus-article-date-lapsed-new-header is t if date timer is active;
14336         skip headers in which the original date value is empty.
14337         (gnus-article-save-original-date): Redefine it as a macro.
14338         (gnus-display-mime): Use it.
14339
14340 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-art.el (article-date-ut): Support converting date in
14343         forwarded parts as well.
14344         (gnus-article-save-original-date): New function.
14345         (gnus-display-mime): Use it.
14346
14347 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14348
14349         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14350         enclosure element of <item>.
14351
14352 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * message.el (message-kill-buffer-query): Rename from
14355         `message-kill-buffer-query-if-modified'.  Add :version.
14356
14357 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14360         window layout.
14361
14362 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * mml.el: Autoload dnd when compiling.
14365
14366 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14367
14368         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14369         x-dnd-*.
14370
14371 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * qp.el (quoted-printable-encode-region): Save excursion.
14374
14375 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14376
14377         * message.el (message-kill-buffer-query-if-modified): Add new variable
14378         so the user can kill a modified message buffer quickly.
14379         (message-kill-buffer): Use it.
14380
14381 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * lpath.el: Fbind display-time-event-handler; don't fbind
14384         string-to-multibyte.
14385
14386         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14387
14388 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14391         contained in text because xml.el decodes entities) with LFs.
14392
14393 2005-04-11  Lute Kamstra  <lute@gnu.org>
14394
14395         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14396         differently.
14397
14398 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14399
14400         * mm-util.el (mm-detect-coding-region): Typo.
14401
14402 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14405
14406 2005-04-06  Deepak Goel  <deego@gnufans.org>
14407
14408         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14409         user-function allow user modifications of the scores.
14410         (spam-stat-score-buffer-user): New function, to allow
14411         user-computed modifications to the score.
14412         (spam-stat-score-buffer-user-functions): List of additional
14413         scoring functions.
14414         (spam-stat-error-holder): Global temporary error holder.
14415         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14416         variable.
14417
14418 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14419
14420         * gnus-registry.el (gnus-registry-clean-empty-function)
14421         (gnus-registry-trim, gnus-registry-fetch-groups)
14422         (gnus-registry-delete-group): Groups that match
14423         `gnus-registry-ignored-groups' are removed from the registry
14424         entries, not just ignored for splitting.  This helps clean up the
14425         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14426         to get all the groups a message ID is in.
14427
14428         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14429         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14430         (spam-stat-score-buffer-user-functions): Add :number custom type.
14431
14432 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14435         argument in XEmacs.
14436
14437         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14438         (nnrss-request-group): Decode group name first.
14439         (nnrss-request-article): Make a text/plain article if mml-to-mime
14440         failed.
14441         (nnrss-get-encoding): Return a compatible encoding according to
14442         nnrss-compatible-encoding-alist.
14443         (nnrss-find-el): Use consp instead of listp.
14444         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14445
14446 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14449         which Emacs 20 doesn't support.
14450         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14451
14452 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14455         silence the byte compiler inside the defun.
14456
14457         * gnus-demon.el (parse-time-string): Add autoload.
14458
14459         * gnus-delay.el (parse-time-string): Add autoload.
14460
14461         * gnus-art.el (parse-time-string): Add autoload.
14462
14463         * nnultimate.el (parse-time): Require for `parse-time-string'.
14464
14465 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14466
14467         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14468
14469         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14470
14471         * smime.el (smime-ldap-host-list): Add :version.
14472
14473 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14474
14475         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14476         pass it to `gnus-browse-read-group'.
14477         (gnus-browse-read-group): Add NUMBER argument and pass it to
14478         `gnus-group-read-ephemeral-group'.
14479
14480         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14481         argument and pass it to `gnus-group-read-group'.
14482
14483 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14484
14485         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14486         mm-xemacs-find-mime-charset-1 if we have the mule feature
14487         available at runtime.
14488
14489 2005-03-25  Werner Lemberg  <wl@gnu.org>
14490
14491         * nnmaildir.el: Replace `illegal' with `invalid'.
14492
14493 2005-03-23  Lute Kamstra  <lute@gnu.org>
14494
14495         * time-date.el: Add comment on time value formats.
14496         Don't require parse-time.
14497         (with-decoded-time-value): New macro.
14498         (encode-time-value): New function.
14499         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14500         (days-to-time): Return a valid time value when arg is huge.
14501         (time-since): Use time-subtract.
14502         (time-to-number-of-days): Use time-to-seconds.
14503
14504 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14505
14506         * gnus-start.el (gnus-display-time-event-handler):
14507         Check display-time-timer at runtime rather than only at load time
14508         in case display-time-mode is turned off in the mean time.
14509
14510 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14513         used.
14514
14515         * nneething.el (nneething-map-file-directory): Derive from
14516         `gnus-directory'.
14517
14518         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14519         the To/Cc button.
14520
14521 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * nnmaildir.el (nnmaildir-request-accept-article):
14524         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14525
14526 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14527
14528         * gnus-async.el: Require timer-funcs at compile time when in
14529         XEmacs for `run-with-idle-timer'.
14530
14531 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14532
14533         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14534         autoloaded function.
14535
14536 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14537
14538         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14539
14540 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14541
14542         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14543
14544 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14545
14546         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14547         Add gnus-expert-user to default.
14548
14549 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14550
14551         * nnimap.el (nnimap-open-server): Ditto.
14552
14553         * imap.el (imap-authenticate): Fix typo.
14554
14555 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14556
14557         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14558         buffer (since IMAP server might return FETCH response out of
14559         order, and the nntp buffer must be sorted).
14560
14561 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14562
14563         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14564         comparison on string.
14565
14566         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14567         (gnus-agent-score): Rename category keywords to match gnus-cus.
14568         (gnus-agent-summary-fetch-series): Modify to protect against
14569         gnus-agent-summary-fetch-group clearing processable flags.
14570         (gnus-agent-synchronize-group-flags): Update live group buffer as
14571         synchronization may occur due to the user toggle the plugged
14572         status.
14573         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14574         successfully downloaded.
14575         (gnus-agent-expire-group-1): Avoid using markers when the overview
14576         is in ascending order; greatly improves performance.
14577         (gnus-agent-regenerate-group):
14578         Use gnus-agent-synchronize-group-flags to reset read status in both
14579         gnus and server.
14580         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14581
14582 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14583
14584         * message.el: Don't autoload former message-utils variables.
14585         (message-strip-subject-trailing-was): Change doc string.
14586
14587         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14588         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14589         (nnweb-google-search): Add "hl=en" here.
14590         (nnweb-google-parse-1, nnweb-google-create-mapping):
14591         Don't hardcode URL.
14592
14593 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * message.el (message-get-reply-headers, message-followup):
14596         Mention related variables `message-use-followup-to' and
14597         `message-use-mail-followup-to', in the information buffer.
14598
14599         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14600         of broken groups(-beta).google.com.
14601
14602 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14603
14604         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14605         parameter to invoked gnus-request-move-article; remove the
14606         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14607         all at once instead of once per article.
14608         (gnus-summary-remove-process-mark): Accept a list of articles as
14609         well as a single article for processing.
14610
14611         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14612         parameter.
14613
14614         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14615
14616         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14617
14618         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14619         parameter.
14620
14621         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14622         parameter.
14623
14624         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14625         parameter and remove the gnus-sum-hint-move-is-internal variable.
14626
14627         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14628         parameter.
14629
14630         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14631         parameter.
14632
14633         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14634         parameter.
14635
14636         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14637
14638         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14639         parameter.
14640
14641         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14642         parameter.
14643
14644 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14645
14646         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14647         a more conservative way.
14648
14649 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14650
14651         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14652         buffer, so it moves the window's cursor.
14653
14654 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14655
14656         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14657         `mm-dissect-multipart' and receive the from field as an (optional)
14658         argument from `mm-dissect-multipart'.
14659         (mm-dissect-multipart): Receive the from field as an argument and
14660         pass it on when we call `mm-dissect-buffer' on MIME parts.
14661         Fixes verification/decryption of signed/encrypted MIME parts.
14662
14663 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14664
14665         * gnus-sum.el (gnus-summary-move-article):
14666         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14667         whatever it calls (right now, only nnimap-request-move article
14668         respects it).
14669
14670         * nnimap.el (nnimap-request-move-article):
14671         When gnus-sum-hint-move-is-internal is set, don't do the extra
14672         nnimap-request-article.
14673
14674 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14675
14676         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14677
14678         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14679         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14680
14681         * gnus-sum.el (gnus-summary-caesar-message):
14682         Apply `gnus-treat-article' after rotation.
14683
14684         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14685         doc string.
14686
14687 2005-02-22  Simon Josefsson  <jas@extundo.com>
14688
14689         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14690         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14691         <arne@arnested.dk>.
14692         (encrypt): Add password-cache and password-cache-expiry as group
14693         members.
14694
14695 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14696
14697         * smime.el (smime-ldap-host-list): Doc fix.
14698         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14699         cache) password.
14700         (smime-sign-region): Use it.
14701         (smime-decrypt-region): Use it.
14702         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14703         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14704         fails.
14705         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14706         certificate from DER to PEM format rather than calling openssl.
14707
14708         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14709
14710         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14711         for signing/encryption.
14712
14713         * mml.el (mml-parse-1): Use them.
14714
14715 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14716
14717         * nnrss.el (nnrss-verbose): Remove.
14718         (nnrss-request-group): Use `nnheader-message' instead.
14719
14720 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14721
14722         * nnrss.el (nnrss-verbose): New variable.
14723         (nnrss-request-group): Make it say nnrss is requesting a group.
14724
14725 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14728         Handle news URL with given port correctly.
14729
14730 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14733         containing special characters.
14734
14735         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14736
14737         * mml.el (mime-to-mml): Ditto.
14738
14739         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14740         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14741         (rfc2047-decode-region): Quote decoded words containing special
14742         characters when rfc2047-quote-decoded-words-containing-tspecials
14743         is non-nil.
14744
14745 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14746
14747         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14748
14749         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14750
14751 2005-02-15  Simon Josefsson  <jas@extundo.com>
14752
14753         * nnimap.el (nnimap-debug): Doc fix.
14754
14755         * imap.el (imap-debug): Doc fix.
14756
14757 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14760
14761 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14762
14763         * gnus.el (spam-contents): Improve docs for spam-contents
14764         parameter in its variable incarnation.
14765
14766 2005-02-14  Simon Josefsson  <jas@extundo.com>
14767
14768         * smime-ldap.el: Use require instead of load-library for ldap.
14769         (smime-ldap-search): Indent.
14770         (smime-ldap-search-internal): Shorten line.
14771
14772         * smime.el (smime-cert-by-dns): Add doc-string.
14773         (smime-cert-by-ldap-1): Indent.
14774
14775         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14776         mml-smime-get-dns-ldap.
14777         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14778
14779 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14780
14781         * smime.el: Require smime-ldap.
14782         (smime-ldap-host-list): New variable.
14783         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14784
14785         * mml-smime.el (mml-smime-encrypt-query): New function.
14786         (mml-smime-encrypt-query): Use it.
14787
14788         * smime-ldap.el: New file.
14789
14790 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14793
14794 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14795
14796         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14797         argument in doc string.  Make query for type more clear.
14798
14799 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * gnus.el (gnus-group-startup-message): Search for gnus images in
14802         etc/images/gnus.
14803         * mm-util.el (mm-image-load-path): Likewise.
14804         * smiley.el (smiley-data-directory): Search for smilies in
14805         etc/images/smilies.
14806
14807 2005-02-09  Kim F. Storm  <storm@cua.dk>
14808
14809         Change Emacs release version from 21.4 to 22.1 throughout.
14810         Change Emacs development version from 21.3.50 to 22.0.50.
14811
14812 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14815
14816         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14817         non-Mule XEmacs as well.
14818         (mm-decompress-buffer): Signal an error intentionally if it does
14819         not decompress compressed data because auto-compression-mode is
14820         disabled.
14821
14822 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14823
14824         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14825         an ID in the registry even if it has no groups.
14826
14827 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14830         merge it into mm-decompress-buffer.
14831         (gnus-mime-copy-part): Use the MIME part charset, the value which
14832         a user specified or gnus-newsgroup-charset for decoding, like
14833         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14834         save-buffer what was used.  Suggested by Kevin Ryde
14835         <user42@zip.com.au>.
14836         (gnus-mime-inline-part): Allow the name parameter as well as the
14837         filename parameter; force decompressing of compressed data; always
14838         display contents being not decoded as unibyte.
14839
14840         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14841         as well as the filename parameter.
14842
14843         * mm-util.el (mm-decompress-buffer):
14844         Merge gnus-mime-jka-compr-maybe-uncompress.
14845         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14846         of compressed data.
14847
14848 2005-02-08  Simon Josefsson  <jas@extundo.com>
14849
14850         * imap.el (imap-log): Doc fix.
14851
14852 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14855         the coding cookies; decompress compressed parts.
14856
14857         * mml.el (mml-generate-mime-1): Add the charset parameter according
14858         to the value which a user specified manually or the coding cookie.
14859
14860         * mm-util.el (mm-string-to-multibyte): New function.
14861         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14862         (mm-coding-system-to-mime-charset): New function.
14863         (mm-decompress-buffer): New function.
14864         (mm-find-buffer-file-coding-system): New function.
14865
14866         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14867         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14868         parts.
14869
14870 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14871
14872         * mm-view.el (mm-display-inline-fontify): Decode a part according
14873         to the charset parameter.
14874
14875 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14878         prefix arg is neither nil nor a number, as info specifies.
14879
14880 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14883         timestamps.
14884
14885 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14886
14887         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14888         groups error checking and notify user.
14889
14890 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14891
14892         * message.el (message-send-mail-function): Check existence of
14893         sendmail-program first before using default value
14894         `message-send-mail-with-sendmail'.  Otherwise use more generic
14895         `smtpmail-send-it'.
14896
14897 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * nntp.el (nntp-request-update-info): Always return nil.
14900
14901 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14902
14903         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14904
14905 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14906
14907         * message.el (message-beginning-of-line): Change the behavior when
14908         invoked between BOL and : so that it first moves backward.
14909
14910 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14913         article buffer when editing of the article is discarded.
14914         (gnus-article-prepare): Revert.
14915
14916 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * gnus-art.el (gnus-article-prepare):
14919         Remove message-strip-forbidden-properties from the local hook.
14920
14921 2005-01-27  Simon Josefsson  <jas@extundo.com>
14922
14923         * password.el (password-cache-add): Only start one timer per key.
14924         Reported by Derek Atkins <warlord@MIT.EDU>.
14925
14926 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14927
14928         * run-at-time.el: Remove.  It is no longer needed as
14929         timer-funcs.el in the xemacs-base package has a working version of
14930         `run-at-time'.
14931
14932         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14933
14934         * password.el: Require timer-funcs instead of run-at-time in
14935         XEmacs.
14936         Remove `password-run-at-time' macro.
14937         (password-cache-add): Use `run-at-time' instead of
14938         `password-run-at-time'.
14939
14940         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14941         Remove `nnheader-cancel-function-timers' alias,
14942         `cancel-function-timers' exists in XEmacs in timer-funcs.
14943
14944         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14945         for `run-with-idle-timer'.
14946
14947         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14948         for `run-at-time'.
14949
14950         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14951         for `with-timeout'.
14952
14953         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14954         the same as for XEmacs 21.4.
14955         No need to ignore `run-with-idle-timer', this function exists in
14956         XEmacs now in timer-funcs.el in the xemacs-base package.
14957         (dgnushack-compile): No need to delete
14958         run-at-time.el from the list of files to compile because it
14959         doesn't exist anymore.
14960
14961 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14964         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14965
14966 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14967
14968         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14969         sensitively.
14970
14971 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14972
14973         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14974
14975 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14978         which will be inserted according to the multibyteness of a buffer
14979         rather than the type of contents.  Suggested by ARISAWA Akihiro
14980         <ari@mbf.ocn.ne.jp>.
14981
14982         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14983         of string which old xml.el may return rather than a string.
14984
14985 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14988
14989 2005-01-16  Simon Josefsson  <jas@extundo.com>
14990
14991         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14992         idn/idna.el isn't available.
14993         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14994         <michael@waxrat.com>.
14995
14996         * hashcash.el: Remove non-FSF copyright header.
14997
14998         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14999         (hashcash-generate-payment): Use it.
15000         (hashcash-generate-payment-async): Use it.
15001
15002 2005-01-15  Simon Josefsson  <jas@extundo.com>
15003
15004         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15005         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15006
15007         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15008         gnus-summary-idna-message.
15009         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15010         (gnus-summary-idna-message): New function.
15011
15012 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15015         gnus-novice-user.
15016
15017 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * nnrss.el (nnrss-request-delete-group): Delete entries in
15020         nnrss-group-alist as well.
15021         (nnrss-save-server-data): Insert newline.
15022
15023 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * gnus.el (gnus-user-agent): Use list of symbols instead of
15026         symbols.  Display full version number for (S)XEmacs.
15027         Optionally display (S)XEmacs codename.
15028
15029         * gnus-util.el (gnus-emacs-version): Update for new
15030         `gnus-user-agent'.
15031
15032         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15033         Gnus version.
15034
15035 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15036
15037         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15038         which is unreadable in some setups.
15039
15040 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus-spec.el (gnus-update-format-specifications): Flush the
15043         group format spec cache if it doesn't support decoded group names.
15044
15045 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15048         Allow to apply decay on score files matching a regexp.
15049
15050 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15053         compatibility in %g and %c.
15054
15055 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15058         name for only %g and %c.
15059         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15060         of gnus-tmp-group to decoded group name.
15061         (gnus-group-make-rss-group): Exclude `/'s from group names.
15062
15063 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * nnrss.el (nnrss-get-encoding): Fix regexp.
15066
15067 2004-12-27  Simon Josefsson  <jas@extundo.com>
15068
15069         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15070         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15071         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15072
15073 2004-12-17  Kim F. Storm  <storm@cua.dk>
15074
15075         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15076
15077         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15078
15079 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15080
15081         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15082
15083 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * nnrss.el: Require rfc2047 and mml.
15086         (nnrss-file-coding-system): New variable.
15087         (nnrss-format-string): Redefine it as an inline function.
15088         (nnrss-decode-group-name): New function.
15089         (nnrss-string-as-multibyte): Remove.
15090         (nnrss-retrieve-headers): Decode group name; don't use
15091         nnrss-format-string.
15092         (nnrss-request-group): Decode group name.
15093         (nnrss-request-article): Decode group name; allow a Message-ID as
15094         well as an article number; don't use nnrss-format-string; encode a
15095         Message-ID string which may contain non-ASCII characters; use
15096         mml-to-mime to compose a MIME article.
15097         (nnrss-request-expire-articles): Decode group name.
15098         (nnrss-request-delete-group): Decode group name.
15099         (nnrss-fetch): Clarify error message.
15100         (nnrss-read-server-data): Use insert-file-contents instead of load;
15101         bind file-name-coding-system; use multibyte buffer.
15102         (nnrss-save-server-data): Bind coding-system-for-write to the
15103         value of nnrss-file-coding-system; bind file-name-coding-system;
15104         add coding cookie.
15105         (nnrss-read-group-data): Use insert-file-contents instead of load;
15106         bind file-name-coding-system; use multibyte buffer.
15107         (nnrss-save-group-data): Bind coding-system-for-write to the
15108         value of nnrss-file-coding-system; bind file-name-coding-system.
15109         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15110         make it work with non-ASCII text.
15111         (nnrss-find-el): Make it work with old xml.el as well.
15112
15113 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15114
15115         * nnrss.el (nnrss-get-encoding): New function.
15116         (nnrss-fetch): Use unibyte buffer initially; bind
15117         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15118         decode contents according to the encoding attribute.
15119         (nnrss-save-group-data): Add coding cookie.
15120         (nnrss-mime-encode-string): New function.
15121         (nnrss-check-group): Use it to encode subject and author.
15122
15123 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15124
15125         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15126         imaginary variable.
15127
15128 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15131         correctly even if there are wide characters.
15132
15133 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15134
15135         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15136         downcased symbol names; make a new cache instead of reusing
15137         bbdb-hashtable.
15138
15139 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15142         concatenating segments rather than before concatenating them.
15143         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15144
15145         * message.el (message-get-reply-headers): Bind `extra'.
15146
15147 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15148
15149         * message.el (message-extra-wide-headers): New variable.
15150         (message-get-reply-headers): Use it.
15151
15152 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15155         (gnus-agent-group-pathname): Ditto.
15156
15157         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15158
15159         * gnus-group.el (gnus-group-make-group): Decode group name.
15160         (gnus-group-make-rss-group): Register the group data after opening
15161         the nnrss group.
15162
15163 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15164
15165         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15166         by expiry now get marked as read.
15167
15168 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15171
15172 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15173
15174         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15175         unify Latin characters in XEmacs.
15176         (mm-find-mime-charset-region): Use it.
15177
15178 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-util.el (gnus-delete-directory): New function.
15181
15182         * gnus-agent.el (gnus-agent-delete-group): Use it.
15183
15184         * gnus-cache.el (gnus-cache-delete-group): Use it.
15185
15186 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15189         names.
15190
15191 2004-12-16  Simon Josefsson  <jas@extundo.com>
15192
15193         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15194
15195 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15198
15199         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15200         (gnus-group-set-current-level): Decode group name.
15201
15202 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15203
15204         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15205         failed.
15206
15207 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-group.el (gnus-group-delete-group): Decode group name.
15210         (gnus-group-make-rss-group): Encode group name.
15211         (gnus-group-catchup-current): Decode group name.
15212         (gnus-group-kill-group): Decode group name.
15213
15214 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15215
15216         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15217
15218 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * gnus-group.el (gnus-group-make-rss-group):
15221         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15222
15223         * gnus-start.el (gnus-setup-news): Honor user's setting to
15224         gnus-message-archive-method.  Suggested by Lute Kamstra
15225         <lute@gnu.org>.
15226
15227 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15228
15229         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15230         global counterparts of the buffer-local variables.
15231
15232 2004-11-16  Romain Francoise  <romain@orebokech.com>
15233
15234         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15235         counterparts of the buffer-local variables.
15236
15237 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * message.el (message-forbidden-properties): Fix typo in doc
15240         string.
15241
15242 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * gnus-util.el (gnus-replace-in-string): Add doc string.
15245
15246         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15247         to avoid problems when splitting mails with many recipients.
15248
15249 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15250
15251         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15252         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15253
15254 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15255
15256         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15257         if there is no hashtable in memory or file modification time is
15258         newer than cached timestamp.
15259
15260 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * gnus-sum.el (gnus-summary-limit-to-recipient):
15263         Implement not-matching option.
15264
15265 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15268         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15269         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15270         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15271         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15272         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15273
15274 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * message.el (message-forward-make-body-mml): Remove headers
15277         according to message-forward-ignored-headers if a message is decoded.
15278
15279 2004-12-02  Romain Francoise  <romain@orebokech.com>
15280
15281         * message.el (message-forward-make-body-plain): Always remove
15282         headers according to message-forward-ignored-headers.
15283
15284 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15285
15286         * spam.el (spam-summary-prepare-exit): Remove the
15287         gnus-summary-limit pop for now, it has problems with ham marks for
15288         me.
15289
15290 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15291
15292         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15293         correctly.
15294
15295 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15296
15297         * format-spec.el (format-spec): Message the char.
15298
15299 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15300
15301         * gnus-art.el (gnus-split-methods): Reformat comments.
15302
15303         * spam.el (spam-summary-prepare-exit): Remove article limits
15304         before exiting the summary buffer.
15305
15306 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15309         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15310
15311         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15312         order to silence the byte compiler.
15313
15314         * spam.el: Fix the way to silence the byte compiler, which
15315         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15316         bbdb-search-simple, spam-BBDB-register-routine,
15317         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15318         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15319         spam-stat-buffer-is-spam, spam-stat-load,
15320         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15321         spam-stat-save and spam-stat-split-fancy.
15322
15323 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15326         which may confuse users.
15327         (canlock-password-for-verify): Ditto.
15328
15329         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15330
15331         * gnus-art.el (gnus-emphasis-alist): Ditto.
15332
15333         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15334
15335         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15336
15337         * gnus-start.el (gnus-save-killed-list): Ditto.
15338
15339         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15340         (gnus-sum-thread-tree-root): Ditto.
15341         (gnus-sum-thread-tree-false-root): Ditto.
15342         (gnus-sum-thread-tree-single-indent): Ditto.
15343
15344         * message.el (message-courtesy-message): Ditto.
15345         (message-archive-note): Ditto.
15346         (message-subscribed-address-file): Ditto.
15347         (message-user-fqdn): Ditto.
15348
15349         * spam-report.el (spam-report-gmane-regex): Ditto.
15350
15351         * spam.el (spam-blackhole-good-server-regex): Ditto.
15352
15353 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * mml.el (mml-preview): Widen the message buffer before copying
15356         the contents to the preview buffer; sort headers before previewing.
15357
15358         * message.el (message-hidden-headers): Fix the way to avoid a bug
15359         in the `repeat' widget in Emacs 21.3 or earlier.
15360
15361 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * message.el (message-hidden-headers): Default to "^References:".
15364         Improve customization type.  Suggested by Reiner Steib
15365         <Reiner.Steib@gmx.de>.
15366
15367 2004-11-25  Romain Francoise  <romain@orebokech.com>
15368
15369         * message.el (message-strip-forbidden-properties): Remove check for
15370         obsolete `message-hidden' text property, hidden headers are not
15371         accessible in the buffer anymore.
15372
15373 2004-11-22  Romain Francoise  <romain@orebokech.com>
15374
15375         * message.el (message-header-format-alist): Add `From' in list
15376         so that it can be sorted.
15377         (message-fix-before-sending): Widen and sort headers before
15378         sending.
15379         (message-hide-headers): Use narrowing to hide headers by moving
15380         them to the top of the buffer and narrowing to the region
15381         underneath.
15382
15383 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15384
15385         * message.el (message-strip-forbidden-properties):
15386         Bind buffer-read-only (etc) to nil.
15387
15388 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15391         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15392
15393 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15394
15395         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15396
15397 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15398
15399         * dns.el (query-dns): Use sit-for to time instead of
15400         accept-process-output, since that doesn't seem to work on udp
15401         sockets.
15402
15403 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15406
15407 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15408
15409         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15410         doc string.  Improve doc string.
15411
15412 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * nntp.el (nntp-request-update-info): Return nil if
15415         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15416         may not call gnus-activate-group which uselessly issues the GROUP
15417         commands for all nntp groups and wastes time.  Reported by Romain
15418         Francoise <romain@orebokech.com>.
15419
15420         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15421
15422 2004-11-15  Simon Josefsson  <jas@extundo.com>
15423
15424         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15425         headers separately.
15426         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15427         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15428
15429 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15430
15431         * gnus-start.el (gnus-convert-old-newsrc):
15432         Assign legacy-gnus-agent to 5.10.7.
15433
15434 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15435
15436         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15437         start of the lines.
15438
15439 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15440
15441         * hashcash.el (hashcash-default-payment): Change default to 20.
15442         (hashcash-default-accept-payment): Change default to 20.
15443         (hashcash-process-alist): New variable.
15444         (hashcash-generate-payment-async): Add.
15445         (hashcash-already-paid-p): Add.
15446         (hashcash-insert-payment): Don't generate payments twice.
15447         (hashcash-insert-payment-async): Add.
15448         (hashcash-insert-payment-async-2): Add.
15449         (hashcash-cancel-async): Add.
15450         (hashcash-wait-async): Add.
15451         (hashcash-processes-running-p): Add.
15452         (hashcash-wait-or-cancel): Add.
15453         (mail-add-payment): New optional argument.  Conditionally start
15454         asynchronous calculation.
15455         (mail-add-payment-async): Add.
15456
15457         * message.el (message-send-mail): Wait for asynchronous hashcash
15458         results.  Don't clobber existing X-Hashcash headers.
15459         (message-setup-1): Call mail-add-payment-async when
15460         message-generate-hashcash is non-nil.
15461
15462 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15463
15464         * message.el (message-use-alternative-email-as-from): Examine the
15465         From header as well; use message-make-from in order to include a
15466         user's full name.
15467
15468 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15471         default; improve customization type.
15472         (gnus-emphasis-custom-with-format): New macro.
15473         (gnus-emphasis-custom-value-to-external): New function.
15474         (gnus-emphasis-custom-value-to-internal): New function.
15475
15476 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15477
15478         * dns.el (query-dns): Resolve reverse addresses.
15479
15480 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15481
15482         * gnus-group.el (gnus-group-get-new-news): Use it.
15483
15484         * gnus-start.el (gnus-check-reasonable-setup): New function.
15485
15486 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15489         "Args out of range" error.  Reported by Arnaud Giersch
15490         <arnaud.giersch@free.fr>.
15491
15492 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15493
15494         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15495
15496 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15497
15498         * spam.el (spam group): Add :version.
15499
15500         * pgg-def.el (pgg group): Add :version.
15501
15502 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus-art.el (gnus-article-edit-article): Don't associate the
15505         article buffer with a draft file.  This is a temporary measure
15506         against the 2004-08-22 change to gnus-article-edit-mode.
15507
15508 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15511         (html2text-format-tags): Remove unused variable `attr'.
15512
15513 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15514
15515         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15516
15517         * tls.el (tls-process-connection-type, tls-success)
15518         (tls-certtool-program): Add :version.
15519
15520         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15521         (starttls-extra-arguments, starttls-process-connection-type)
15522         (starttls-connect, starttls-failure, starttls-success): Add :version.
15523
15524         * spam-stat.el (spam-stat): Add :version.
15525
15526         * sieve.el (sieve): Add :version.
15527
15528         * sha1.el (sha1): Add :version.
15529         (sha1-use-external): Remove redundant version.
15530
15531         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15532         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15533         (nnmail-split-fancy-match-partial-words)
15534         (nnmail-split-lowercase-expanded): Add :version.
15535
15536         * nndiary.el (nndiary): Add :version.
15537
15538         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15539
15540         * mml-sec.el (mml-default-sign-method)
15541         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15542         Add :version.
15543
15544         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15545
15546         * mm-url.el (mm-url-use-external, mm-url-program)
15547         (mm-url-arguments): Add :version.
15548
15549         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15550         (mm-attachment-file-modes, mm-decrypt-option)
15551         (mm-w3m-safe-url-regexp): Add :version.
15552
15553         * message.el (message-cite-prefix-regexp)
15554         (message-sendmail-envelope-from, message-minibuffer-local-map)
15555         (message-user-fqdn, message-completion-alist): Add :version.
15556
15557         * gnus-win.el (gnus-configure-windows-hook)
15558         (gnus-use-frames-on-any-display): Add :version.
15559
15560         * gnus-art.el (gnus-article-address-banner-alist)
15561         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15562         (gnus-treat-from-picon, gnus-treat-mail-picon)
15563         (gnus-treat-x-pgp-sig): Add :version.
15564
15565         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15566         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15567         (gnus-summary-article-delete-hook)
15568         (gnus-summary-display-while-building): Add :version.
15569
15570         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15571         (gnus-get-top-new-news-hook): Add :version.
15572
15573         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15574         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15575
15576         * gnus-registry.el (gnus-registry): Add :version.
15577
15578         * gnus-spec.el (gnus-use-correct-string-widths)
15579         (gnus-make-format-preserve-properties): Add :version.
15580
15581         * gnus.el (gnus-group-charter-alist)
15582         (gnus-group-fetch-control-use-browse-url)
15583         (gnus-install-group-spam-parameters): Add :version.
15584
15585         * gnus-diary.el (gnus-diary): Add :version.
15586
15587         * gnus-delay.el (gnus-delay): Add :version.
15588
15589         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15590         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15591         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15592         Add :version.
15593
15594         * gnus-agent.el (gnus-agent-max-fetch-size)
15595         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15596         (gnus-agent-prompt-send-queue): Add :version.
15597
15598         * deuglify.el (gnus-outlook-deuglify): Add :version.
15599
15600         * html2text.el: Beautify code.  Improve doc strings.
15601         Some checkdoc cleanup.
15602         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15603
15604 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15605
15606         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15607
15608 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15609
15610         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15611         when package is loaded.
15612
15613         * spam.el (spam-summary-score-preferred-header): Add global preference
15614         for people who want to override the default SpamAssassin over
15615         Bogofilter preference (when both are set).
15616         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15617         (spam-user-format-function-S):
15618         Check spam-summary-score-preferred-header.
15619         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15620         (spam-user-format-function-S): Format the score correctly.
15621
15622 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15625         signature file.  Suggested by Manoj Srivastava
15626         <srivasta@golden-gryphon.com>.
15627
15628         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15629         iso-2022-jp even in the Japanese language environment.
15630         Suggested by Jason Rumney <jasonr@gnu.org>.
15631
15632 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15635         use the same characters as the dummy marks; make it free from
15636         getting affected by the language environment.
15637         (gnus-summary-read-group-1): Update mark positions only when the
15638         format spec is updated.
15639
15640         * gnus-spec.el (gnus-update-format-specifications): Return a list
15641         of updated types.
15642
15643 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15646         of boundp to check if display-warning is available.
15647
15648 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15649
15650         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15651
15652 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * nnspool.el (nnspool-spool-directory): Use news-path if the
15655         news-directory variable is not bound.
15656
15657         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15658         function instead of display-warning if it is not available.
15659
15660 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15663         v5-10: Use `point-at-bol'.
15664
15665 2004-10-26  Simon Josefsson  <jas@extundo.com>
15666
15667         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15668         <chenggao@gmail.com>.
15669
15670 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15671
15672         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15673         instead.
15674
15675 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15676
15677         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15678         to remove a server from the nnimap-server-buffer-alist.
15679         (nnimap-open-connection, nnimap-close-server): Use it.
15680
15681         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15682
15683 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15686         running the major-mode function.
15687
15688 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15691         dummy marks in the right way.
15692
15693 2004-10-18  David Edmondson  <dme@dme.org>
15694
15695         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15696         excessively.
15697
15698 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15699
15700         * gnus-util.el (gnus-split-references): Accept a nil references
15701         string and go on blissfully.
15702
15703         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15704         cases where the references string is non-nil but has no references.
15705
15706         * encrypt.el: Add autoload tags.
15707
15708         * spam.el (spam-resolve-registrations-routine): Remove article
15709         from unregistration list too.  Reported by David Hanak
15710         <dhanak@isis.vanderbilt.edu>
15711
15712 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15713
15714         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15715         nil.  Change custom type.
15716
15717 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15720
15721         * gnus-sum.el (gnus-summary-move-article): Use it.
15722
15723 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15724
15725         * encrypt.el: Add autoload cookies.
15726
15727         * spam.el (spam-backend-article-list-property)
15728         (spam-backend-get-article-todo-list)
15729         (spam-backend-put-article-todo-list)
15730         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15731         Resolve registrations separately.
15732         (spam-register-routine): Format comments.
15733         (spam-unregister-routine, spam-register-routine): Always call with
15734         specific-articles, no default list.
15735         (spam-summary-prepare-exit): Use the spam-classifications function.
15736
15737         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15738         gnus-encrypt.el.
15739
15740         * encrypt.el: Copied from gnus-encrypt.el.
15741
15742         * gnus-encrypt.el: Commented that it's obsolete.
15743
15744 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15745
15746         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15747         (gnus-score-save): Use it.
15748
15749         * message.el (message-bury): Use `window-dedicated-p'.
15750
15751 2004-10-15  Simon Josefsson  <jas@extundo.com>
15752
15753         * pop3.el (top-level): Don't require nnheader.
15754         (pop3-read-timeout): Add.
15755         (pop3-accept-process-output): Add.
15756         (pop3-read-response, pop3-retr): Use it.
15757
15758 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15759
15760         * spam.el (spam-register-routine): Move comment.
15761         (spam-verify-bogofilter): Use 'unknown for the initial
15762         spam-bogofilter-valid state, not 'never.
15763
15764         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15765         for netrc-machine.
15766
15767         * nnimap.el (nnimap-open-connection):
15768         Use netrc-machine-user-or-password.
15769
15770 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15771
15772         * gnus-registry.el (gnus-registry-unload-hook):
15773         Set as a variable with add-hook.
15774
15775         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15776         of news-path.
15777
15778         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15779
15780         * spam.el: Delete duplicate `provide'.
15781         (spam-unload-hook): Set as a variable with add-hook.
15782
15783 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15786         in the doc string.
15787
15788         * message.el (message-ignored-news-headers)
15789         (message-ignored-supersedes-headers)
15790         (message-ignored-resent-headers)
15791         (message-forward-ignored-headers): Improve custom type.
15792
15793 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * message.el (message-tokenize-header): Fix 2004-09-06 change
15796         which used point-min in the wrong place.
15797
15798 2004-10-12  Simon Josefsson  <jas@extundo.com>
15799
15800         * tls.el (tls-certtool-program): New variable.
15801         (tls-certificate-information): New function, based on
15802         ssl-certificate-information.
15803
15804 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * compface.el: Move the version of ELisp-based uncompface program
15807         to the contrib directory because of the copyright problem.
15808
15809 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15810
15811         * message.el (message-kill-buffer): Raise the current frame.
15812
15813 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15816
15817         * gnus.el (message-y-or-n-p): Autoload.
15818
15819         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15820         (pop3-password-required, pop3-authentication-scheme)
15821         (pop3-leave-mail-on-server): Make customizable.
15822         (pop3): New custom group.
15823         (pop3-retr): Remove `sleep-for' statements.
15824         Suggested by Dave Love <fx@gnu.org>.
15825
15826         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15827         Windows/DOS.
15828
15829         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15830         (imap-parse-body): Fix incorrect use of `assert'.
15831         Suggested by Dave Love <fx@gnu.org>.
15832
15833         * mml.el (mml-minibuffer-read-disposition): Require match.
15834         Suggested by Dave Love <fx@gnu.org>.
15835
15836 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15839         doc string.
15840
15841 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15844
15845 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15846
15847         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15848         instead of calling `mm-insert-inline', to decode text/* parts
15849         before displaying them.
15850
15851 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * mm-uu.el (mm-uu-text-plain-type): New variable.
15854         (mm-uu-pgp-signed-extract-1): Use it.
15855         (mm-uu-pgp-encrypted-extract-1): Use it.
15856         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15857         bind mm-uu-text-plain-type with that value.
15858         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15859         mm-uu-dissect.
15860
15861 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-group.el (gnus-update-group-mark-positions):
15864         * gnus-sum.el (gnus-update-summary-mark-positions):
15865         * message.el (message-check-news-body-syntax):
15866         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15867         of string-as-multibyte.
15868
15869 2004-10-05  Juri Linkov  <juri@jurta.org>
15870
15871         * gnus-group.el (gnus-update-group-mark-positions):
15872         * gnus-sum.el (gnus-update-summary-mark-positions):
15873         * message.el (message-check-news-body-syntax):
15874         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15875         8-bit unibyte values to a multibyte string for search functions.
15876
15877 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15880         (mm-uu-dissect-text-parts): New function.
15881
15882         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15883         dissect text parts.
15884
15885         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15886         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15887
15888         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15889
15890         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15891         Use gnus-current-topics instead of gnus-current-topic.
15892
15893 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15894
15895         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15896
15897 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15898
15899         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15900         where approriate.
15901
15902         * nnml.el (nnml-generate-active-info): do.
15903
15904         * nndiary.el (nndiary-generate-active-info): do.
15905
15906         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15907         (gnus-topic-move): do.
15908
15909         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15910         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15911
15912         * gnus-srvr.el (gnus-server-prepare)
15913         (gnus-server-open-all-servers): do.
15914
15915         * gnus-msg.el (gnus-summary-cancel-article)
15916         (gnus-summary-resend-message)
15917         (gnus-summary-mail-crosspost-complaint): do.
15918
15919         * gnus-move.el (gnus-change-server): do.
15920
15921         * gnus-group.el (gnus-group-unmark-all-groups)
15922         (gnus-group-set-current-level): do.
15923
15924 2004-10-04  Simon Josefsson  <jas@extundo.com>
15925
15926         * message.el (message-generate-hashcash): Doc fix.
15927
15928 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15929
15930         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15931         avoid infinite recursion via gnus-get-function.
15932
15933 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15934
15935         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15936
15937         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15938
15939         * nnmail.el (nnmail-split-history): do.
15940
15941         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15942         (nnml-request-delete-group): do.
15943
15944         * nnslashdot.el (nnslashdot-read-groups): do.
15945
15946         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15947         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15948
15949         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15950         (nnspool-sift-nov-with-sed): Use last.
15951         (nnspool-retrieve-headers-with-nov): Use mapc.
15952         (nnspool-request-newgroups): Use dolist.
15953         (nnspool-request-group): Use last.
15954
15955         * nntp.el (nntp-read-server-type): Use dolist.
15956
15957         * nnvirtual.el (nnvirtual-create-mapping)
15958         (nnvirtual-update-read-and-marked): Use dolist.
15959         (nnvirtual-convert-headers): Simplify.
15960
15961 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15962
15963         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15964         Add support for sync'ing tick marks.
15965
15966 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15969         there's no visible header.
15970
15971 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15972
15973         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15974         When necessary, pass full group name to gnus-request-set-marks.
15975
15976 2004-10-01  Simon Josefsson  <jas@extundo.com>
15977
15978         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15979         acroread.
15980
15981 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15982
15983         * spam-report.el (spam-report-gmane): Fix interactive.
15984
15985         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15986
15987         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15988         when writing file.
15989         (gnus-agent-synchronize-flags): Don't default to being
15990         interactive.
15991
15992 2004-09-30  Simon Josefsson  <jas@extundo.com>
15993
15994         * message.el (message-generate-hashcash): Add.
15995         (message-send-mail): Use it, call mail-add-payment.
15996
15997 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15998
15999         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16000
16001 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16002
16003         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16004         gnus-requst-update-info with explicit code to sync the in-memory
16005         info read flags with the marks being sync'd to the backend.
16006
16007         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16008
16009 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16010
16011         * spam.el (spam-verify-bogofilter): Add new function.
16012         (spam-check-bogofilter)
16013         (spam-bogofilter-register-with-bogofilter): Use it.
16014         (spam-verify-bogofilter): Add small fixes.
16015
16016 2004-09-28  Simon Josefsson  <jas@extundo.com>
16017
16018         * hashcash.el (hashcash-generate-payment): Revert.
16019
16020 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16021
16022         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16023         Use gnus-extract-references instead of gnus-split-references.
16024
16025         * gnus-util.el (gnus-extract-references): Add new function, analogous
16026         to gnus-split-references but extracts only the message-ID without
16027         anything extra.
16028
16029         * hashcash.el (hashcash-generate-payment)
16030         (hashcash-check-payment): Do the right thing if hashcash-path is
16031         nil (because the hashcash program could not be found).
16032
16033         * spam.el (spam-use-hashcash): Remove comment.
16034
16035 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16036
16037         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16038         (gnus-cache-enter-article, gnus-cache-remove-article)
16039         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16040
16041         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16042
16043         * gnus-art.el (article-hide-boring-headers)
16044         (article-translate-strings, article-display-face)
16045         (gnus-article-mime-match-handle-first)
16046         (gnus-article-highlight-headers)
16047         (gnus-article-add-buttons-to-head): do.
16048
16049 2004-09-27  Simon Josefsson  <jas@extundo.com>
16050
16051         * hashcash.el: New version, from
16052         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16053         ../contrib/.
16054
16055 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16058
16059 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16060
16061         * gnus-dup.el (gnus-dup-open): Use mapc.
16062         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16063
16064         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16065         Reported by Stefan Wiens <s.wi@gmx.net>.
16066
16067         * gnus.el (gnus-shutdown): Use dolist.
16068
16069         * gnus-undo.el (gnus-undo): Use mapc.
16070
16071         * nnrss.el (nnrss-generate-active): do.
16072
16073         * message.el (message-cite-original-without-signature)
16074         (message-cite-original): Use mapc.
16075         (message-do-actions, message-make-forward-subject): Use dolist.
16076
16077 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16078
16079         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16080         deletion to remove entire duplicate line.  Fixes merged article
16081         number bug.
16082
16083 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16084
16085         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16086         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16087         first ask if you want to open a server and then, even when you
16088         responded with no, asking if you want to synchronize the server's
16089         flags.
16090         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16091         multi-line expressions.
16092         (gnus-agent-synchronize-group-flags): New internal function.
16093         Updates marks in memory (in the info structure) AND in the
16094         backend.
16095
16096         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16097
16098         * nnagent.el (nnagent-request-set-mark):
16099         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16100         method, to ensure that synchronization updates marks in the
16101         backend and in the info (in memory) structure.
16102
16103 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16106         convention fully; don't miss the root article of a thread; make
16107         the X-Draft-From header with correct article numbers.
16108
16109 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16110
16111         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16112         unless plugged.  Disable the agent so that an open failure causes
16113         an error.
16114
16115         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16116         Revert 2004-09-21 change.  The backend must be opened while
16117         synchronizing flags even when the backend stores the flags
16118         locally.
16119
16120 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16121
16122         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16123         in `header' match.  Reported by Svend Tollak Munkejord.
16124
16125         * message.el (message-cite-original): Fix use of
16126         `message-cite-articles-with-x-no-archive'.
16127
16128 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16131         (gnus-window-to-buffer): Ditto.
16132
16133         * mml.el (mml-preview-buffer): New variable.
16134         (mml-preview): Manage window layout with gnus-buffer-configuration.
16135
16136         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16137         X-Draft-From header even if those articles aren't quoted.
16138
16139 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16140
16141         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16142         (gnus-request-set-mark, gnus-request-update-mark): Use new
16143         g-s-t-u-l-m to decide to use backend even when unplugged.
16144
16145 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16148         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16149
16150 2004-09-20  Simon Josefsson  <jas@extundo.com>
16151
16152         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16153         "utf-16-le".
16154
16155 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16156
16157         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16158
16159 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16160
16161         * uudecode.el (uudecode-use-external): Add :version.
16162
16163         * smime.el (smime-CA-file, smime-encrypt-cipher)
16164         (smime-dns-server): Add :version.
16165
16166         * smiley.el (gnus-smiley-file-types): Add :version.
16167
16168         * sha1.el (sha1-use-external): Add :version.
16169
16170         * pgg-def.el (pgg-query-keyserver): Add :version.
16171
16172         * nnmail.el (nnmail-fancy-expiry-targets)
16173         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16174         Add :version.
16175
16176         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16177         (nnimap-retrieve-groups-asynchronous): Add :version.
16178         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16179
16180         * mml.el (mml-content-disposition-parameters)
16181         (mml-insert-mime-headers-always): Add :version.
16182
16183         * mm-util.el (mm-coding-system-priorities): Add :version.
16184
16185         * mm-decode.el (mm-inline-text-html-with-images)
16186         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16187         (mm-verify-option): Add :version.
16188         (mm-text-html-renderer): Change :version.
16189
16190         * message.el (message-fcc-externalize-attachments)
16191         (message-required-headers, message-draft-headers)
16192         (message-subject-trailing-was-query)
16193         (message-subject-trailing-was-ask-regexp)
16194         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16195         (message-mark-insert-end, message-archive-header)
16196         (message-archive-note, message-cross-post-default)
16197         (message-cross-post-note, message-followup-to-note)
16198         (message-cross-post-note-function, message-use-mail-followup-to)
16199         (message-subscribed-address-functions)
16200         (message-subscribed-address-file, message-subscribed-addresses)
16201         (message-subscribed-regexps, message-allow-no-recipients)
16202         (message-yank-cited-prefix, message-signature-insert-empty-line)
16203         (message-hidden-headers, message-hierarchical-addresses)
16204         (message-mail-user-agent, message-use-idna)
16205         (message-valid-fqdn-regexp)
16206         (message-strip-special-text-properties, message-header-synonyms)
16207         (message-beginning-of-line, message-tab-body-function): Add :version.
16208         (message-insert-canlock, message-wide-reply-confirm-recipients):
16209         Change :version.
16210
16211         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16212         and :version.
16213         (mail-source-delete-old-incoming-confirm)
16214         (mail-source-movemail-program): Add :version.
16215
16216         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16217         (gnus-agent-cache, gnus-agent): Change :version.
16218
16219         * gnus-util.el (gnus-use-byte-compile): Change :version.
16220
16221         * gnus-sum.el (gnus-summary-make-false-root-always)
16222         (gnus-summary-default-high-score)
16223         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16224         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16225         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16226         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16227         (gnus-sum-thread-tree-single-indent)
16228         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16229         (gnus-sum-thread-tree-leaf-with-other)
16230         (gnus-sum-thread-tree-single-leaf): Add :version.
16231         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16232         (gnus-article-loose-mime): Change :version.
16233
16234         * gnus-start.el (gnus-backup-startup-file)
16235         (gnus-save-startup-file-via-temp-buffer): Add :version.
16236
16237         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16238         (gnus-server-offline-face): Add :version.
16239
16240         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16241
16242         * gnus-msg.el (gnus-gcc-externalize-attachments)
16243         (gnus-debug-files, gnus-debug-exclude-variables)
16244         (gnus-discouraged-post-methods): Change :version.
16245         (gnus-confirm-mail-reply-to-news)
16246         (gnus-confirm-treat-mail-like-news): Add :version.
16247
16248         * gnus-int.el (gnus-server-unopen-status): Add :version.
16249
16250         * gnus-group.el (gnus-group-jump-to-group-prompt)
16251         (gnus-large-ephemeral-newsgroup)
16252         (gnus-fetch-old-ephemeral-headers): Add :version.
16253
16254         * gnus-fun.el (gnus-x-face-directory)
16255         (gnus-convert-pbm-to-x-face-command)
16256         (gnus-convert-image-to-x-face-command)
16257         (gnus-convert-image-to-face-command): Add :version.
16258
16259         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16260
16261         * gnus-cite.el (gnus-cite-blank-line-after-header)
16262         (gnus-article-boring-faces): Add :version.
16263
16264         * gnus-art.el (gnus-buttonized-mime-types)
16265         (gnus-inhibit-mime-unbuttonizing)
16266         (gnus-treat-display-face)
16267         (gnus-treat-body-boundary): Change :version.
16268         (gnus-body-boundary-delimiter, gnus-picon-databases)
16269         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16270         (gnus-treat-date-english, gnus-treat-fold-headers)
16271         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16272         (gnus-treat-mail-picon, gnus-treat-wash-html)
16273         (gnus-article-encrypt-protocol)
16274         (gnus-use-idna, gnus-article-over-scroll)
16275         (gnus-mime-display-multipart-alternative-as-mixed)
16276         (gnus-mime-display-multipart-related-as-mixed)
16277         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16278         (gnus-ctan-url, gnus-button-ctan-handler)
16279         (gnus-button-handle-ctan-bogus-regexp)
16280         (gnus-button-ctan-directory-regexp)
16281         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16282         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16283         (gnus-button-man-level, gnus-button-emacs-level)
16284         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16285
16286         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16287         (gnus-agent-go-online): Change :version.
16288         (gnus-agent-expire-unagentized-dirs)
16289         (gnus-agent-auto-agentize-methods): Add :version.
16290
16291         * flow-fill.el (fill-flowed-display-column)
16292         (fill-flowed-encode-column): Add :version.
16293
16294         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16295         (gnus-outlook-deuglify-unwrap-max)
16296         (gnus-outlook-deuglify-cite-marks)
16297         (gnus-outlook-deuglify-unwrap-stop-chars)
16298         (gnus-outlook-deuglify-no-wrap-chars)
16299         (gnus-outlook-deuglify-attrib-cut-regexp)
16300         (gnus-outlook-deuglify-attrib-verb-regexp)
16301         (gnus-outlook-deuglify-attrib-end-regexp)
16302         (gnus-outlook-display-hook): Add :version.
16303
16304         * binhex.el (binhex-use-external): Add :version.
16305
16306 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16307
16308         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16309         and `invisible'.
16310
16311 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16312
16313         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16314         in gnus-registry-trim.
16315
16316 2004-09-13  Simon Josefsson  <jas@extundo.com>
16317
16318         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16319
16320         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16321
16322         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16323         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16324         <yamaoka@jpl.org>.
16325         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16326         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16327         <yamaoka@jpl.org>.
16328
16329         * sieve.el (sieve-manage-mode): Ditto.
16330
16331 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16332
16333         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16334
16335 2004-09-11  Simon Josefsson  <jas@extundo.com>
16336
16337         * dns-mode.el: Add.
16338
16339         * mm-view.el (mm-display-dns-inline): Add.
16340
16341         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16342         (mm-automatic-display): Ditto.
16343
16344         * mailcap.el (mailcap-mime-data): Add text/dns.
16345         (mailcap-mime-extensions): Map .soa to text/dns.
16346
16347 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16348
16349         * gnus-art.el (article-decode-mime-words, article-babel)
16350         (gnus-article-highlight-signature, gnus-article-add-buttons)
16351         (gnus-signature-toggle): Remove unnecessary bindings of
16352         `inhibit-read-only' inherited from v5.10 merge.
16353
16354 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * nntp.el (nntp): New customization group.
16357         (nntp-authinfo-file): Add customization group.
16358
16359         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16360
16361         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16362
16363         * gnus.el (to-address, to-list, subscribed)
16364         (large-newsgroup-initial): Ditto.
16365
16366         * flow-fill.el (fill-flowed-display-column)
16367         (fill-flowed-encode-column): Ditto.
16368
16369 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16370
16371         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16372         Use point-min rather than 1.
16373         (message-send-mail): Use buffer-size rather than point-max.
16374
16375         * gnus-sum.el (gnus-summary-search-article-forward):
16376         Signal a specific `search-failed' rather than a generic `error'.
16377
16378         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16379         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16380         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16381
16382 2004-09-10  Simon Josefsson  <jas@extundo.com>
16383
16384         * nndb.el (require): Remove tcp and duplicate cl.
16385
16386 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-agent.el (directory-files-and-attributes): Move forward.
16389
16390 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16391
16392         * gnus-agent.el (directory-files-and-attributes):
16393         Optionally defined to support XEmacs.
16394
16395 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16396
16397         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16398         to avoid run-time CL dependencies.
16399         (gnus-agent-unfetch-articles): New function.
16400         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16401         article numbers even when local .overview file is missing.
16402         (gnus-agent-read-article-number): New function.  Only accepts
16403         27-bit article numbers.
16404         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16405         Use gnus-agent-read-article-number.
16406         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16407         from backend while recognizing that article numbers in .overview
16408         must be valid.
16409         (gnus-agent-update-files-total-fetched-for):
16410         Use directory-files-and-attributes to improve performance.
16411         * gnus-int.el (gnus-request-move-article):
16412         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16413         improve performance.
16414
16415         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16416         some users confused by references to .newsrc when they only have a
16417         .newsrc.eld file.
16418         (gnus-convert-mark-converter-prompt)
16419         (gnus-convert-converter-needs-prompt): Fix use of property list.
16420         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16421         New function.  Used internally to only display 'gnus converting
16422         files' message when actually necessary.
16423
16424         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16425         methods now autoloaded.
16426
16427 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16430         identifiers.
16431
16432 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16433
16434         * gnus-picon.el: Fix indentation and closing parenthesis.
16435
16436 2004-09-01  Simon Josefsson  <jas@extundo.com>
16437
16438         * message.el (message-canlock-generate): Require sha1, not
16439         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16440         to require within a function.  Sadly, if sha1.el isn't loaded, the
16441         let binding in m-c-g will hide the defcustom definition, which is
16442         bad.)
16443
16444         * canlock.el: Require sha1, not sha1-el.
16445
16446         * message.el: Don't autoload sha1 (there is a autoload cookie in
16447         sha1.el).
16448
16449         * sha1-el.el: Rename to sha1.el.
16450
16451 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16452
16453         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16454
16455 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16456
16457         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16458
16459 2004-08-30  Kim F. Storm  <storm@cua.dk>
16460
16461         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16462
16463         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16464         Add :group 'nnimap.
16465
16466 2004-08-30  Andreas Schwab  <schwab@suse.de>
16467
16468         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16469         ?* and ?\;.
16470
16471         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16472         and ?\' to symbol instead of whitespace.
16473
16474 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16477
16478         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16479         instead of re-search-forward.
16480
16481         * gnus-uu.el (gnus-uu-save-article): Ditto.
16482         (gnus-uu-post-encode-uuencode): Ditto.
16483
16484         * html2text.el (html2text-clean-list-items): Ditto.
16485         (html2text-clean-dtdd): Ditto.
16486         (html2text-format-tags): Ditto.
16487
16488         * message.el (message-send-mail-with-sendmail): Fix regexp.
16489         (message-fill-field-general): Use search-forward instead of
16490         re-search-forward.
16491         (unbold-region): Ditto.
16492
16493         * nnrss.el (nnrss-request-article): Ditto.
16494
16495         * nnslashdot.el (nnslashdot-request-article): Ditto.
16496
16497         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16498
16499         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16500         "Unrecognized menu descriptor" error in XEmacs.
16501
16502 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16503
16504         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16505         parent article of a sparse article in the thread hashtb.
16506
16507 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16508
16509         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16510         (nnmail-expand-newtext): Lowercase expanded entries if
16511         nnmail-split-lowercase-expanded is non-nil.
16512
16513 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16516
16517         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16518         of gnus-tmp-news-method into string under XEmacs.  It will be
16519         passed to gnus-correct-length which takes only a string argument.
16520
16521 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-util.el (gnus-bind-print-variables): New macro.
16524         (gnus-prin1): Use it.
16525         (gnus-prin1-to-string): Use it.
16526         (gnus-pp): New function.
16527         (gnus-pp-to-string): New function.
16528
16529         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16530         Replace pp-to-string with gnus-pp-to-string.
16531         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16532         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16533         * gnus-msg.el (gnus-debug): Ditto.
16534         * gnus-score.el (gnus-score-save): Ditto.
16535         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16536         gnus-pp-to-string.
16537         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16538         with gnus-pp.
16539         * score-mode.el (gnus-score-pretty-print): Ditto.
16540         * webmail.el (webmail-debug): Ditto.
16541
16542 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-art.el (article-display-face, article-display-x-face):
16545         Use buffer-read-only.
16546
16547 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-art.el (article-hide-list-identifiers):
16550         Bind inhibit-read-only as t.
16551
16552 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16555
16556 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16557
16558         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16559         (gnus-narrow-to-page): Don't assume point-min == 1.
16560         (gnus-article-edit-mode): Derive from message-mode.
16561
16562         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16563         point-min == 1.
16564
16565         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16566         Disable incorrect use of `assert'.
16567
16568         * message.el (message-mode): Set comment-start-skip.
16569
16570
16571 2004-08-22  Sam Steingold  <sds@gnu.org>
16572
16573         * pop3.el (pop3-leave-mail-on-server): New user variable.
16574         (pop3-movemail): Delete mail only when it is nil.
16575
16576 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16577
16578         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16579
16580         * mml.el (mml-preview): Use `pop-to-buffer'.
16581
16582         * message.el (message-goto-mail-followup-to): Insert after "To".
16583         (message-carefully-insert-headers): Add comment.
16584
16585         * gnus.el: Remove unused variable `gnus-article-check-size'.
16586
16587         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16588
16589         * gnus-art.el (gnus-button-alist):
16590         Improve `gnus-button-handle-library' entry.
16591
16592 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16593
16594         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16595         Use downcase, since XEmacs capitalizes error messages differently.
16596
16597 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16598
16599         * nntp.el: Add (require 'gnus) due to reference to
16600         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16601
16602 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16603
16604         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16605         Bind `mm-fill-flowed'.
16606
16607         * mm-decode.el (mm-dissect-singlepart): Check it.
16608
16609 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16610
16611         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16612         'imap' for netrc parsing.
16613
16614 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * mailcap.el (mailcap-mime-data): Mark as risky.
16617
16618 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16621         may be included in the encoded word.
16622         (rfc2047-encode): Don't append a space if the encoded word
16623         includes close parenthesis.
16624
16625 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16628         of text within parentheses.
16629
16630 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16631
16632         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16633         (gnus-encrypt-write-file-contents): Make the password key the file
16634         name PLUS the cipher, not just the cipher.  Also remove failed
16635         passwords from the cache.
16636
16637 2004-08-06  Simon Josefsson  <jas@extundo.com>
16638
16639         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16640         Doc fix.
16641
16642 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16645         LWSP.
16646
16647 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16648
16649         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16650         Try to append in-reply-to: data to the references: header.
16651
16652         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16653         (netrc-parse): Use gnus-encrypt.el functions.
16654
16655         * gnus-encrypt.el: Add new file for encryption support; currently
16656         does only a few GPG ciphers and an internal XOR cipher.
16657
16658         * password.el: Add comments on using password-read-and-add.
16659         (password-read-and-add): Add function to read and add the
16660         password to the cache at once.
16661
16662 2004-07-28  Simon Josefsson  <jas@extundo.com>
16663
16664         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16665         parameter (but don't use it, for now).
16666
16667         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16668         instead of hard coding to nil.
16669
16670 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16673         as mm-inline-image-xemacs does.
16674
16675 2004-07-26  Simon Josefsson  <jas@extundo.com>
16676
16677         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16678         Revert part of 2004-07-17 change below.
16679
16680 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16683         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16684
16685 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16686
16687         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16688         quotes that actually start with ">" at the beginning of the
16689         lines.
16690
16691 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * rfc2047.el (rfc2047-encode-region): Fix last change.
16694         (rfc2047-encode-parameter): Remove useless concat.
16695
16696 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16699         encode special characters; fix some kind of misconfigured headers;
16700         signal a real error if debug-on-quit or debug-on-error is non-nil.
16701         (rfc2047-encode-max-chars): New variable.
16702         (rfc2047-encode-1): Use it.
16703         (rfc2047-encode-parameter): New function.
16704
16705         * mml.el (mml-insert-parameter): Remove an excessive space.
16706
16707 2004-07-17  Simon Josefsson  <jas@extundo.com>
16708
16709         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16710         Kai Grossjohann <kai@emptydomain.de>.
16711         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16712         (gnus-group-make-menu-bar): Ditto.
16713
16714         * gnus-util.el (gnus-group-server): Add.
16715
16716 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16717
16718         * message.el (message-clone-locals): Clone sendmail and smtp
16719         variables.
16720
16721 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * rfc2047.el (rfc2047-encode-region): Fix last change.
16724
16725 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16728         characters as non-special.
16729
16730 2004-07-09  Simon Josefsson  <jas@extundo.com>
16731
16732         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16733         Users will lose all flag changes made while unplugged with
16734         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16735         good default.  See numerous reports on ding mailing list.
16736
16737 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16740         add generate-head-function and generate-article-function to the
16741         rfc822-forward entry.
16742         (nndoc-rfc822-forward-generate-article): New function.
16743         (nndoc-rfc822-forward-generate-head): New function.
16744
16745         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16746
16747 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16748
16749         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16750         respect display group parameter and gnus-summary-expunge-below.
16751         (gnus-articles-to-read): Remove unused reference to display group
16752         parameter.
16753
16754 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16755
16756         * nnheader.el (nnheader-uniquify-message-id): New experimental
16757         variable.
16758         (nnheader-nov-read-message-id): Use it.
16759
16760         * spam-report.el (spam-report-gmane): Add interactive.
16761
16762 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * mm-encode.el (mm-content-transfer-encoding-defaults):
16765         Use qp-or-base64 for the application/* types.
16766
16767 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16768
16769         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16770
16771 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16772
16773         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16774         trim value.
16775
16776 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16777
16778         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16779         New macro and function.
16780         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16781
16782 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16785         after-load-alist.
16786
16787 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16788
16789         * gnus-group.el (gnus-group-get-new-news-this-group):
16790         Don't update info that isn't there.
16791
16792 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16793
16794         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16795         entry.
16796
16797 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * mm-view.el (mm-inline-render-with-function): Use multibyte
16800         buffer; decode html source by charset.
16801
16802         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16803
16804         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16805         Mule-UCS is loaded under XEmacs.
16806         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16807
16808 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16809
16810         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16811
16812 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * mm-util.el (mm-coding-system-p): Return a coding-system.
16815         (mm-mime-mule-charset-alist): Use shift_jis instead of
16816         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16817         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16818         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16819         instead of japanese-shift-jis and iso-latin-1 respectively in
16820         order to share the default value with both Emacs and XEmacs-mule.
16821         (mm-mule-charset-to-mime-charset):
16822         Make mm-coding-system-priorities effective.
16823         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16824         while predicating of candidates upon the priorities.
16825
16826 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16827
16828         * gnus-sum.el (gnus-summary-make-menu-bar):
16829         Add gnus-uu-invert-processable.
16830
16831         * gnus.el: Autoload gnus-uu-invert-processable.
16832
16833 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * mm-util.el (mm-with-multibyte-buffer): New macro.
16836
16837         * rfc2047.el (rfc2047-encode-string): Use it.
16838         (rfc2047-encode-region): Move point to the end of the region after
16839         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16840
16841 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16844         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16845
16846 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16849         (gnus-cite-parse): Ignore quoted envelope From_.
16850         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16851
16852 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16853
16854         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16855         invalid addresses.
16856
16857 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16858
16859         * spam.el: Change section markers, revise TODO list.
16860         (spam-backends): Make new master list of all installed backends.
16861         (spam-summary-exit-behavior): Add new variable to determine how
16862         messages moves are done at summary exit.
16863         (spam-move-spam-nonspam-groups-only)
16864         (spam-process-ham-in-nonham-groups)
16865         (spam-process-ham-in-spam-groups): Remove variables, the
16866         spam-summary-exit-behavior variable should be used to manage this
16867         behavior.
16868         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16869         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16870         and spam-old-spam-articles.
16871         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16872         Add empty variables, placeholders for the backends they represent.
16873         (spam-set-difference): Move, unchanged.
16874         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16875         unless the user has a processor variable.
16876         (spam-classifications, spam-classification-valid-p)
16877         (spam-backend-properties, spam-backend-property-valid-p)
16878         (spam-backend-function-type-valid-p)
16879         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16880         (spam-report-articles-gmane, spam-report-articles-resend):
16881         Remove functions, they are not needed.
16882         (spam-install-backend-super, spam-backend-list)
16883         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16884         (spam-backend-function, spam-backend-ham-registration-function)
16885         (spam-backend-spam-registration-function)
16886         (spam-backend-ham-unregistration-function)
16887         (spam-backend-spam-unregistration-function)
16888         (spam-backend-statistical-p, spam-backend-mover-p)
16889         (spam-install-backend-alias, spam-install-checkonly-backend)
16890         (spam-install-mover-backend, spam-install-nocheck-backend)
16891         (spam-install-backend, spam-install-statistical-backend)
16892         (spam-install-statistical-checkonly-backend): Add backend installation
16893         support.
16894         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16895         (spam-group-processor-p): Use the new backend code and respect the
16896         summary exit behavior.
16897         (spam-mark-spam-as-expired-and-move-routine): Remove.
16898         (spam-summary-prepare): Change to use the new spam-old-articles
16899         variable.
16900         (spam-copy-or-move-routine, spam-copy-spam-routine)
16901         (spam-move-spam-routine, spam-copy-ham-routine)
16902         (spam-move-ham-routine): Add code to copy/move ham or spam.
16903         (spam-fetch-field-fast): Improve doc and code, plus allow the
16904         'number request.
16905         (spam-list-of-checks, spam-list-of-statistical-checks):
16906         Remove variables.
16907         (spam-split, spam-find-spam): Use the new backend code.
16908         (spam-registration-functions): Remove variable.
16909         (spam-unregister-routine): Add convenience wrapper.
16910         (spam-log-undo-registration, spam-register-routine)
16911         (spam-log-processing-to-registry)
16912         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16913         where possible.
16914         (spam-check-gmane-xref, spam-check-regex-headers)
16915         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16916         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16917         (spam-check-bogofilter-headers, spam-check-spamoracle)
16918         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16919         (spam-check-crm114-headers): Use the spam-split-group that
16920         spam-split prepares, no need to determine it every time.
16921
16922         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16923         to the nnheader-parse-naked-head call.
16924
16925         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16926
16927         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16928         the nnheader-nov-read-message-id call.
16929
16930 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16933         gnus-activate-group twice.  Suggested by Markus Peter
16934         <warp@spin.de>.
16935
16936 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * gnus-art.el (gnus-article-time-format): Exchange the order of
16939         day and month in the default value; fix customization type.
16940         (article-date-ut): Use add-text-properties.
16941         (article-make-date-line): Use message-make-date instead of
16942         current-time-string.
16943
16944         * message.el (message-fetch-field): Don't use set-text-properties.
16945         (message-make-date): Simplify.
16946
16947         * messagexmas.el (message-xmas-make-date): New function.
16948         (message-xmas-redefine): Defalias message-make-date to it.
16949
16950 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16953         (rfc2047-encode-region): Treat text within parentheses as special;
16954         show the original text when error has occurred.
16955
16956         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16957         already-computed method to gnus-activate-group.
16958
16959         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16960         same select-methods identical Lisp objects.
16961
16962         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16963         object when modifying the info.
16964
16965 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16968         gnus-opened-servers since it has never been opened with the new
16969         configuration yet.
16970
16971 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16974         arg to nnheader-generate-fake-message-id.
16975
16976 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16977
16978         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16979         number and build a fake message ID localized to a group and
16980         article number (so it's repeatable from that point on).
16981         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16982         ID format.
16983
16984         * gnus-sum.el (gnus-get-newsgroup-headers):
16985         Call nnheader-generate-fake-message-id with the article number.
16986
16987 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16988
16989         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16990         end-of-buffer.
16991
16992 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16993
16994         * message.el (message-ignored-supersedes-headers): Add Approved.
16995
16996 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16999         goto-char.
17000         (rfc2047-encode): Fold the line before encoding.
17001
17002 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17003
17004         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17005         folding -- not all headers can be folded, and this should be done
17006         by the message composition mode.  Probably.  I think.
17007
17008 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17011         fast.
17012
17013         * gnus-ems.el (gnus-remove-image): Don't use
17014         message-text-with-property; remove only the image found first.
17015
17016         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17017         found first.
17018
17019 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17020
17021         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17022
17023 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * message.el (message-text-with-property): Make it fast and accept
17026         optional arguments.
17027         (message-strip-forbidden-properties): Use it.
17028         (message-fix-before-sending): Follow the m-t-w-p change.
17029
17030         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17031
17032 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * gnus-art.el (article-hide-headers): Don't change the buffer
17035         mistakenly when performing mml-preview even if
17036         gnus-single-article-buffer is nil.
17037
17038 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17039
17040         * message.el (message-expand-name-databases): New user option.
17041         (message-expand-name): Use it.
17042
17043 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17044
17045         * spam.el (spam-report-articles-resend)
17046         (spam-report-resend-register-routine): Allow ham reporting.
17047         (spam-report-resend-register-ham-routine): Add wrapper.
17048         (spam-registration-functions): Add ham resending functions.
17049         (spam-list-of-processors): Add ham resend processor.
17050
17051         * gnus.el (ham-resend-to): Add new group parameter.
17052         (spam-process): Add ham resend option.
17053
17054         * spam-report.el (spam-report-resend): Allow reporting ham.
17055         (spam-report-resend-ham): Add wrapper.
17056
17057 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17058
17059         * message.el (message-cite-articles-with-x-no-archive):
17060         New variable.
17061         (message-cite-original): Use it.
17062
17063 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17064
17065         * message.el (message-cite-original): Respect X-No-Archive.
17066
17067 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * gnus-art.el (article-hide-headers): Refer to the values for
17070         gnus-ignored-headers and gnus-visible-headers in the summary
17071         buffer since a user may have set them as group parameters.
17072
17073 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17074
17075         * assistant.el (assistant-node-name): Add convenience function.
17076         (assistant-render-text, assistant-render-node): Add error handling,
17077         plus handle multiple next nodes.
17078         (assistant-find-next-node): Comment out for now.
17079         (assistant-find-next-nodes): Add function, returns list of next
17080         nodes.
17081
17082 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * mail-source.el (mail-source-directory): Fix doc-string.
17085
17086 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17087
17088         * assistant.el (assistant-render-text, assistant-eval): Add :set
17089         widget type, which is different because it takes and returns a
17090         list.  Much hilarity ensues.
17091
17092 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17095
17096         * gnus-group.el (gnus-group-get-new-news-this-group):
17097         Add doc-string.
17098
17099         * gnus-start.el (gnus-activate-group): Add doc-string.
17100
17101 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17104
17105 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17106
17107         * assistant.el (assistant-render-text): Try to add a :set
17108         widget, more to come.
17109
17110         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17111         strings.
17112         (spam-report-articles-resend)
17113         (spam-register-routine): Do registration iff any articles warrant
17114         it.
17115         (spam-summary-prepare-exit): Change log message for nil group
17116         destinations.
17117
17118 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17119
17120         * spam.el (spam-report-resend-register-routine):
17121         Allow spam-report-resend-to to be a group parameter or a global value.
17122
17123 2004-05-26  Simon Josefsson  <jas@extundo.com>
17124
17125         * starttls.el: Merge with my GNUTLS based starttls.el.
17126         (starttls-gnutls-program, starttls-use-gnutls)
17127         (starttls-extra-arguments, starttls-process-connection-type)
17128         (starttls-connect, starttls-failure, starttls-success):
17129         New variables.
17130         (starttls-program, starttls-extra-args): Doc fix.
17131         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17132         New functions.
17133         (starttls-negotiate, starttls-open-stream):
17134         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17135         function if it is set.
17136
17137 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17140         structured fields.
17141
17142 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17145
17146 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17147
17148         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17149         Add variable.
17150         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17151         assigning the spam-mark to new messages.
17152
17153 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17154
17155         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17156
17157 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17160
17161         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17162         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17163         default.
17164
17165 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17166
17167         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17168         correct data.
17169
17170 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17171
17172         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17173         (spam-group-processor-p): Fix function.
17174         (spam-group-processor-multiple-p)
17175         (spam-group-spam-processor-report-gmane-p)
17176         (spam-group-spam-processor-report-resend-p)
17177         (spam-group-spam-processor-bogofilter-p)
17178         (spam-group-spam-processor-blacklist-p)
17179         (spam-group-spam-processor-ifile-p)
17180         (spam-group-ham-processor-ifile-p)
17181         (spam-group-spam-processor-spamoracle-p)
17182         (spam-group-spam-processor-crm114-p)
17183         (spam-group-ham-processor-bogofilter-p)
17184         (spam-group-spam-processor-stat-p)
17185         (spam-group-ham-processor-stat-p)
17186         (spam-group-ham-processor-whitelist-p)
17187         (spam-group-ham-processor-BBDB-p)
17188         (spam-group-ham-processor-spamoracle-p)
17189         (spam-group-ham-processor-copy-p): Remove functions with some
17190         prejudice against unneeded code.
17191         (spam-report-articles-resend)
17192         (spam-report-resend-register-routine): Allow the group/topic
17193         spam-resend-to value to override spam-report-resend-to.
17194         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17195         properly now.
17196
17197         * gnus.el (spam-resend-to): Add group/topic parameter.
17198         (spam-process): Move the OBSOLETE processors to the end of the
17199         choices.
17200
17201 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17202
17203         * spam-report.el (spam-report-resend-to, spam-report-resend):
17204         Start with resend-to set to nil, and then ask the user if necessary.
17205         (spam-report-resend): spam-report-resend takes a list of articles, not
17206         separate article numbers.
17207
17208 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17211         addition to emacs-w3m.
17212
17213 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17214
17215         * assistant.el (assistant-authinfo-data): New function.
17216         (assistant-eval): Eval for entire assistant.
17217
17218         * netrc.el (netrc-services-file): New variable.
17219         (netrc-parse-services): New function.
17220         (netrc-find-service-name): New function.
17221         (netrc-find-service-number): New function.
17222         (netrc-port-equal): New function.
17223         (netrc-machine): Use it.
17224
17225         * nnimap.el (nnimap-open-connection): Use netrc.
17226
17227         * gnus-util.el (gnus-netrc-get): Remove aliases.
17228
17229         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17230
17231         * assistant.el (wid-edit): Fix compilation.
17232
17233         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17234
17235 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17236
17237         * gnus-util.el (gnus-set-file-modes): New function.  (small
17238         patch).
17239
17240 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17241
17242         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17243
17244         * assistant.el (assistant-render-node): Fix up rendering and
17245         read-only text.
17246         (assistant-render-node): Reset.
17247         (assistant-make-read-only): Not sticky.
17248
17249 2004-05-20  Danny Siu  <dsiu@adobe.com>
17250
17251         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17252         centered even when gnus-auto-center-summary is t.
17253
17254 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17255
17256         * dns.el (dns-get-txt-answer): New function.
17257         (dns-read-txt): Ditto.
17258         (query-dns): Use it.
17259
17260 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17263         active for foreign groups even if the group level is higher than
17264         the specified value.
17265
17266 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17267
17268         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17269         non-active groups.
17270
17271         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17272
17273 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17274
17275         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17276
17277 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17278
17279         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17280         (spam-crm114-header, spam-crm114-spam-switch)
17281         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17282         (spam-crm114-positive-spam-header)
17283         (spam-crm114-database-directory, spam-list-of-processors)
17284         (spam-group-spam-processor-crm114-p)
17285         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17286         (spam-generic-score, spam-list-of-checks)
17287         (spam-list-of-statistical-checks, spam-registration-functions)
17288         (spam-check-crm114-headers, spam-crm114-score)
17289         (spam-check-crm114, spam-crm114-register-with-crm114)
17290         (spam-crm114-register-spam-routine)
17291         (spam-crm114-unregister-spam-routine)
17292         (spam-crm114-register-ham-routine)
17293         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17294         From asjo@koldfront.dk (Adam Sjøgren).
17295
17296         * gnus.el: Add spam-use-crm114.
17297
17298         * spam.el (spam-list-of-processors, spam-registration-functions):
17299         Add spam-use-resend.
17300         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17301         (spam-report-articles-gmane): Add doc fix.
17302         (spam-report-articles-resend, spam-report-resend-register-routine):
17303         Add wrappers around spam-report-resend-to.
17304
17305         * spam-report.el (spam-report-resend-to, spam-report-resend):
17306         Add support for resending spam.
17307         (spam-report-gmane): Fix line length >80.
17308
17309         * gnus.el (spam-process): Add spam-use-resend.
17310
17311 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17312
17313         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17314         number of processed spam messages.
17315         (spam-ham-copy-or-move-routine): Return the number of processed
17316         ham messages.
17317         (spam-summary-prepare-exit): Use the above values to decide
17318         whether status messages shouled be displayed.
17319
17320 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17323         `rfc2047-encoding-function-alist' in order to avoid conflicting
17324         with the old version.
17325         (rfc2047-encode-region): Concatenate words containing non-ASCII
17326         characters in structured fields; don't encode space-delimited
17327         ASCII words even in unstructured fields; don't break words at
17328         char-category boundaries.
17329         (rfc2047-encode-1): New function.
17330         (rfc2047-encode): Use it; encode text so that it occupies the
17331         maximum width within 76-column; work correctly on Q encoding for
17332         iso-2022-* charsets.
17333         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17334         sure not to break a line just after the header name.
17335         (rfc2047-b-encode-region): Remove.
17336         (rfc2047-b-encode-string): New function.
17337         (rfc2047-q-encode-region): Remove.
17338         (rfc2047-q-encode-string): New function.
17339
17340         * mm-util.el (mm-replace-in-string): New function.
17341
17342 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17343
17344         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17345         Really get it right.
17346         (gnus-inews-make-draft): Really.
17347
17348 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17349
17350         * nnmh.el (nnmh-request-list-1): Don't check the link count
17351         before descending.  (small patch)
17352
17353 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17354
17355         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17356         stuff.
17357
17358         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17359         Match on real group name.
17360
17361         * gnus-art.el (gnus-signature-limit): Doc fix.
17362
17363         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17364
17365         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17366
17367 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17368
17369         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17370         isn't a string.
17371
17372 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17373
17374         * gnus-draft.el (gnus-draft-send):
17375         Bind rfc2047-encode-encoded-words.
17376
17377         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17378         (rfc2047-encodable-p): Say that =? needs encoding.
17379         (rfc2047-encode-encoded-words): New variable.
17380
17381         * gnus-group.el (gnus-group-select-group): Doc fix.
17382
17383         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17384
17385         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17386         to nil.
17387
17388         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17389
17390         * nnheader.el (nnheader-get-lines-and-char): New function.
17391
17392 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17393
17394         * gnus-msg.el (gnus-summary-followup-with-original):
17395         Document yanking of region when active.
17396
17397 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17400         groups if the group level is higher than the specified value.
17401
17402 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17403
17404         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17405         (gnus-group-jump-to-group): Add prefix argument using
17406         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17407         non-active group.
17408
17409         * compface.el (uncompface): Be verbose when changing
17410         `uncompface-use-external'.
17411
17412         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17413         handle manual section.
17414
17415 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17416
17417         * gnus-art.el (gnus-button-alist): Revert previous change.
17418
17419 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17420
17421         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17422
17423 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17424
17425         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17426         whether backend can accept message.
17427
17428         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17429
17430 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17431
17432         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17433         Avoid creating directory when nntp-marks-is-evil is true.
17434         Reported by Reiner Steib.
17435
17436 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17437
17438         * gnus-picon.el (gnus-picon-style): New variable.
17439         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17440         (gnus-picon-transform-address): Support `gnus-picon-style'.
17441         From Jesper Harder <harder@ifa.au.dk>.
17442
17443 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17444
17445         * message.el (message-fill-field): Return point.
17446         (message-generate-headers): Go to end of field.
17447
17448         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17449         stuff for non-living groups.
17450
17451 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17452
17453         * gnus-art.el (gnus-article-followup-with-original)
17454         (gnus-article-reply-with-original): gnus-mark-active-p ->
17455         gnus-region-active-p.
17456
17457 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17458
17459         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17460         only when there is spam or ham to be processed.
17461
17462 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17463
17464         * mail-source.el (mail-source-delete-crash-box): Refactor.
17465         (mail-source-fetch): Use it.
17466         (mail-source-fetch-file): Ditto.
17467         (mail-source-fetch-directory): Run postscript in loop.
17468         (mail-source-fetch-pop): Delete.
17469         (mail-source-fetch-maildir): Ditto.
17470         (mail-source-fetch-imap): Ditto.
17471
17472         * imap.el (imap-authenticators): Comment out sasl.
17473
17474         * message.el (message-skip-to-next-address): New function.
17475         (message-fill-header-address): Refactor.
17476         (message-fill-address): Use it.
17477         (message-delete-address): Use it.
17478         (message-fill-header-general): Refactor.
17479         (message-fill-field-address): Rename.
17480         (message-narrow-to-field): Find the start of the header.
17481         (message-header-format-alist): Don't pre-fill.
17482         (message-fill-header): Remove.
17483         (message-insert-header): New function.
17484         (message-shorten-references): Use it.
17485
17486         * rfc2047.el (rfc2047-field-value): Strip props.
17487
17488         * mail-parse.el (mail-header-make-address): New alias.
17489
17490         * ietf-drums.el (ietf-drums-make-address): New function.
17491
17492         * imap.el: Add compiler directives.
17493
17494         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17495
17496         * gnus-art.el (article-decode-idna-rhs): Don't use
17497         message-idna-inside-rhs-p.
17498
17499 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17500
17501         * message.el (message-idna-inside-rhs-p): Remove.
17502         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17503
17504         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17505         false positives.
17506
17507 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17508
17509         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17510
17511 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17512
17513         * nneething.el (nneething-file-name): Don't create spurious
17514         files.
17515
17516         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17517         (gnus-inews-do-gcc): Remove sleep.
17518
17519         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17520         part under point.
17521
17522         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17523         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17524
17525 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17526
17527         * spam.el (spam-summary-prepare-exit): Fix (length).
17528
17529 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17530
17531         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17532         as expired without moving it" message when there are spam
17533         messages left.
17534
17535 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17536
17537         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17538         header is not nil.
17539
17540 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17541
17542         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17543         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17544         (nntp-marks-changed-p): New arg SERVER.
17545         (nntp-request-update-info): Adjust caller.
17546
17547 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17548
17549         * nntp.el (nntp-save-marks): Pass missing arg.
17550
17551 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17552
17553         * nntp.el: Support marks.
17554         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17555         (nntp-marks-modtime, nntp-marks-directory): New variables.
17556         (nntp-request-set-mark, nntp-request-update-info)
17557         (nntp-possibly-create-directory, nntp-marks-changed-p)
17558         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17559         New functions.
17560
17561 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17562
17563         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17564         (gnus-xmas-redefine): Rename.
17565
17566         * gnus-score.el (gnus-score-insert-help):
17567         Use gnus-select-lowest-window.
17568
17569         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17570         appt-select-lowest-window and rename to gnus-select-lowest-window.
17571
17572         * gnus.el: do.
17573
17574 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17575
17576         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17577         encodings of MIME-encoded words, in order to improve
17578         interoperability with several broken MUAs.
17579
17580 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17581
17582         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17583         tags, only when charsets are not specified in headers.
17584         (mm-inline-text-html-render-with-w3m): Ditto.
17585
17586         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17587         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17588
17589 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17590
17591         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17592         instead of MIME-decoded from fields when checking
17593         `gnus-article-address-banner-alist'.
17594
17595 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17596
17597         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17598         description rather than subject.
17599
17600 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17601
17602         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17603
17604 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17605
17606         * gnus.el (gnus-version-number): Bump.
17607
17608 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17609
17610         * gnus.el: No Gnus v0.2 is released.
17611
17612 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17613
17614         * gnus-agent.el (gnus-agent-read-agentview):
17615         Inline gnus-uncompress-range.
17616
17617 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17618
17619         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17620         `exec-installed-p'.
17621
17622 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17623
17624         * gnus.el (spam-process, spam-autodetect-methods):
17625         Add bsfilter and bsfilter-headers.
17626
17627         * spam.el (spam-bsfilter): New customize group.
17628         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17629         (spam-bsfilter-header, spam-bsfilter-probability-header)
17630         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17631         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17632         (spam-bsfilter-database-directory): New options.
17633         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17634         (spam-list-of-statistical-checks, spam-registration-functions):
17635         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17636         (spam-bsfilter-score): New command.
17637         (spam-check-bsfilter-headers, spam-check-bsfilter)
17638         (spam-bsfilter-register-with-bsfilter)
17639         (spam-bsfilter-register-spam-routine)
17640         (spam-bsfilter-unregister-spam-routine)
17641         (spam-bsfilter-register-ham-routine)
17642         (spam-bsfilter-unregister-ham-routine): New functions.
17643         (spam-generic-score): Support bsfilter; Accept an optional argument
17644         to recalcurate spam score even if scoring header has already been
17645         added.
17646         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17647         optional argument to recalcurate spam score even if scoring header
17648         has already been added.
17649
17650 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17653         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17654         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17655         link is missing.
17656
17657 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17658
17659         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17660         (html2text-get-attr): Rewrite.
17661
17662         * message.el (message-setup-1): Remove redundant put-text-property
17663         on mail-header-separator.
17664
17665 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17666
17667         * gnus-registry.el (gnus-registry-cache-whitespace)
17668         (gnus-registry-action, gnus-registry-spool-action)
17669         (gnus-registry-split-fancy-with-parent): Change message levels
17670         from 5 to 3 or 7, as needed.
17671
17672         * spam.el (spam-summary-prepare-exit)
17673         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17674         (spam-split, spam-find-spam, spam-log-undo-registration)
17675         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17676         level from 5 to 6.
17677
17678 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17681         2004-03-04 change).
17682
17683 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17684
17685         * sieve-manage.el (sieve-manage-open):
17686         * nnweb.el (nnweb-insert-html):
17687         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17688         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17689         * nnspool.el (nnspool-request-group):
17690         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17691         * nnml.el (nnml-request-update-info):
17692         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17693         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17694         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17695         (nnimap-request-set-mark):
17696         * nnfolder.el (nnfolder-request-update-info):
17697         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17698         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17699         * gnus-uu.el (gnus-uu-find-articles-matching):
17700         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17701         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17702         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17703         * gnus-nocem.el (gnus-nocem-scan-groups):
17704         * gnus-int.el (gnus-start-news-server):
17705         * gnus-group.el (gnus-group-make-kiboze-group)
17706         (gnus-group-browse-foreign-server):
17707         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17708         Use mapc when appropriate.
17709
17710 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17711
17712         FIXME: Make separate entries for each person.
17713
17714         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17715         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17716         <shields@msrl.com>:
17717
17718         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17719         may need for spam sorting and scoring.
17720         (spam-user-format-function-S): Add user format function suitable for
17721         general use.
17722         (spam-article-sort-by-spam-status): Add sorting function for summary
17723         sorting.
17724         (spam-extra-header-to-number): Add function to get a score from a
17725         header.
17726         (spam-summary-score): Add function to get a numeric score from the
17727         headers.
17728         (spam-generic-score): Fix function doc, was in wrong place.
17729         (spam-initialize): Take symbols when it's run, and install the
17730         extra headers that spam-necessary-extra-headers thinks we need.
17731
17732 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17733
17734         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17735         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17736
17737 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17738
17739         * gnus-sum.el (gnus-set-global-variables)
17740         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17741         (gnus-article-get-xrefs, gnus-summary-best-group)
17742         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17743         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17744         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17745         Use with-current-buffer.
17746
17747 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17748
17749         * spam.el (spam-summary-prepare-exit): Simplify logic.
17750         (spam-fetch-article-header): Read the article header if it's not
17751         available.
17752         (spam-list-articles): Simplify logic.
17753         (spam-filelist-register-routine): Fix bug with unregister-list.
17754
17755         * gnus-registry.el: Fix comments at beginning.
17756
17757 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17758
17759         * message.el (message-cater-to-broken-inn): Remove.
17760         (message-shorten-references): Make sure the total folded length of
17761         References is shorter than 998 characters to cater to a bug in INN
17762         2.3.  Also, don't pretend that references aren't folded -- this
17763         hasn't worked for a while.
17764
17765 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17766
17767         * gnus-agent.el (gnus-agentize):
17768         gnus-agent-send-mail-real-function no longer set to current value
17769         of message-send-mail-function but rather a lambda that calls
17770         message-send-mail-function.  The change makes the agent real-time
17771         responsive to user changes to message-send-mail-function.
17772
17773 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17774
17775         * legacy-gnus-agent.el
17776         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17777         help from Florian Weimer <fw@deneb.enyo.de>
17778
17779 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * nnmail.el (nnmail-cache-insert): Revert last change.
17782
17783 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * nnmail.el (nnmail-cache-insert): Always check whether
17786         nnmail-cache-ignore-groups matches a group name.
17787
17788 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17789
17790         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17791         (spam-find-spam, spam-log-processing-to-registry)
17792         (spam-log-registered-p, spam-log-unregistration-needed-p)
17793         (spam-log-undo-registration): Use gnus-message instead of
17794         gnus-error, none of these errors are fatal.
17795
17796         * gnus-registry.el (gnus-registry-clean-empty-function)
17797         (gnus-registry-clean-empty): Remove only empty entries without
17798         extra data.
17799
17800 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17801
17802         * spam-stat.el (spam-stat-buffer-change-to-spam)
17803         (spam-stat-buffer-change-to-non-spam): Change (error) to
17804         (gnus-message 8) invocation.
17805
17806 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * nntp.el (nntp-via-netcat-command): New variable.
17809         (nntp-via-netcat-switches): New variable.
17810         (nntp-open-via-rlogin-and-netcat): New function.
17811         (nntp-open-connection-function): Doc fix.
17812         (nntp-telnet-command): Doc fix.
17813         (nntp-end-of-line): Doc fix.
17814         (nntp-via-rlogin-command): Doc fix.
17815         (nntp-via-user-name): Doc fix.
17816         (nntp-via-address): Doc fix.
17817
17818 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17821         error in Emacs 21.1.
17822
17823 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17824
17825         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17826
17827 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17828
17829         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17830         (gnus-agent-with-refreshed-group): New macro.
17831         (gnus-agent-rename-group): New function.
17832         (gnus-agent-delete-group): New function.
17833         (gnus-agent-save-group-info): Use gnus-command-method when
17834         `method' parameter is nil.  Don't write nil entries into the
17835         active file.
17836         (gnus-agent-get-group-info): New function.
17837         (gnus-agent-fetch-articles):
17838         Use gnus-agent-update-files-total-fetched-for to increment disk space
17839         used.
17840         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17841         Use gnus-agent-update-view-total-fetched-for to increment disk space
17842         used.
17843         (gnus-agent-get-local): Add optional parameters to avoid calling
17844         gnus-group-real-name and gnus-find-method-for-group.
17845         (gnus-agent-set-local): Delete stored entry if either min, or max,
17846         are nil.
17847         (gnus-agent-fetch-session): Reworded error/quit messages.
17848         On quit, use gnus-agent-regenerate-group to record existance of any
17849         articles fetched to disk before the quit occurred.
17850         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17851         gnus-agent-update-view-total-fetched-for, and
17852         gnus-agent-update-files-total-fetched-for to decrement disk space
17853         used.
17854         (gnus-agent-retrieve-headers):
17855         Use gnus-agent-update-view-total-fetched-for to increment disk space
17856         used.
17857         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17858         with gnus-agent-update-files-total-fetched-for to decrement disk
17859         space and fresh group buffer.
17860         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17861         (gnus-agent-need-update-total-fetched-for): New variable.
17862         (gnus-agent-update-files-total-fetched-for): New function.
17863         (gnus-agent-update-view-total-fetched-for): New function.
17864         (gnus-agent-total-fetched-for): New function.
17865
17866         * gnus-cache.el (gnus-cache-save-buffers):
17867         Use gnus-cache-update-overview-total-fetched-for to change disk space
17868         used by this group.
17869         (gnus-cache-possibly-enter-article):
17870         Use gnus-cache-update-file-total-fetched-for to increment disk space
17871         used by this group.
17872         (gnus-cache-possibly-remove-article):
17873         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17874         used by this group.
17875         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17876         (gnus-cache-rename-group): New function.
17877         (gnus-cache-delete-group): New function.
17878         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17879         (gnus-cache-need-update-total-fetched-for): New variable.
17880         (gnus-cache-with-refreshed-group): New macro.
17881         (gnus-cache-update-file-total-fetched-for): New function.
17882         (gnus-cache-update-overview-total-fetched-for): New function.
17883         (gnus-cache-rename-group-total-fetched-for): New function.
17884         (gnus-cache-delete-group-total-fetched-for): New function.
17885         (gnus-cache-total-fetched-for): New function.
17886
17887         * gnus-group.el: Require gnus-sum and autoload functions to
17888         resolve warnings when gnus-group.el compiled alone.
17889         (gnus-group-line-format): Documented new %F.
17890         (size of Fetched data) group line format; identifies disk space
17891         used by agent and cache.
17892         (gnus-group-line-format-alist): Defined new F format.
17893         (gnus-total-fetched-for): New function.
17894         (gnus-group-delete-group): No longer update
17895         gnus-cache-active-altered as gnus-request-delete-group now keeps
17896         the cache in sync.
17897         (gnus-group-list-active): Let the agent store a server's active
17898         list if currently plugged.
17899
17900         * gnus-int.el (gnus-request-delete-group):
17901         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17902         local disk in sync with the server.
17903         (gnus-request-rename-group):
17904         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17905         local disk in sync with the server.
17906
17907         * gnus-start.el (gnus-get-unread-articles):
17908         Cosmetic simplification to logic.
17909
17910         * gnus-util.el (gnus-rename-file): New function.
17911
17912 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17913
17914         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17915
17916 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17917
17918         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17919         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17920
17921 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17922
17923         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17924         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17925
17926 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17927
17928         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17929
17930 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17931
17932         * spam.el (spam-set-difference): Add function to replace
17933         gnus-set-difference in spam.el.
17934         (spam-summary-prepare-exit): Use spam-set-difference.
17935
17936 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17937
17938         * gnus-registry.el (gnus-registry-cache-file): Update to use
17939         gnus-dribble-directory OR gnus-home-directory OR ~.
17940         (gnus-registry-split-fancy-with-parent): Fix doc.
17941
17942 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * message.el (message-exchange-point-and-mark):
17945         Use message-mark-active-p.  Suggested by Jesper Harder
17946         <harder@ifa.au.dk>.
17947
17948 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * message.el (message-exchange-point-and-mark): Don't activate
17951         region if it was inactive.  Suggested by Hiroshi Fujishima
17952         <pooh@nature.tsukuba.ac.jp>.
17953
17954 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-art.el (article-display-face): Display Faces in the same
17957         order as X-Faces.
17958
17959 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17962
17963 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17966         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17967         (gnus-article-mime-hierarchy): Remove.
17968         (gnus-article-mime-hierarchy-next): Remove.
17969         (gnus-article-mode): Revert 2004-03-19 change.
17970         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17971         (gnus-insert-mime-button): Revert 2004-03-19 change.
17972         (gnus-mime-accumulate-hierarchy): Remove.
17973         (gnus-mime-enter-multipart): Remove.
17974         (gnus-mime-leave-multipart): Remove.
17975         (gnus-mime-display-part): Revert 2004-03-19 change.
17976         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17977
17978         * mml.el (mml-preview): Revert 2004-03-19 change.
17979
17980 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17981
17982         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17983
17984 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17987         t while entering a file name using the mm-with-multibyte macro.
17988         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17989
17990         * mm-util.el (mm-with-multibyte): New macro.
17991
17992 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17995         New user option.
17996         (gnus-mime-multipart-functions): Doc and customization fix.
17997         (gnus-article-mime-hierarchy): New variable.
17998         (gnus-article-mime-hierarchy-next): New variable.
17999         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18000         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18001         gnus-article-mime-hierarchy-next to nil.
18002         (gnus-insert-mime-button): Show hierarchy numbers.
18003         (gnus-mime-accumulate-hierarchy): New function.
18004         (gnus-mime-enter-multipart): New function.
18005         (gnus-mime-leave-multipart): New function.
18006         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18007         (gnus-mime-display-alternative): Show hierarchy numbers.
18008
18009         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18010         gnus-article-mime-hierarchy-next to nil.
18011
18012 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18013
18014         * dns.el: Don't require gnus-xmas.
18015
18016 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18017
18018         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18019         inline PGP.
18020         (mml-menu): Disable mml-quote-region if mark is inactive.
18021
18022 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18025         when the group's active is not available.
18026
18027 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18030         error.
18031
18032 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18033
18034         * imap.el (imap-store-password): New variable.
18035         (imap-interactive-login): Use it.
18036         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18037
18038 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18041         window-start and hscroll to summary window.
18042
18043 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18044
18045         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18046         conversion message to newsrc-dribble when an actual conversion is
18047         performed.
18048
18049 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18050
18051         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18052
18053 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * mm-decode.el (mm-complicated-handles): New function reviving
18056         former definition of mm-multiple-handles.
18057
18058         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18059         (gnus-mime-delete-part): Use it.
18060
18061 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18062
18063         * gnus-agent.el (gnus-agent-read-local):
18064         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18065         avoid the implicit assumption that they will always be equal.
18066         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18067         coding-system-for-write, as the with-temp-file macro first prints
18068         to a buffer then saves the buffer.
18069
18070 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-art.el (gnus-article-edit-part): New function.
18073         (gnus-mime-save-part-and-strip): Use it; do query instead of
18074         signaling an error; don't use mm-multiple-handles.
18075         (gnus-mime-delete-part): Ditto.
18076
18077 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18078
18079         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18080         old file versions.
18081         (gnus-group-prepare-hook): Remove function that converted list
18082         form of gnus-agent-expire-days to group properties.
18083
18084         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18085         (gnus-request-accept-article): Re-indented.
18086
18087         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18088         converters to handle old agent file formats.  Add logic for a
18089         "backup before upgrading warning".
18090         (gnus-convert-mark-converter-prompt): Developers can mark
18091         functions as needing (default), or not needing,
18092         gnus-convert-old-newsrc's "backup before upgrading warning".
18093         (gnus-convert-converter-needs-prompt): Tests whether the user
18094         should be protected from potentially irreversable changes by the
18095         function.
18096
18097         * legacy-gnus-agent.el: New.  Provides converters that are only
18098         loaded when gnus-convert-old-newsrc needs to call them.
18099
18100 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * mail-source.el (mail-source-touch-pop): Doc fix.
18103
18104         * message.el (message-smtpmail-send-it): Doc fix.
18105
18106 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18107
18108         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18109
18110         * nnmail.el (nnmail-split-fancy): do.
18111
18112         * gnus-kill.el (gnus-kill, gnus-execute): do.
18113
18114 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18115
18116         * gnus-sum.el (gnus-widget-reversible-match)
18117         (gnus-widget-reversible-to-internal)
18118         (gnus-widget-reversible-to-external): New functions.
18119         (gnus-widget-reversible): New widget.
18120         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18121
18122 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18123
18124         * gnus-sum.el (gnus-thread-sort-functions)
18125         (gnus-article-sort-functions): Document `(not F)' items.
18126
18127 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18128
18129         * spam.el (spam-use-gmane-xref): Add new backend.
18130         (spam-gmane-xref-spam-group): Add variable to control the name of the
18131         Gmane spam group.
18132         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18133         (spam-regex-headers-spam, spam-regex-headers-ham)
18134         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18135         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18136         backends and checks.
18137         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18138
18139         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18140         an autodetect method.
18141
18142 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18143
18144         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18145         articles are being added to a group.
18146         (gnus-request-replace-article): Inform the agent that articles
18147         need to be uncached as the cached contents are no longer valid.
18148
18149 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * binhex.el: Don't autoload executable-find.
18152
18153         * canlock.el: Don't autoload mail-fetch-field.
18154
18155         * dgnushack.el: Autoload c-mode for XEmacs.
18156
18157         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18158
18159         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18160         rmail-dont-reply-to and rmail-output.
18161
18162         * gnus-score.el: Don't autoload ffap-string-at-point.
18163
18164         * gnus-setup.el: Don't autoload sc-cite-original.
18165
18166         * imap.el: Don't autoload base64-decode-string,
18167         base64-encode-string and md5.
18168
18169         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18170         and rmail-msg-restore-non-pruned-header.
18171
18172         * mm-decode.el: Don't autoload executable-find.
18173
18174         * mm-url.el: Don't autoload executable-find.
18175
18176         * mm-view.el: Don't autoload diff-mode.
18177
18178         * nndb.el: Don't autoload news-reply-mode, news-setup,
18179         cancel-timer and telnet.
18180
18181         * password.el: Don't autoload run-at-time for Emacs.
18182
18183         * sha1-el.el: Don't autoload executable-find.
18184
18185         * sieve-mode.el: Don't autoload c-mode.
18186
18187         * uudecode.el: Don't autoload executable-find.
18188
18189 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18190
18191         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18192         (gnus-agent-possibly-alter-active): Avoid null in numeric
18193         comparison.
18194         (gnus-agent-set-local): Refuse to save null in local object table.
18195         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18196         list of articles that will be marked as unread.
18197
18198 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18201
18202 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18203
18204         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18205         language tags.
18206
18207 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18208
18209         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18210         Don't bind "obarray".
18211
18212         * gnus-sum.el (gnus-thread-sort-functions):
18213         Add `gnus-thread-sort-by-most-recent-number' and
18214         `gnus-thread-sort-by-most-recent-date'.
18215         Reported by Kai Grossjohann <kai@emptydomain.de>.
18216
18217 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18220
18221 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18222
18223         * gnus-cus.el (gnus-agent-customize-category):
18224         Remove ignore-errors macro reference that required cl to be loaded at
18225         run-time.
18226
18227         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18228         single-interval range of the form (min . max).  Previously the
18229         range had to look like ((min . max)).  Likewise, return
18230         (min . max) rather than ((min . max)).
18231         (gnus-range-map): Use gnus-range-normalize to accept
18232         single-interval range.
18233
18234         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18235         the cache, but not the agent, now appear with their usual face.
18236
18237         * dgnushack.el (loaddir): New variable that is bound to the
18238         directory containing the dgnushack.el file. Use loaddir, rather
18239         than srcdir, to update load-path. Change lets dgnushack compile
18240         code in directories other than GNUS/lisp.
18241
18242 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * lpath.el: Don't bind w3m-safe-url-regexp.
18245
18246         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18247         w3m-safe-url-regexp variable buffer-local.
18248
18249         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18250
18251 2004-02-27  Simon Josefsson  <jas@extundo.com>
18252
18253         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18254         gnus-group-real-prefix.
18255         (gnus-summary-move-article): Use it, instead of
18256         gnus-group-real-prefix.
18257
18258 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * lpath.el: Bind w3m-safe-url-regexp.
18261
18262         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18263         w3m-safe-url-regexp variable buffer-local and set it as the value
18264         of mm-w3m-safe-url-regexp.
18265
18266         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18267
18268         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18269         parsing gnus-posting-styles when the message is not for replying.
18270
18271         * dgnushack.el: Autoload sgml-mode for XEmacs.
18272
18273         * nnrss.el (nnrss-opml-export):
18274         Use mm-set-buffer-file-coding-system instead of
18275         set-buffer-file-coding-system.
18276
18277 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18278
18279         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18280         of checkdoc.el).
18281         * nnrss.el: do.
18282         * gnus-mlspl.el: do.
18283         * gnus-ml.el: do.
18284         * gnus-srvr.el: do.
18285
18286         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18287
18288 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18289
18290         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18291         Corrections to custom-manual links.
18292
18293         * gnus-art.el (gnus-article): Ditto.
18294
18295         * mm-decode.el (mime-display, mime-security): Ditto.
18296
18297 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18298
18299         * flow-fill.el: Typo.
18300
18301 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18302
18303         * spam-wash.el: New file.
18304
18305 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18306
18307         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18308
18309 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18310
18311         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18312         to be run with new-articles as LIST1, not LIST2.
18313         (spam-registration-functions): Add spam-use-ham-copy as a nil
18314         registration backend.
18315
18316 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18317
18318         * spam-stat.el (spam-stat-washing-hook): New option.
18319         (spam-stat-buffer-words): Use it.
18320         (spam-stat-process-directory, spam-stat-test-directory):
18321         Use insert-file-contents-literally.
18322         (spam-stat-coding-system): New variable.
18323         (spam-stat-load, spam-stat-save): Use it.
18324
18325 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18326
18327         * spam-report.el (spam-report-plug-agent):
18328         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18329
18330 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18331
18332         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18333         Allow / in mailto URLs.
18334
18335 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18336
18337         * spam-report.el (spam-report-process-queue): Fix interactive use.
18338         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18339         (spam-report-unplug-agent): Doc fixes.
18340         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18341         (spam-report-agentize, spam-report-deagentize): Autoload.
18342
18343 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18344
18345         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18346
18347         * message.el (message-setup-fill-variables): Add mml tags to
18348         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18349         <ajk@iu.edu>.
18350         (message-mode): Don't modify paragraph-separate there.
18351
18352 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * compface.el (uncompface-use-external): Default to undecided.
18355         (uncompface-use-external-threshold): New variable.
18356         (uncompface-float-time): New macro.
18357         (uncompface): Determine whether to use the external decoder if
18358         uncompface-use-external is undecided.
18359
18360 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18361
18362         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18363         after images.
18364
18365         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18366
18367 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18368
18369         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18370
18371         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18372
18373         * gnus-sum.el (gnus-summary-limit-to-age)
18374         (gnus-summary-limit-children): do.
18375
18376         * gnus-int.el (gnus-request-scan): do.
18377
18378         * gnus-group.el (gnus-group-suspend): do.
18379
18380         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18381
18382         * gnus-cite.el (gnus-cite-parse-attributions): do.
18383
18384         * gnus-agent.el (gnus-summary-set-agent-mark)
18385         (gnus-agent-regenerate-group): do.
18386
18387         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18388
18389         * binhex.el (binhex-decode-region-internal): do.
18390
18391 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * gnus-fun.el (gnus-face-properties-alist): New user option.
18394         (gnus-display-x-face-in-from): Use it.
18395
18396         * gnus-art.el (article-display-face): Ditto.
18397
18398         * compface.el (uncompface-use-external): Default to nil.
18399
18400 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18401
18402         * nntp.el (nntp-erase-buffer): New function.
18403         (nntp-retrieve-data, nntp-send-command)
18404         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18405         (nntp-possibly-change-group): Use it.
18406
18407         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18408         Use with-current-buffer.
18409
18410 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18411
18412         * compface.el: Merge the ELisp-based uncompface program.
18413         (compface): New customization group.
18414         (uncompface-use-external): New user option.
18415         (uncompface): Call uncompface-internal if uncompface-use-external
18416         is nil.
18417         (uncompface-internal): New function.  Note that there are also
18418         some other functions and variables added for this function.
18419
18420 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18421
18422         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18423         if necessary.
18424
18425 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18426
18427         * spam-report.el (spam-report-unplug-agent)
18428         (spam-report-plug-agent, spam-report-deagentize)
18429         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18430         Add support for the Agent in spam-report: when unplugged, report to a
18431         file; when plugged, submit all the requests.
18432
18433         * spam.el (spam-register-routine): Fix message about
18434         registration.
18435
18436 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18437
18438         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18439         dependencies.
18440         (rfc2047-encode): Use it.
18441
18442         * gnus-art.el (gnus-button-marker-list): Move before first
18443         reference.
18444
18445         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18446         (imap-parse-body): Fix format string mismatch.
18447
18448         * gnus-score.el (gnus-summary-increase-score): do.
18449
18450         * nnrss.el (nnrss-close): New function.
18451
18452 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18453
18454         * nnrss.el (nnrss-make-filename): New function.
18455         (nnrss-request-delete-group, nnrss-read-server-data)
18456         (nnrss-save-server-data, nnrss-read-group-data)
18457         (nnrss-save-group-data): Use it.
18458         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18459         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18460         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18461
18462 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18463
18464         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18465
18466 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18467
18468         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18469         files.
18470
18471         * message.el (message-generate-headers-first): Don't quote nil
18472         and t in docstrings.
18473
18474         * imap.el (imap-id): do.
18475
18476         * gnus-agent.el (gnus-agent-consider-all-articles)
18477         (gnus-agent-queue-mail): do.
18478
18479 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18480
18481         * spam-report.el (spam-report-process-queue): New function.
18482         Process requests from `spam-report-requests-file'.
18483         (spam-report-process-queue): Doc fix.
18484
18485 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18486
18487         * spam.el (spam-register-routine)
18488         (spam-log-processing-to-registry, spam-log-registered-p)
18489         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18490         Change "check" to "spam-check" for semi-clarity.
18491
18492 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18493
18494         * pop3.el: Require nnheader.
18495
18496         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18497
18498         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18499
18500         * gnus-picon.el: Require cl.
18501
18502         * gnus-fun.el: Require gnus-ems and gnus-util.
18503
18504         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18505
18506         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18507
18508         * gnus-art.el (gnus-article-edit-mode): Define before first
18509         reference.
18510
18511 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18512
18513         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18514         (gnus-uu-post-encoded): Use point-at-bol.
18515
18516         * gnus-topic.el (gnus-group-active-topic-p): do.
18517
18518         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18519
18520         * gnus-group.el (gnus-group-kill-region): do.
18521
18522         * gnus-art.el (article-date-ut): do.
18523
18524         * message.el (message-fetch-field): Remove redundant
18525         case-fold-search binding.
18526         (message-narrow-to-field): Simplify.
18527
18528 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * spam.el (spam-directory): Derive from `gnus-directory'.
18531
18532         * spam-report.el (spam-report-url-to-file)
18533         (spam-report-requests-file): New function and variable for offline
18534         reporting.
18535         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18536         and user defined function.
18537         (spam-report-url-ping-mm-url): Remove doubled slash.
18538
18539 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18540
18541         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18542
18543 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18544
18545         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18546         Fix format string mismatch.
18547
18548         * sieve.el (sieve-deactivate-all): do.
18549
18550         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18551
18552         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18553
18554         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18555
18556         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18557
18558 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18559
18560         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18561         the list of checks.
18562
18563 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18564
18565         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18566         padding.
18567
18568 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18569
18570         * mm-view.el (mm-fill-flowed): New variable.
18571         (mm-inline-text): Use it.
18572
18573 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18574
18575         * spam.el (spam-spamassassin-register-ham-routine)
18576         (spam-spamassassin-register-spam-routine): Fix function names.
18577
18578 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * gnus.el (gnus-tmp-grouplens): Remove.
18581         (gnus-summary-line-format): Remove grouplens.
18582
18583         * gnus-group.el (gnus-group-line-format): Ditto.
18584
18585         * gnus-spec.el (gnus-format-specs): Ditto.
18586         (gnus-update-format-specifications): Flush the group format spec
18587         cache if there's the grouplens stuff.
18588         (gnus-parse-simple-format): Replace %l with the empty string.
18589
18590 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18591
18592         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18593         omission.
18594
18595 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18598         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18599
18600 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18601
18602         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18603         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18604         New macros and functions.
18605         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18606         Handle > NLINK_MAX messages.
18607         * nnmaildir.el (nnmaildir-request-set-mark):
18608         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18609
18610 2004-01-25  Alex Schroeder  <alex@gnu.org>
18611
18612         * spam-stat.el (spam-stat-process-directory-age): New option.
18613         (spam-stat-process-directory): Use it.
18614
18615 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18616
18617         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18618         (spam-stat-save): Accept prefix argument.
18619
18620 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18621
18622         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18623         links" error.
18624
18625 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18628         the rest of the and/or forms.
18629
18630 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18631
18632         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18633         compatibility with old .newsrc.eld files.
18634
18635         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18636
18637         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18638
18639         * gnus-start.el (gnus-1): do.
18640
18641         * gnus-group.el (gnus-group-line-format-alist): do.
18642
18643         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18644
18645         * gnus-gl.el: Remove.
18646
18647 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18648
18649         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18650         marks consisting of a single range {for example, (3 . 5)} rather
18651         than a list of a single range { ((3 . 5)) }.
18652
18653 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18654
18655         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18656         Use with-current-buffer.
18657         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18658         avoid consing a string.
18659
18660         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18661         Remove obsolete entries for big5 and gb2312.
18662
18663 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18664
18665         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18666         uncompressed list.
18667
18668 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18669
18670         * spam-stat.el (spam-stat-strip-xref): New function.
18671         (spam-stat-process-directory): Use it.
18672
18673         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18674         here -- it's done in message-fetch-field.
18675
18676 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18677
18678         * gnus-agent.el (gnus-agent-queue-mail)
18679         (gnus-agent-prompt-send-queue): New variables.
18680         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18681         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18682         "nndraft:queue" along to gnus-draft-send.
18683         Use gnus-agent-prompt-send-queue.
18684         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18685         is "nndraft:queue".  Suggested by Gaute Strokkenes
18686         <gs234@srcf.ucam.org>
18687
18688         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18689         (agent-enable-undownloaded-faces): Add.
18690         (gnus-agent-cat-groups): Use eval-and-compile, not
18691         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18692         method of gnus-agent-cat-groups even when the buffer has been
18693         evaled.
18694         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18695         delete gnus-agent-save-active-1.
18696         (gnus-agent-save-groups): Delete.  Identical to
18697         gnus-agent-save-active.
18698         (gnus-agent-write-active): No longer adjust agent's copy of active
18699         file as agent's adjustments are now stored in their own
18700         file.  Remove optional parameter.
18701         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18702         servers.  Add use of min/max range limits from server's local
18703         file.
18704         (gnus-agent-save-alist): Remove unused optional argument.
18705         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18706         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18707         (gnus-agent-set-local): A per-server file that keeps min/max range
18708         limits for articles known to the agent.  Provides a fast mechanism
18709         for altering many active ranges.
18710         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18711         active file (local makes it unnecessary).
18712         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18713
18714         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18715         (agent-enable-undownloaded-faces): Add.
18716
18717         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18718         disable it when sending to "nndraft:queue".
18719         (gnus-group-send-queue): Add safety check to avoid sending queue
18720         when unplugged.
18721
18722         * gnus-group.el (gnus-group-catchup): Use new
18723         gnus-sequence-of-unread-articles, not
18724         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18725         numbers of articles.  Use gnus-range-map to avoid having to
18726         uncompress the unread list.
18727         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18728         Fix invalid ange-ftp reference.
18729
18730         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18731         (gnus-sorted-range-intersection): Intersection of two ranges
18732         without requiring that they first be uncompressed.
18733
18734         * gnus-start.el (gnus-activate-group): Unless blocked by the
18735         caller, possibly expand the active range to include both cached
18736         and agentized articles.
18737         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18738         multiple version-dependent converters.
18739         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18740         gnus-agent-save-active.
18741         (gnus-save-newsrc-file): Save dirty agent range limits.
18742
18743         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18744         gnus-agent-possibly-alter-active.
18745         (gnus-adjust-marked-articles): Faster handling of simple lists.
18746
18747 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18748
18749         * spam-stat.el (spam-stat-test-directory): New optional argument
18750         displays a list of files detected.  Suggested by Andrew Cohen
18751         <cohen@andy.bu.edu>.
18752         (spam-stat-buffer-words-with-scores): Don't narrow and change
18753         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18754
18755 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18756
18757         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18758         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18759         (spam-spamassassin-arguments)
18760         (spam-spamassassin-spam-flag-header)
18761         (spam-spamassassin-positive-spam-flag-header)
18762         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18763         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18764         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18765         (spam-list-of-processors, spam-list-of-checks)
18766         (spam-list-of-statistical-checks, spam-registration-functions)
18767         (spam-check-spamassassin-headers, spam-check-spamassassin)
18768         (spam-spamassassin-score)
18769         (spam-spamassassin-register-with-sa-learn)
18770         (spam-spamassassin-register-spam-routine)
18771         (spam-spamassassin-register-ham-routine)
18772         (spam-assassin-register-spam-routine)
18773         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18774         (spam-bogofilter-score): Fix to show article before scoring.
18775
18776 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18777
18778         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18779         default scoring function.
18780         (spam-generic-score): Call spam-spamassassin-score if
18781         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18782         spam-bogofilter-score otherwise.
18783
18784         * gnus.el (spam-process, spam-autodetect-methods):
18785         Add spamassassin and spamassassin-headers.
18786
18787 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18788
18789         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18790         Suppress unnecessary messages.
18791
18792 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18793
18794         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18795         make-hash-table.
18796
18797 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18798
18799         * canlock.el (base64-encode-string): Don't autoload it.
18800
18801 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18802
18803         * run-at-time.el: Remove useless (require 'itimer),
18804         eval-and-compile and (featurep 'xemacs).
18805
18806 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18807
18808         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18809         GROUP is a virtual group.
18810
18811 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18812
18813         * gnus.el: Autoload `message-y-or-n-p'.
18814
18815 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18816
18817         * pgg-parse.el: Remove unnecessary (require 'custom).
18818
18819         * pgg-def.el: do.
18820
18821         * nnmail.el: do.
18822
18823         * gnus-undo.el: do.
18824
18825         * gnus-picon.el: do.
18826
18827         * gnus-util.el: do.
18828
18829 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18830
18831         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18832
18833 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18836         handle, as well as a list.
18837
18838         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18839         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18840         (mm-w3m-cid-retrieve): Simplify.
18841
18842 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18843
18844         * message.el (message-kill-to-signature): Allow prefix arg to
18845         specify number of lines to keep before signature.
18846
18847 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18848
18849         * message.el (message-kill-to-signature): Change docstring.
18850
18851 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * canlock.el: Always require sha1-el.
18854         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18855
18856         * message.el: Autoload sha1 only when compiling.
18857
18858         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18859         eudc-expand-inline for XEmacs.
18860
18861 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * message.el (message-canlock-generate): Require sha1-el.
18864
18865 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18866
18867         * message.el (message-expand-name): Silence the byte compiler.
18868
18869         * lpath.el: Add detect-coding-system.
18870
18871         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18872         cus-edit.
18873
18874 2004-01-13  Simon Josefsson  <jas@extundo.com>
18875
18876         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18877         Invoke gnus-score-mode.
18878         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18879
18880         * gnus-range.el (gnus-compress-sequence): Doc fix.
18881         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18882
18883 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18884
18885         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18886
18887 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18888
18889         * spam.el (spam-get-article-as-string): Update to use
18890         gnus-request-article-this-buffer, much simpler.
18891         (spam-get-article-as-buffer): Remove.
18892
18893 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18894
18895         * message.el (message-expand-name): Use EUDC if the user uses that.
18896
18897 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18898
18899         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18900         character for the encoding to avoid consing a string.
18901
18902         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18903         unnecessarily.
18904
18905         * mm-util.el (mm-replace-chars-in-string): Remove.
18906
18907         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18908         of mm-replace-chars-in-string.
18909
18910 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18911
18912         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18913
18914         * mm-util.el (mm-subst-char-in-string): Support inplace.
18915
18916         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18917         a new string in every iteration.  Use shy groups.
18918
18919 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18920
18921         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18922         * gnus-soup.el (gnus-soup-group-brew):
18923         * gnus-msg.el (gnus-put-message):
18924         * gnus-move.el (gnus-group-move-group-to-server):
18925         * gnus-kill.el (gnus-batch-score):
18926         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18927         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18928         (gnus-group-update-group, gnus-group-read-group)
18929         (gnus-group-make-group, gnus-group-make-help-group)
18930         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18931         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18932         (gnus-group-sort-by-unread, gnus-group-catchup)
18933         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18934         (gnus-group-yank-group, gnus-group-set-info)
18935         (gnus-group-list-groups):
18936         * gnus.el (gnus-generate-new-group-name):
18937         * gnus-delay.el (gnus-delay-send-queue):
18938         * nnvirtual.el (nnvirtual-catchup-group):
18939         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18940         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18941         (gnus-group-prepare-topics, gnus-topic-check-topology):
18942         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18943         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18944         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18945         (gnus-group-make-articles-read):
18946         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18947         (gnus-group-change-level, gnus-kill-newsgroup)
18948         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18949         (gnus-get-unread-articles, gnus-make-articles-unread)
18950         (gnus-make-ascending-articles-unread): Use accessor
18951         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18952         to get group information for improved readability.
18953
18954
18955 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18956
18957         * gnus-art.el (article-decode-mime-words, article-babel)
18958         (gnus-article-highlight-signature, gnus-article-add-buttons)
18959         (gnus-signature-toggle): Use gnus-with-article-buffer.
18960
18961         * gnus-art.el (gnus-article-highlight-headers)
18962         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18963
18964         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18965         (gnus-article-set-globals, gnus-request-article-this-buffer)
18966         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18967         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18968         (gnus-mime-display-alternative): Use with-current-buffer.
18969
18970 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18971
18972         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18973         also under 80 char limit, and call gnus-error if needed.
18974         (spam-fetch-article-header): Fix - it was a
18975         buffer-local variable (gnus-newsgroup-data).
18976         (spam-find-spam): Use spam-generate-fake-headers, forget about
18977         spam-insert-fake-headers.
18978         (spam-insert-fake-headers): Remove.
18979
18980 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18981
18982         * deuglify.el (gnus-article-outlook-unwrap-lines)
18983         (gnus-outlook-rearrange-article)
18984         (gnus-outlook-repair-attribution-outlook)
18985         (gnus-outlook-repair-attribution-block)
18986         (gnus-outlook-repair-attribution-other): Remove redundant
18987         save-excursion.
18988
18989 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18990
18991         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18992         (spam-fetch-field-subject-fast)
18993         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18994         (spam-fetch-article-header): Add functions to deal with Gnus
18995         internals for fast retrieval of article header data.
18996         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18997
18998 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18999
19000         * pop3.el (pop3-md5): Remove.
19001         (pop3-apop): Replace pop3-md5 with md5.
19002
19003         * mm-bodies.el: base64 is always built-in.
19004
19005         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19006         Use with-current-buffer.
19007
19008 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19009
19010         * canlock.el (canlock-insert-header): Remove excessive grouping in
19011         regexp.
19012
19013         * gnus-sum.el (gnus-summary-read-document): Ditto.
19014
19015         * gnus-uu.el (gnus-uu-part-number): Ditto.
19016
19017         * html2text.el (html2text-remove-tags): Ditto.
19018         (html2text-format-tags): Ditto.
19019         (html2text-format-single-elements): Ditto.
19020
19021         * mml.el (mml-parse-1): Ditto.
19022
19023 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19024
19025         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19026
19027         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19028
19029         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19030
19031         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19032
19033 2003-11-15  Simon Josefsson  <jas@extundo.com>
19034
19035         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19036         (pgg-gpg-lookup-key): Use regexp match instead of
19037         split-string (split-string is different between emacs 21.2 and
19038         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19039
19040 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19041
19042         * gnus-art.el (gnus-mime-view-all-parts)
19043         (gnus-article-part-wrapper, gnus-article-view-part):
19044         Use with-current-buffer.
19045
19046 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19047
19048         * spam.el (spam-disable-spam-split-during-ham-respool)
19049         (spam-spamoracle-database, spam-cache-lookups)
19050         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19051         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19052         (spam-group-ham-marks, spam-group-spam-marks)
19053         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19054         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19055         also add spam-use-blackholes to the statistical checks.
19056         (spam-fetch-field-fast): Add interface to fetching fields, may
19057         become a macro.
19058         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19059         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19060         (spam-insert-fake-headers): Fake an article when needed.
19061         (spam-find-spam): Fake article when possible.
19062         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19063         (spam-check-bogofilter-headers): Use message-fetch-field instead
19064         of nnmail-fetch-field.
19065
19066 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19067
19068         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19069
19070 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19071
19072         * spam.el (spam-split): Do not require spam-use-CHECK to be
19073         enabled if that check is passed to spam-split explicitly; also
19074         fix so 'spam doesn't get converted to spam-split-group when
19075         spam-split-symbolic-return is t.
19076         (spam-find-spam): Find registrations of the article and use those
19077         instead of re-running spam-split to find the spam/ham
19078         classification of the article.
19079         (spam-log-processing-to-registry, spam-log-registered-p)
19080         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19081         Use gnus-error instead of gnus-message.
19082         (spam-log-registration-type): Add function to determine the
19083         classification of a message based on registry entries; will
19084         return nil if both 'spam and 'ham are found.
19085         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19086         a reasonably fast local cache without the loading errors.
19087         (spam-cache-lookups): Set to t by default.
19088         (spam-find-spam): Don't try to guess spam-cache-lookups.
19089         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19090         spam-caches entry.
19091         (spam-filelist-build-cache, spam-filelist-check-cache):
19092         Fix caching of whitelist/blacklist entries.
19093         (spam-check-whitelist, spam-check-blacklist):
19094         Invoke spam-from-listed-p with a type, not a cache variable.
19095         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19096
19097 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19098
19099         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19100
19101         * nnmail.el (nnmail-split-fancy): do.
19102
19103         * mml.el (mml-parse): do.
19104
19105         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19106         (gnus-score-adaptive): do.
19107
19108 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19111         (gnus-mime-button-map): Don't set keymap parent.
19112         (gnus-button-ctan-directory-regexp): Use shy grouping.
19113         (gnus-prev-page-map): Don't set keymap parent.
19114         (gnus-prev-page-map): Remove duplicated one.
19115         (gnus-next-page-map): Don't set keymap parent.
19116         (gnus-mime-security-button-map): Ditto.
19117
19118         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19119         version number.
19120
19121         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19122
19123 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * canlock.el (canlock-sha1-function): Remove.
19126         (canlock-sha1-function-for-verify): Remove.
19127         (canlock-openssl-program): Remove.
19128         (canlock-openssl-args): Remove.
19129         (canlock-ignore-errors): Remove.
19130         (canlock-sha1-with-openssl): Remove.
19131         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19132         (canlock-verify): Don't use canlock-ignore-errors.
19133
19134         * sha1-el.el (sha1-string-external): Make it can return a string
19135         in binary form.
19136         (sha1-region-external): Ditto.
19137         (sha1-string-internal): Ditto.
19138         (sha1-region-internal): Ditto.
19139         (sha1-region): Ditto.
19140         (sha1-string): Ditto.
19141         (sha1): Ditto.
19142
19143 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19144
19145         * spam.el (spam-report-articles-gmane): New command.
19146
19147 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19150
19151         * run-at-time.el (run-at-time-saved): Remove.
19152         (run-at-time): Doc fix.
19153
19154 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19155
19156         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19157         (gnus-summary-limit-map): Add it.
19158         (gnus-summary-make-menu-bar): do.
19159
19160 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19161
19162         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19163         Make attempt at some caching support (done for BBDB only now).
19164         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19165         addresses to be checked.
19166         (spam-clear-cache-BBDB): Add function, to be invoked by
19167         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19168         (spam-check-BBDB): Check and use the caches, if
19169         spam-cache-lookups is on, remove superfluous (provide).
19170
19171 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19174
19175 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19176
19177         * run-at-time.el (run-at-time-saved): Move to after the definition
19178         of `run-at-time'.
19179
19180         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19181
19182 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19185         mm-w3m-local-map-property.
19186
19187         * mm-view.el (mm-w3m-mode-map): Remove.
19188         (mm-w3m-local-map-property): Remove.
19189         (mm-inline-text-html-render-with-w3m): Don't use
19190         mm-w3m-local-map-property.
19191
19192 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19193
19194         * run-at-time.el: New file.
19195
19196         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19197         under Emacs.
19198
19199         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19200         of gnus-set-text-properties.
19201
19202         * gnus-uu.el (gnus-uu-save-article): Ditto.
19203
19204         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19205
19206         * gnus-cite.el (gnus-cite-parse): Ditto.
19207
19208         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19209         of gnus-.
19210
19211         * gnus-xmas.el (run-at-time): Require run-at-time.
19212
19213         * gnus.el: Change calls to nnheader-run-at-time and
19214         password-run-at-time throughout to use run-at-time directly.
19215
19216         * password.el: Remove definition of run-at-time.
19217
19218         * nnheaderxm.el: Remove definition of run-at-time.
19219
19220 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19221
19222         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19223         in prompt.
19224
19225 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19226
19227         * messagexmas.el (message-xmas-redefine): Alias
19228         `message-make-caesar-translation-table' to
19229         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19230         version.
19231
19232         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19233         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19234         `gnus-xmas-set-text-properties'.
19235         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19236         `gnus-xmas-completing-read'.
19237         (gnus-xmas-completing-read): Removed.
19238         (gnus-xmas-open-network-stream): Removed.
19239
19240         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19241         XEmacs version.
19242
19243         * dns.el (dns-make-network-process): Use `open-network-stream'
19244         instead of `gnus-xmas-open-network-stream'.
19245
19246         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19247
19248         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19249
19250 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19251
19252         * gnus-art.el (gnus-mime-display-alternative)
19253         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19254         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19255         Don't use gnus-local-map-property.
19256
19257         * gnus-util.el (gnus-local-map-property): Remove.
19258
19259         * mm-view.el (mm-view-pkcs7-decrypt):
19260         Replace gnus-completing-read-maybe-default with completing-read.
19261
19262         * gnus-util.el (gnus-completing-read): do.
19263         (gnus-completing-read-maybe-default): Remove.
19264
19265 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19266
19267         * password.el: Only autoload `run-at-time' if not XEmacs.
19268         Only autoload the itimer functions if XEmacs.
19269
19270 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19271
19272         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19273         XEmacsen.
19274
19275         * dgnushack.el: Autoload executable-find for XEmacs.
19276
19277 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19278
19279         * gnus-art.el (gnus-read-string): Remove.
19280         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19281         read-string.
19282
19283 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19284
19285         * netrc.el: Autoload password-read.
19286         (netrc): Add configuration group.
19287         (netrc-encoding-method, netrc-openssl-path):
19288         Add variables for encoding and decoding of files with symmetric
19289         ciphers.
19290         (netrc-encode): Add assistant function to encode a file with
19291         netrc-encoding-method.
19292         (netrc-parse): Add interactive parameter, added optional
19293         decoding if netrc-encoding-method is non-nil but otherwise
19294         behavior is standard.
19295         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19296         Do s/encode/encrypt/ everywhere.
19297
19298         * spam.el: Remove executable-find autoload.
19299
19300 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19301
19302         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19303
19304         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19305
19306 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19307
19308         * gnus-art.el (gnus-treat-ansi-sequences)
19309         (article-treat-ansi-sequences): New variable and function.
19310         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19311
19312         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19313         Use it.
19314
19315 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19316
19317         * mm-util.el (mm-quote-arg): Remove.
19318
19319         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19320         shell-quote-argument.
19321
19322         * gnus-uu.el (gnus-uu-command): do.
19323
19324         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19325
19326         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19327         with make-char.
19328
19329         * mm-util.el (mm-make-char): Remove.
19330
19331         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19332         add-minor-mode.
19333
19334         * gnus-undo.el (gnus-undo-mode): do.
19335
19336         * gnus-topic.el (gnus-topic-mode): do.
19337
19338         * gnus-sum.el (gnus-dead-summary-mode): do.
19339
19340         * gnus-start.el (gnus-slave-mode): do.
19341
19342         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19343
19344         * gnus-ml.el (gnus-mailing-list-mode): do.
19345
19346         * gnus-gl.el (gnus-grouplens-mode): do.
19347
19348         * gnus-draft.el (gnus-draft-mode): do.
19349
19350         * gnus-dired.el (gnus-dired-mode): do.
19351
19352         * gnus-ems.el (gnus-add-minor-mode): Remove.
19353
19354         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19355         Replace gnus-char-width with char-width.
19356
19357         * gnus-ems.el (gnus-char-width): Remove.
19358
19359         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19360         Replace gnus-char-width with char-width.
19361
19362         * gnus-ems.el (gnus-char-width): Remove.
19363
19364         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19365         definition.
19366         Remove Emacs 20 hash table compatibility code.
19367
19368         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19369         20 compatibility code.
19370
19371         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19372
19373         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19374
19375         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19376         Replace with point-at-{eol,bol}.
19377
19378         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19379
19380         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19381
19382         * flow-fill.el (fill-flowed-point-at-bol)
19383         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19384
19385         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19386         Replace with point-at-{eol,bol} throughout all files.
19387
19388 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19389
19390         * ntlm.el (ntlm-string-as-unibyte): New macro.
19391         (ntlm-build-auth-response): Use it.
19392
19393         Remove Emacs 20 stuff:
19394         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19395         (butlast, mapc, remove): Remove the compiler macros.
19396         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19397         of delq and copy-sequence.
19398         * gnus-art.el (popup-menu): Remove the compiler macro.
19399         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19400         Emacs 20.
19401
19402 2004-01-05  Simon Josefsson  <jas@extundo.com>
19403
19404         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19405         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19406         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19407         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19408         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19409         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19410         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19411         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19412         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19413         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19414         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19415         string-xor into ntlm-string-xor.
19416         Suggested by Jesper Harder <harder@myrealbox.com>.
19417
19418         * ntlm.el: Don't include poem.
19419
19420         * md4.el (print-int32, print-string-hexa): Remove.
19421         Suggested by Jesper Harder <harder@myrealbox.com>.
19422
19423         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19424
19425         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19426         probably breaks emacs with DL patch, but do we care? Is anyone
19427         still using the DL stuff?)
19428
19429         * sieve-manage.el: Use the password package.
19430         (sieve-manage-read-passwd): Remove.
19431         (sieve-manage-interactive-login): Use password.  Re-add
19432         condition-case around loop.
19433
19434         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19435         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19436         Use the password package.
19437
19438 2003-02-19  Simon Josefsson  <jas@extundo.com>
19439
19440         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19441         token.
19442
19443 2002-08-07  Simon Josefsson  <jas@extundo.com>
19444
19445         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19446         (sieve-manage-authenticators):
19447         (sieve-manage-authenticator-alist): Add some SASL mechs.
19448         (sieve-sasl-auth): New function.
19449         (sieve-manage-cram-md5-auth):
19450         (sieve-manage-plain-auth): Rewrite using SASL library.
19451         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19452         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19453         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19454         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19455
19456 2004-01-05  Simon Josefsson  <jas@extundo.com>
19457
19458         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19459         New files.
19460
19461 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19462
19463         * gnus-group.el (gnus-no-groups-message): Update.
19464
19465         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19466
19467 2003-11-09  Simon Josefsson  <jas@extundo.com>
19468
19469         * imap.el: Support for ID IMAP extension (RFC 2971).
19470         (imap-local-variables): Add imap-id.
19471         (imap-id): New variable.
19472         (imap-id): New function.
19473         (imap-parse-response): Parse untagged ID response.
19474         * nnimap.el (nnimap-id): New variable.
19475         (nnimap-open-connection): Use it.
19476
19477 2003-12-28  Simon Josefsson  <jas@extundo.com>
19478
19479         * gnus-score.el (gnus-score-edit-all-score): New.
19480         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19481
19482 2004-01-04  Simon Josefsson  <jas@extundo.com>
19483
19484         * password.el: Add.
19485
19486 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19487
19488         * dns.el (dns-query-types): Fix typo.
19489         (dns-query-types): New function.
19490         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19491         PTR and SOA replies, see RFC 1035.
19492
19493 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19494
19495         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19496
19497         * Move to Changelog.2.
19498
19499 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19500
19501         * gnus.el (gnus-version-number): Bump version.
19502
19503 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19504
19505         * gnus.el: No Gnus v0.1 is released.
19506
19507 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19508
19509         * gnus.el: No Gnus v0.0 is released.
19510
19511 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19512
19513         * gnus.el (gnus-version-number): Bump.
19514         (gnus-version): No.
19515
19516 See ChangeLog.2 for earlier changes.
19517
19518     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19519       Free Software Foundation, Inc.
19520
19521   This file is part of GNU Emacs.
19522
19523   GNU Emacs is free software: you can redistribute it and/or modify
19524   it under the terms of the GNU General Public License as published by
19525   the Free Software Foundation, either version 3 of the License, or
19526   (at your option) any later version.
19527
19528   GNU Emacs is distributed in the hope that it will be useful,
19529   but WITHOUT ANY WARRANTY; without even the implied warranty of
19530   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19531   GNU General Public License for more details.
19532
19533   You should have received a copy of the GNU General Public License
19534   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19535
19536 ;; Local Variables:
19537 ;; coding: utf-8
19538 ;; fill-column: 79
19539 ;; add-log-time-zone-rule: t
19540 ;; End: