shr-colorize-region: colorize bg, shr-tag-body: fix stylesheet
[gnus] / lisp / ChangeLog
1 2010-12-06  Julien Danjou  <julien@danjou.info>
2
3         * shr.el (shr-render-td): Render td content with shr-descend, so style
4         will be applied to <td> too.
5         (shr-colorize-region): Colorize region even if we only have a background.
6         (shr-tag-body): Fix color and background color inheritance.
7
8 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
11
12 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
13
14         * nnir.el (nnir-request-move-article): Remove obsolete code.
15
16 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
19
20 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-sum.el (gnus-summary-respool-article): The completion function
23         expects a list instead of an alist.
24
25         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
26         string as the parameter.
27
28         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
29
30         * shr.el (shr-stylesheet): New dynamic variable for cascading the
31         styles.
32         (shr-colorize-region): New function.
33         (shr-insert-background-overlay): Remove.
34         (shr-render-td): Background setting should be taken care of on a higher
35         level.
36         (shr-tag-body): Use post-hoc colorizations.
37         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
38         (shr-put-color-1): Don't overwrite old colors.
39         (shr-colorize-region): When the background color isn't explicit, use
40         a fixed background.
41
42         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
43         nnmail variables.
44
45 2010-12-05  Bjørn Mork  <bjorn@mork.no>
46
47         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
48         unless necessary.
49
50 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
51
52         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
53         server.
54
55 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56
57         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
58         so that TAB works.
59
60         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
61         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
62
63         * shr.el (shr-urlify): Show the URL before the title to avoid
64         misleading URLs.
65
66 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
67
68         * shr.el (shr-urlify): Display the title in <a> tags.
69
70 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
71
72         * nnir.el (nnir-categorize): Replace mapcar with mapc.
73
74 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
75
76         * nnir.el: Rearrange code to allow macros to be autoloaded by
77         gnus-sum.el.
78         (nnir-retrieve-headers-override-function): Make this variable
79         customizable.
80         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
81
82         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
83         from nnir.el.
84
85 2010-12-03  Julien Danjou  <julien@danjou.info>
86
87         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
88
89 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
92         allow optional argument `environment'.
93
94 2010-12-03  Glenn Morris  <rgm@gnu.org>
95
96         * mm-extern.el (message-goto-body): Update declaration.
97
98 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * gnus-util.el (gnus-macroexpand-all): New function.
101
102         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
103         instead of macroexpand-all that is unavailable in XEmacs.
104
105 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
106
107         * nnir.el (nnir-summary-line-format): New variable.
108         (nnir-mode): Use it.
109         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
110         (nnir-article-ids): Reimplement as defsubst.
111         (nnir-retrieve-headers): Don't mangle the subject header.
112         (nnir-run-imap): Use 100 as RSV score.
113         (nnir-run-find-grep): Fix for full server searching.
114         (nnir-run-gmane): Better restriction to gmane groups.
115
116         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
117         summary buffers.
118
119 2010-12-02  Julien Danjou  <julien@danjou.info>
120
121         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
122
123         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
124
125         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
126         support.
127
128 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
129
130         * nnir.el: Update to handle the registry better.
131         (autoload): Silence byte-compiler.
132         (nnir-open-server): Add a hook for nnir groups.
133         (nnir-request-move-article): Don't mangle the header. Better to use
134         formating variables (which will be added in the future).
135         (nnir-registry-action): Update the registry using the original article
136         group name.
137         (nnir-mode): Install nnir-specific hooks for updating the registry.
138
139         * gnus-sum.el
140         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
141         obsolete variables.
142         (gnus-summary-move-article): Remove use of obsolete variables.
143         (gnus-summary-local-variables): Make move and delete hooks local to
144         summary buffers.
145
146 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * rtree.el: New file.
149
150 2010-12-01  Julien Danjou  <julien@danjou.info>
151
152         * message.el (message-user-organization): Do not use
153         gnus-local-organization.
154
155         * gnus.el: Remove gnus-local-organization.
156
157         * gnus-msg.el: Remove nastygram thing.
158
159 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
160
161         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
162         funcall.
163
164 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
167         names.
168
169         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
170         characters.
171
172         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
173         to t of inhibit-read-only since it is inside gnus-with-article-headers.
174         Suggested by Štěpán Němec <stepnem@gmail.com>.
175         (gnus-gravatar-transform-address): Use mail-extract-address-components
176         that supports non-ASCII names rather than mail-header-parse-addresses.
177
178 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * proto-stream.el (open-protocol-stream): All starttls connections are
181         handled by the network handler.
182
183 2010-11-30  Julien Danjou  <julien@danjou.info>
184
185         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
186         (nnimap-open-connection-1): Fix PREAUTH.
187
188         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
189
190 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
193         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
194         (shr-insert): Use them.
195         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
196
197 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
198
199         * nnir.el (nnir-request-move-article): Bail out if original group
200         doesn't support article moves.
201         (nnir-get-active): Improve active list retrieval.
202
203 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * shr.el (shr-find-fill-point): Don't break before apostrophes.
206
207 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
208
209         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
210         seem to accept strings-with-numbers as port numbers,
211
212 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
213
214         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
215         change the registry.
216
217 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
220         delete-dups that is not available in XEmacs 21.4.
221
222         * mm-util.el (mm-delete-duplicates): Add comment.
223
224 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
225
226         * nnir.el (nnir-ignored-newsgroups): New variable.
227         (nnir-get-active): Use it.
228
229 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * proto-stream.el (proto-stream-open-network): Add some comments.
232
233         * nntp.el (nntp-open-connection): Provide a :success condition.
234
235         * nnimap.el (nnimap-open-connection-1): Ditto.
236
237         * proto-stream.el (proto-stream-open-network): See what the response to
238         the STARTTLS command is.
239
240         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
241         backwards compatibility).
242         (nnimap-open-connection-1): Really respect nnimap-server-port.
243
244         * proto-stream.el (proto-stream-open-network): When doing opportunistic
245         TLS upgrades we don't really care about the identity of the peer.
246         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
247         that what we've checked for.
248         (proto-stream-always-use-starttls): Only default to t if
249         open-gnutls-stream exists.
250         (proto-stream-open-network): If STARTTLS failed, then just open a
251         normal connection.
252         (proto-stream-open-network): Wait until the greeting before doing
253         STARTTLS.
254
255         * nntp.el (nntp-open-connection): Report what the connection error is.
256
257         * proto-stream.el (open-protocol-stream): Renamed from
258         open-proto-stream.
259
260 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * nnimap.el (nnimap-stream): Change default to `undecided'.
263         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
264         first, and then network.
265         (nnimap-open-connection-1): Respect nnimap-server-port.
266         (nnimap-open-connection): Be more backwards-compatible.
267
268         * proto-stream.el (proto-stream-always-use-starttls): New variable.
269         (proto-stream-open-starttls): De-duplicate the starttls code.
270         (proto-stream-open-starttls): Folded back into the main function.
271         (proto-stream-open-network): Fix typo in the gnutls path.
272         (proto-stream-command): Refactor out.
273
274         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
275
276         * proto-stream.el (proto-stream-open-starttls): Actually implement the
277         starttls.el STARTTLS.
278
279         * color.el (color-lab->srgb): Fix function call name.
280
281         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
282         if we're using tls.el.
283         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
284         built in, then don't try to establish a STARTTLS connection.
285
286         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
287         servers.
288
289         * proto-stream.el (open-proto-stream): Use network, not stream.
290         (open-proto-stream): Add a way to specify what the end of a command is.
291
292         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
293         connections types.
294         (nntp-open-network-stream): Remove.
295         (nntp-open-ssl-stream): Remove.
296         (nntp-open-tls-stream): Remove.
297         (nntp-ssl-program): Remove.
298
299         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
300
301 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
302
303         * nnir.el: Fix typos.
304         (nnir-retrieve-headers-override-function): Rename variable to reflect
305         new semantics.
306         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
307         macros.
308         (nnir-request-article, nnir-request-move-article): Use them.
309         (nnir-categorize): New function.
310         (nnir-run-query): Use it.
311         (nnir-retrieve-headers): Rewrite to batch header retrieval.
312         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
313         sorted.
314         (nnir-group-full-name): Use gnus-group-full-name instead.
315         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
316         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
317
318 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
321
322         * proto-stream.el: New library to provide protocol-specific
323         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
324         protocols.
325         (open-proto-stream): Complete the documentation.
326         (proto-stream-open-network): Fix some typos.
327
328         * nnimap.el (nnimap-open-connection): Use it.
329
330 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
331
332         * pop3.el (pop3-open-server): Read server greeting before starting TLS
333         negotiation.
334
335 2010-11-26  Julien Danjou  <julien@danjou.info>
336
337         * color.el: Rename various rgb functions to srgb.
338
339 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
342         names.
343
344 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * shr.el (shr-insert): Revert last change.
347         (shr-find-fill-point): Never leave point being at bol;
348         relax the kinsoku limitation when rendering tables.
349
350 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
353         results from -accept-article.
354
355         * shr-color.el: Require cl when compiling.
356
357         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
358         checkin.
359
360         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
361
362         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
363
364         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
365         'add and 'delete to set backend marks.
366
367         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
368
369         * nnheader.el (nnheader-update-marks-actions): Refactor out.
370
371         * nntp.el (nntp-request-set-mark): Use it.
372
373         * nnfolder.el (nnfolder-request-set-mark): Ditto.
374
375         * nnml.el (nnml-request-set-mark): Ditto.
376
377         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
378         introduces regressions in article selection.
379         (nnimap-find-uid-response): New function.
380         (nnimap-request-accept-article): Use the UID returned, if any.
381         (nnimap-request-move-article): Use the UID returned, if any.
382         (nnimap-get-groups): Reimplement to work with folded lines.
383         (nnimap-find-uid-response): The UID is the last element in the list.
384         (nnimap-request-set-mark): Extend syntax with 'set.
385
386         * nnml.el (nnml-request-set-mark): Ditto.
387
388         * nnfolder.el (nnfolder-request-set-mark): Ditto.
389
390         * nntp.el (nntp-request-set-mark): Ditto.
391
392 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * message.el (message-called-interactively-p): A temporary macro.
395         (message-goto-body): Use it temporarily.
396
397 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
400         (nnimap-last-response-string): Unfold quoted lines, if they exist.
401         (nnimap-last-response-string): Fix last unfolding fix.
402
403 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * shr.el (shr-insert): Fix the way to fold lines.
406
407 2010-11-25  Julien Danjou  <julien@danjou.info>
408
409         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
410
411         * color.el: Rename from color-lab.el
412         (color-rgb->hex): Add.
413         (color-complement): Add.
414         (color-complement-hex): Add.
415
416         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
417
418 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * shr-color.el (shr-color-visible): Don't bug out if the colour names
421         don't exist.
422
423 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
426         assuming that article displaying or another mml-preview may be
427         interrupted for an error or for the like.
428
429         * shr.el (shr-get-background): Fix argument name.
430
431 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
434
435         * gnus-sum.el (gnus-summary-include-articles): New function.
436
437         * message.el (message-goto-body): called-interactively-p needs a
438         parameter, so use `any'.
439
440         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
441         clear marks before moving, since they're synced from the Gnus side
442         first.
443
444         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
445         (gnus-summary-move-article): Copy over all marks before moving, so that
446         IMAP doesn't think a new article has arrived.
447
448 2010-11-24  Julien Danjou  <julien@danjou.info>
449
450         * shr.el (shr-insert-background-overlay): Fix typo.
451         (shr-render-td): Copy the background before rendering.
452
453         * shr-color.el (shr-color-visible): Fix docstring.
454
455         * shr.el (shr-tag-table): Add bgcolor support.
456         (shr-render-td): Add bgcolor support.
457         (shr-get-background): Add.
458         (shr-insert-foreground-overlay): Use shr-get-background.
459
460         * message.el (message-goto-body): Use called-interactively-p.
461         (message-in-body-p): message-goto-body returns point.
462
463 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
466         Fixes something or other in Emacs 23, and is backwards compatible.
467
468         * message.el (message-goto-body): Remove the <#secure special-casing,
469         which is too special.
470
471         * shr.el (shr-parse-style): Drop !important from styles.
472
473 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
474
475         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
476         this function to return incorrect results when calling it with an
477         explicit article argument different from
478         (gnus-summary-article-number).
479
480 2010-11-24  Julien Danjou  <julien@danjou.info>
481
482         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
483         (shr-tag-body): Add background support.
484         (shr-descend): Add background support.
485         (shr-tag-title): Add.
486
487         * shr-color.el (shr-color-visible): Really return original background
488         if fixed.
489
490 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * shr.el (shr-color-check): Protect against non-existant colour names.
493
494 2010-11-24  Julien Danjou  <julien@danjou.info>
495
496         * color-lab.el: Require 'cl when compiling.
497
498         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
499
500         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
501         matched part.
502
503         * color-lab.el: Fix all expt calls to use float type.
504
505 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
508         expression to shr-color-check as is.
509
510         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
511
512         * color-lab.el: Add coding cookie.
513         (float-pi): Use eval-and-compile.
514
515         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
516         compiled for Emacsen having no `libxml-parse-html-region' support.
517
518 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * shr.el (shr-insert-color-overlay): Split stuff like
521         "#444444 !important" to find the real colour.
522         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
523         parse <font color="red"> entries.
524
525 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
526
527         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
528         point when parsing headers.
529
530         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
531         is positioned properly when parsing headers.
532
533 2010-11-23  Julien Danjou  <julien@danjou.info>
534
535         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
536
537         * shr-color.el (shr-color->hexadecimal): Add support for color names.
538
539         * shr.el (shr-parse-style): Replace \n with space in style parsing.
540
541         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
542         shr-color-hue-to-rgb.
543         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
544
545 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * shr.el (shr-color->hexadecimal): Autoload.
548         (shr-descend): Add color to all tags.
549
550 2010-11-22  Julien Danjou  <julien@danjou.info>
551
552         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
553         shr-color->hexadecimal.
554
555         * shr-color.el (shr-color->hexadecimal): Add converting functions for
556         RGB() or HSL() color representation.
557
558         * shr.el (shr-tag-font): Add.
559         (shr-tag-color-check): New function to get better colors.
560         (shr-tag-insert-color-overlay): Factorize code between tag-font and
561         tag-span.
562
563         * shr-color.el: New file.
564
565         * color-lab.el: New file.
566
567         * gnus-art.el (gnus-url-mailto): Do not downcase args.
568
569 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
570
571         * nnir.el: Fix typo in comments.
572         (nnir-run-imap): Simplify code. No need to reverse artlist.
573         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
574
575 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
578
579         * nnimap.el (nnimap-get-capabilities): Refactor out.
580         (nnimap-open-connection): Re-request capabilities after STARTTLS.
581
582 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
583
584         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
585         appearing when `mm-uu-hide-markers' is nil.
586
587 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * nnimap.el (nnimap-unselect-group): Make into its own function.
590         (nnimap-request-rename-group): Unselect group before renaming.
591         This had gotten lost somewhere.
592         (nnimap-request-accept-article): Keep track of examined groups, and
593         unselect the group before APPENDing to read-only groups.
594         (nnimap-request-move-article): Clear flags before moving so that they
595         can be re-set later.
596
597 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
600         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
601
602 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * gnus-art.el (gnus-mime-display-single)
605         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
606         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
607         parameter.
608
609 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
612         (shr-table-vertical-line): New variable.
613         (shr-insert-table): Use it.
614
615 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-html.el (gnus-html-wash-images): Don't display images if
618         gnus-inhibit-images is non-nil; register displayer for cid images.
619         (gnus-html-display-image): Work for cid image.
620         (gnus-html-insert-image): Allow arguments.
621         (gnus-html-put-image): Inhibit read-only.
622         (gnus-html-prefetch-images): Don't prefetch images if
623         gnus-inhibit-images is non-nil.
624
625 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * shr.el (shr-put-image): Break lines when inserting big pictures.
628
629 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
630
631         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
632         sender, thanks Katsumi Yamaoka.
633
634 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
635
636         * nnir.el (nnir-run-imap): Reverse the article list for each group
637         rather than the whole list.
638
639 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * shr.el (shr-image-displayer): Protect function against non-existent
642         image source.
643
644         * gnus-art.el (gnus-inhibit-images): New user option.
645         (gnus-mime-display-single): Don't display image if it is non-nil.
646
647         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
648         gnus-inhibit-images.
649
650         * shr.el (shr-image-displayer): New function.
651         (shr-tag-img): Use it.
652
653 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
654
655         * mml2015.el (mml2015-epg-sign): Use From header.
656
657 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-html.el (gnus-html-wash-images): Register a displayer.
660
661         * gnus-util.el (gnus-find-text-property-region): Return markers.
662
663         * shr.el (shr-tag-img): Put a displayer in the text property.
664
665         * gnus-util.el (gnus-find-text-property-region): New utility function.
666
667         * gnus-html.el (gnus-html-display-image): Make the alt optional.
668         (gnus-html-show-images): Remove.
669
670         * gnus-art.el (gnus-article-show-images): New, more general function.
671
672         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
673         image url text properties.
674
675         * shr.el: Ditto.
676
677         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
678         gnus-agent-auto-agentize-methods is set.  Which it isn't.
679
680 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
683         work for two or more articles.
684
685 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
688         divide an image that's in an html article to two or more when washing
689         non-ASCII characters in alt text of it.
690
691 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
694         smime-decrypt-region using function argument.
695         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
696
697         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
698
699         * smime.el (smime-decrypt-region): Catch it.
700
701 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
702
703         * smime.el (smime-mode-map): Move initialization into declaration.
704         (gnus-run-mode-hooks): Don't autoload.
705         (smime-mode): Use define-derived-mode.
706
707 2010-11-11  Glenn Morris  <rgm@gnu.org>
708
709         * smime.el (from): Restrict declaration to XEmacs.
710
711         * nnir.el (gnus-group-topic-name): Autoload.
712
713 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * shr.el (shr-insert): Don't break long line if it is because of
716         kinsoku-bol characters in the line end.
717
718 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
719
720         * nnir.el (nnir-request-move-article): Fix to provide original group
721         and subject.
722         (nnir-warp-to-article): Don't fail on articles whose headers haven't
723         been retrieved.
724
725         * gnus-sum.el (gnus-summary-move-article): Use original group and
726         subject for virtual articles such as those in an nnir summary buffer.
727
728 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
731         least 21.5).
732
733         * smime.el (from): Declare it again for XEmacs.
734
735 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * message.el (message-resend): Don't disable encoding unless it's
738         already encoded.
739
740         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
741         low-numbered articles.
742
743 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * rfc2047.el (rfc2047-syntax-table): Simplify.
746
747         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
748
749         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
750         set-char-table-range for XEmacs.
751
752 2010-11-10  Glenn Morris  <rgm@gnu.org>
753
754         * time-date.el (time-to-seconds): Always an alias on Emacs,
755         never a real function.
756         (with-no-warnings): Remove compat stub, now unused.
757         (time-less-p): Doc fix.
758         (time-to-number-of-days): Simplify.
759
760         * smime.el (from): Remove unused declaration.
761
762         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
763         (gnus-float-time): On Emacs, always an alias.
764
765         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
766         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
767
768 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * dgnushack.el: Don't use ignore-errors in the top level form since it
771         is unavailable in XEmacs even if cl is loaded.
772
773         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
774
775 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * shr.el (browse-url-mailto): Autoload.
778
779         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
780
781         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
782         regexp doesn't need quoting.
783
784 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
785
786         * message.el (message-subject-trailing-was-ask-regexp)
787         (message-subject-trailing-was-regexp): Match was: in addition to was.
788
789 2010-11-09  Glenn Morris  <rgm@gnu.org>
790
791         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
792         (nnbabyl-check-mbox): Use point-at-bol.
793
794 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
797
798         * message.el (message-mailto): New function.
799         (message-mailto): Should accept other parameters.
800         (message-mailto): Remove since it duplicates browse-url-mailto
801         functionality.
802
803 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
806         methods.
807         (gnus-read-active-file): Ditto.
808
809         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
810         ": " from the prompt.
811         (gnus-group-make-group): Ditto.
812
813 2010-11-07  Glenn Morris  <rgm@gnu.org>
814
815         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
816         (gnus-bookmark-kill-line): Use point-at-eol.
817
818 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
821         asterisks in From header.
822
823 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
826         string to avoid making the From headers syntactically invalid.
827
828         * message.el (message-send-mail): Don't insert courtesy messages if the
829         message already has List-Post and List-ID messages.
830
831 2010-11-06  Glenn Morris  <rgm@gnu.org>
832
833         * gnus-art.el (gnus-treat-article): Give dynamic local variables
834         `condition', `type', `length' a prefix.
835         (gnus-treat-predicate): Update for above name changes.
836
837 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
838
839         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
840         binding.  Handled by `gnus-summary-refer-thread' instead.
841         (nnir-warp-to-article): New backend function.
842
843         * nnimap.el (nnimap-request-thread): Force dependency updating.
844
845         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
846         (gnus-summary-refer-thread): Rework to improve thread-referral.
847
848         * gnus-int.el (gnus-warp-to-article): New function.
849
850         * gnus-sum.el (gnus-summary-article-map): Bind it.
851
852 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
853
854         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
855         gnus-summary-refer-thread.
856
857         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
858         headers.
859         (gnus-summary-limit-include-thread): Prevent articles in thread from
860         being cut in gnus-cut-threads.
861         (gnus-summary-refer-thread): Limit retrieved headers to those in
862         thread.
863
864 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * message.el (message-send-mail): Use the value of
867         message-courtesy-message from the message buffer.
868
869         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
870
871         * shr.el (shr-browse-url): Implement mailto: URLs.
872
873         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
874         "raw".
875
876         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
877         if it's already selected.
878
879         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
880
881 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
884         to measure the length and truncate alt text.
885
886 2010-11-03  Glenn Morris  <rgm@gnu.org>
887
888         * nndiary.el (nndiary-generate-nov-databases-1)
889         (nndiary-generate-active-info): Rename dynamic variable `files' to
890         something less generic.
891
892 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
893
894         * nnir.el (nnir-request-move-article): Call the underlying backend to
895         move articles from nnir.
896
897 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
900
901 2010-11-02  Julien Danjou  <julien@danjou.info>
902
903         * nnir.el: Remove wais support.
904
905 2010-11-02  Glenn Morris  <rgm@gnu.org>
906
907         * gnus-html.el: Reorder requirements to quieten compiler.
908
909 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
912         properly for XEmacs as well.
913         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
914         (gnus-article-natural-long-line-p): Use window-width rather than
915         frame-width.
916
917 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
918
919         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
920         (nnir-read-parms): Don't modify query.
921         (nnir-run-query): Add ability to search topic on current line.
922         (nnir-get-active): Clean up.
923
924 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
927         degenerate articles.
928
929         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
930         (gnus-print-buffer): Just print the buffer as is, without any copying
931         to a buffer and then re-highlighting.
932
933         * nnimap.el (nnimap-request-group): Store the new updated info.
934         (nnimap-request-group): Select the group when we don't know whether it
935         exists or not.
936
937         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
938         groups.
939
940         * gnus-group.el (gnus-group-find-new-groups): Display all the new
941         groups.
942
943         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
944         groups.
945
946         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
947         long-lines case by only filling the long lines.
948
949         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
950         (bug #7311).
951
952 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * shr.el: No need to declare `declare-function' since shr.el is for
955         only Emacsen that provide `libxml-parse-html-region'.
956
957         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
958         effective only in a file it is referred to.
959
960 2010-11-01  Glenn Morris  <rgm@gnu.org>
961
962         * mm-util.el (gnus-completing-read): Autoload.
963         (mm-read-coding-system): Simplify Emacs definition.
964
965         * nnmail.el (gnus-activate-group):
966         * nnimap.el (gnutls-negotiate):
967         * nntp.el (netrc-parse): Fix declarations.
968
969 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
972         string-match-p in Emacs >=23.
973
974         * gnus-msg.el (gnus-configure-posting-styles)
975         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
976
977 2010-11-01  Glenn Morris  <rgm@gnu.org>
978
979         * nnir.el (declare-function): Add compat stub.
980         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
981         (nnir-run-gmane): Require 'mm-url.
982
983         * mm-util.el (mm-string-to-multibyte): Simplify.
984
985         * shr.el (declare-function): Add compat stub.
986         (url-cache-create-filename): Declare.
987         (mm-disable-multibyte, widget-convert-button): Autoload.
988
989         * smime.el (ldap-search): Declare.
990         (smime-cert-by-ldap-1): Require ldap on Emacs.
991
992         * nnimap.el: Require nnmail, and gnus-sum when compiling.
993         (nnimap-keepalive): Use gnus-float-time.
994
995         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
996         (mail-source-delete-crash-box): Use gnus-float-time.
997
998         * gnus-dired.el (gnus-completing-read): Autoload.
999
1000         * mm-view.el (gnus-rescale-image): Autoload.
1001
1002         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1003
1004         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1005
1006         * sieve-manage.el: Require 'cl when compiling.
1007
1008         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1009         (gnus-iswitchb-completing-read): Require iswitchb.
1010         (gnus-select-frame-set-input-focus): Silence compiler.
1011
1012 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * message.el (message-subject-trailing-was-query): Change default to t,
1015         since I think that's what most people want.
1016
1017         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1018         appending for easier debugging.
1019         (nnimap-wait-for-connection): Take a regexp.
1020         (nnimap-request-accept-article): Wait for the continuation line before
1021         sending anything unless we're streaming.
1022
1023         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1024         leave the header washing to take place.
1025
1026 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1027
1028         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1029         regular expression match and replace in posting styles.
1030
1031 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1032
1033         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1034         an entire server.
1035         (nnir-get-active): New function.
1036         (nnir-run-imap): Use it.
1037         (nnir-run-gmane): Who knew, gmane search returns an article score!
1038
1039         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1040         server on the current line with nnir.
1041
1042 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1045         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1046         left edge.
1047         (gnus-article-foldable-buffer): Skip past the prefix when determining
1048         raggedness.
1049
1050         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1051         the raw article, and change `C-u g' to show the article without doing
1052         treatments.
1053
1054         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1055         on to `gnus-treat-article'.
1056         (gnus-inhibit-article-treatments): New variable.
1057
1058         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1059
1060         * gnus-art.el (gnus-treatment-function-alist): Have
1061         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1062         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1063         sections.
1064
1065         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1066         parameter.
1067         (gnus-article-fill-cited-long-lines): New function.
1068         (gnus-article-fill-cited-article): Allow filling only long sections.
1069
1070         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1071         and non-punctuation (like after the apostrophe in "'We").
1072
1073         * gnus-sum.el (gnus-summary-select-article): Make sure
1074         gnus-original-article-buffer is alive.
1075
1076         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1077         reflect the order they're in in the digest.
1078
1079         * gnus.el (gnus-group-startup-message): Move point to the start of the
1080         buffer.
1081
1082         * nnimap.el (nnimap-capability): New function.
1083         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1084         is set.
1085
1086 2010-10-31  David Engster  <dengste@eml.cc>
1087
1088         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1089         conform with changes to gnus-completing-read.
1090
1091 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1094
1095 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1096
1097         * nnir.el: Move defvar, defcustom around to keep file organized
1098         and keep byte-compiler quiet.
1099         (nnir-read-parms): Accept search-engine as arg.
1100         (nnir-run-query): Pass search-engine as arg.
1101         (nnir-search-engine): Remove.
1102
1103 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * shr.el (shr-generic): The text nodes should be text, not :text.
1106
1107         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1108         later in the file.
1109
1110 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1111
1112         * nnir.el: General clean up.  Allow searching with multiple engines.
1113         Allow separate extra-parameters for each engine.
1114         Batch queries when possible.
1115         (nnir-imap-default-search-key,nnir-method-default-engines):
1116         Add customize interface.
1117         (nnir-run-gmane): New engine.
1118         (nnir-engines): Use it.  Qualify all prompts with engine name.
1119         (nnir-search-engine): Remove global variable.
1120         (nnir-run-hyrex): Restore for now.
1121         (nnir-extra-parms,nnir-search-history): New variables.
1122         (gnus-group-make-nnir-group): Use them.
1123         (nnir-group-server): Remove in favor of gnus-group-server.
1124         (nnir-request-group): Avoid searching twice.
1125         (nnir-sort-groups-by-server): New function.
1126
1127 2010-10-30  Julien Danjou  <julien@danjou.info>
1128
1129         * gnus-group.el: Remove gnus-group-fetch-control.
1130
1131         * gnus-start.el (gnus-find-new-newsgroups):
1132         Remove gnus-check-first-time-used.
1133
1134         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1135
1136 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1137
1138         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1139         set on groups that don't have \* permanentflags.
1140
1141 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1144         control the background color.
1145         (shr-tag-img): Ignore very small web bug type images.
1146         (shr-put-image): Add help-echo alt texts to the images.
1147         (shr-tag-video): Show the video poster image.
1148
1149 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * shr.el (shr-table-depth): New variable.
1152         (shr-tag-table-1): Only insert the images after the top-level table.
1153
1154         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1155
1156         * gnus-util.el (gnus-list-memq-of-list): New function.
1157
1158         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1159         selected.
1160         (nnimap-unsplittable-articles): New slot.
1161         (nnimap-new-articles): Use it.
1162
1163 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1164
1165         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1166         move to the previous line on `M-g'.
1167
1168 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1171         *-request-group, which seems unnecessary.
1172
1173         * nnimap.el (nnimap-quote-specials): Function copied over from
1174         imap.el.
1175         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1176         they support that.  Suggested by Tom Regner.
1177
1178 2010-10-29  Julien Danjou  <julien@danjou.info>
1179
1180         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1181         defalias.
1182         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1183
1184         * gnus.el: Remove `gnus-nntp-service' variable.
1185         (gnus-secondary-servers): Make obsolete.
1186         (gnus-nntp-server): Make obsolete.
1187
1188         * gnus-start.el (gnus-1): Remove x-splash calls.
1189
1190         * gnus-ems.el (gnus-x-splash): Remove.
1191
1192         * gnus.el (gnus-group-startup-message): Simplify/update code.
1193
1194         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1195         definition.
1196
1197         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1198         capability before doing anything.
1199         (gnus-group-insert-group-line): Remove useless
1200         gnus-group-remove-excess-properties.
1201
1202 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1205
1206 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1209         config after reselecting.
1210
1211 2010-10-28  Julien Danjou  <julien@danjou.info>
1212
1213         * shr.el (shr-put-image): Use point even if only inserting text.
1214         (shr-put-image): Save excursion when inserting alt text on non-graphic
1215         display, so the behaviour is the same when we are on a graphic display.
1216
1217         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1218
1219 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1222         (gnus-mime-copy-part): Check coding system, not charset.
1223         (gnus-mime-view-part-externally): Never remove part.
1224         (gnus-mime-view-part-internally): Don't remove part here.
1225         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1226         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1227         multipart/alternative.
1228
1229         * mm-decode.el (mm-display-part): Take optional arg `force'.
1230
1231 2010-10-26  Julien Danjou  <julien@danjou.info>
1232
1233         * gnus-group.el (gnus-group-default-list-level): Add this function to
1234         compute the default list level.
1235         (gnus-group-default-list-level): Add possibility to use a function.
1236
1237 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1240
1241         * gnus-group.el (gnus-group-completing-read)
1242         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1243         gnus-replace-in-string.
1244
1245 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * shr.el (shr-tag-div): Add.
1248
1249         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1250
1251 2010-10-25  Julien Danjou  <julien@danjou.info>
1252
1253         * gnus-util.el: Remove `gnus-with-local-quit'.
1254
1255         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1256
1257 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1260         the original article buffer.
1261
1262 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * nnimap.el (nnimap-request-head): New function.
1265         (nnimap-request-move-article): Try to be slighly faster by not
1266         requesting the entire message when moving.
1267         (nnimap-transform-headers): Don't bug out on bodiless articles.
1268         (nnimap-send-command): Have no outstanding messages if the IMAP server
1269         doesn't support streaming.
1270         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1271
1272 2010-10-24  Julien Danjou  <julien@danjou.info>
1273
1274         * message.el (message-default-headers): Fix type.
1275
1276 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1279         prefetching images.
1280
1281         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1282         backend for unknown groups.  This is mainly useful for nnimap groups.
1283
1284         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1285         group isn't covered by the agent.
1286
1287 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1288
1289         * nnir.el (nnir-method-default-engines): New variable.
1290         (nnir-run-query): Use it.
1291         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1292         (gnus-summary-nnir-goto-thread): Change group if needed.
1293
1294         * gnus-group.el (gnus-group-group-map): Add key binding for
1295         gnus-group-make-nnir-group.
1296
1297 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * shr.el (shr-tag-object): Add.
1300
1301         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1302         original article buffer live.
1303         (gnus-summary-select-article-buffer):
1304         Mention gnus-widen-article-buffer.
1305
1306 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * shr.el (shr-tag-strong): Add.
1309
1310 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1313         group names.  They mess up the group buffer badly.
1314
1315         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1316
1317         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1318         instead of the summary one.
1319
1320 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * mml.el (mml-preview): Work properly when editing article.
1323
1324         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1325         gnus-have-read-active-file if it's already been in.
1326
1327 2010-10-22  Tom Tromey  <tromey@redhat.com>
1328
1329         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1330         gnus-group-completing-read.
1331
1332 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * message.el (message-mode-map): Don't bind M-; to comment region, to
1335         allow the global comment-dwim to work.
1336
1337 2010-10-21  Julien Danjou  <julien@danjou.info>
1338
1339         * message.el (message-setup-1): Allow message-default-headers to be a
1340         function.
1341
1342 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * shr.el (shr-tag-table): Simplify.
1345
1346 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1349         to avoid trying to snarf invalid stuff.
1350
1351         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1352
1353         * gnus.el (gnus-message-archive-group): Quote value.
1354         (gnus-message-archive-group): Mark as changed.
1355
1356         * shr.el (shr-add-font): Don't put the font properties on the newline
1357         or the indentation.
1358
1359         * message.el (message-fix-before-sending): Change options when sending
1360         non-printable characters.
1361
1362         * gnus.el (gnus-message-archive-method): Change the default to
1363         monthly outgoing groups.
1364
1365         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1366         that have gotten new numbers.
1367
1368         * nnimap.el (nnimap-request-replace-article): New function.
1369
1370 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1373         (nnrss-request-article): Don't use special html washing code.
1374
1375 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * shr.el (shr-tag-table): Remove useless nconc.
1378
1379 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * gnus-art.el (article-wash-html): Simplify and remove the charset
1382         stuff.  Use the normal html rendering code instead of the special html
1383         washing code.
1384
1385         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1386         `gnus-w3m' symbols.
1387         (mm-text-html-washer-alist): Remove.
1388
1389         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1390         (mm-inline-media-tests): Remove use.
1391         (mm-text-html-renderer): Change default to the `shr' symbol.
1392
1393         * mm-view.el (mm-inline-text-html): Remove use.
1394
1395         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1396         `gnus-blocked-images' to be a function.
1397         (gnus-article-wash-function): Remove.
1398
1399 2010-10-20  Julien Danjou  <julien@danjou.info>
1400
1401         * spam.el (spam-list-of-processors): Mark as obsolete.
1402
1403         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1404         (nnimap-insert-partial-structure): Fix boundary detection.
1405
1406 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1407
1408         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1409         run file-truename on remote files.  This can be expensive and even
1410         prevent one from editing drafts if some unrelated buffer has a stale
1411         connection.
1412
1413 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1416         kinsoku-eol regardless of shr-kinsoku-shorten.
1417         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1418         (shr-tag-table): Support caption, thead, and tfoot.
1419
1420 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1423         lines.
1424         (shr-save-contents): New command and keystroke.
1425
1426         * nndoc.el (nndoc-type-alist): Add git support.
1427         (nndoc-git-type-p): New function.
1428         (nndoc-transform-git-article): Ditto.
1429         (nndoc-transform-git-headers): Ditto.
1430         (nndoc-transform-git-headers): Generate Subject headers.
1431
1432         * shr.el (shr-parse-style): New function.
1433         (shr-tag-span): Ditto.
1434
1435         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1436         to `G G' to avoid collisions.
1437
1438 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * shr.el: Load kinsoku if necessary.
1441         (shr-kinsoku-shorten): New internal variable.
1442         (shr-find-fill-point): Make kinsoku shorten text line if
1443         shr-kinsoku-shorten is bound to non-nil.
1444         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1445         shr-indentation too when testing if table is wider than frame width.
1446         (shr-insert-table): Use `string-width' instead of `length' to measure
1447         text width.
1448         (shr-insert-table-ruler): Make sure indentation is done at bol.
1449
1450 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1451
1452         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1453         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1454         undecoded network data.
1455
1456 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1459         name in the mode line spec so that the mode line menu works
1460         (bug #2431).
1461
1462         * message.el (message-get-reply-headers): If we're fed `to-address',
1463         then always use that.
1464
1465         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1466         aren't so wide as to need to switch off the edit menu.
1467
1468         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1469         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1470
1471         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1472         `M-g'.
1473         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1474         the permanent marks.
1475
1476 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1477
1478         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1479         Splitting according to references/in-reply-to obeys the ignore-groups
1480         variable, while splitting by sender and subject do not.
1481
1482 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1485         alist, so that we can look for non-Unicode chars.
1486         (article-translate-strings): Allow both character and string maps.
1487
1488 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * shr.el (shr-insert): Don't insert space behind a wide character
1491         categorized as kinsoku-bol, or between characters both categorized as
1492         nospace.
1493
1494 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1495
1496         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1497         headers to gnus-newsgroup-headers.
1498
1499 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * shr.el (shr-tag-img): Don't align images -- since we're not
1502         rescaling, this often leads to ugly displays.
1503
1504 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1505
1506         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1507         duplicates.
1508
1509 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1510
1511         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1512         call.
1513
1514 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * gnus.el: Autoload gnus-html-show-images.
1517
1518         * nnimap.el: Use nnheader-message throughout.
1519
1520         * shr.el (shr-tag-img): Ignore images with no data.
1521
1522 2010-10-15  Julien Danjou  <julien@danjou.info>
1523
1524         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1525         a possibility to disable format=flow encoding when using hard newlines.
1526
1527 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * shr.el (shr-insert): Remove space inserted before or after a
1530         breakable character or at the beginning or the end of a line.
1531         (shr-find-fill-point): Do kinsoku; find the second best point or give
1532         it up if there's no breakable point.
1533
1534 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * nnimap.el (nnimap-open-connection): Message when opening connection
1537         for debugging purposes.
1538
1539         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1540         on every setup buffer call to allow this to change from article to
1541         article.
1542
1543         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1544         buffers where we have a wide table.
1545
1546 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1547
1548         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1549         uses *-request-thread.
1550
1551 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1554         incantation, which is no longer valid.
1555
1556 2010-10-14  Julien Danjou  <julien@danjou.info>
1557
1558         * shr.el: Fix defcustom type (char -> character).
1559
1560 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1563         programs.
1564
1565 2010-10-14  Julien Danjou  <julien@danjou.info>
1566
1567         * shr.el (shr-tag-a): Use url-link as widget type.
1568
1569         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1570         `gnus-group-get-icon'.
1571
1572 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1575         This should make server editing work better.
1576
1577         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1578
1579         * tls.el (tls-program): Remove spurious %s from openssl.
1580
1581         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1582         (nnimap-parse-flags): Fix regexp.
1583
1584         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1585         probably work for CJVK text, too.
1586
1587         * nnimap.el (nnimap-extend-tls-programs): Remove.
1588         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1589
1590         * tls.el (tls-starttls-switches): Remove starttls hack.
1591         (open-tls-stream): Ditto.
1592         (tls-find-starttls-argument): Ditto.
1593
1594 2010-10-13  Julien Danjou  <julien@danjou.info>
1595
1596         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1597         responses.
1598
1599 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1602
1603         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1604         anything in Emacs.
1605
1606         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1607
1608 2010-10-13  Julien Danjou  <julien@danjou.info>
1609
1610         * shr.el (shr-width): Make shr-width a defcustom with default to
1611         fill-column.
1612         (shr-tag-img): Use shr-width rather than fill-column.
1613
1614 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * dgnushack.el (byte-optimize-apply)
1617         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1618
1619         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1620         position when (X-)Faces exist.
1621         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1622         avatars when called interactively.
1623
1624 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1627         gnus-article-x-face-too-ugly is bound.
1628
1629 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1632
1633         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1634         mailbox that doesn't exist.
1635
1636 2010-10-12  Julien Danjou  <julien@danjou.info>
1637
1638         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1639         (shr-get-image-data): Encode URL properly when fetching from cache.
1640         (shr-tag-img): Use aligned-to spaces to align correctly images.
1641
1642         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1643         before inserting the Gravatar.
1644
1645         * shr.el (shr-tag-img): Add align attribute support for <img>.
1646
1647 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * gnus-gravatar.el (gnus-art): Require.
1650
1651         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1652         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1653         Remove long obsoleted functions.
1654
1655 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1658
1659         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1660
1661         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1662         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1663         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1664         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1665         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1666         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1667         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1668
1669 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * nnimap.el (nnimap-request-rename-group): Select group read-only
1672         before renaming it.
1673
1674         * shr.el (shr-insert): Fix up the white space only regexp.
1675
1676         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1677         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1678
1679         * shr.el (shr-current-column): New function.
1680         (shr-find-fill-point): New function.
1681
1682 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1683
1684         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1685         numbers.
1686
1687 2010-10-11  Julien Danjou  <julien@danjou.info>
1688
1689         * shr.el (shr-hr-line): Add.
1690         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1691         display hr lines.
1692         (shr-max-columns): Do not change state to nil if we just inserting
1693         spaces.
1694
1695 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1698         select the last group.
1699
1700 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1701
1702         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1703
1704 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1705
1706         * dig.el (dig-mode-map): Declare and define in one step.
1707
1708 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709
1710         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1711         for Gnus.
1712         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1713         (nnimap-update-qresync-info): Mark \Seen articles as read.
1714
1715         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1716         non-variable, too.
1717
1718         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1719         available.
1720         (nnimap-update-info): Rely more on the current active than the param
1721         active to avoid marking articles as read too much.
1722
1723         * auth-source.el (auth-source-create): Use (user-login-name) for the
1724         user name default.
1725
1726         * nnimap.el (nnimap-update-info): If the server doesn't return any
1727         useful info, just use the previous info.
1728         (nnimap-update-info): Prefer old info over start-article.
1729         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1730
1731 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1732
1733         * nnir.el (autoload): Clean up autoloads.
1734         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1735         Use key rather than value.
1736         (nnir-imap-search-other): New variable.
1737         (nnir-read-parm): Use it.
1738         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1739         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1740
1741 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1742
1743         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1744         the process, too.
1745
1746 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * spam.el (gnus-summary-mode-map): Bind to "$".
1749         Suggested by Russ Allbery.
1750
1751         * shr.el: Rework the way things are indented by <li> slightly.
1752
1753         * gnus.el (gnus-group-set-parameter): Fix typo.
1754
1755         * nnimap.el: Start implementing QRESYNC support.
1756
1757 2010-10-09  Julien Danjou  <julien@danjou.info>
1758
1759         * nnir.el (nnir-engines): Fix too many arguments.
1760
1761 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1764         group is the "last", so that the backends like nnfolder actually save
1765         their folders.
1766
1767         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1768         try to use that for the tls stream.
1769         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1770         UIDVALIDITY and find out which groups are read-only and not.
1771         (nnimap-get-flags): Use the same marks parsing code as the rest of
1772         nnimap.
1773
1774 2010-10-09  Julien Danjou  <julien@danjou.info>
1775
1776         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1777
1778         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1779         retrieving gravatars.
1780
1781         * shr.el (shr-table-corner): Add.
1782         (shr-table-line): Add.
1783         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1784
1785 2010-10-08  Julien Danjou  <julien@danjou.info>
1786
1787         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1788
1789 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1790
1791         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1792
1793         * gnus-sum.el (gnus-mark-article-as-unread)
1794         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1795         (gnus-summary-set-bookmark): Use it.
1796
1797         * gnus-msg.el (gnus-setup-message): Use it.
1798
1799         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1800
1801         * gnus.el (gnus-group-remove-parameter): Use it.
1802
1803         * gnus-group.el (gnus-group-make-web-group): Use it.
1804
1805         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1806
1807         * nnregistry.el: Update docs to mention manual.
1808
1809         * gnus-registry.el: Update docs to mention nnregistry.el.
1810         (gnus-registry-initialize): Don't install nnregistry refer method
1811         automatically.
1812         (gnus-registry-install-nnregistry): Remove it.
1813
1814 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * shr.el (shr-insert): Don't insert double spaces.
1817
1818 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-gravatar.el (gnus-treat-from-gravatar)
1821         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1822         called interactively.
1823
1824         * gnus-art.el (gnus-mime-view-part-externally)
1825         (gnus-mime-view-part-internally): Make predicate function passed to
1826         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1827         of a mime type.
1828
1829         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1830
1831 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832
1833         * shr.el (require): Require cl when compiling.
1834         (shr-tag-hr): New function.
1835
1836         * nnimap.el (nnimap-update-info): Remove double setting of high.
1837         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1838         This makes nnimap work properly on Courier again.
1839
1840         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1841         the variable for backwards compatability.
1842
1843         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1844         the file name before using to avoid setting mm-default-directory to
1845         nil.
1846
1847         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1848         bidning gnus-agent variables.
1849
1850         * shr.el (shr-render-td): Use a cache for the table rendering function
1851         to avoid getting an exponential rendering behaviour in nested tables.
1852         (shr-insert): Rework the line-breaking algorithm.
1853         (shr-insert): Don't leave trailing spaces.
1854         (shr-insert-table): Also insert empty TDs.
1855         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1856
1857 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1858
1859         * gnus-sum.el (gnus-number): Rename from `number'.
1860         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1861         (gnus-summary-limit-children): Update uses correspondingly.
1862
1863 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1866         (gnus-gravatar-transform-address): Don't show avatars of people of
1867         which mail addresses match gnus-gravatar-too-ugly.
1868
1869 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * shr.el (shr-table-widths): Expand TD elements to fill available
1872         space.
1873
1874 2010-10-07  Julien Danjou  <julien@danjou.info>
1875
1876         * nnimap.el (nnimap-request-rename-group): Add this method.
1877
1878 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1881         name from XEmacs' function-arglist.
1882
1883         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1884         gravatar under XEmacs.
1885
1886 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1887
1888         * auth-source.el: Update docs with TODO items.
1889
1890         * gnus-sync.el: Update docs to explain state and plans.
1891
1892         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1893         Hooks for mark updates.
1894         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1895
1896         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1897         hooks with arguments, which is needed for mark update hooks.
1898
1899 2010-10-06  Julien Danjou  <julien@danjou.info>
1900
1901         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1902         was matched.
1903
1904         * sieve-manage.el: Update example in `Commentary'.
1905
1906         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1907
1908         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1909         not 2000.
1910         (sieve-manage-authenticate): Re-add function.
1911
1912 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * shr.el (shr-insert): Get 'space transition right.
1915         (shr-render-td): Only delete space at the end of the TD.
1916
1917         * nnimap.el (nnimap-open-connection): Prepare to support
1918         open-gnutls-stream.
1919
1920         * shr.el: Rearrange function order to be more logical.
1921
1922 2010-10-06  Julien Danjou  <julien@danjou.info>
1923
1924         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1925         (nnrss-discover-feed): Remove 404 URL in docstring.
1926
1927         * nnir.el: Fix Swish-E URL.
1928         Fix Namazu URL.
1929
1930         * message.el (message-change-subject): Remove 404 URL in a comment.
1931
1932 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1935         called interactively.
1936
1937         * gnus-util.el (gnus-remove-if): Allow hash table.
1938         (gnus-remove-if-not): New function.
1939
1940         * gnus-art.el (gnus-mime-view-part-as-type)
1941         * gnus-score.el (gnus-summary-score-effect)
1942         * gnus-sum.el (gnus-read-move-group-name):
1943         Replace remove-if-not with gnus-remove-if-not.
1944
1945         * gnus-group.el (gnus-group-completing-read):
1946         Regard collection as a hash table if it is not a list.
1947
1948 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1951
1952         * shr.el: Document the table-rendering algorithm.
1953
1954 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1957         for Emacsen having no `libxml-parse-html-region' support.
1958
1959 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1962         invalid URLs.
1963
1964         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1965         line-broken.
1966         (shr-tag-img): Ignore image fetching errors.
1967         (shr-overlays-in-region): Compute overlay positions correctly.
1968
1969         * mm-decode.el (mm-shr): Require shr.
1970
1971         * gnus-art.el (gnus-blocked-images): Move variable here.
1972
1973         * shr.el (shr-insert-table): Bind free variable.
1974
1975         * mm-decode.el (mm-shr): Bind shr-content-function.
1976
1977         * shr.el (shr-content-function): New variable.
1978
1979         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1980         added for symmetry.
1981
1982         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1983
1984         * gnus-group.el (gnus-group-make-group): Doc fix.
1985
1986         * nnimap.el (nnimap-request-newgroups): Return success.
1987
1988         * shr.el (shr-find-elements): New function.
1989         (shr-tag-table): Put all the images after the table.
1990         (shr-tag-table): Really inhibit images inside the table.
1991         (shr-collect-overlays): Copy over overlays from the TD elements to the
1992         main document.
1993
1994         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1995         gnus-blocked-images.
1996
1997 2010-10-05  Julien Danjou  <julien@danjou.info>
1998
1999         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2000
2001         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2002         (gnus-html-maximum-image-size): Add this function.
2003         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2004
2005         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2006         server-value of the capability is nil.
2007
2008 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * shr.el (shr-tag-em): Add <EM> tag.
2011
2012 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2013
2014         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2015         customizable.
2016
2017         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2018         handing broken links to browse-url.
2019
2020 2010-10-05  Julien Danjou  <julien@danjou.info>
2021
2022         * gnus-util.el (gnus-emacs-completing-read)
2023         (gnus-iswitchb-completing-read): Use autoload rather than require.
2024
2025 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2028         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2029         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2030         iswitchb-temp-buflist for XEmacs.
2031
2032         * gnus-util.el (gnus-completing-read-function): Exclude
2033         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2034         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2035         XEmacs.
2036
2037         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2038         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2039
2040         * gnus-html.el: Don't require help-fns under XEmacs.
2041         (gnus-html-schedule-image-fetching): Work for XEmacs.
2042
2043         * mm-decode.el (mm-shr): Decode contents by charset.
2044
2045 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2048         unknown.
2049
2050         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2051         (shr-get-image-data): Ensure against the cache file missing.
2052
2053         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2054         for data.
2055
2056         * spam-report.el (spam-report-url-ping-plain): Don't query about
2057         killing the process.
2058
2059         * shr.el (shr-render-td): Protect against too-wide text.
2060
2061 2010-10-04  Julien Danjou  <julien@danjou.info>
2062
2063         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2064         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2065
2066         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2067         retrieved.
2068
2069 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * shr.el (browse-url): Require.
2072         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2073         lines.
2074         (shr-show-alt-text, shr-browse-image): New commands.
2075         (shr-browse-url, shr-copy-url): New commands.
2076
2077         * gnus-sum.el (gnus-widen-article-window): New variable.
2078         (gnus-summary-select-article-buffer): Use it.
2079
2080         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2081         without @ signs.
2082
2083 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2084
2085         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2086
2087 2010-10-04  Julien Danjou  <julien@danjou.info>
2088
2089         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2090         for XEmacs.
2091
2092 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2095
2096         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2097         (nnimap-close-server): Implement.
2098
2099         * dgnushack.el (iswitchb): Require to shut up the compiler.
2100
2101         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2102         (shr-insert): Tweak line breaking.
2103         (shr-insert): Handle <pre> better.
2104         (shr-tag-li): Get <li> indentation right.
2105         (shr-tag-li): Get <li> indentation even righter.
2106         (shr-tag-blockquote): Ensure paragraph start.
2107         (shr-make-table): Tweak table generation.
2108         (shr-make-table): Fix typo.
2109
2110         * shr.el: Implement table rendering.
2111
2112 2010-10-04  Julien Danjou  <julien@danjou.info>
2113
2114         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2115
2116 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * shr.el (shr-insert): Use string anchors instead of line anchors.
2119
2120 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * shr.el: Add headings.
2123         (shr-ensure-paragraph): Actually work.
2124         (shr-tag-li): Make <ul> prettier.
2125         (shr-insert): Get white space at the beginning/end of elements right.
2126         (shr-tag-p): Collapse subsequent <p>s.
2127         (shr-ensure-paragraph): Don't insert double line feeds after blank
2128         lines.
2129         (shr-insert): \t is also space.
2130         (shr-tag-s): Fix "s" tag name function.
2131         (shr-tag-s): Fix face prop name.
2132
2133 2010-10-03  Julien Danjou  <julien@danjou.info>
2134
2135         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2136
2137         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2138         gnus-window-inside-pixel-edges.
2139
2140         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2141         gnus-ems.
2142
2143         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2144
2145         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2146         function.
2147
2148         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2149         resize choice.
2150
2151 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2154         beginning of the buffer.
2155
2156         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2157         article buffer again.
2158
2159         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2160
2161         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2162         when it's at the start of the buffer.
2163
2164         * shr.el (shr-tag-blockquote): Convert name.
2165         (shr-rescale-image): Use the right image-size variant.
2166
2167         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2168         buffer isn't shown, then select the current article first instead of
2169         bugging out.
2170         (gnus-summary-select-article-buffer): Show both the article and summary
2171         buffers again.
2172
2173         * shr.el (shr-fontize-cont): Protect against regions with no text.
2174         Rename tag functions to shr-tag-* for enhanced security.
2175         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2176
2177 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2178
2179         * shr.el (shr-insert):
2180         * pop3.el (pop3-movemail):
2181         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2182         loaded.
2183
2184 2010-10-03  Glenn Morris  <rgm@gnu.org>
2185
2186         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2187
2188         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2189
2190         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2191
2192         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2193
2194         * gnus-util.el (gnus-make-local-hook): Simplify.
2195
2196 2010-10-02  Julien Danjou  <julien@danjou.info>
2197
2198         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2199         (gnus-ido-completing-read): New function.
2200         (gnus-emacs-completing-read): New function.
2201         (gnus-completing-read): Use gnus-completing-read-function.
2202         Add gnus-completing-read-function.
2203
2204 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2205
2206         * shr.el (shr-insert-document): Autoload.
2207         (shr-img): Be silent.
2208         (shr-insert): Add a newline after every picture before text.
2209         (shr-add-font): Use overlays for combining faces.
2210         (shr-insert): Pass upwards the text start point.
2211
2212         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2213         possible.
2214         (mm-shr): New function.
2215
2216 2010-10-02  Julien Danjou  <julien@danjou.info>
2217
2218         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2219         should go backward.
2220
2221 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2222
2223         * shr.el (shr): Fix typo in provide call.
2224
2225 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * shr.el: New file.
2228
2229         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2230
2231         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2232         completing read.
2233
2234 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2237         we're being queried about.  Suggested by Dan Jacobson.
2238
2239         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2240         Suggested by Jason Eisner.
2241
2242         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2243         table, too.  Suggested by Stefan Wiens.
2244         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2245         the table unnecessary.  Suggested by Stefan Wiens.
2246
2247         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2248         longer needed, and probably doesn't work either, as pointed out by
2249         Stefan Wiens.
2250         (gnus-summary-exit): Remove call to the clearing function.
2251         (gnus-summary-exit-no-update): Ditto.
2252
2253         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2254         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2255         Reported by Stefan Monnier.
2256         (gnus-summary-save-in-rmail): Ditto.
2257
2258         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2259         article buffer, instead of both the article buffer and the summary
2260         buffer.  Sort of suggested by Dan Jacobson.
2261
2262         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2263
2264         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2265         Suggested by Dan Jacobson.
2266
2267         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2268         documentation clearer.
2269
2270         * message.el (message-shorten-references): Comment on the number "21".
2271         Suggested by Stefan Monnier.
2272
2273         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2274         Suggested by Dan Jacobson.
2275
2276         * gnus.el (gnus-large-newsgroup):
2277         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2278
2279         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2280         externalize attachments.  Bug reported by Steve Wen.
2281
2282         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2283         really message anything to the user.
2284
2285         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2286         directly.
2287
2288         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2289         messages in empty groups.
2290
2291 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2292
2293         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2294         non-UIDNEXT group.
2295
2296 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2299         not the value from the collection.
2300
2301         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2302         values.  This sometimes happens on some groups that have no info.
2303         (nnimap-request-newgroups): New function.
2304
2305 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2306
2307         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2308         check into `gnus-registry-initialize'.
2309         (gnus-registry-initialize): Ditto.
2310         Fix and extend header docs.
2311
2312 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2315         regexp backtrace overflows.
2316
2317         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2318         for starttls that tls.el implements; i.e. openssl.
2319
2320         * tls.el (tls-starttls-switches): Give up on using starttls with
2321         gnutls-cli.
2322         (tls-program): Add --insecure to be consistent with the defaults from
2323         openssl s_client.  Now all three commands are insecure.
2324
2325 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * lpath.el: Bind completion-styles-alist for XEmacs.
2328
2329         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2330         (gravatar-create-image): New function that's an alias to
2331         gnus-xmas-create-image, gnus-create-image, or create-image.
2332         (gravatar-data->image): Use it.
2333
2334 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2335
2336         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2337         install the nnregistry refer method.
2338         (gnus-registry-install-hooks): Use it.
2339         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2340         unfollowed groups.
2341
2342 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2343
2344         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2345         expanding threads.
2346
2347 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * nnir.el: Use the server names without suffixes (bug #7009).
2350
2351         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2352         unencrypted to STARTTLS, if possible.
2353
2354 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2355
2356         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2357         headers before superseding.
2358
2359 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * nnrss.el (nnrss-use-local): Add documentation.
2362
2363         * nnimap.el (nnimap-extend-tls-programs): New function.
2364         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2365         (nnimap-wait-for-connection): Accept the greeting from the stupid
2366         output from openssl s_client -starttls, too.
2367
2368         * tls.el (tls-starttls-switches): New variable.
2369         (tls-find-starttls-argument): Use it.
2370         (open-tls-stream): Ditto.
2371
2372         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2373         (netrc-machine): Ditto.
2374
2375         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2376         article number.
2377         (nnimap-split-fancy): New variable.
2378         (nnimap-split-incoming-mail): Use it.
2379
2380         * nntp.el (nntp-server-list-active-group): Document.
2381
2382         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2383         SELECT to get the message-id.
2384
2385         * mail-source.el (mail-sources): Remove webmail support.
2386         (defvar): Ditto.
2387         (mail-source-fetcher-alist): Ditto.
2388         (mail-source-fetch-webmail): Remove.
2389
2390         * webmail.el: Remove -- doesn't seem relevant any more.
2391
2392         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2393
2394         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2395         the \r.
2396
2397 2010-09-30  Julien Danjou  <julien@danjou.info>
2398
2399         * gnus-agent.el (gnus-agent-add-group): Fix call to
2400         gnus-completing-read.
2401
2402 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * nndoc.el (nndoc-retrieve-groups): New function.
2405
2406         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2407         `default', use nnmail-split-methods.
2408         (nnimap-request-article): Downcase the NILs so that they are nil.
2409
2410         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2411         symbol.
2412
2413         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2414         code, since if the user has requested network, that's what they ought
2415         to get.
2416         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2417         (nnimap-split-rule): Mark as obsolete.
2418
2419         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2420         New variable.
2421
2422         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2423         correct slot, too.
2424
2425 2010-09-29  Julien Danjou  <julien@danjou.info>
2426
2427         * gnus.el (gnus-local-domain): Declare variable obsolete.
2428
2429         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2430         Fix history computing.
2431         (gnus-ido-completing-read): Require ido.
2432
2433 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2436         build Gnus.
2437
2438         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2439         when interpreting the structures.
2440         (nnimap-request-accept-article): Add \r\n to the lines to make this
2441         work with Cyrus.
2442
2443         * nndraft.el (nndraft-request-expire-articles): Use the group name
2444         instead if "nndraft".  Fix found by Nils Ackermann.
2445
2446 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2447
2448         * nnregistry.el: Add.
2449
2450 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2451
2452         * nnmail.el (group, group-art-list, group-art):
2453         Remove unneeded directives.
2454
2455 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2458         (mm-mime-charset)
2459         * rfc2047.el (rfc2047-syntax-table)
2460         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2461
2462         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2463         rather than `insert-file-contents' and `eval-region'.
2464
2465         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2466         construction.
2467
2468         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2469
2470         * time-date.el: No need to require cl for Emacs 21.
2471
2472 2010-09-29  Julien Danjou  <julien@danjou.info>
2473
2474         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2475         replacement of `gnus-gravatar-relief' to mimic
2476         `gnus-faces-properties-alist'.
2477         Add :version property.
2478
2479 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * mail-source.el (mail-source-report-new-mail)
2482         * message.el (message-default-mail-headers)
2483         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2484
2485         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2486
2487 2010-09-28  Julien Danjou  <julien@danjou.info>
2488
2489         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2490         mail-address contains the same string as real-name.
2491
2492         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2493         non-blank in header, otherwise it'll get stripped.
2494
2495         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2496         real-name, and then for mail address rather than doing : or , search.
2497
2498 2010-09-27  Julien Danjou  <julien@danjou.info>
2499
2500         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2501         right completing-read function.
2502         (gnus-use-ido): New variable
2503         (gnus-completing-read-with-default): Remove.
2504         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2505         (gnus-agent-add-group):
2506         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2507         * mm-view.el (mm-view-pkcs7-decrypt):
2508         * mm-util.el (mm-codepage-setup):
2509         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2510         * mml-smime.el (mml-smime-openssl-sign-query):
2511         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2512         (mml-insert-multipart):
2513         * gnus-msg.el (gnus-summary-yank-message):
2514         * gnus-int.el (gnus-start-news-server):
2515         * mm-decode.el (mm-interactively-view-part):
2516         * gnus-dired.el (gnus-dired-attach):
2517         * gnus.el (gnus-read-method):
2518         * gnus-bookmark.el (gnus-bookmark-jump):
2519         * gnus-art.el (gnus-mime-view-part-as-type)
2520         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2521         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2522         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2523         * nnmairix.el (nnmairix-create-server-and-default-group)
2524         (nnmairix-update-groups, nnmairix-get-server)
2525         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2526         (nnmairix-get-group-from-file-path):
2527         * nnrss.el (nnrss-find-rss-via-syndic8):
2528         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2529         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2530         (gnus-group-browse-foreign-server):
2531         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2532         (gnus-summary-execute-command, gnus-summary-respool-article)
2533         (gnus-read-move-group-name):
2534         * gnus-score.el (gnus-summary-increase-score)
2535         (gnus-summary-score-effect):
2536         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2537
2538 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2541         x-focus-frame.
2542
2543         * nnimap.el (auth-source-forget-user-or-password)
2544         (auth-source-user-or-password): Autoload.
2545
2546         * message.el (message-from-style, message-interactive)
2547         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2548         (message-yank-prefix, message-indentation-spaces, message-signature)
2549         (message-signature-file): Add comment.
2550
2551 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2554         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2555         new articles.
2556
2557         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2558         parts.
2559         (nnimap-request-article): Work with the t setting, too.
2560
2561         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2562         that you don't get flashes of other buffers.
2563         (gnus-summary-show-complete-article): Intern before setting.
2564
2565 2010-09-27  David Engster  <dengste@eml.cc>
2566
2567         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2568         well as HEADERS.
2569         (nnmairix-retrieve-headers): Provide new argument for the above.
2570
2571 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * gnus-sum.el (gnus-summary-move-article): Don't alter
2574         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2575         group.
2576
2577         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2578
2579         * message.el (message-cite-prefix-regexp): Revert my last edit.
2580
2581         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2582         variable instead of the Gnus variable.
2583
2584         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2585
2586         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2587
2588         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2589         since some servers don't like it.
2590         (nnimap-open-connection): Forget credentials if the server says the
2591         password was wrong.
2592         (nnimap-parse-line): Protect against invalid data.
2593
2594         * gnus-sum.el (gnus-summary-move-article): Add comment.
2595         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2596         nothing alters it while scanning for new messages.
2597
2598         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2599         which may or may not help.
2600         (nnimap-open-connection): If we're doing a stream connection, and then
2601         discover we're on a STARTTLS-capable server, then open a STARTTLS
2602         connection instead.
2603
2604 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * nnimap.el (utf7): Require.
2607
2608         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2609         prefix.
2610
2611 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2612
2613         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2614
2615 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * nnimap.el (nnimap-request-accept-article): Message the error on
2618         error.
2619
2620 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2623
2624 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * nndoc.el (nndoc-request-list): Return success always.
2627
2628         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2629         `fetch-old' -- we only want to fetch the articles we've requested.
2630         The rest are in the agent, probably.
2631         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2632         disappeared server" to something low.  It's not important.
2633
2634         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2635         arrived before the FETCH data.
2636
2637         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2638         target here, because we don't know the Gnus name of the group.
2639
2640         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2641         for the correct group.
2642
2643         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2644
2645         * gnus.el (gnus): Give a final warning after startup.
2646
2647         * gnus-util.el (gnus-action-message-log): New variable.
2648         (gnus-message): Use it.
2649         (gnus-final-warning): New function.
2650
2651         * nnimap.el (nnimap-open-connection): Record the greeting.
2652         (nnimap): Add greeting.
2653
2654 2010-09-26  Julien Danjou  <julien@danjou.info>
2655
2656         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2657         arguments.
2658         (gnus-html-wash-images): Fix spec computing to include start/end.
2659
2660         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2661
2662 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2665         deletion.
2666         (nnimap-retrieve-headers): Don't select the group, because that's
2667         already done by nnimap-possibly-change-group.
2668
2669         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2670         (gnus-picon-transform-address): Use it.
2671
2672         * mail-source.el (mail-source-value): Revert previous patch.
2673
2674         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2675         on failure.
2676         (nnimap-open-connection): Look up both virtual and physical server name
2677         credentials.
2678
2679         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2680
2681 2009-02-07  Dave Love  <fx@gnu.org>
2682
2683         * tls.el (open-tls-stream): Don't query killing process.
2684
2685 2009-02-08  Dave Love  <fx@gnu.org>
2686
2687         * gnus-win.el (gnus-window-to-buffer-helper)
2688         (gnus-all-windows-visible-p): Function needn't be a symbol.
2689
2690         * mail-source.el (mail-source-value): Function needn't be a symbol.
2691
2692 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * message.el (message-cite-prefix-regexp): Remove } from the cite
2695         prefix.
2696
2697         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2698         highlight again, so that the highlight is correct.
2699
2700         * gnus-picon.el (gnus-picon): Remove again.
2701         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2702
2703         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2704         doing the header highlightling, so that the background colour of the
2705         picon is correct.
2706
2707         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2708         (gnus-picon): Ditto.
2709         (gnus-picon): Reinstate.  The background colour for picons is white.
2710         (gnus-picon-insert-glyph): Make the background white.
2711
2712         * nnml.el (nnml-open-nov): Don't return dead buffers.
2713
2714         * auth-source.el (auth-source-create): Query the user for whether to
2715         store the credentials.
2716
2717         * netrc.el (netrc-store-data): New function.
2718
2719         * auth-source.el (auth-source-user-or-password): Use the existing auth
2720         sources, if any, for creation.
2721
2722         * gnus.el (gnus-group-fast-parameter): Return the last matching
2723         parameter instead of the first matching parameter.
2724
2725 2010-09-26  Julien Danjou  <julien@danjou.info>
2726
2727         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2728
2729 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * mml2015.el (mml2015-use): Remove gpg support.
2732
2733         * mml1991.el (mml1991-function-alist): Remove gpg function.
2734         (mml1991-gpg-sign): Remove.
2735
2736 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2737
2738         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2739         (gnus-browse-unsubscribe-current-group): Document it.
2740         (gnus-browse-unsubscribe-group): Use it.
2741
2742 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2745         address to the To list for easier response.
2746
2747         * gnus.el (gnus-play-startup-jingle): Remove.
2748         (gnus-splash): Don't play jingle.
2749         (gnus): Silence gnus-load message.
2750
2751         * gnus-art.el (gnus-treat-play-sounds): Remove.
2752
2753         * gnus.el (gnus-play-jingle): Remove audio support.
2754
2755         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2756
2757         * earcon.el: Remove -- no users.
2758
2759         * gnus-audio.el: Remove -- no users of this package.
2760
2761         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2762
2763         * gnus-start.el (gnus-setup-news): Remove nocem support.
2764
2765         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2766
2767         * gnus.el (gnus-use-nocem): Remove.
2768
2769         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2770         Remove.
2771
2772         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2773         uses NoCeM any more.
2774
2775         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2776         (gnus-button-ctan-handler): Ditto.
2777         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2778         (gnus-button-ctan-directory-regexp): Ditto.
2779         (gnus-button-handle-ctan): Ditto.
2780         (gnus-button-tex-level): Ditto.
2781         (gnus-button-alist): Remove CTAN stuff.
2782
2783 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2786         nnimap-streaming test.
2787
2788         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2789         servers twice.
2790
2791         * nnimap.el (nnimap-open-connection): Add more error reporting when
2792         nnimap fails early.
2793
2794         * nnheader.el (nnheader-get-report-string): New function.
2795         (nnheader-get-report): Use it.
2796
2797         * gnus-int.el (gnus-check-server): Say what the error was when opening
2798         failed.
2799
2800         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2801         using streaming.
2802
2803 2010-09-25  Julien Danjou  <julien@danjou.info>
2804
2805         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2806         gnus-window-inside-pixel-edges.
2807
2808 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2811
2812         * mm-decode.el (mm-save-part): Allow saving to other directories the
2813         normal Emacs way.
2814
2815         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2816         Suggested by Jay Berkenbilt.
2817
2818         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2819         there isn't a single byte.
2820
2821         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2822         just do it.  It doesn't really seem to matter what the user responds
2823         here, I think, so it's just a confusing question.
2824
2825         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2826         non-streaming case.
2827
2828         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2829         (gnus-article-encrypt-body): Use it.
2830
2831         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2832         keystroke.
2833
2834         * nnimap.el (nnimap-find-wanted-parts-1):
2835         Use gnus-fetch-partial-articles.
2836
2837         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2838
2839         * nnimap.el (nnimap-insert-partial-structure): New function.
2840         (nnimap-get-partial-article): New function.
2841         (nnimap-request-article): Use it.
2842         (nnimap-wait-for-response): Return whether the wait was successful.
2843         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2844         retrieval wasn't successful.
2845         (nnimap-retrieve-group-data-early): Allow throttling servers.
2846         (nnimap-streaming): New variable.
2847         (nnimap-fetch-partial-articles): Remove.
2848
2849         * mm-decode.el (mm-with-part): Protect against killed buffers.
2850
2851         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2852         for prettier summary display.
2853
2854 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2855
2856         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2857
2858 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2861         apparently third-party libraries depend on it.
2862
2863         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2864         before starting negotiation.
2865
2866         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2867         privacy reasons.
2868         (gnus-treat-mail-gravatar): Ditto.
2869
2870         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2871         buffer when inserting images.  Inserting text into the headers, for
2872         instance, can make them invalid.
2873
2874 2010-09-25  Julien Danjou  <julien@danjou.info>
2875
2876         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2877         variables.
2878
2879         * nnheader.el: Remove useless variables news-reply-yank-from and
2880         news-reply-yank-message-id.
2881
2882         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2883         variables.
2884
2885         * mml1991.el: Remove useless mml1991-verbose.
2886
2887         * gnus.el: Remove useless variable gnus-use-generic-from.
2888         Remove obsolete variable gnus-topic-indentation.
2889
2890         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2891
2892         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2893
2894         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2895
2896         * gnus-group.el: Remove useless gnus-group-icon-cache.
2897         Remove useless gnus-ephemeral-group-server.
2898
2899         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2900
2901         * mml2015.el: Remove useless mml2015-verbose.
2902
2903         * mml-smime.el: Remove useless mml-smime-verbose.
2904
2905         * gnus.el: Remove useless gnus-local-domain.
2906
2907         * gnus-gravatar.el (gnus-gravatar-transform-address):
2908         Use gnus-gravatar-size.
2909
2910         * gnus-art.el: Remove useless gnus-treat-translate.
2911
2912 2010-09-24  Julien Danjou  <julien@danjou.info>
2913
2914         * gnus-sum.el: Add support for Gravatars.
2915
2916         * gnus-art.el: Add support for Gravatars.
2917
2918         * gnus-gravatar.el: Add this file.
2919
2920         * gravatar.el: Add this file.
2921
2922 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2925
2926         * gnus-group.el (gnus-group-fetch-faq): Remove.
2927
2928         * gnus.el (gnus-group-faq-directory): Remove.
2929
2930         * gnus-group.el (gnus-group-fetch-charter): Remove.
2931
2932         * gnus.el (gnus-group-charter-alist): Remove.
2933
2934         * gnus-group.el (gnus-group-archive-directory): Remove.
2935         (gnus-group-recent-archive-directory): Ditto.
2936         (gnus-group-make-archive-group): Remove.
2937
2938         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2939
2940         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2941         use the same article number for all the cached articles.
2942
2943         * nnimap.el (nnimap-command): Register the last command time so
2944         that we can use it for idling NOOPs.
2945         (nnimap-open-connection): Start the keeplive timer.
2946         (nnimap-make-process-buffer): Store all the process buffers.
2947         (nnimap-keepalive): New function.
2948
2949         * starttls.el (starttls-open-stream): Add autoload cookie.
2950
2951 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2952
2953         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2954         handling.
2955
2956 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2959         its data structures.
2960
2961         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2962         instead of the cl.el copy-list.
2963         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2964         equalp.
2965
2966 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2969         and tool-bar-local-item-from-menu.
2970
2971         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2972         mode-line-highlight face for Emacs.
2973
2974         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2975         loading gnus-sum.elc; fix comment for canlock-verify.
2976         (gnus-article-jump-to-part): Use read-number.
2977         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2978         Remove Emacs pre-21 compatible code for help-echo.
2979         (gnus-article-next-page-1): No need to adjust the number of lines.
2980         (gnus-article-describe-bindings): Always use help-buffer.
2981
2982         * gnus-audio.el (gnus-audio-inline-sound)
2983         * gnus-cus.el (gnus-custom-mode)
2984         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2985
2986         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2987
2988         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2989         compatible code.
2990
2991 2010-09-24  Glenn Morris  <rgm@gnu.org>
2992
2993         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2994         visiting the fcc file in rmail-mode.
2995
2996         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2997
2998 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * nnir.el: Silence the byte compiler.
3001
3002         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3003         alias to browse-url-url-encode-chars if any.
3004         (gnus-html-encode-url): Use it.
3005
3006 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * gnus-start.el (gnus-use-backend-marks): New variable.
3009         (gnus-get-unread-articles-in-group): Use it.
3010
3011         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3012         makeover.
3013
3014 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3015
3016         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3017
3018 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3021         Remove.
3022         (gnus-setup-news-hook):
3023         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3024
3025         * gnus-int.el (gnus-request-update-info): Protect against backends not
3026         having the function.
3027
3028         * nnimap.el (nnimap-stream): Mention starttls.
3029         (nnimap-open-connection): Add starttls support.
3030
3031 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3032
3033         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3034
3035 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3038         BODYSTRUCTUREs.
3039         (nnimap-transform-headers): Unfold quoted {42} headers.
3040
3041         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3042         the info.
3043         (gnus-get-unread-articles): Only call updatep on backends that support
3044         it.
3045
3046         * nnweb.el (nnweb-request-update-info): NOOP.
3047
3048         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3049
3050         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3051         since it only deals with marks.
3052
3053         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3054         gnus-request-marks, and make a new gnus-request-update-info.
3055
3056         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3057         the active instead of the high number, which is usually too low.
3058
3059 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3060
3061         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3062         * encrypt.el: Remove.
3063
3064 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3067         server in symbolic form.
3068
3069         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3070
3071 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3074         (nnimap-update-info): Fix up code slightly.
3075
3076         * gnus-int.el (gnus-open-server): Add tracing for performance
3077         debugging.
3078
3079         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3080         (gnus-group-insert-group-line): Pass the real group name so that it
3081         gets the right data.
3082
3083         * gnus-start.el (gnus-get-unread-articles): Don't have
3084         `gnus-get-unread-articles-in-group' update info, since that can be
3085         really slow and doesn't seem to be needed?
3086
3087 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3088
3089         * time-date.el (date-to-time): Try using parse-time-string first before
3090         using the slower timezone-make-date-arpa-standard.
3091
3092 2010-09-22  Julien Danjou  <julien@danjou.info>
3093
3094         * gnus-group.el (gnus-group-insert-group-line):
3095         Call gnus-group-highlight-line.
3096         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3097         default hook list.
3098         (gnus-group-update-eval-form): Add new function.
3099         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3100         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3101
3102 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103
3104         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3105         immediate, then expire all articles.
3106         (nnimap-update-info): Fix off-by-one errors.
3107         (nnimap-flags-to-marks): Would return no marks lists for group with no
3108         flags.  Instead return the other data.
3109
3110 2010-09-22  Julien Danjou  <julien@danjou.info>
3111
3112         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3113         Only return an icon.
3114         (gnus-group-insert-group-line): Compute icon to return.
3115
3116         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3117         (gnus-html-image-fetched): Only cache if
3118         gnus-html-image-automatic-caching is set.
3119         (gnus-html-image-fetched): Check for errors.
3120
3121 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3124         once per method on `g'.  This ensures that backends like nnfolder don't
3125         open all their folders.
3126
3127         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3128         (nnimap-request-list): Nix out group in the correct buffer.
3129         (nnimap-parse-flags): Implement by using `read' instead of
3130         hand-parsing.
3131         (nnimap-flags-to-marks): Pass on permanent-flags.
3132         (nnimap-make-process-buffer): Record the server name.
3133         (nnimap-parse-flags): Fix typo.
3134         (nnimap-request-scan): Run split on the server in general, not just a
3135         single group.
3136
3137         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3138         parameter, and propagate this downwards.
3139
3140         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3141         since EXAMINE changes it on the server.
3142
3143         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3144         this command might take a while.
3145
3146 2010-09-22  Julien Danjou  <julien@danjou.info>
3147
3148         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3149         harmful if you have 2 images side-by-side, they can't be properly
3150         update on text deletion.  Using text-property is safer here.
3151         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3152         data.
3153
3154 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * nnimap.el (nnimap-expunge-inbox): Remove.
3157         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3158         (nnimap-expunge): Flip default to t.
3159
3160         * gnus.el (gnus-method-to-server): Don't push things to the cache
3161         unless it's unique.
3162         (gnus-server-to-method): Ditto.
3163
3164 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3165
3166         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3167
3168 2010-09-22  Julien Danjou  <julien@danjou.info>
3169
3170         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3171         get the start of data.
3172         (gnus-html-encode-url): Add this function to encode special chars in
3173         URL.
3174         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3175         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3176
3177         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3178         default.
3179         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3180
3181         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3182         images alt-text.
3183         (gnus-html-put-image): Put alt-text as help-echo.
3184
3185 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3188         * mm-util.el (mm-decompress-buffer)
3189         * nnir.el (nnir-run-find-grep)
3190         * pop3.el (pop3-list): Use 3rd arg of split-string.
3191
3192         * time-date.el (format-seconds): Comment fix.
3193
3194         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3195         and byte-optimize-form-code-walker.
3196         (dgnushack-make-auto-load): Don't advise make-autoload.
3197
3198         * lpath.el: Remove Emacs 21 stuff.
3199
3200 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3203         outside the active range.  Suggested by Dan Christensen.
3204
3205         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3206         slightly later to avoid double-getting it.
3207
3208         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3209         previous patch.
3210
3211         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3212
3213 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3214
3215         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3216
3217 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-int.el (gnus-open-server): Give a better error message in the
3220         "go offline" case.
3221
3222         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3223         marks for nnimap, which is seldom the right thing to do.
3224
3225         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3226         (gnus-same-method-different-name): New function.
3227
3228         * nnimap.el (parse-time): Require.
3229
3230         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3231         method in the presence of many similar methods.
3232
3233         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3234
3235         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3236         nnml-inhibit-expiry.
3237
3238         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3239         find out whether methods are equal.
3240
3241         * nnimap.el (nnimap-find-expired-articles): New function.
3242         (nnimap-process-expiry-targets): New function.
3243         (nnimap-request-move-article): Request the article before looking at
3244         what the Message-ID is.  Fix found by Andrew Cohen.
3245         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3246
3247         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3248         for oldness in addition to being a predicate.
3249
3250         * nnimap.el (nnimap-request-group): When we have zero articles, return
3251         the right data to Gnus.
3252         (nnimap-request-expire-articles): Only delete articles immediately if
3253         the target is 'delete.
3254
3255         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3256         method, this would bug out.
3257
3258         * gnus-group.el (gnus-group-expunge-group): Rename from
3259         gnus-group-nnimap-expunge, and implemented as a normal interface
3260         function.
3261
3262         * gnus-int.el (gnus-request-expunge-group): New function.
3263
3264         * nnimap.el (nnimap-request-create-group): Implement.
3265         (nnimap-request-expunge-group): New function.
3266
3267 2010-09-21  Julien Danjou  <julien@danjou.info>
3268
3269         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3270         (gnus-html-cache-expired): Add new function.
3271         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3272         wethever we should display image for fetch it.
3273         Compute alt-text earlier to pass it to the fetching function too.
3274         (gnus-html-schedule-image-fetching): Change function argument to only
3275         get one image at a time, not a list.
3276         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3277         cache.
3278         (gnus-html-get-image-data): New function to retrieve image data from
3279         cache.
3280         (gnus-html-put-image): Change buffer argument to use image data rather
3281         than file, and place image above region rather than inserting a new
3282         one.  Do not take alt-text as argument, since it's useless now: we place
3283         the image above alt-text.
3284         (gnus-html-prune-cache): Remove.
3285         (gnus-html-show-images): Start to fetch image when we find one, do not
3286         push into a temporary list.
3287         (gnus-html-prefetch-images): Only fetch image if they have expired.
3288         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3289         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3290
3291 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3294
3295 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3298         spec inser "*" if the group isn't active instead of 0.
3299
3300         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3301         opening the server.
3302         (nnimap-request-delete-group): Implement group deletion.
3303         (nnimap-transform-headers): Return the size of the entire message in
3304         the Bytes header, not just the size of the first part.
3305         (nnimap-request-move-article): When moving an article from nnimap,
3306         request the article first so the accepting form has an article to
3307         accept.  Reported by Dan Christensen.
3308         (nnimap-command): Make sure that the error message doesn't error out.
3309
3310 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3311
3312         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3313         we haven't requested anything.
3314
3315 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3318         "".  Fix found by Andrew Cohen.
3319
3320         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3321         instead of -encode-string.
3322
3323 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3326
3327         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3328         by mm-subst-char-in-string.
3329
3330 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3333         waiting for the connection string.
3334
3335         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3336         arriving.
3337
3338         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3339         bogus characters.  This allows selecting certain Gmail groups.
3340
3341         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3342         (nnimap-fetch-partial-articles): New variable.
3343         (nnimap-open-connection): When looking for credentials, also use the
3344         nnimap-server-port.
3345         (nnimap-request-article): Return the group/article number, so that Gnus
3346         `^' works as expected.
3347         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3348
3349         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3350         comments.
3351         (gnus-methods-sloppily-equal): New function.
3352         (gnus): When using the development version of Gnus, load the gnus-load
3353         file.
3354
3355         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3356         `gnus-open-server' on each method before trying to scan them etc.
3357         This ensures that all the backend parameters are set correctly.
3358
3359         * nnimap.el (nnimap-authenticator): New variable.
3360         (nnimap-open-connection): Allow anonymous login.
3361         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3362         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3363
3364         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3365         patch, found by Knut Anders Hatlen.
3366
3367 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3368
3369         * gnus-agent.el (gnus-agent-batch-confirmation)
3370         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3371         to gnus-message.
3372         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3373         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3374         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3375         * gnus-int.el (gnus-open-server): Likewise.
3376         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3377         (gnus-score-check-syntax): Likewise.
3378         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3379         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3380         Likewise.
3381         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3382
3383 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3386         calling conventions so that prefetch doesn't bug out.
3387
3388 2010-09-19  Julien Danjou  <julien@danjou.info>
3389
3390         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3391         rather than `subst-char-in-region' in order to be able to replace ASCII
3392         char by UTF-8 ones.
3393
3394         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3395         than curl.
3396         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3397         the right URL and ALT text on images.
3398         (gnus-html-wash-tags): Fix tag case.
3399         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3400         (gnus-article-html): Add -o display_ins_del=2 option.
3401         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3402
3403 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3406         the extra mail headers, which sometimes seem to happen for unknown
3407         reasons.
3408
3409         * mail-parse.el (mail-header-encode-parameter): Define as
3410         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3411         (or most, perhaps?) mail readers don't understand the latter, but do
3412         understand the former.
3413
3414         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3415         to nil, so that no methods are automatically agentized.  I think this
3416         is probably what most users want.
3417
3418         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3419         from url-retrieve, for instance about invalid URLs.
3420
3421         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3422         groups that have no articles.
3423         (nnimap-request-article): Check that we really got an article when we
3424         requested one.
3425
3426         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3427         doesn't exist.
3428
3429         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3430         nntp buffer so the agent can save it.
3431         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3432         that CRLF doesn't get translated to \n.
3433         (nnimap-open-connection): Don't make 'shell commands only send \n.
3434
3435 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3436
3437         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3438         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3439         Update var name.
3440         (nnml-generate-nov-file): Use dolist.
3441         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3442         Use with-current-buffer.
3443
3444 2010-09-18  Julien Danjou  <julien@danjou.info>
3445
3446         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3447         parallel.
3448
3449 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3452         the range update right.
3453         (nnimap-request-group): Don't make `M-g' bug out on group with no
3454         marks.
3455         (nnoo): Require, so that other packages can require nnimap.
3456         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3457         command we're looking for.  This helps when the server sends more
3458         responses after we've gotten everything we expected.
3459         (nnimap): Add a `newlinep' field to keep track of end-of-line
3460         conventions.
3461         Don't send CRLF to things that don't want it.
3462         (nnimap-request-accept-article): Ditto.
3463
3464 2010-09-18  Julien Danjou  <julien@danjou.info>
3465
3466         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3467         than curl to retrieve images.
3468
3469 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3472         the marks.
3473         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3474         (nnimap-wait-for-connection): New function.
3475         (nnimap-open-connection): If we have PREAUTH, don't query for login
3476         credentials.
3477         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3478         when doing a partial update.
3479
3480 2010-09-18  Julien Danjou  <julien@danjou.info>
3481
3482         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3483         tags.
3484
3485 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * nnimap.el (nnimap-credentials): New function.
3488         (nnimap-open-connection): Use the new function to look for credentials
3489         also on the numeric equivalents of "imap" and "imaps".
3490
3491         * gnus-start.el (gnus-activate-group): Send the info to
3492         gnus-request-group.
3493
3494         * nnimap.el (nnimap-request-group): Have the "check" version of the
3495         function parse flags and update the info, so that a `M-g' get a total
3496         resync of all flags from the group.
3497
3498         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3499         to allow backends to alter the info on group selection.  Also alter all
3500         the backend -request-group functions to take the parameter.
3501
3502         * nnimap.el (nnimap-store-info): New function.
3503         (nnimap-update-info): Store the info for later usage.
3504         (nnimap-request-group): Use the stored info for the dont-check case, so
3505         that we don't retrieve all marks when we enter a group.
3506
3507         * nnimap.el: Use deffoo instead of defun for interface functions.
3508
3509         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3510         update the group info.  This makes the nndraft groups, for instance, go
3511         back to their old behaviour.
3512
3513         * gnus-sum.el (gnus-select-newsgroup): Indent.
3514
3515         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3516         in.
3517         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3518         nothing.
3519
3520         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3521         from methods that are denied.
3522
3523         * gnus-int.el (gnus-method-denied-p): New function.
3524
3525         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3526         store the password instead of netrc.
3527         (nnimap-open-connection): Don't error out when we can't make a
3528         connections.
3529
3530         * auth-source.el (auth-source-create): In the password prompt, say what
3531         we're querying for.  Also prompt for user name if that hasn't been
3532         given.
3533
3534         * nnimap.el (nnimap-with-process-buffer): Remove.
3535
3536 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3539         method when we're reading from the agent.
3540
3541         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3542
3543         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3544         that's probably most useful for users.
3545
3546         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3547         "failed" all the time.
3548
3549         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3550         ...)) with (with-current-buffer ... ).
3551
3552         * nntp.el (nntp-open-server): Return whether the open was successful or
3553         not.
3554
3555         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3556         select an unread unseen article first.
3557
3558         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3559         /etc/services, supply some sensible port defaults.
3560
3561         * dgnushack.el: Define netrc-credentials.
3562
3563 2010-09-17  Julien Danjou  <julien@danjou.info>
3564
3565         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3566
3567 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3568
3569         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3570         doesn't have any parameters.
3571
3572 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3575         only upcased checks.
3576
3577         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3578
3579         * nnimap.el (nnimap-open-shell-stream): New function.
3580         (nnimap-open-connection): Use it.
3581         (nnimap-transform-headers): Get the number of lines in each message.
3582         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3583         number of lines.
3584         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3585         problem.
3586
3587         * utf7.el (utf7-encode): Autoload.
3588
3589         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3590         to allow the mail splitting to not return a default group.  This is
3591         useful for nnimap, which will leave unmatched mail in the inbox.
3592
3593         * nnimap.el: Rewritten.
3594
3595         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3596         nnimap usage.
3597
3598         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3599         if the move is internal, so that nnimap can do fast internal moves.
3600
3601         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3602         data.
3603         (gnus-read-active-for-groups): Support finishing the early retrieval of
3604         data.
3605
3606         * gnus-range.el (gnus-range-nconcat): New function.
3607
3608         * gnus-int.el (gnus-finish-retrieve-group-infos)
3609         (gnus-retrieve-group-data-early): New functions.
3610
3611 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3612
3613         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3614         (nnrss-retrieve-groups):
3615         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3616         (pop3-quit): Use with-current-buffer.
3617
3618 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3621         instead of nnheader-accept-process-output.
3622
3623         * dgnushack.el (dgnushack-compile): Add comment.
3624
3625         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3626
3627         * gnus-html.el (gnus-html-schedule-image-fetching)
3628         (gnus-html-prefetch-images): Replace process-kill-without-query by
3629         gnus-set-process-query-on-exit-flag.
3630
3631 2010-09-16  Romain Francoise  <romain@orebokech.com>
3632
3633         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3634
3635 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3638         parameter to unintern is mandatory-ish in Emacs 24.
3639
3640         * gnus-html.el (gnus-html-schedule-image-fetching)
3641         (gnus-html-prefetch-images): Check for curl before using it.
3642
3643         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3644         depend on curl, which isn't essential.
3645
3646         * imap.el: Revert back to version
3647         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3648         seem problematic.
3649
3650 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3651
3652         * gnus-registry.el (gnus-registry-install-shortcuts):
3653         Explicitly pass `obarray' to `unintern' to avoid a warning.
3654
3655 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656
3657         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3658         change.
3659
3660         * nnrss.el (nnrss-request-list): Remove this function and related
3661         functions, including the moreover stuff.
3662
3663 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * nnrss.el (nnrss-retrieve-groups): New function.
3666
3667 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3668
3669         * .dir-locals.el: Add no-byte-compile cookie.
3670
3671 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * time-date.el (format-seconds): Comment fix.
3674
3675         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3676         for back end that doesn't support request-scan.
3677
3678 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3681         then do request scans from the backends.
3682
3683         * netrc.el (netrc-credentials): New conveniency function.
3684
3685         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3686         avoid running a hook per line, since this takes a lot of time,
3687         profiling shows.
3688         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3689         directly if gnus-visual-p is true.
3690
3691 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3694         groups; replace mapcar with dolist which is a bit faster; pass groups
3695         info to gnus-read-active-file-1.
3696         (gnus-read-active-file-1): Scan only specified groups if the new
3697         optional arg `infos' is given.
3698
3699 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3702
3703         * pop3.el (pop3-movemail): Remove.
3704         (pop3-streaming-movemail): Rename to pop3-movemail.
3705
3706         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3707         don't restrict end-tag searches to the end of the line.
3708
3709 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3712         articles of every unchecked group to t, which means unknown since the
3713         server has never been opened.
3714
3715 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * gnus-html.el (gnus-html-show-alt-text): New command.
3718         (gnus-html-browse-image): Ditto.
3719         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3720         to browse the image directly.
3721         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3722         better.
3723
3724         * gnus-async.el (gnus-async-article-callback):
3725         Call `gnus-html-prefetch-images' unconditionally.
3726
3727         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3728         before feeding URLs to curl.
3729
3730 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3733         internal images as deletable by `W D D'.
3734
3735         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3736         (gnus-async-article-callback): Fix typo.
3737
3738 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739
3740         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3741         current line to work around bugs in the output from w3m.
3742
3743         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3744         for groups that want that.
3745
3746         * nntp.el (nntp-wait-for-string): Supply a timeout for
3747         accept-process-output to ensure progress.
3748
3749         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3750         level to get unread articles from, then use that for foreign groups,
3751         too.
3752
3753         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3754         confuses the rest of the function.
3755
3756         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3757         for the methods that support -retrieve-groups, too.
3758
3759         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3760
3761 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3764         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3765
3766         * pop3.el: Require cl when compiling.
3767         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3768
3769 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770
3771         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3772         that aren't going to be activated.
3773         (gnus-get-unread-articles): Fix up the last commit.
3774
3775         * gnus-html.el (gnus-article-html): Allow calling without specifying
3776         the handle.  In that case, dissect the buffer first.
3777
3778         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3779
3780         * nnimap.el (nnimap-open-connection): Revert the change that would look
3781         into authinfo for imaps instead of imap.
3782
3783         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3784         say that you don't want to call gnus-request-group with don-check, but
3785         do check the reponse.  This is for virtual groups only.
3786         (gnus-get-unread-articles): Count the archive groups as secondary, so
3787         that they're activated the same way as before.
3788
3789         * imap.el (imap-message-map): Removed optional buffer parameter, since
3790         no callers use it.
3791         (imap-message-get): Ditto.
3792         (imap-message-put): Ditto.
3793         (imap-mailbox-map): Ditto.
3794         (imap-mailbox-put): Ditto.
3795         (imap-mailbox-get): Ditto.
3796         (imap-mailbox-get): Revert last change for this function.
3797
3798         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3799         case-insensitively.
3800         (nnimap-debug): Remove.
3801
3802         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3803         to use `imap-fetch' instead.  According to the comments, this should be
3804         safe, since all other IMAP clients use the 1:* syntax.
3805         (imap-enable-exchange-bug-workaround): Removed.
3806         (imap-debug): Removed -- doesn't seem very useful.
3807
3808         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3809         mail from a file, and the file doesn't exist.
3810
3811         * imap.el (imap-log): New convenience function used throughout instead
3812         of repeating the same code all over the place.
3813
3814         * pop3.el (pop3-streaming-movemail): Return t for success.
3815
3816         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3817         .authinfo if we're using ssl connection.
3818
3819         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3820         already have if we're in a main Gnus `g' run.
3821
3822         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3823
3824 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3827
3828         * nnmh.el (nnmh-request-list-1): Bind `file'.
3829
3830         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3831         alias to set-process-query-on-exit-flag or process-kill-without-query.
3832         (pop3-open-server): Use it.
3833
3834 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835
3836         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3837         box to the Incoming file.  Fixes mistake in previous checkin.
3838
3839         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3840         request loop (for debugging purposes) removed.
3841
3842         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3843         culprit is more visible.
3844         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3845         (nnml-add-incremental-nov): New functions to do "incremental" nov
3846         updates, where we just append to the end of the existing nov files
3847         without reading/writing them in full.
3848
3849         * mail-source.el (mail-source-delete-crash-box): Really only check the
3850         incoming files once in a while.
3851
3852         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3853
3854         * mail-source.el (mail-source-delete-crash-box): Only check the
3855         incoming files for deletion once per day to save a lot of file
3856         accesses.
3857
3858         * pop3.el (pop3-logon): Fix up unbound variable typo.
3859
3860         * mail-source.el (pop3-streaming-movemail): Autoload.
3861
3862         * pop3.el (pop3-streaming-movemail):
3863         Respect pop3-leave-mail-on-server.
3864
3865         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3866         retrieval.
3867
3868         * pop3.el (pop3-process-filter): Remove unused function.
3869         (pop3-streaming-movemail, pop3-send-streaming-command)
3870         (pop3-wait-for-messages, pop3-write-to-file)
3871         (pop3-number-of-responses): New functions for streaming pop3
3872         retrieval.
3873
3874         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3875         come from no known methods.
3876         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3877         list.
3878
3879         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3880         message sizes.
3881         (pop3-movemail): Use erase-buffer instead of looping and deleting
3882         regions, which seems rather odd.
3883
3884         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3885         file once per `g' run.
3886
3887         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3888         directories.  This makes the draft queue directory work.
3889
3890         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3891         data from the backends, so that we only request the list of groups from
3892         each method once.  This should speed things up considerably.
3893
3894         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3895         detect that it's not implemented.
3896
3897         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3898         we actually do recurse down into the tree, but don't stat all leaf
3899         nodes.
3900
3901         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3902         then say so instead of bugging out.
3903
3904         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3905         files exist before trying to read them.
3906
3907         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3908         around <pre_int>.
3909
3910         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3911
3912         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3913
3914 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915
3916         * mm-util.el (mm-image-load-path): Just return the image directories,
3917         not all directories in the path in addition to the image directories.
3918         (mm-image-load-path): Maintain a cache of the image directories so that
3919         the `g' command in Gnus doesn't have to stat dozens of directories each
3920         time.
3921
3922         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3923         (gnus-html-wash-tags): Add a new `i' command to insert images.
3924         (gnus-html-insert-image): New command and keystroke.
3925         (gnus-html-redisplay-with-images): New command and keystroke.
3926         (gnus-html-show-images): Rename command.
3927         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3928         spacers.
3929         (gnus-html-wash-tags): Decode entities at the end, so that entities
3930         inside the tags don't mess up the rest of the "parsing".
3931
3932         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3933         so that nnimap methods aren't agentized by default.  There's apparently
3934         many problems related to agent/imap behaviour.
3935
3936         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3937
3938         * gnus-html.el: Doc fix.
3939
3940 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3943         specifier-spec-list for Emacs 21.
3944
3945         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3946         glyph-width and glyph-height instead of display-graphic-p and
3947         image-size; make avoidance of displaying small images work for XEmacs.
3948
3949         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3950         for XEmacs.
3951
3952         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3953         of symbol that holds plist data.
3954         (gnus-process-plist): Remove plist of process after getting it.
3955
3956 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * message.el (message-generate-hashcash): Change default to
3959         'opportunistic if hashcash is installed.
3960
3961         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3962         (gnus-html-put-image): Only call image-size once, since it's somewhat
3963         time-consuming on remote X servers.
3964
3965 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3968         type on data, not a file name.
3969
3970         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3971         window-pixel-edges for Emacs 21.
3972
3973         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3974         decoded contents.
3975         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3976
3977 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3980         group line format, since it isn't very interesting.
3981
3982         * gnus-agent.el (gnus-agent-short-article),
3983         (gnus-agent-long-article): Increase values for these two variables,
3984         since most people are likely to have more network connection and
3985         storage than before.
3986
3987         * gnus.el (gnus-refer-article-method): Change default to 'current.
3988         When referring an article, the common behaviour is to refer it from the
3989         current select method, not the native select method.  The chances of
3990         the native select method having the message in question is rather slim
3991         these days.
3992
3993         * gnus-sum.el (gnus-auto-select-subject): Change default to
3994         `unseen-or-unread'.  I think it's likely that most people want to
3995         select an unseen article over a previously seen, but unread one.
3996
3997         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3998         means that in the article buffer none of the minor mode elements will
3999         be shown, usually, and this is not desirable in most cases.
4000
4001         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4002         that commands like `d' (and the like) go to the next line in the
4003         buffer, instead of the next unread article.  I think this is the
4004         behaviour that is most natural for most users.
4005         (gnus-single-article-buffer): Change default to nil, so that people can
4006         have as many article buffers open as they have summary buffer.  I think
4007         this is the most natural way for the groups to behave.
4008
4009         * message.el (message-generate-new-buffers): Change default to
4010         `unsent', so that all new message buffers start their names with the
4011         string "*unsent", and it's easier to find the buffers if you move from
4012         them.
4013
4014 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4017         small.  They're probably tracking images.
4018         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4019         (gnus-html-rescale-image): Yet another try at getting the image sizing
4020         right.
4021
4022         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4023         nntp-marks-file-name is nil.
4024
4025 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4026
4027         * gnus-html.el (gnus-html-wash-tags)
4028         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4029         Better logging.
4030
4031 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4034
4035         * gnus-html.el (gnus-html-wash-tags): Check the value of
4036         gnus-blocked-images in the summary buffer.
4037
4038 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4039
4040         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4041
4042 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4045         like "a", it seems like.
4046         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4047         since it needs to be picked from the correct buffer.
4048
4049         * nnwfm.el: Remove.
4050
4051         * nnlistserv.el: Remove.
4052
4053 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4056         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4057
4058 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * nnkiboze.el: Remove.
4061
4062         * nndb.el: Remove.
4063
4064         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4065         alt text.
4066         (gnus-html-rescale-image): Try to get the rescaling logic right for
4067         images that are just wide and not tall.
4068
4069         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4070         overshadow variable bindings.
4071
4072 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4073
4074         * gnus-html.el (gnus-html-wash-tags)
4075         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4076         Add extra logging.
4077
4078 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4081         (gnus-max-image-proportion): New variable.
4082         (gnus-html-rescale-image): New function.
4083         (gnus-html-put-image): Rescale images.
4084
4085 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4086
4087         Fix up some byte-compiler warnings.
4088         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4089         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4090         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4091         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4092         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4093         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4094         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4095
4096 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * gnus-html.el (gnus-article-html): Decode contents by charset.
4099
4100 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4103         (gnus-html-frame-width, gnus-blocked-images)
4104         * message.el (message-prune-recipient-rules): Add custom version.
4105         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4106
4107         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4108         functions.
4109
4110         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4111         gnus-process-get.
4112
4113 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4114
4115         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4116         instead of lsub directly.
4117
4118 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4119
4120         * nnwarchive.el: Remove.
4121
4122         * gnus-soup.el: Remove.
4123
4124         * nnsoup.el: Remove.
4125
4126         * nnultimate.el: Remove.
4127
4128         * gnus-html.el (gnus-blocked-images): New variable.
4129
4130         * message.el (message-prune-recipients): New function.
4131         (message-prune-recipient-rules): New variable.
4132
4133         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4134         guess whether a long line is natural text or not.
4135
4136         * gnus-html.el (gnus-html-schedule-image-fetching):
4137         Use gnus-process-plist and friends for compatibility.
4138
4139 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4140
4141         * gnus-html.el: Require packages that define macros used in this file.
4142         (gnus-article-mouse-face): Declare to silence byte-compiler.
4143         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4144         process-get.
4145         (gnus-html-put-image): Use plist-get to avoid getf.
4146         (gnus-html-prefetch-images): Use with-current-buffer.
4147
4148 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-ems.el: Provide compatibility functions for
4151         gnus-set-process-plist.
4152
4153         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4154         header-line-format for XEmacs 21.4.
4155
4156         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4157         * gnus.el (gnus-valid-select-methods)
4158         * message.el (message-send-mail-partially-limit)
4159         * mm-decode.el (mm-text-html-renderer)
4160         * mml.el (mml-insert-mime-headers-always)
4161         * smiley.el (smiley-regexp-alist): Bump custom version.
4162
4163 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4164
4165         * gnus-html.el: require mm-url.
4166         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4167         with the url to `url'.
4168         (gnus-html-wash-tags): Support cid: URLs/images.
4169
4170 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4171
4172         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4173         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4174         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4175
4176         * gnus-move.el: Remove file, since it doesn't really work.
4177
4178         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4179         UTF-8.  This seems to fix problems with some German web feeds.
4180
4181         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4182         at the top so that the proper colours are applied.
4183
4184         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4185         don't have dots in their names.
4186
4187         * gnus-art.el (gnus-article-view-part): Doc fix.
4188
4189         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4190         XEmacs-compatible.
4191         (gnus-html-put-image): Don't do images on non-graphic displays.
4192
4193         * nnslashdot.el: Remove this unused backend.
4194
4195         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4196         actions.
4197         (gnus-undo-register-1): Revert last change.
4198
4199         * gnus-group.el (gnus-group-completing-read): Protect against not
4200         having completion-styles bound.
4201
4202         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4203         make broken recipients happier.
4204
4205         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4206
4207         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4208         point parameter.
4209
4210         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4211
4212         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4213         completion-styles for group selection.
4214
4215 2009-02-04  Andreas Schwab  <schwab@suse.de>
4216
4217         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4218         headers and regexp-quote the match if necessary.
4219
4220 2009-03-24  Miles Bader  <miles@gnu.org>
4221
4222         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4223         the blinking smiley.
4224
4225 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4226
4227         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4228         blink smiley.
4229
4230 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4231
4232         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4233         where the dribbel file lives exists.
4234
4235         * message.el (message-send-mail-partially-limit): Change the default to
4236         nil, since most people don't want this.
4237
4238         * mm-url.el (mm-url-decode-entities): Also decode entities like
4239         &#x3212.
4240
4241 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4242
4243         * gnus-sum.el (gnus-summary-idna-message):
4244         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4245         Hyperlink urls in docstrings with URL `...'.
4246
4247 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4248
4249         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4250         functions.
4251
4252 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4255         say what the mouseover text should be.
4256
4257         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4258         version of the mm-w3m-safe-url-regexp variable to only download images
4259         in the groups where we want that to happen.
4260
4261         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4262
4263         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4264         easier debugging.
4265         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4266         big pictures in the article buffer.
4267
4268         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4269         gnus-article-html.
4270         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4271         w3m.
4272
4273         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4274
4275 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4278         which doesn't exist.
4279
4280         * message.el (message-inhibit-ecomplete): New variable to allow some
4281         function to inhibit ecomplete address storage.
4282         (message-resend): Disable ecomplete message storage when resending
4283         messages.
4284
4285         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4286
4287 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4290         Save excursion while copying, moving, and deleting articles in order to
4291         prevent the cursor from jumping to unforeseen place.
4292
4293 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * lpath.el: No need to bind bookmark-current-buffer,
4296         bookmark-yank-point and bookmark-make-record-function.
4297
4298 2010-08-17  Glenn Morris  <rgm@gnu.org>
4299
4300         * gnus-sync.el: Require gnus components whose functions are used.
4301
4302         * gnus-art.el (bookmark-make-record-function):
4303         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4304         Declare for compiler.
4305
4306         * mm-url.el (mml-compute-boundary): Autoload.
4307
4308 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4311
4312 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4313
4314         Typo fix "hoo4a" -> "hook".
4315
4316         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4317
4318 2010-08-14  Glenn Morris  <rgm@gnu.org>
4319
4320         * gnus-sync.el (gnus-sync): Fix defgroup version.
4321
4322 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4323
4324         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4325
4326         * gnus-sync.el: Fix docs.
4327         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4328         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4329
4330 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         Optimizations for gnus-sync.el.
4333
4334         * gnus-sync.el: Add docs about gnus-sync-backend
4335         possibilities.
4336         (gnus-sync-save): Remove unnecessary message.
4337         (gnus-sync-read): Optimize and show what groups were skipped.
4338
4339 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         Minor bug fixes for gnus-sync.el.
4342
4343         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4344         Don't read the sync on get-new-news.
4345
4346         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4347         quiet.
4348
4349         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4350         (fix typo).
4351
4352 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4353
4354         Make saving and restoring of hidden threads work with overlays.
4355         Patch applied by Ted Zlatanov.
4356
4357         * gnus-sum.el (gnus-hidden-threads-configuration)
4358         (gnus-restore-hidden-threads-configuration): Update to deal with text
4359         properties, rather than searching for a magic character.
4360
4361 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4362
4363         New gnus-sync.el library for synchronization of marks.
4364
4365         * gnus-sync.el: New library for synchronization of marks.
4366
4367         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4368         renamed from `gnus-registry-grep-in-list'.
4369
4370         * gnus-registry.el (gnus-registry-follow-group-p):
4371         Use `gnus-grep-in-list'.
4372
4373         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4374
4375 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4378         determining charset of text fails.
4379
4380 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * nnmail.el (nnmail-get-new-mail-1): Revert.
4383
4384         * nnml.el (nnml-active-number): Make sure names of newly created groups
4385         in nnml-group-alist are encoded.
4386
4387 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4390         containing non-ASCII characters in active file for nnml back end.
4391
4392 2010-07-24  David Engster  <dengste@eml.cc>
4393
4394         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4395         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4396
4397 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4398
4399         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4400         tag (Bug#6654).
4401
4402 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4405         the article buffer, not the summary buffer.
4406
4407 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4410         Emacs 23 as well.
4411
4412 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4415         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4416
4417 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4418
4419         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4420         Patch applied by Karl Fogel.
4421
4422         * gnus-sum.el (gnus-summary-bookmark-make-record):
4423         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4424
4425 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4426
4427         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4428         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4429         C-w still not working correctly from Article buffers; Thierry's
4430         patch to fix that will be applied after this.
4431
4432         * gnus-art.el (bookmark-make-record-function): New local variable.
4433
4434         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4435         article buffer.
4436         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4437
4438 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4439
4440         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4441         on changes in bookmark.el.
4442
4443 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4446         `no-log' instead of message not to log prompt string.
4447
4448 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4449
4450         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4451         the *other* type of HTML form submission.
4452
4453 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4454
4455         * auth-source.el (auth-source-pick): If choice does not contain a
4456         questioned keyword, set the check to t.
4457
4458 2010-06-12  Romain Francoise  <romain@orebokech.com>
4459
4460         * gnus-util.el (gnus-date-get-time): Move up before first use.
4461
4462 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4465         (gnus-article-edit-part): Bind it to make last part that is substituted
4466         or deleted visible.
4467         (gnus-mime-display-single): Buttonize part of which id equals to
4468         gnus-mime-buttonized-part-id.
4469
4470 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4471
4472         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4473         (gnus-dd-mmm): Use gnus-date-get-time.
4474         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4475         simplify logic.
4476         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4477         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4478
4479 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4480
4481         * auth-source.el (top): Autoload `secrets-list-collections',
4482         `secrets-create-item', `secrets-delete-item'.
4483         (auth-sources): Fix tag string.
4484         (auth-get-source, auth-source-retrieve, auth-source-create)
4485         (auth-source-delete): New defuns.
4486         (auth-source-pick): Rewrite in order to avoid 2 passes.
4487         (auth-source-forget-user-or-password): New parameter USERNAME.
4488         (auth-source-user-or-password): New parameters CREATE-MISSING and
4489         DELETE-EXISTING.  Retrieve password interactively, if needed.
4490
4491 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4492
4493         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4494         deleting unused directories when gnus-expert-user is t.
4495
4496 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4499         for each temp file when gnus-article-browse-delete-temp is ask.
4500
4501 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4502
4503         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4504         Lisp calls to delete-backward-char by calls to delete-char.
4505
4506 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4507
4508         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4509
4510 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4511
4512         * password-cache.el (password-cache-remove): Fix docstring.
4513
4514 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4517         article unless decoding article to be saved.
4518
4519 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4522         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4523         generated within the mm-with-unibyte-current-buffer macro.
4524
4525 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4528         to nil when we're in a mml-preview buffer and no group is selected.
4529
4530 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4531
4532         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4533         when catching the `C-g'.  Reported by "Leo".
4534
4535 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * message.el (message-forward-make-body-plain)
4538         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4539         multibyte-string-p.
4540
4541         * lpath.el: Revert.
4542
4543 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * message.el (message-forward-make-body-mml): Assume original message
4546         is multibyte string; error on unibyte.
4547         (message-forward-make-body-plain): Ditto; don't add excessive newline
4548         in body end.
4549
4550         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4551
4552 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4553
4554         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4555         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4556
4557 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * mm-extern.el (mm-extern-url): Don't use
4560         mm-with-unibyte-current-buffer.
4561         (mm-extern-cache-contents): Use with-current-buffer instead of
4562         save-excursion + set-buffer.
4563
4564 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * mm-util.el (mm-emacs-mule): Remove.
4567
4568 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4569
4570         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4571         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4572         change.
4573
4574 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4577         bind the default value of enable-multibyte-characters to nil.
4578
4579 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * message.el (message-forward-make-body-plain)
4582         (message-forward-make-body-mml):
4583         Don't use mm-with-unibyte-current-buffer.
4584
4585 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4588
4589 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4590
4591         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4592         (Bug#5592).
4593
4594 2010-05-07  Julien Danjou  <julien@danjou.info>
4595
4596         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4597         it to mm-pipe-part.
4598
4599         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4600         it is given.
4601
4602 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * binhex.el (binhex-decode-region-internal)
4605         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4606         (dns-query)
4607         * nnweb.el (nnweb-gmane-search)
4608         * pgg-parse.el (pgg-parse-armor)
4609         * pgg.el (pgg-verify-region)
4610         * sha1.el (sha1-string-external)
4611         * uudecode.el (uudecode-decode-region-internal)
4612         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4613         XEmacs.
4614
4615         * gnus-art.el (gnus-article-browse-html-parts)
4616         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4617         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4618         make-temp-file.
4619
4620         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4621         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4622         compiling.
4623
4624         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4625         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4626         XEmacs when compiling.
4627
4628         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4629         gnus-pick-mode-off-hook for XEmacs when compiling.
4630         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4631         gnus-binary-mode-off-hook for XEmacs when compiling.
4632
4633         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4634         Return nil if char-charset is not available.
4635
4636         * imap.el (imap-disable-multibyte)
4637         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4638         macros.
4639
4640         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4641         instead of encode-coding-string.
4642
4643         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4644         'xemacs) instead of mm-emacs-mule to switch function definitions.
4645         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4646
4647         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4648         bind temporary-file-directory for XEmacs;
4649         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4650         timer-set-function for XEmacs 21.4 and SXEmacs;
4651         bind timer-list for XEmacs 21.4 and SXEmacs;
4652         fbind char-charset and find-charset-region for non-Mule XEmacs;
4653         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4654         encode-coding-region and encode-coding-string for XEmacs having no
4655         file-coding feature.
4656
4657 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4658
4659         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4660
4661 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4664         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4665
4666 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4667
4668         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4669         alias `jka-compr-delete-temp-file' no longer exists.
4670
4671 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4672
4673         Use define-minor-mode in Gnus where applicable.
4674         * mml.el (mml-mode): Use define-minor-mode.
4675         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4676         (gnus-undo-mode): Use define-minor-mode.
4677         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4678         (gnus-dead-summary-mode): Use define-minor-mode.
4679         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4680         Initialize in declaration.
4681         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4682         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4683         (gnus-mailing-list-mode): Use define-minor-mode.
4684         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4685         (gnus-draft-mode): Use define-minor-mode.
4686         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4687         (gnus-dired-mode): Use define-minor-mode.
4688
4689 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4690
4691         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4692         handles on recursive mml-to-mime translation and check them for
4693         boundary delimiter collisions.  Reported by Greg Troxel.
4694
4695 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4698
4699 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4700
4701         * mm-util.el (mm-find-buffer-file-coding-system):
4702         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4703
4704 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4705
4706         * message.el (message-generate-headers): Record insertion of optional
4707         headers as well.  Otherwise the check to prevent repeated insertion of
4708         optional headers is a no-op.
4709
4710 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4711
4712         * smime.el: Don't mention CVS.
4713
4714         * nnrss.el (nnrss-fetch): Don't mention CVS.
4715
4716         * nnir.el: Don't mention CVS.
4717
4718 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4719
4720         * gnus-sum.el (gnus-summary-bookmark-make-record):
4721         Add `location' field.
4722
4723 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * lpath.el: Fbind bookmark-default-handler,
4726         bookmark-get-bookmark-record, bookmark-make-record-default,
4727         bookmark-prop-get for Emacs <23 and XEmacs.
4728
4729 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4730
4731         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4732         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4733         Use with-current-buffer to silence the byte-compiler.
4734         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4735         bother to require `gnus'.
4736         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4737
4738 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4739
4740         * gnus-sum.el (gnus-summary-bookmark-make-record)
4741         (gnus-summary-bookmark-jump): New functions.
4742         (gnus-summary-mode): Setup bookmark support.
4743
4744 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4745
4746         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4747         if set.
4748
4749 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4752         gnus-article-browse-html-save-cid-image; make it work recursively for
4753         forwarded messages as well.
4754         (gnus-article-browse-html-parts): Work when prefix arg is given.
4755         (gnus-article-browse-html-article): Doc fix.
4756
4757 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4758
4759         * message.el (message-default-mail-headers):
4760         (message-default-headers): Carry the value mail-default-headers over
4761         into message-default-mail-headers, rather than message-default-headers.
4762
4763 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4764
4765         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4766         charset.
4767
4768         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4769         charset into the <meta> tag when the article is encoded to utf-8.
4770
4771 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * gnus-art.el (gnus-article-browse-delete-temp-files):
4774         Delete directories as well.
4775         (gnus-article-browse-html-parts): Work for images that do not specify
4776         file names; delete temp directory when quitting; insert header at the
4777         right place; use file: scheme for image files.
4778
4779 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4780
4781         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4782         (gnus-article-browse-html-parts): Use it to make temporary cid image
4783         files in addition to html file so that browser may display them.
4784
4785 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4788
4789 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4792
4793 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4794
4795         * auth-source.el (auth-sources): Change default to be simpler.
4796         Explain about Secret Service API sources.  Improve Customize options.
4797         (auth-source-pick): Change to accept any number of search parameters.
4798         Implement fallbacks iteratively, not recursively.  Add scoring on the
4799         second pass and sort by score.  Call Secret Service API when needed.
4800         (auth-source-user-or-password): Use it.  Call Secret Service API
4801         directly when needed to get the user name and the password.
4802
4803 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4804
4805         * message.el (message-interactive): Doc fix.
4806         (message-qmail-inject-args): Reflow.
4807         (message-kill-to-signature): Fix typo in docstring.
4808
4809         * smiley.el (smiley-buffer): Fix typo in docstring.
4810
4811 2010-03-24  Glenn Morris  <rgm@gnu.org>
4812
4813         * mail-source.el (gnus-message): Declare.
4814         (mail-source-delete-old-incoming): Require gnus-util.
4815
4816 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4819
4820         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4821
4822         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4823         password-cache's default if it is not bound.
4824         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4825         password-cache-expiry's default if it is not bound.
4826
4827         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4828         available in Emacs 21.
4829
4830         * lpath.el: Suppress compiler warnings for:
4831         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4832         XEmacs;
4833         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4834         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4835         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4836
4837 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4838
4839         * auth-source.el (auth-sources): Fix up definition so extra parameters
4840         are always inline.
4841
4842 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4843
4844         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4845         wasn't updated after mismatch.  Clear cached mailbox info correctly
4846         when uidvalidity changes.
4847         (nnimap-group-prefixed-name): New function to avoid some code
4848         duplication.
4849         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4850         (nnimap-request-group): Use it.
4851         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4852         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4853         with many imap folders.  This is done by caching the group status from
4854         the imap server persistently in a group parameter `imap-status'.  (This
4855         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4856         but not persistently, so every Gnus startup was still very slow.)
4857
4858 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4859
4860         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4861         delete the extra newline.  Otherwise editing of :string and :number
4862         types don't work.
4863
4864 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4865
4866         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4867         secrets.el dependency.
4868         (auth-sources): Add optional user name.  Add secrets.el configuration
4869         choice (unused right now).
4870
4871 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * gnus-sum.el (gnus-summary-make-menu-bar):
4874         Let `gnus-registry-install-shortcuts' fill in the functions.
4875
4876         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4877         warnings.
4878         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4879         (gnus-registry-install-shortcuts): Populate and use it in a
4880         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4881
4882 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4883
4884         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4885         In-place substitutions for the group name encoding/decoding.
4886         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4887         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4888         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4889         (nnimap-update-unseen, nnimap-request-list)
4890         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4891         (nnimap-request-set-mark, nnimap-split-to-groups)
4892         (nnimap-split-articles, nnimap-request-newgroups)
4893         (nnimap-request-create-group, nnimap-request-accept-article)
4894         (nnimap-request-delete-group, nnimap-request-rename-group)
4895         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4896         `encoded-mbx' for consistency.
4897         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4898         variable `imap-current-mailbox'.
4899
4900         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4901         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4902
4903 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4904
4905         * pop3.el (pop3-display-message-size-flag): Display message size byte
4906         counts during POP3 download.
4907         (pop3-movemail): Use it.
4908         (pop3-list): Implement listing of available messages.
4909
4910 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4911
4912         * nnir.el (nnir-get-article-nov-override-function): New function to
4913         override the normal NOV retrieval.
4914         (nnir-retrieve-headers): Use it.
4915
4916 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4917
4918         * auth-source.el (netrc-machine-user-or-password): Autoload.
4919
4920 2010-03-19  Glenn Morris  <rgm@gnu.org>
4921
4922         Stop message.el from loading about 40 libraries it doesn't always need.
4923         The general approach is to autoload rather than require, and to
4924         require in the specific functions rather than the file.  (Bug#5642)
4925
4926         * gmm-utils.el: Don't require wid-edit.
4927         (widget-create-child-value, widget-convert, widget-default-get):
4928         Autoload.
4929
4930         * gnus-util.el: Don't require time-date, netrc.
4931         (message-fetch-field, gnus-group-name-decode): Declare rather than
4932         autoloading.
4933         (gnus-fetch-field): Require message.
4934         (gnus-decode-newsgroups): Require gnus-group.
4935
4936         * ietf-drums.el: Don't require time-date.
4937
4938         * message.el: Don't require hashcash, canlock, ecomplete.
4939         Do require mail-utils.  Require nnheader only when compiling.
4940         (smtpmail-default-smtp-server): Remove declaration.
4941         (message-send-mail-function): Check smtpmail-default-smtp-server
4942         is bound rather than requiring smtpmail.
4943         (message-auto-save-directory, message-insert-signature):
4944         Use expand-file-name rather than nnheader-concat.
4945         (nnheader-insert-file-contents): Autoload.
4946         (hashcash-wait-async): Declare.
4947         (message-send-mail): Only call gnus-setup-posting-charset if
4948         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4949         (message-send-mail-with-sendmail): Require sendmail.
4950         (canlock-password, canlock-password-for-verify): Declare.
4951         (message-canlock-password): Require canlock.
4952         (nnheader-get-report): Autoload.
4953         (gnus-setup-posting-charset): Declare.
4954         (message-send-news): Require gnus-msg.
4955         (message-make-references, message-make-in-reply-to): Use mail-header-id
4956         rather than the alias mail-header-message-id.
4957         (ecomplete-add-item, ecomplete-save): Declare.
4958         (message-put-addresses-in-ecomplete): Require ecomplete.
4959         (ecomplete-display-matches): Autoload.
4960
4961         * mm-decode.el: Don't require mailcap, gnus-util.
4962         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4963         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4964         Autoload.
4965         (mailcap-mime-extensions): Declare.
4966
4967         * mm-encode.el: Don't require mailcap.
4968         (mailcap-extension-to-mime): Autoload.
4969
4970         * mml-sec.el: Don't require password-cache.
4971
4972         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4973         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4974         (mml-minibuffer-read-type): Require mailcap.
4975         (mml-preview): Require gnus-msg.
4976
4977         * mml1991.el: Require password-cache.
4978         (password-cache-expiry): Remove declaration.
4979
4980         * mml2015.el: Require password-cache.
4981         (password-cache-expiry): Remove declaration.
4982
4983         * nneething.el (mailcap): Require mailcap.
4984
4985         * nnheader.el (declare-function): Add compatibility stub.
4986         (message-remove-header): Declare rather than autoload.
4987         (nnheader-replace-header): Require message.
4988
4989         * nnimap.el (declare-function): Add compatibility stub.
4990         (netrc-parse, netrc-machine-user-or-password): Declare.
4991         (nnimap-open-connection): Require netrc.
4992
4993         * nntp.el (declare-function): Add compatibility stub.
4994         (netrc-parse, netrc-machine, netrc-get): Declare.
4995         (nntp-send-authinfo): Require netrc.
4996
4997         * rfc2047.el: Don't require qp.
4998         (quoted-printable-encode-region, quoted-printable-decode-string):
4999         Autoload.
5000
5001         * sieve-mode.el: Don't require easymenu.
5002         (easy-menu-add-item): Autoload it.
5003
5004         * spam-stat.el (time-to-number-of-days): Autoload it.
5005
5006 2010-03-19  Glenn Morris  <rgm@gnu.org>
5007
5008         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5009
5010 2010-03-18  Glenn Morris  <rgm@gnu.org>
5011
5012         * hashcash.el (declare-function): Remove duplicate definition.
5013
5014 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5015
5016         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5017         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5018         value if any backslash escapes).
5019
5020 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5023         if it is available.  (bug#5647)
5024
5025         * lpath.el: Suppress compiler warning for coding-system-from-name for
5026         Emacs 21 and XEmacs.
5027
5028 2010-03-14  Juri Linkov  <juri@jurta.org>
5029
5030         * hmac-def.el:
5031         * hmac-md5.el:
5032         * netrc.el: Fix keywords.
5033
5034 2010-02-26  Glenn Morris  <rgm@gnu.org>
5035
5036         * message.el (message-send-mail-function): Change the default, so that
5037         it inherits from a customized send-mail-function.  (Bug#5643)
5038
5039 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5040
5041         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5042         shell-command-to-string signals an error (bug#5299).
5043
5044 2010-02-24  Glenn Morris  <rgm@gnu.org>
5045
5046         * message.el (message-smtpmail-send-it)
5047         (message-send-mail-with-mailclient): Doc fixes.
5048
5049 2010-02-16  Glenn Morris  <rgm@gnu.org>
5050
5051         * message.el (message-default-mail-headers): Change the default value
5052         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5053
5054 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5057         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5058
5059 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5060
5061         * time-date.el (date-to-time): Doc fix (Bug#5408).
5062
5063 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5064
5065         * message.el (message-mail): Just pass yank-action on to message-setup.
5066         (message-setup): Handle (FUN . ARGS) form of yank-action.
5067         (message-with-reply-buffer, message-widen-reply)
5068         (message-yank-original): Handle non-buffer values of
5069         message-reply-buffer (Bug#4080).
5070         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5071
5072 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5073
5074         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5075         Fix typo in docstring.
5076
5077 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5078
5079         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5080         response.
5081
5082 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5085
5086         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5087
5088         * message.el (message-check-news-header-syntax): Protect against a
5089         string that `rfc822-addresses' returns when parsing fails.
5090
5091 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5094         (gnus-previous-char-property-change): New functions.
5095
5096         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5097
5098 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5099
5100         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5101         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5102
5103 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5104
5105         * message.el (message-exchange-point-and-mark): Rework last change to
5106         avoid using optional arg of exchange-point-and-mark, for backward
5107         compatibility.
5108
5109 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5110
5111         * message.el (message-exchange-point-and-mark):
5112         Call exchange-point-and-mark with an argument rather than setting
5113         mark-active by hand (Bug#5175).
5114
5115 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * nntp.el (nntp-service-to-port): Work for service expressed with
5118         numeric string; replace [:digit:] with [0-9] for XEmacs.
5119
5120 2009-12-17  Glenn Morris  <rgm@gnu.org>
5121
5122         * gnus-group.el (gnus-bug-group-download-format-alist):
5123         Change emacs entry to debbugs.gnu.org.  Bump :version.
5124
5125 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5126
5127         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5128
5129 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * message.el (message-info): Explain why we use `Info-goto-node'.
5132
5133 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5136
5137 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5138
5139         * message.el (message-completion-in-region): New compatibility function.
5140         (message-expand-group): Use it.
5141
5142 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5145         with no unread article should be listed if the 2nd arg `predicate' is
5146         given.
5147
5148 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5151
5152 2009-11-29  Juri Linkov  <juri@jurta.org>
5153
5154         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5155         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5156         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5157
5158 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5159
5160         * sha1.el (sha1-string-external): default-directory "/" in case
5161         otherwise non-existent.  process-connection-type pipe for touch of
5162         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5163
5164 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5165
5166         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5167         it's comms related and sgml-mode.el has "comm" on that basis too.
5168
5169 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5172         containing tspecial characters if they have been already quoted.
5173
5174 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5175
5176         * dns-mode.el (auto-mode-alist): Purecopy string.
5177
5178 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5179
5180         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5181
5182 2009-10-24  Glenn Morris  <rgm@gnu.org>
5183
5184         * gnus-art.el (help-xref-stack-item): Define for compiler.
5185
5186 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5187
5188         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5189
5190 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5193
5194 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5197         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5198
5199 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5202         (gnus-overlays-in): New alias to overlays-in.
5203
5204         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5205         gnus-overlay-get, and gnus-delete-overlay.
5206         (gnus-summary-show-thread): Make it work as well for systems in which
5207         next-single-char-property-change is not available.
5208         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5209
5210         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5211         (gnus-overlay-get): New alias to extent-property.
5212         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5213
5214         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5215         SXEmacs.
5216
5217         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5218         SXEmacs.
5219
5220 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5221
5222         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5223
5224 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5225
5226         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5227         and XEmacs that don't have `remove-overlays'.
5228
5229 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5230
5231         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5232         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5233         selective display.  Use overlays instead.
5234
5235 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5236
5237         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5238
5239 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5240
5241         * spam-stat.el (spam-stat-load): Fix typo in message.
5242
5243 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5244
5245         * dig.el (dig-invoke): Fix typo in docstring.
5246         (query-dig): Reflow docstring.
5247
5248 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5249
5250         * gnus-art.el (gnus-article-encrypt-body):
5251         * message.el (message-check-recipients):
5252         * mm-util.el (mm-codepage-setup):
5253         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5254         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5255
5256 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5257
5258         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5259         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5260         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5261         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5262         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5263
5264 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5265
5266         * dig.el: Add "Keywords: comm", as per net-utils.el.
5267
5268 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5269
5270         * dig.el (dig-mode): Use define-derived-mode.
5271
5272 2009-09-19  Glenn Morris  <rgm@gnu.org>
5273
5274         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5275
5276 2009-09-18  Glenn Morris  <rgm@gnu.org>
5277
5278         * gnus-diary.el (gnus-diary-check-message):
5279         * message.el (message-insert-formatted-citation-line):
5280         * nnbabyl.el (top-level):
5281         * nndiary.el (nndiary-schedule):
5282         Fix typos in condition-case handlers.
5283
5284 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5287         configuration that provides the sole article window in a frame;
5288         position point correctly after deleting a part.
5289
5290 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5291
5292         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5293         (spam-resolve-registrations-routine): Use it to unregister articles
5294         that change status.
5295
5296 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5299         with XEmacs.
5300         (parse-time-string-chars): Use it.
5301
5302 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5303
5304         * imap.el (imap-interactive-login): Better messages.
5305         (imap-open): Fix bug with renamed buffer on reconnect.
5306         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5307         for easier debugging and cleaner code.  On successful (guessed based on
5308         server capabilities) secondary authentication, set imap-state
5309         correctly.
5310         (imap-last-authenticator): Define imap-last-authenticator as a variable
5311         to avoid warnings.
5312
5313 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * nnrss.el (nnrss-request-article): Remove binding of
5316         default-enable-multibyte-characters that has gotten needless by
5317         the 2007-07-13 change in rfc2047-encode-message-header.
5318
5319         * mml.el (mml-insert-multipart): Error on the message header.
5320         (mml-insert-part): Error on the message header; position point at
5321         the end of a MIME tag.
5322
5323 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * time-date.el (autoload): Expand define-obsolete-function-alias into
5326         defalias and make-obsolete for old Emacsen that Gnus supports.
5327         (with-no-warnings): Define it for old Emacsen.
5328         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5329         is available.
5330         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5331         float-time is available; suppress compile warning for time-to-seconds.
5332
5333         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5334         (gnus-float-time): Alias to float-time if it exists.
5335
5336         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5337         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5338         float-time is available; suppress compile warning for time-to-seconds.
5339
5340         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5341         XEmacs.
5342
5343 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5344
5345         * imap.el (imap-message-map): Docstring fix.
5346
5347 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5350         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5351         Add the optional argument `encoding' that overrides the default.
5352
5353         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5354         mm-encode-buffer.
5355
5356 2009-09-04  Glenn Morris  <rgm@gnu.org>
5357
5358         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5359         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5360         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5361         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5362         * mm-util.el (mm-with-unibyte-current-buffer)
5363         (mm-find-buffer-file-coding-system):
5364         * yenc.el (yenc-decode-region): Use default-value rather than
5365         default-enable-multibyte-characters.
5366
5367 2009-09-03  Glenn Morris  <rgm@gnu.org>
5368
5369         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5370         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5371         than default-enable-multibyte-characters.
5372
5373 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5374
5375         * gnus-art.el (gnus-article-read-summary-keys):
5376         Fix gnus-buffer-configuration's value temporarily used.
5377
5378 2009-09-02  Glenn Morris  <rgm@gnu.org>
5379
5380         * gnus-util.el (gnus-float-time): New function.
5381         * gnus-delay.el (gnus-delay-article):
5382         * gnus-sum.el (gnus-thread-latest-date):
5383         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5384         * nnspool.el (nnspool-request-newgroups):
5385         Use gnus-float-time rather than time-to-seconds.
5386         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5387
5388         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5389         (gnus-header-subject-face, gnus-header-newsgroups-face)
5390         (gnus-header-name-face, gnus-header-content-face):
5391         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5392         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5393         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5394         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5395         (gnus-cite-face-11):
5396         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5397         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5398         (gnus-server-closed-face, gnus-server-denied-face)
5399         (gnus-server-offline-face):
5400         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5401         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5402         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5403         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5404         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5405         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5406         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5407         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5408         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5409         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5410         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5411         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5412         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5413         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5414         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5415         (gnus-summary-high-undownloaded-face)
5416         (gnus-summary-low-undownloaded-face)
5417         (gnus-summary-normal-undownloaded-face)
5418         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5419         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5420         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5421         (gnus-splash-face):
5422         * message.el (message-header-to-face, message-header-cc-face)
5423         (message-header-subject-face, message-header-newsgroups-face)
5424         (message-header-other-face, message-header-name-face)
5425         (message-header-xheader-face, message-separator-face)
5426         (message-cited-text-face, message-mml-face):
5427         * sieve-mode.el (sieve-control-commands-face)
5428         (sieve-action-commands-face, sieve-test-commands-face)
5429         (sieve-tagged-arguments-face):
5430         * spam.el (spam-face):
5431         Mark face aliases with "-face" in the name as obsolete.
5432
5433 2009-09-01  Glenn Morris  <rgm@gnu.org>
5434
5435         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5436         than goto-line.
5437
5438 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5441         Don't move point if the command is invoked inside the message header.
5442
5443 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5444
5445         * imap.el (imap-send-command): Simplify.
5446         (imap-wait-for-tag): point-max -> buffer-size.
5447
5448 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5449
5450         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5451         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5452         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5453         * nnir.el (nnir-swish-e-index-file):
5454         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5455         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5456         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5457         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5458         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5459         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5460
5461 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5464         Don't save excursion.
5465
5466 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5467
5468         * nnheader.el (nnheader-find-file-noselect):
5469         * mm-util.el (mm-insert-file-contents):
5470         Use (default-value 'major-mode) instead of default-major-mode.
5471
5472 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5473
5474         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5475
5476 2009-08-26  Glenn Morris  <rgm@gnu.org>
5477
5478         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5479         than placing in files.el.
5480
5481 2009-08-25  Glenn Morris  <rgm@gnu.org>
5482
5483         * nnir.el (top-level): Don't require cl at run-time.
5484         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5485         Replace cl-function substitute with gnus-replace-in-string.
5486         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5487         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5488         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5489         simplified expansions.
5490
5491 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5492
5493         * dig.el (dig): Add autoload cookie.
5494
5495 2009-08-22  Glenn Morris  <rgm@gnu.org>
5496
5497         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5498         goto-line.
5499
5500 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5501
5502         * parse-time.el (parse-time-string-chars): Save match data.
5503
5504 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5505
5506         * parse-time.el (parse-time-string-chars): Compute using character
5507         classes, to handle non-ascii characters (Bug#3190).
5508
5509 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5512
5513         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5514         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5515         (gnus-mm-display-part, gnus-mime-display-single)
5516         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5517         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5518
5519         * gnus-sum.el
5520         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5521         (gnus-summary-move-article): Add expirable mark to articles copied or
5522         moved to group that has auto-expire turned on if the option is non-nil.
5523
5524 2009-07-24  Glenn Morris  <rgm@gnu.org>
5525
5526         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5527         Fix typo.  (Bug#3903)
5528
5529 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5532         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5533         that should not be used for draft articles.
5534         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5535         that has no concern in minor mode keys.
5536         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5537         Abolish.
5538
5539 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5542         article without making inquiry to a user for unknown encoding.
5543
5544         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5545         (nnmaildir--scan): Assume i-node and device number that file-attributes
5546         returns might be cons-cell.
5547
5548         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5549
5550         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5551
5552 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * auth-source.el: Remove docs now in auth.texi.  Don't use
5555         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5556         `auth-source-hide-passwords' and use them.
5557
5558 2009-07-15  Glenn Morris  <rgm@gnu.org>
5559
5560         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5561
5562 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5565         excessive whitespace from the default values of title and description.
5566
5567 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5570         mail-fetch-field to fetch Content-Description header in order to
5571         exclude newlines.
5572
5573 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5574
5575         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5576         format used by GnuPG 2.0.11.
5577
5578 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5581         to deleted part.
5582
5583 2009-05-30  David Engster  <dengste@eml.cc>
5584
5585         * nnmairix.el: Remove old documentation in the commentary block.
5586         (nnmairix-request-group): Do not update active file for nnml back ends.
5587         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5588         end so that overview files are ignored.
5589         (nnmairix-update-groups): Make updating the groups more robust by using
5590         marks.
5591         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5592         with dollar characters in message-id.
5593
5594 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5595
5596         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5597         2008-12-25 in dns.el.
5598
5599 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5600
5601         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5602         could happen if the text is only composed of spaces and/or tabs.
5603
5604 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5605
5606         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5607         when sending a queued message to avoid extra mml tags.
5608
5609 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5612
5613 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5616         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5617         rmail-toggle-header for XEmacs;
5618         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5619
5620 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-dired.el: Remove autoload for gnus-setup-message.
5623         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5624         displaying Gnus logo; always use compose-mail.
5625
5626 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5629
5630 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5633         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5634         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5635         available.
5636         (gnus-nocem-epg-verify): New function.
5637
5638 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5641
5642 2009-02-15  Glenn Morris  <rgm@gnu.org>
5643
5644         * gnus-util.el (rmail-insert-rmail-file-header)
5645         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5646         autoloads.
5647         (rmail-default-rmail-file): Remove unnecessary declaration.
5648         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5649
5650 2009-02-14  Glenn Morris  <rgm@gnu.org>
5651
5652         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5653         variable (only used in gnus-util, which declares it anyway).
5654         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5655         which was only needed by gnus-art (changed to not use it any more).
5656         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5657         only used in gnus-util, which autoloads it itself.
5658         (rmail-update-summary): Fix autoload.
5659
5660         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5661         rather than rmail-output-to-rmail-file.
5662
5663 2009-02-07  Glenn Morris  <rgm@gnu.org>
5664
5665         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5666         autoload of function that no longer exists.
5667         (rmail-toggle-header): Declare.
5668         (message-forward-rmail-make-body): Handle mbox Rmail.
5669
5670 2009-01-31  Glenn Morris  <rgm@gnu.org>
5671
5672         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5673         2009-01-09 change.
5674
5675 2009-01-31  Dave Love  <fx@gnu.org>
5676
5677         * imap.el (imap-fetch-safe): Bind debug-on-error.
5678         (imap-debug): Add imap-fetch-safe.
5679
5680 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5681
5682         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5683         (auth-source-forget-all-cached): New convenience function.
5684         (auth-source-user-or-password): Accept list of modes or a single mode.
5685
5686         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5687         auth-source modes.
5688
5689         * netrc.el (netrc-machine-user-or-password): Use list of
5690         auth-source modes.
5691
5692         * nnimap.el (nnimap-open-connection): Use list of
5693         auth-source modes.
5694
5695         * nntp.el (nntp-send-authinfo): Use list of
5696         auth-source modes.
5697
5698 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5699
5700         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5701         now.
5702
5703 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5706         coding system in XEmacs; add a workaround for XEmacs.
5707
5708         * lpath.el: Fbind coding-system-aliasee.
5709
5710 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5713         of current-language-environment.
5714
5715 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5718         available at runtime.
5719
5720 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5723
5724 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5725
5726         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5727         the greatest positive fixnum value doesn't work under an XEmacs with
5728         bignum support; use the most-positive-fixnum constant instead,
5729         available since Emacs 21.1 with cl and XEmacs 21.1.
5730
5731 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5734         XEmacs gets not to work.
5735
5736 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * mm-util.el (mm-coding-system-priorities): Allow the value like
5739         "Japanese (UTF-8)" of current-language-environment.
5740
5741 2009-01-09  Glenn Morris  <rgm@gnu.org>
5742
5743         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5744         with last-command-event.
5745
5746 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5749         in the doc string.
5750
5751         * message.el (message-fix-before-sending): Amend comment.
5752
5753 2009-01-08  Dave Love  <fx@gnu.org>
5754
5755         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5756
5757 2009-01-07  David Engster  <dengste@eml.cc>
5758
5759         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5760         simplified server definitions by converting it via
5761         gnus-server-to-method.
5762
5763 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5766         parameter's operands.
5767
5768 2009-01-06  David Engster  <dengste@eml.cc>
5769
5770         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5771         primary select method (for gnus-group-mark-article-as-read).
5772
5773 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5774
5775         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5776         `(gnus)Face', not `(gnus)X-Face'.
5777
5778 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * mm-util.el (mm-ucs-to-char): New function.
5781
5782         * mm-url.el (mm-url-decode-entities): Use it.
5783
5784         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5785         unicode-to-char.
5786
5787 2009-01-05  Dave Love  <fx@gnu.org>
5788
5789         * time-date.el: Require cl for `declare'.
5790
5791 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5792
5793         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5794         Dave Love.
5795
5796 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * message.el (message-fix-before-sending): Add `eight-bit' to
5799         illegible-text check.
5800
5801 2009-01-03  Michael Olson  <mwolson@gnu.org>
5802
5803         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5804         `headers' is nil.  This can occur if the IMAP server does not have
5805         permissions to read messages from a folder, but can write new messages
5806         to the folder.
5807         (nnimap-request-article-part): Do not insert `data' if it is nil.
5808
5809         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5810         characters which will confuse `read', so skip past them.
5811
5812 2009-01-01  Dave Love  <fx@gnu.org>
5813
5814         * imap.el (imap-string-to-integer): Fix typo.
5815         (imap-fetch-safe): New function.
5816         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5817
5818         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5819
5820         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5821         (imap-parse-greeting): Fix doc strings.
5822         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5823         (imap-parse-flag-list): Make messages unique.
5824         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5825
5826         * nnimap.el: Fix author email.
5827         (nnimap-split-rule): Add FIXME comment.
5828         (nnimap-debug): Fix doc string.
5829
5830 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5833
5834 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5837         nslookup if resolv.conf isn't available.
5838         (dns-query): Rename from query-dns.
5839         (dns-query-cached): Rename from query-dns-cached.
5840
5841 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5844         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5845         to check if those variables exist (first appeared in Emacs 18.50).
5846
5847 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * mm-util.el (mm-line-number-at-pos): New function.
5850
5851         * spam-report.el (spam-report-process-queue): Use it.
5852
5853 2008-12-24  David Engster  <dengste@eml.cc>
5854
5855         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5856         parameters that haven't existed as variables as buffer-local variables.
5857
5858 2008-12-23  Dave Love  <fx@gnu.org>
5859
5860         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5861         cadar.
5862
5863         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5864         imap-starttls-p.
5865         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5866
5867 2008-12-22  Dave Love  <fx@gnu.org>
5868
5869         * imap.el: Fix author email.  Doc fixes.
5870         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5871         reply.
5872
5873 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * spam-report.el (spam-report-gmane-max-requests): New constant.
5876         (spam-report-gmane-wait): New variable.
5877         (spam-report-gmane-ham, spam-report-gmane-spam)
5878         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5879         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5880         the server.
5881
5882         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5883         Add explanations.
5884
5885         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5886         nnheader-accept-process-output and nnheader-read-timeout if available.
5887         (pop3-movemail): Use it.
5888
5889         * message.el (message-check-news-body-syntax): Fix signature check if
5890         there's an attachment.
5891
5892 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * mm-util.el: Add comments to the mm- emulating functions.
5895
5896 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5899         Reported by Stephen Berman <stephen.berman@gmx.net>.
5900
5901 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * mm-util.el (mm-substring-no-properties): New function.
5904         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5905         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5906         (mm-string-to-multibyte): Doc fix.
5907
5908         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5909
5910 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * mml.el (mml-attach-file): Strip text properties from file name.
5913         (Bug#1574)
5914
5915 2008-12-16  Glenn Morris  <rgm@gnu.org>
5916
5917         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5918
5919 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5922         knows since the charset specified might be a bogus alias that
5923         mm-charset-synonym-alist provides.
5924
5925 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5928         "ISO_8859-1".
5929
5930         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5931
5932 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * mm-util.el (mm-charset-eval-alist):
5935         Define it before mm-charset-to-coding-system.
5936         (mm-charset-to-coding-system): Add optional argument `silent';
5937         define it before mm-charset-override-alist.
5938         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5939         default value if it can be used in Emacs currently running;
5940         silence mm-charset-to-coding-system.
5941
5942 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5945         `allow-override' which says whether to use `mm-charset-override-alist'.
5946         (rfc2047-decode-encoded-words): Use it.
5947
5948         * mm-util.el (mm-charset-override-alist): Fix custom type;
5949         add `(gb2312 . gbk)' to choices.
5950
5951 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5954         fast.
5955
5956         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5957
5958         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5959
5960 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5961
5962         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5963         on links.
5964
5965         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5966
5967 2008-12-03  Lute Kamstra  <lute@gnu.org>
5968
5969         * sha1.el: Remove leading * from docstrings of defcustoms,
5970         deffaces, defconsts and defuns.
5971
5972 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5975         users' addresses that don't have domain parts.
5976         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5977         rather than message-narrow-to-head since there will be the message
5978         header separator.
5979
5980 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5981
5982         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5983         since the result is inserted in a unibyte buffer anyway.
5984         (nnimap-demule-use-string-to-multibyte): Remove.
5985         (nnimap-demule): Alias it to mm-string-to-multibyte.
5986
5987 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5990         variable for debugging bug#464 and bug#1174.
5991         (nnimap-demule): Use it.
5992
5993 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5996         score calculation correctly.
5997
5998 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5999
6000         * message.el (message-send-mail): Just set the buffer to unibyte
6001         rather than use mm-with-unibyte-current-buffer which does a lot more.
6002         (message-send-mail-partially): Don't bother with
6003         mm-with-unibyte-current-buffer since it's already been made unibyte by
6004         message-send-mail.
6005
6006 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6009
6010 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6013
6014 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6017         require itself and to remove `with-no-warnings'.
6018
6019 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6020
6021         * starttls.el (starttls-any-program-available): Get the name of the
6022         available TLS layer program.
6023         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6024         well as the host name in the "opening" message.
6025
6026         * auth-source.el (auth-source-cache, auth-source-do-cache)
6027         (auth-source-user-or-password): Cache passwords and logins by default,
6028         allow override with `auth-source-do-cache'.
6029         (auth-source-forget-user-or-password): Allow users to remove cache
6030         entries if needed.
6031
6032 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6033
6034         * md4.el (md4-buffer): Fix typo in docstring.
6035         (md4, md4-64): Doc fixes.
6036         (md4-pack-int32): Reflow docstring.
6037
6038 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6039
6040         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6041         condition-case to only the forward-sexp call.
6042
6043 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6046         quotes contained.  Make it more robust regardless by an extra
6047         condition-case wrapper.
6048
6049 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6052
6053 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * nnml.el (nnml-request-expire-articles): Check if the function set to
6056         `nnmail-expiry-target' returns the symbol `delete'.
6057
6058         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6059
6060         * nnmail.el (nnmail-expiry-target): Fix custom type.
6061
6062 2008-10-02  Glenn Morris  <rgm@gnu.org>
6063
6064         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6065         Silence compiler warning.
6066
6067 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6068
6069         * tls.el (open-tls-stream): Show the actual command being
6070         executed, instead of the format string.
6071
6072 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * lpath.el: Fbind codepage-setup for Emacs 23.
6075
6076 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6077
6078         * mml.el (mml-menu): Don't assume mml2015 is bound.
6079
6080 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6083         exists.
6084
6085 2008-09-27  Glenn Morris  <rgm@gnu.org>
6086
6087         * gnus-util.el (mail-header-remove-comments): Autoload it.
6088
6089 2008-09-27  Andreas Schwab  <schwab@suse.de>
6090
6091         * gnus-util.el (gnus-split-references): Strip comments.
6092         (gnus-parent-id): Likewise.
6093
6094 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6095
6096         * message.el (message-confirm-send): Fix version.
6097
6098 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * message.el (message-idna-to-ascii-rhs-1): Use
6101         mail-extract-address-components rather than mail-header-parse-addresses
6102         that is an alias by default to ietf-drums-parse-addresses that does not
6103         support non-ASCII names in headers' contents.
6104
6105 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * message.el (message-confirm-send): Fix variable documentation to
6108         avoid the "y/n" wording.
6109
6110 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6111
6112         * message.el (message-set-auto-save-file-name): Save to a different
6113         filename so multiple messages (especially drafts) can be recovered.
6114
6115 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6116
6117         * message.el (message-confirm-send): Add appropriate version.
6118
6119 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6120
6121         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6122         defvar.
6123
6124 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6125
6126         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6127         (mm-pkcs7-enveloped-magic): Ditto.
6128
6129 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6130
6131         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6132         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6133
6134 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6135
6136         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6137         default, it's better.
6138
6139 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6140
6141         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6142         summary line gnus-number property and ignore them (with a warning
6143         message).
6144
6145 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6148         macro caddr in the interactive form since it won't be expanded.
6149
6150 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6153         `charset'; fix name of function called recursively.
6154         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6155
6156 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6159         (gnus-mime-set-charset-parameters): New function.
6160         (gnus-mime-view-part-as-charset): Use it to correctly display part
6161         specifying wrong charset.
6162
6163 2008-09-08  David Engster  <dengste@eml.cc>
6164
6165         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6166         in completing-read for back end server.
6167
6168 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6169
6170         * message.el (message-confirm-send): New variable to confirm sending a
6171         message.
6172         (message-send): Use it.
6173
6174 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6175
6176         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6177
6178 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6181
6182 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6185         prevent tracking too many groups.
6186         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6187         Use it.
6188
6189 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6190
6191         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6192         moving point to the bottom of the window in order to avoid recentering.
6193
6194 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6197
6198         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6199         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6200         (gnus-article-beginning-of-window): Fix calculation.
6201
6202 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-msg.el (gnus-summary-supersede-article)
6205         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6206         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6207         message header.
6208
6209 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6210
6211         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6212         pending output coming after the status change.
6213
6214 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6215
6216         * message.el:
6217         * gnus-start.el:
6218         * gnus-registry.el: Remove VMS support.
6219
6220 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6223         macro.
6224         (rfc2104-hash): Use it.
6225
6226 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6229         (gnus-summary-sort-by-most-recent-date): New commands.
6230         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6231         and menu entries.
6232
6233 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6236         don't redisplay article for raw contents; remove plural articles stuff.
6237
6238         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6239         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6240         on gnus-summary-save-article; display results properly.
6241
6242 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * lpath.el: No need to fbind ns-focus-frame.
6245
6246 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6249
6250 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-summary-save-in-pipe):
6253         Consider gnus-save-all-headers.
6254
6255 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6256
6257         * gnus-util.el (ns-focus-frame): Remove declaration.
6258         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6259         like x.
6260
6261 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6262
6263         * rfc2104.el (rfc2104-zero): Delete defconst.
6264         (rfc2104-hex-alist): Likewise.
6265         (rfc2104-hex-to-int): Delete func.
6266         (rfc2104-hexstring-to-bitstring): Likewise.
6267         (rfc2104-nybbles): New defconst.
6268         (rfc2104-hash): Rewrite for speed.
6269
6270 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * tls.el (open-tls-stream): Make it work with the 2nd argument
6273         BUFFER that is a string but does not exist as a buffer object, as
6274         mentioned in the doc-string.
6275
6276 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6279         SXEmacs.
6280
6281 2008-07-16  Glenn Morris  <rgm@gnu.org>
6282
6283         * gnus-util.el (ns-focus-frame): Declare for compiler.
6284
6285 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6288         set as a group parameter.
6289         (gnus-summary-save-in-pipe): Work when it is called independently.
6290         (gnus-summary-pipe-to-muttprint): Don't modify
6291         gnus-summary-pipe-output-default-command.
6292
6293 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6294
6295         * message.el (message-send-mail-with-sendmail):
6296         Display the error message.
6297
6298 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-art.el (gnus-default-article-saver):
6301         Add gnus-summary-save-in-pipe to choices.
6302         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6303         gnus-summary-pipe-output-default-command as the default command.
6304         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6305         instead of gnus-last-shell-command.
6306
6307         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6308         New user option.
6309         (gnus-summary-muttprint-program): Mention the value will be changed.
6310         (gnus-summary-save-article): Force showing of all headers.
6311         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6312
6313 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6314
6315         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6316
6317 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6318
6319         * nnimap.el (nnimap-id):
6320         * sieve-manage.el (sieve-manage-open): Doc fixes.
6321
6322 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6323
6324         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6325         if available.
6326
6327 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6328
6329         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6330
6331         * nnkiboze.el (nnkiboze-generate-group):
6332         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6333
6334         * nnmairix.el: Require CL.
6335
6336 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * dgnushack.el: Autoload get-display-table and put-display-table for
6339         XEmacs 21.5.
6340
6341         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6342         21.4 and SXEmacs.
6343
6344 2008-06-15  David Engster  <dengste@eml.cc>
6345
6346         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6347
6348 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6349
6350         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6351         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6352         runtime choice under XEmacs.
6353
6354         * gnus-sum.el (gnus-summary-set-display-table):
6355         Use `gnus-put-display-table', `gnus-get-display-table',
6356         `gnus-set-display-table' for the display table, instead of `aset'.
6357
6358         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6359         Use `gnus-put-display-table', `gnus-get-display-table',
6360         `gnus-set-display-table' for the display table.
6361
6362 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * nnmairix.el: Add autoloads.
6365
6366 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * nnmairix.el (nnmairix-delete-recreate-group)
6369         (nnmairix-update-and-clear-marks): Fix error messages.
6370
6371 2008-06-14  David Engster  <dengste@eml.cc>
6372
6373         * nnmairix.el: Upgrade to version 0.6.
6374         (nnmairix-group-toggle-propmarks-this-group)
6375         (nnmairix-group-toggle-readmarks-this-group)
6376         (nnmairix-group-delete-recreate-this-group)
6377         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6378         (nnmairix-remove-tick-mark-original-article): New commands.
6379         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6380         (nnmairix-propagate-marks-to-nnmairix-groups)
6381         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6382         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6383         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6384         functions needed for marks propagation and manipulation of read marks.
6385         (nnmairix-update-groups): New function.
6386         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6387         (nnmairix-determine-original-group-from-registry)
6388         (nnmairix-determine-original-group-from-path)
6389         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6390         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6391         New helper functions.
6392         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6393         keystrokes for new commands.
6394         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6395         (nnmairix-request-group): Check allow-fast group parameter.
6396         (nnmairix-request-create-group): Set allow-fast group parameter if
6397         nnmairix-allowfast-default is set.
6398         (nnmairix-close-group): Propagate marks upon closing if needed.
6399         (nnmairix-group-toggle-threads-this-group): Use new.
6400         nnmairix-group-toggle-parameter helper function.
6401         (nnmairix-search): Better check for empty search result.
6402         (nnmairix-goto-original-article): Use new helper functions for
6403         determining original article.
6404         (nnmairix-show-original-article): Make sure message-id is in brackets.
6405         (nnmairix-call-mairix-binary): Change variable name.
6406         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6407         helper function.
6408         (nnmairix-widget-toggle-activate): Fix doc string.
6409
6410 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * nnir.el: Require edmacro when compiling with XEmacs.
6413         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6414         available in Emacs 21.
6415
6416 2008-06-11  Glenn Morris  <rgm@gnu.org>
6417
6418         * gnus-util.el (x-focus-frame):
6419         * gnus.el (image-size):
6420         * mm-decode.el (image-size): Declare.
6421
6422         * gnus-picon.el (declare-function): Add compat definition.
6423         (image-size): Declare.
6424
6425         * gnus-group.el (tool-bar-map):
6426         * gnus-sum.el (tool-bar-map): Define for compiler.
6427
6428         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6429
6430         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6431
6432         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6433         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6434         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6435         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6436         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6437         * sieve-manage.el, spam-report.el, spam.el:
6438         Remove unnecessary eval-and-compile of autoloads.
6439
6440 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6441
6442         * auth-source.el: Precise Tramp doc.
6443
6444 2008-06-07  Glenn Morris  <rgm@gnu.org>
6445
6446         * nnmairix.el: Remove unnecessary eval-when-compile.
6447
6448 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * lpath.el: Fbind propertize for XEmacs 21.4.
6451
6452 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6453
6454         * nnir.el: Move here from ../contrib.
6455
6456 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6457
6458         * gnus-util.el (gnus-read-shell-command): New function.
6459         * mm-decode.el (mm-pipe-part):
6460         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6461
6462 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6465
6466 2008-06-03  Glenn Morris  <rgm@gnu.org>
6467
6468         * pop3.el (nnheader-accept-process-output): Autoload it.
6469
6470 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6473         are not 2-digit hexadecimal characters that follow `%'s.
6474
6475 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6476
6477         * message.el (message-bogus-recipient-p): Fix type in doc string.
6478         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6479         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6480         Improve custom options.
6481         (message-bogus-recipient-p): Adjust accordingly.
6482
6483 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6484
6485         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6486         long-form month and day names.
6487
6488 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * dgnushack.el: Autoload debug, eudc-expand-inline and
6491         pgg-snarf-keys-region for XEmacs.
6492
6493         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6494
6495         * nnmairix.el: Require edmacro when compiling with XEmacs.
6496
6497 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6500         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6501
6502 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6503
6504         * auth-source.el: Add more docs.
6505
6506         * netrc.el (netrc-machine): Always match if the port is not given.
6507
6508 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6511         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6512         retrieval faster in some cases, but might make CPU usage larger.
6513         If this has any bad side effects, we might revert this change.
6514
6515         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6516         seems to make mail retrieval much, much faster.
6517         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6518         unconditionally.
6519
6520         * gnus-draft.el (gnus-group-send-queue):
6521         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6522
6523 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6524
6525         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6526
6527         * message.el (message-bogus-address-regexp): Fix and improve custom
6528         type.
6529         (message-setup-hook): Add message-check-recipients as custom option.
6530
6531 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * message.el (message-cite-function): Remove bogus autoload which crept
6534         in during merge from v5-10.
6535
6536 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6539
6540         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6541
6542         * auth-source.el: Preliminary Tramp docs.
6543         (auth-sources): Change the default auth-sources to use
6544         EPA .gpg files.
6545
6546 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6547
6548         * nntp.el: Autoload `auth-source-user-or-password'.
6549         (nntp-send-authinfo): Use it.
6550
6551         * nnimap.el: Autoload `auth-source-user-or-password'.
6552         (nnimap-open-connection): Use it.
6553
6554         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6555         for the gnus-message function.
6556         (auth-source-user-or-password): Use it.
6557
6558 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6559
6560         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6561         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6562         (rfc2104-hash): Use it.
6563
6564 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6565
6566         * gnus-art.el (gnus-article-toggle-truncate-lines):
6567         Don't use `iff' in docstring.
6568
6569 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6570
6571         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6572
6573         * gnus-util.el (gnus-extract-address-component-name)
6574         (gnus-extract-address-component-email): Convenience functions around
6575         `gnus-extract-address-components'.
6576
6577         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6578         Use `gnus-extract-address-component-email' to fix bug of comparing full
6579         sender name to `user-mail-address'.
6580
6581 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6582
6583         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6584         catch/throw to optimize.
6585         (gnus-registry-find-keywords): Just use member to find a keyword.
6586
6587 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6588
6589         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6590         is current before calling gnus-server-prepare.
6591         (gnus-server-setup-buffer, gnus-server-update-server)
6592         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6593
6594 2008-05-04  Juri Linkov  <juri@jurta.org>
6595
6596         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6597         (mailcap-file-default-commands): Use mailcap-replace-in-string
6598         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6599         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6600
6601 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6602
6603         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6604
6605 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6606
6607         * gnus.el: Bump version to 0.11.
6608
6609 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6610
6611         * gnus.el: No Gnus v0.10 is released.
6612
6613 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6614
6615         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6616         hooks.
6617         (gnus-update-read-articles): Speed up non-marks-using users.
6618         (gnus-use-marks): Define gnus-use-marks.
6619         (gnus-propagate-marks): Rename variable to something more sensible.
6620
6621 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6622
6623         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6624         (gmm-image-load-path-for-library): Fix typos in docstrings.
6625         (gmm-message): Reflow docstring.
6626
6627 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6628
6629         * mail-source.el (mail-source-set-1, mail-source-bind):
6630         Move auth-source code out of the macro to clean it up and fix bugs.
6631
6632 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6633
6634         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6635         by sender if it's equal to user-mail-address, it's likely to be
6636         useless.
6637
6638         * mail-source.el (mail-source-bind): Don't use user or password if they
6639         are not bound.  Unintern them if they are nil.  Don't use server unless
6640         it's bound, and default it to empty string otherwise.
6641
6642 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6643
6644         * mail-source.el: Load auth-source.el.
6645         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6646         get user name or password, if auth-sources is set up.
6647
6648         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6649         strategy of splitting with parent.
6650         (gnus-registry-split-fancy-with-parent)
6651         (gnus-registry-post-process-groups): Use it and fix prior
6652         bug (returning a list as the split result).
6653
6654         * auth-source.el (auth-sources): Remove server parameter.
6655         (auth-source-pick, auth-source-user-or-password)
6656         (auth-source-user-or-password-imap)
6657         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6658         (auth-source-user-or-password-sftp)
6659         (auth-source-user-or-password-smtp): Remove server parameter.
6660
6661 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6662
6663         * smime.el (smime-sign-region, smime-encrypt-region)
6664         (smime-decrypt-region):
6665         Remove redundant calls to `generate-new-buffer-name'.
6666
6667 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6668
6669         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6670         Don't use QP for message/rfc822.
6671         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6672
6673 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6674
6675         * sieve-manage.el (sieve-string-bytes): Remove.
6676         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6677         correct byte-length only if the process's coding-system is the same as
6678         the one used internally by Emacs to represent strings.
6679
6680 2008-04-22  Juri Linkov  <juri@jurta.org>
6681
6682         * mailcap.el (mailcap-file-default-commands): New function.
6683
6684 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * message.el (message-signature-separator, message-cite-function):
6687         Change custom version.
6688
6689 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6690
6691         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6692         commands.
6693         (tls-checktrust): Ditto.
6694
6695 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * mm-decode.el (mm-display-external): Make temp file read-only.
6698
6699 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6702         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6703         `C-c C-f d'.
6704
6705 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6706
6707         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6708
6709 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6710
6711         * gnus.el: Bump version to 0.9.
6712
6713 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * gnus.el: No Gnus v0.8 is released.
6716
6717 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6718
6719         * mail-source.el (mail-source-value):
6720         Prefer fboundp to functionp so it works with macros as well.
6721
6722 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6723
6724         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6725         Fix last change in case the element is not even a symbol.
6726
6727 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6728
6729         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6730         Prefer fboundp to functionp so it works with macros as well.
6731
6732 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6733
6734         * auth-source.el: Add docs.
6735         (auth-sources): Modify format to support server.
6736         (auth-source-pick, auth-source-user-or-password)
6737         (auth-source-user-or-password-imap)
6738         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6739         (auth-source-user-or-password-sftp)
6740         (auth-source-user-or-password-smtp): Add server parameter.
6741
6742 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6743
6744         * gnus-registry.el: Initialize the registry when gnus-registry-install
6745         is t.
6746
6747 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * compface.el (uncompface): Make buffer unibyte.
6750
6751 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6752
6753         * mail-source.el (mail-source-value):
6754         Prefer fboundp to functionp so it works with macros as well.
6755
6756 2008-04-05  Glenn Morris  <rgm@gnu.org>
6757
6758         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6759
6760 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6761
6762         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6763         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6764
6765         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6766         multibyteness after rather than before erasing it.
6767
6768         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6769         mm-with-multibyte.
6770         (gnus-request-article-this-buffer): Make sure the proper decoding is
6771         used if gnus-original-article-buffer happens to be unibyte.
6772
6773         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6774         default-enable-multibyte-characters.
6775
6776         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6777         default-enable-multibyte-characters.
6778
6779         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6780
6781         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6782
6783 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6784
6785         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6786         Fix last change in case the element is not even a symbol.
6787
6788 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6789
6790         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6791         (imap-message-copyuid-1): Use it.
6792         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6793         J. Williams in
6794         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6795
6796         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6797         imap-enable-exchange-bug-workaround.
6798         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6799
6800 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6801
6802         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6803         a 100 byte status-checks into a 2-3MB transfer for each group.
6804         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6805         to enable bug workaround or not.
6806         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6807
6808 2008-03-31  Glenn Morris  <rgm@gnu.org>
6809
6810         * message.el (mml2015-use): Declare for compiler.
6811         (message-info): Require mml2015 when appropriate.
6812
6813 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6816         whitespace.
6817
6818 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6819
6820         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6821         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6822         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6823         (nntp-service-to-port): New function.
6824         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6825         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6826         (nntp-open-netcat-stream): New function.
6827         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6828
6829 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6830
6831         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6832
6833 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6834
6835         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6836
6837 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6838
6839         * dns.el (dns-write): Use set-buffer-multibyte.
6840
6841 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6842
6843         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6844
6845 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * message.el (message-signature-separator): Change default.
6848         Improve custom type.
6849         (message-cite-function): Change default to
6850         message-cite-original-without-signature.
6851
6852         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6853         toggle.
6854
6855         * message.el (message-check-news-body-syntax): Fix signature check.
6856         (message-setup-1): Mark buffer as unmodified _after_ running
6857         message-setup-hook and handling message-alternative-emails.
6858         (message-shorten-references): Be more strict when building list of
6859         valid references to comply with GNKSA.
6860
6861         * gnus-group.el (gnus-read-ephemeral-bug-group)
6862         (gnus-read-ephemeral-debian-bug-group)
6863         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6864
6865         * message.el (message-info): Don't use booleanp which isn't supported
6866         in Emacs 21 and XEmacs.
6867
6868 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6871         gnus-group-gmane-group-download-format.
6872         (gnus-group-read-ephemeral-gmane-group): Rename from
6873         gnus-group-read-ephemeral-gmane-group.
6874         (gnus-read-ephemeral-gmane-group-url): Rename from
6875         gnus-group-read-ephemeral-gmane-group-url.
6876         (gnus-bug-group-download-format-alist): New variable.
6877         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6878         (gnus-read-ephemeral-emacs-bug-group): New commands.
6879
6880 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6883         (gnus-visible-headers): Improve custom type.
6884
6885 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * mml.el (mml-menu): Add workarounds for XEmacs.
6888
6889         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6890         X-Boundary header.
6891
6892         * message.el (message-simplify-recipients): Fix previous commit.
6893
6894 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6895
6896         * mm-util.el (mm-set-buffer-multibyte): New function.
6897         * mm-decode.el (mm-copy-to-buffer): Use it.
6898
6899         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6900         Prefer fboundp to functionp so it works with macros as well.
6901
6902 2008-03-19  Glenn Morris  <rgm@gnu.org>
6903
6904         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6905         Accidentally removed in the sync process with Emacs.
6906
6907 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6908
6909         * message.el (message-alter-recipients-discard-bogus-full-name):
6910         New function.
6911         (message-alter-recipients-function): New variable.
6912         (message-get-reply-headers): Use it.
6913         (message-replace-header): New helper function.
6914         (message-recipients-without-full-name): New variable.
6915         (message-simplify-recipients): New command.
6916
6917         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6918
6919         * message.el (message-info): Handle EasyPG manual.
6920
6921         * mml.el (mml-menu): Add entry for EasyPG.
6922
6923 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6924
6925         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6926         parameter.
6927
6928         * message.el (message-disassociate-draft): Specify drafts group name
6929         fully.
6930
6931 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6934         Eliminate unnecessary duplicates from the match list.
6935
6936 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6939
6940         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6941
6942         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6943         args of `how-many' of which the XEmacs version doesn't take; declare
6944         Info-index-next as function.
6945
6946 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * gnus-score.el (gnus-score-headers): Fix handling of
6949         gnus-inhibit-slow-scoring.
6950
6951         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6952         string.
6953         (gnus-button-url-regexp): Improve handling of parenthesis.
6954         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6955         (gnus-button-handle-info-keystrokes): Handle index entries.
6956
6957 2008-03-15  Glenn Morris  <rgm@gnu.org>
6958
6959         * parse-time.el (parse-time-string): Simplify.
6960
6961 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6964         Incoming* files.
6965
6966 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6967
6968         * auth-source.el (auth-sources): Rename from auth-source-choices.
6969         (auth-source-pick): Use it.
6970
6971 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6972
6973         * binhex.el (binhex-decode-region-internal):
6974         * uudecode.el (uudecode-decode-region-internal):
6975         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6976         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6977         setting default-enable-multibyte-characters.
6978
6979 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6980
6981         * auth-source.el (auth-source-protocols)
6982         (auth-source-protocols-customize, auth-source-choices): Add and
6983         modified variable customizations and defaults.
6984         (auth-source-pick, auth-source-user-or-password)
6985         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6986         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6987         (auth-source-user-or-password-sftp)
6988         (auth-source-user-or-password-smtp): Use new variables and provide an
6989         interface to netrc.el.
6990
6991 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6994         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6995         Make sure the nntp port to specify is a string.
6996
6997 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6998
6999         * nntp.el: Use with-current-buffer.
7000         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7001         dubious mm-with-unibyte-current-buffer.
7002         (nntp-with-open-group-function): New function extracted from
7003         nntp-with-open-group macro.
7004         (nntp-with-open-group): Use the function, so it's easier to debug.
7005         Add indentation and debugging info.
7006         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7007         Recommend the use of the netcat alternatives.
7008
7009         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7010         Avoid mm-string-as-multibyte as well.
7011
7012         * nnweb.el (nnweb-insert-html):
7013         Remove use of nnheader-string-as-multibyte.
7014
7015         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7016         (nnheader-string-as-multibyte): Remove.
7017
7018         * mm-view.el: Use inhibit-read-only.
7019         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7020         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7021         or unibyte-string.
7022
7023         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7024         (mm-uu-yenc-extract): Use with-current-buffer.
7025
7026         * gnus-soup.el (gnus-soup-send-packet): Don't use
7027         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7028
7029         * nnmh.el: Use with-current-buffer.
7030         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7031         mm-string-as-multibyte on the output of mm-encode-coding-string.
7032
7033         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7034         (nnimap-request-move-article): Use with-current-buffer.
7035
7036         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7037         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7038         conversion uses string-make-unibyte rather than string-as-unibyte.
7039
7040         * gnus-msg.el: Use with-current-buffer.
7041
7042         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7043
7044 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7045
7046         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7047         string for caching if it is 'PIN.
7048
7049 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * lpath.el: Consider the case without Emacs/W3.
7052
7053 2008-03-08  Glenn Morris  <rgm@gnu.org>
7054
7055         * time-date.el (date-to-time, time-subtract, time-add)
7056         (safe-date-to-time): Doc fixes.
7057
7058 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * mail-source.el (mail-source-delete-old-incoming-confirm):
7061         Change default to nil.
7062         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7063
7064 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * lpath.el: Rearrange.
7067
7068         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7069         (gnus-article-goto-prev-page): Work for articles having ^L's.
7070
7071         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7072
7073         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7074
7075 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7076
7077         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7078         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7079         (gnus-bookmark-jump): Adjust some variable names.
7080
7081 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7082
7083         * auth-source.el: New package.
7084         (auth-source-choices): Add customization entry point variable.
7085
7086         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7087         bug.
7088
7089 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7092         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7093         (gnus-registry-install-shortcuts): Rename from
7094         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7095         the `gnus-registry-mark-map' keymap dynamically from
7096         `gnus-registry-marks'.  The generated functions update the summary line
7097         when a registry mark is added or deleted, and will call
7098         `gnus-registry-install-p' (see the comments in the code).
7099         (gnus-registry-user-format-function-M): Use concat intelligently.
7100
7101         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7102         the registry mark functions.
7103
7104 2008-03-05  Glenn Morris  <rgm@gnu.org>
7105
7106         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7107         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7108         gnus-art.
7109         (top-level): No need to load own source when compiling.
7110
7111 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7112
7113         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7114         Suggested by <chris.anderton@zetnet.co.uk>.
7115
7116 2008-03-04  Glenn Morris  <rgm@gnu.org>
7117
7118         * gnus-sum.el (top-level): No need to require gnus when compiling,
7119         since unconditionally required near start of file.
7120         (gnus-summary-display-while-building): Move definition before use.
7121
7122 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7123
7124         * gnus-registry.el (gnus-registry-user-format-function-M):
7125         Add formatting function.
7126
7127 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7128
7129         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7130         with plists.
7131         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7132         Use new format.
7133
7134 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7137         `where-is-internal' that returns a range of key sequences.
7138
7139 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7140
7141         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7142
7143         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7144         (gnus-summary-jump-to-group): Consider windows on other displayed
7145         frames as well.  Similar changes might be needed elsewhere, but that's
7146         the one I've bumped into during my use.
7147
7148         * nndoc.el (nndoc-oe-dbx-type-p):
7149         * gnus-msg.el (gnus-debug):
7150         * gnus-group.el (gnus-update-group-mark-positions):
7151         Use mm-string-to-multibyte.
7152
7153 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7156         doesn't handle NotDashEscaped.
7157
7158         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7159         (mml-dnd-attach-options): Fix typo in custom choice.
7160
7161         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7162         Change nndoc-article-type to mbox.
7163         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7164
7165         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7166         to nil, instead of html2text.
7167
7168         * imap.el (imap-debug): Add `imap-ping-server'.
7169
7170         * gnus-bookmark.el: Add FIXMEs.
7171
7172         * message.el (message-form-letter-separator)
7173         (message-send-form-letter-delay): New variables.
7174         (message-send-form-letter): Use them.  New command to send form
7175         letters.  Requested by Uwe Siart.
7176         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7177
7178 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * Update copyright years.
7181
7182 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         Sync from EMACS_22_BASE.
7185
7186         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7187
7188 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7189
7190         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7191         empty author.
7192
7193 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7194
7195         * gnus-registry.el (gnus-registry-marks): Add variable for
7196         customization of marks and their appearance.
7197         (gnus-registry-read-mark): Use it.
7198         (gnus-registry-do-marks): Add utility function to loop through
7199         `gnus-registry-marks'.
7200         (gnus-registry-install-shortcuts-and-menus): Add function to install
7201         shortcuts and menus.
7202         (gnus-registry-initialize): Use it.
7203         (gnus-registry-default-mark): Clarify documentation.
7204
7205 2008-02-29  Glenn Morris  <rgm@gnu.org>
7206
7207         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7208         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7209         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7210         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7211         Change defcustom :version from 23.0 to 23.1.
7212
7213 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * gnus-registry.el (gnus-registry-follow-group-p)
7216         (gnus-registry-post-process-groups): Add functions to aid registry
7217         splitting and improve logging.  Clarify behavior in function
7218         documentation.
7219         (gnus-registry-split-fancy-with-parent): Use them.
7220
7221 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7222
7223         * gnus-art.el: Use with-current-buffer.
7224
7225 2008-02-27  David Engster  <dengste@eml.cc>
7226
7227         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7228         Express real group name in the response.
7229
7230 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7233         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7234         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7235         autoload gnus-registry-fetch-group when compiling.
7236         (nnmairix-request-group-with-article-number-correction):
7237         Remove unreferenced argument passed to nnmairix-call-backend.
7238
7239 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7242         (mm-uu-extract): Improve face for low color ttys.
7243         Reported by Sascha Wilde.
7244
7245 2008-02-27  Glenn Morris  <rgm@gnu.org>
7246
7247         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7248         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7249         variables to defconsts.  Convert comments to doc-strings.
7250         (nnmairix-last-server, nnmairix-current-server): Convert from free
7251         variables to defvars.  Convert comments to doc-strings.
7252         (gnus-registry-fetch-group): Autoload.
7253         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7254         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7255         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7256         caddr.
7257         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7258         nnmairix-request-group-with-article-number-correction call.
7259         (nnmairix-fast, nnmairix-group): New, less general names, for free
7260         variables passed from nnmairix-request-group to
7261         nnmairix-request-group-with-article-number-correction.  Declare.
7262         (nnmairix-request-group-with-article-number-correction):
7263         Use nnmairix-fast, nnmairix-group rather than fast, group.
7264
7265 2008-02-26  David Engster  <dengste@eml.cc>
7266
7267         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7268         version 0.5.
7269
7270 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7271
7272         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7273         instead of making an extra function call.  Don't add the current group
7274         to articles only when they have the group.  Use
7275         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7276         Reported by David <de_bb@arcor.de>.
7277
7278 2008-02-24  Miles Bader  <miles@gnu.org>
7279
7280         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7281         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7282         (mm-find-mime-charset-region):
7283         * mm-bodies.el (mm-encode-body):
7284         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7285
7286 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7289         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7290
7291 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * mail-source.el (mail-source-delete-incoming): Change default.
7294         Supplement doc string.
7295
7296         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7297
7298 2008-02-14  Glenn Morris  <rgm@gnu.org>
7299
7300         * time-date.el (format-seconds): New function.
7301
7302 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * nnmail.el (nnmail-message-id-cache-file): Derive from
7305         `gnus-home-directory'.
7306
7307 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7310         Document negative prefix.
7311
7312         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7313
7314 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * message.el (message-unsent-separator): Add the Exim bounce
7317         separator.
7318
7319 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7320
7321         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7322         list.
7323         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7324         recipient/signer list.
7325
7326 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * Makefile.in (datarootdir): Define.
7329         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7330         name that might contain whitespace.
7331
7332 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7333
7334         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7335         fbound (Emacs 23 unicode), signal an error.
7336
7337 2008-02-08  Glenn Morris  <rgm@gnu.org>
7338
7339         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7340
7341 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7342
7343         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7344         ports to the calls to `netrc-machine-user-or-password' in addition to
7345         "imap" and "imaps".
7346
7347 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7348
7349         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7350
7351         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7352
7353 2008-02-01  Kenichi Handa  <handa@m17n.org>
7354
7355         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7356         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7357         (rfc2104-hash): Convert the result of concat to unibyte string.
7358
7359 2008-02-01  Dave Love  <fx@gnu.org>
7360
7361         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7362         coding-system-for-read.
7363         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7364
7365 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7368         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7369         <hanche@math.ntnu.no>.
7370
7371 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7374
7375         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7376
7377 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7378
7379         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7380         * message.el (message-beginning-of-line): Use featurep instead of bound
7381         tests in order to resolve conditionals at compile time.
7382
7383 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7384
7385         * mail-source.el (mail-sources): Add `group' choice.
7386
7387         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7388         parameter `in-group' to control into which group the articles go.
7389         Add treatment of `group' mail-source.
7390
7391 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7394
7395         * mm-decode.el (mm-dissect-buffer): Decode description.
7396
7397         * mml.el (mml-to-mime): Encode message header first.
7398
7399 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7402         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7403
7404         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7405         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7406
7407 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7408
7409         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7410
7411 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7414         prefix keys.
7415         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7416         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7417         gnus-xmas.el.
7418
7419         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7420         (gnus-xmas-article-describe-bindings): New function.
7421         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7422         gnus-xmas-article-describe-bindings.
7423
7424         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7425
7426 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7427
7428         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7429         Add new variables for article mark management.
7430         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7431         list of extra data entries which, when present, will indicate that the
7432         article ID should not be trimmed from the registry.
7433         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7434         functions.
7435         (gnus-registry-read-mark): New function to read a mark name from the
7436         user.
7437         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7438         (gnus-registry-set-article-mark-internal): New functions to add and
7439         remove marks.
7440         (gnus-registry-get-article-marks): New function to show the marks for
7441         an article, or retrieve them for further use.
7442
7443 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7446         keys when no argument is given.
7447
7448 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * imap.el (imap-ping-server): New variable.
7451         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7452         (imap-ping-server): Minor doc string fixes.
7453
7454 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7455
7456         * imap.el (imap-ping-server): New function.
7457         (imap-opened): Call imap-ping-server.
7458
7459 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus-sum.el (gnus-article-sort-by-random)
7462         (gnus-thread-sort-by-random): Fix doc strings.
7463         Reported by jidanni@jidanni.org.
7464
7465 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-art.el (gnus-article-describe-bindings): New function.
7468         (gnus-article-read-summary-keys): Use it.
7469         (gnus-article-mode-map): Bind `C-h b' to it.
7470
7471 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7474         XEmacs.
7475         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7476         Protect against non-character events.
7477
7478         * lpath.el: Fbind map-keymap for Emacs 21.
7479
7480 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7481
7482         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7483         New command.
7484         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7485         instead of END.  Change name of the temp file.
7486         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7487         customizable.
7488
7489 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7492         bind `S W' to gnus-article-wide-reply-with-original; set default
7493         binding to gnus-article-read-summary-send-keys.
7494         (gnus-article-read-summary-keys): Fix the order of keys; display
7495         continuation keys correctly in the echo area; describe bindings
7496         correctly when keys end with `C-h'.
7497         (gnus-article-read-summary-send-keys): New function.
7498         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7499         Work for gnus-article-read-summary-send-keys; display continuation keys
7500         correctly in the echo area.
7501         (gnus-article-reply-with-original): Ignore prefix argument.
7502         (gnus-article-wide-reply-with-original): New function.
7503
7504         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7505         Emacs 21.
7506
7507 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7510         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7511
7512 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7515         (gnus-group-read-ephemeral-gmane-group): New command.
7516
7517 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7518
7519         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7520
7521 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * message.el (message-send-mail-function): Increase custom version.
7524
7525         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7526         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7527
7528 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7529
7530         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7531         for the cases where imap-authenticate is called with a nil buffer
7532         parameter.
7533
7534 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7537         html parts correctly; support forwarded messages.
7538         (gnus-article-browse-html-article): Remove work buffers.
7539
7540         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7541         compiling.
7542         (netrc-bound-and-true-p): New macro.
7543         (netrc-parse): Use it instead of bound-and-true-p that is not available
7544         in XEmacs 21.4.
7545
7546 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7547
7548         * gnus-registry.el (gnus-registry-mark-article)
7549         (gnus-registry-article-marks): Add functionality to mark articles
7550         through the Gnus registry.
7551
7552         * encrypt.el: Clarify documentation for the new pgg method.
7553         (encrypt-file-alist): Add PGG option.
7554         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7555         functionality.  Abstract password key and messaging to external
7556         functions.
7557         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7558         (encrypt-message-method-and-cipher): Add new convenience external
7559         functions.
7560         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7561         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7562
7563         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7564         (netrc-parse): Use encrypt-file-alist to determine if
7565         encrypt-find-model or encrypt-insert-file-contents should be used.
7566
7567         * encrypt.el: Clarify documentation.  Load password-cache or
7568         password, whichever one is found first, instead of autoloading.
7569
7570 2007-12-19  Glenn Morris  <rgm@gnu.org>
7571
7572         * mml.el (message-options-set, message-narrow-to-head)
7573         (message-in-body-p, message-mail-p, message-encode-message-body):
7574         Autoload.
7575         (message-remove-header, message-narrow-to-headers-or-head)
7576         (message-subscribed-p, message-make-mail-followup-to)
7577         (message-position-on-field, message-news-p)
7578         (message-options-set-recipient, message-generate-headers)
7579         (message-sort-headers): Declare as functions.
7580
7581 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7582
7583         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7584         convention in doc string.
7585
7586 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7589         title to html parts.
7590         (gnus-article-browse-html-article): Pass message header to it.
7591
7592         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7593
7594 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7597         or password compatible with XEmacs.
7598
7599 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7602         format document.
7603         (gnus-mime-delete-part): Don't write description line if empty.
7604         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7605
7606 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7607
7608         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7609         (gnus-summary-mark-read-and-unread-as-read)
7610         (gnus-summary-mark-current-read-and-unread-as-read)
7611         (gnus-summary-mark-unread-as-ticked): Doc fix.
7612         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7613
7614 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7617         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7618
7619 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7622         yes-or-no-p.
7623
7624 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * mm-decode.el (mm-add-meta-html-tag): New function.
7627         (mm-save-part-to-file, mm-pipe-part): Use it.
7628
7629         * gnus-art.el (gnus-article-browse-delete-temp-files):
7630         Use gnus-y-or-n-p instead of y-or-n-p.
7631         (gnus-article-browse-html-parts): Work with message/external-body; use
7632         mm-add-meta-html-tag.
7633
7634 2007-12-11  Glenn Morris  <rgm@gnu.org>
7635
7636         * gnus-cache.el: Require gnus-sum not just when compiling.
7637
7638         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7639
7640         * gnus-int.el (gnus-server-opened, gnus-status-message):
7641         Move definitions before use.
7642
7643         * mm-decode.el: Require gnus-util.
7644         (mm-remove-part): Only call delete-annotation on XEmacs.
7645
7646         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7647
7648         * nnmail.el: Require gnus-int.
7649
7650         * spam.el: Move `require's before `eval-when-compile's.
7651
7652         * gnus-ems.el (gnus-alive-p):
7653         * gnus-fun.el (message-goto-eoh):
7654         * gnus-util.el (gnus-group-name-decode):
7655         * mail-source.el (gnus-compress-sequence):
7656         * message.el (Info-goto-node, format-spec):
7657         * mm-bodies.el (message-options-get):
7658         * mm-decode.el (mm-view-pkcs7):
7659         * mm-util.el (gmm-write-region):
7660         * mml-smime.el (mml-compute-boundary)
7661         (gnus-completing-read-with-default):
7662         * mml.el (widget-button-press, gnus-make-hashtable):
7663         * mml1991.el (mm-decode-content-transfer-encoding)
7664         (mm-encode-content-transfer-encoding)
7665         (message-options-get, message-options-set):
7666         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7667         * nnfolder.el (gnus-request-group):
7668         * nnheader.el (ietf-drums-unfold-fws):
7669         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7670         * smime.el (gnus-run-mode-hooks):
7671         * spam-stat.el (gnus-message): Autoload.
7672
7673         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7674         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7675         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7676         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7677         Add declare-function compatibility definition.
7678
7679         * gnus-cache.el (nnvirtual-find-group-art):
7680         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7681         (gnus-add-image, gnus-add-wash-type):
7682         * gnus-group.el (nnkiboze-score-file):
7683         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7684         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7685         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7686         (message-tokenize-header, gnus-get-buffer-create)
7687         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7688         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7689         * gnus.el (gnus-group-decoded-name):
7690         * mail-source.el (imap-capability):
7691         * mm-bodies.el (message-options-set):
7692         * mm-decode.el (gnus-configure-windows):
7693         * mm-extern.el (message-goto-body):
7694         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7695         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7696         (epg-sub-key-validity, message-options-set):
7697         * mml.el (widget-event-point, gnus-configure-windows):
7698         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7699         * mml2015.el (epg-check-configuration, epg-configuration)
7700         (message-options-set):
7701         * nndb.el (nndb-request-article):
7702         * nnfolder.el (gnus-request-create-group):
7703         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7704         * nnmaildir.el (gnus-group-mark-article-read):
7705         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7706         * rfc1843.el (message-fetch-field):
7707         * spam.el (gnus-extract-address-components):
7708         Declare as functions.
7709
7710 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7713
7714         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7715
7716         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7717         bind show-trailing-whitespace for XEmacs.
7718
7719 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7722         new no-op macro for backward compatibility.
7723
7724         * imap.el (imap-string-to-integer): New function.
7725
7726 2007-12-09  Glenn Morris  <rgm@gnu.org>
7727
7728         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7729
7730         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7731         * message.el, mm-view.el, sieve-manage.el, smime.el:
7732         Add declare-function compatibility definition.
7733
7734         * gnus-art.el (w3-region, w3m-region, Info-menu):
7735         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7736         * gnus-sum.el (gnus-get-predicate):
7737         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7738         * message.el (mail-abbrev-in-expansion-header-p):
7739         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7740         (w3m-detect-meta-charset, w3m-region):
7741         * sieve-manage.el (password-read, password-cache-add)
7742         (password-cache-remove):
7743         * smime.el (password-read-and-add): Declare as functions.
7744
7745 2007-12-08  David Kastrup  <dak@gnu.org>
7746
7747         * gnus-sum.el (gnus-summary-simplify-subject-query):
7748         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7749         `message'.
7750
7751 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7754         it to bind idna-program, installation-directory, defined-colors, and
7755         face-attribute for XEmacs of the version that compiles defcustom forms.
7756
7757 2007-12-07  Glenn Morris  <rgm@gnu.org>
7758
7759         * gnus-art.el (article-make-date-line): Revert previous change.
7760
7761 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7764
7765 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7766
7767         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7768         Call gnus-add-to-range ranges only once with a prepared article-list.
7769
7770 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7771
7772         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7773         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7774         group names with backslashes.
7775         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7776
7777 2007-12-06  Deepak Goel  <deego3@gmail.com>
7778
7779         * gnus-art.el (article-make-date-line):
7780         * gnus-start.el (gnus-load):
7781         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7782
7783 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * gnus-art.el (gnus-use-idna)
7786         * gnus-start.el (gnus-site-init-file)
7787         * message.el (message-use-idna)
7788         * mm-uu.el (mm-uu-hide-markers)
7789         * smiley.el (smiley-style): Revert changes that suppress warnings.
7790
7791 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7794         specify charset to html source.
7795         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7796
7797 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7800         idna-program in order to suppress byte compile warning issued by XEmacs
7801         that came to byte compile the default value section of defcustom forms
7802         recently.
7803
7804         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7805         value of installation-directory.
7806
7807         * message.el (message-use-idna): Don't directly refer to the value of
7808         idna-program.
7809
7810         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7811
7812         * smiley.el (smiley-style): Don't directly call face-attribute.
7813
7814 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7817
7818         * gnus-dired.el: Reduce Gnus dependencies.
7819         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7820         Don't require.  Use autoloads instead.
7821         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7822         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7823         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7824         (gnus-dired-mode): Adjust doc string.
7825         (gnus-dired-mail-mode): New variable.
7826         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7827         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7828         (gnus-dired-mail-buffers): New function.  Return mail or message
7829         composition buffers.
7830         (gnus-dired-attach): Use it.
7831         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7832         NO-DECODE.
7833         (gnus-dired-print): Use `gnus-print-buffer' depending on
7834         `gnus-dired-mail-mode'.
7835
7836 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * rfc2047.el (rfc2047-encoded-word-regexp)
7839         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7840         explaining what regexp patterns are for.
7841
7842 2007-12-04  Glenn Morris  <rgm@gnu.org>
7843
7844         * password.el: Move to password-cache.el.
7845
7846         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7847         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7848         * mml-smime.el (password-read, password-cache-add)
7849         (password-cache-remove):
7850         No need to autoload, since mml-sec requires password.
7851
7852         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7853         * message.el (gnus-extract-address-components):
7854         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7855
7856         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7857         password.
7858
7859 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * mailcap.el: Reduce dependencies.
7862         (mail-header-parse-content-type): Autoload.
7863         (mailcap-delete-duplicates): New alias.
7864         (mailcap-mime-info): Add optional argument NO-DECODE.
7865         (mailcap-mime-types): Use mailcap-delete-duplicates.
7866
7867         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7868
7869 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7870
7871         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7872         (imap-parse-status): Upcase status-att for servers that sends them
7873         lower-case (e.g., MS Exchange 2007).
7874
7875 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7878         function.
7879
7880         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7881         (gnus-uu-yenc-article): New function.
7882
7883         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7884
7885         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7886
7887 2007-12-02  Glenn Morris  <rgm@gnu.org>
7888
7889         * binhex.el (binhex): New custom group.
7890         (binhex-decoder-program, binhex-decoder-switches)
7891         (binhex-use-external): Move to the binhex custom group.
7892
7893         * uudecode.el (uudecode): New custom group.
7894         (uudecode-decoder-program, uudecode-decoder-switches)
7895         (uudecode-use-external): Move to the uudecode custom group.
7896
7897         * netrc.el (top-level): Don't load `encrypt' features.
7898         (netrc-parse): Don't use encrypt.
7899         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7900
7901         * encrypt.el: Remove file.
7902
7903 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7906         matches on patches.
7907
7908         * gnus-art.el (gnus-article-browse-html-article):
7909         Mention `mm-text-html-renderer' in the doc string.
7910
7911         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7912         string.  Add comments.
7913
7914         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7915         if rhs is ASCII.
7916
7917 2007-12-01  Glenn Morris  <rgm@gnu.org>
7918
7919         * mail-source.el (top-level): Require format-spec before
7920         eval-when-compile.
7921
7922 2007-11-30  Glenn Morris  <rgm@gnu.org>
7923
7924         * encrypt.el: Require password, rather than autoloading password-read.
7925
7926 2007-11-29  Glenn Morris  <rgm@gnu.org>
7927
7928         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7929         (sasl-make-client, sasl-next-step, sasl-step-data)
7930         (sasl-step-set-data): Declare as functions.
7931
7932 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7935
7936 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7937
7938         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7939         certs should be verified and what is to be done in the event of a
7940         verification failure.
7941
7942         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7943         caller can indicate whether the cache should be disregarded for this
7944         call.  This way the result of the call is reproducible at all times and
7945         can be considered a canonical server name for the supplied method.
7946         (gnus-agent-method-p): Canonicalize server names by pushing their
7947         method through `gnus-method-to-server' using the no-cache argument.
7948
7949         * gnus-srvr.el (gnus-server-insert-server-line):
7950         Call `gnus-method-to-server' with `no-cache' argument.
7951
7952         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7953         gnus-agent-possibly-synchronize-flags as this should be called when the
7954         server is actually being opened.
7955         (gnus-agent-possibly-synchronize-flags)
7956         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7957         flags file of an agentized server to the latter function.
7958
7959         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7960         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7961         after a connection has been established successfully.
7962
7963 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * gnus-art.el (article-display-face): Force to display face if called
7966         interactively; check if gnus-article-x-face-too-ugly matches author.
7967         (article-display-x-face): Display face even if From header is missing
7968         as article-display-face does.
7969
7970 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7971
7972         * hashcash.el (message-narrow-to-headers-or-head)
7973         (message-fetch-field, message-goto-eoh)
7974         (message-narrow-to-headers): Declare as functions.
7975
7976 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * mail-source.el (mail-sources): Default to fetch from file for
7979         compatibility with default of nnmail-spool-file.
7980
7981 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7984         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7985         to look for encoded word that should be encoded again.
7986         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7987         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7988         encoding pattern.
7989         (rfc2047-decode-region): Switch strict regexp and loose one according
7990         to rfc2047-allow-irregular-q-encoded-words.
7991
7992 2007-11-25  Romain Francoise  <romain@orebokech.com>
7993
7994         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7995
7996 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * tls.el (tls-program): Provide more custom choices from
7999         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8000         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8001
8002 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8005         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8006
8007         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8008         `nnmail-spool-file'.
8009
8010         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8011         `nnmail-spool-file'.
8012
8013         * gnus-move.el (gnus-change-server): Ditto.
8014
8015         * gnus-kill.el (gnus-batch-score): Ditto.
8016
8017         * gnus-cache.el (gnus-jog-cache): Ditto.
8018
8019         * gnus-msg.el (gnus-summary-reply):
8020         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8021
8022 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8023
8024         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8025         version.  Minor improvement to doc strings.
8026         (tls-program): Add comment.
8027
8028 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8029
8030         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8031         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8032         mismatch between the hostname provided in the certificate and the name
8033         of the host connnecting to.
8034         (open-tls-stream): Use them.  Check certificates against trusted root
8035         certificates.
8036
8037 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * gnus-cache.el (gnus-cache-generate-nov-databases):
8040         Use nnml-generate-nov-databases-directory instead of
8041         nnml-generate-nov-databases-1.
8042
8043 2007-11-24  Glenn Morris  <rgm@gnu.org>
8044
8045         * message.el (message-tool-bar-retro): Update for rename
8046         mail_send.xpm->mail-send.xpm.
8047
8048 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8051         `smime-ldap-search' for Emacs 22 and up.
8052
8053 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8054
8055         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8056
8057         * message.el (message-send-mail-function): Fix error convention.
8058         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8059         (message-widen-reply, message-send-mail, message-talkative-question)
8060         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8061         (message-clone-locals, message-send-news): Use with-current-buffer.
8062         (message-insert-or-toggle-importance): Remove unused var `valid'.
8063         (message-make-references): Remove unused var `new-references'.
8064         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8065
8066 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8067
8068         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8069         (spam-split-symbolic-return-positive): Reflow docstring.
8070         (spam-backends, spam-summary-exit-behavior)
8071         (spam-mark-ham-unread-before-move-from-spam-group)
8072         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8073         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8074         (spam-clear-cache, spam-backend-check, spam-install-backend)
8075         (spam-install-statistical-backend, spam-list-of-processors)
8076         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8077         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8078         (spam-check-crm114, spam-initialize, spam-unload-hook):
8079         Fix typos in docstrings.
8080
8081 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8084         been checked if they have never been read and those group levels are
8085         higher than the one that a user specified.
8086
8087 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8090         foreign groups unless a group level is specified by a user.
8091         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8092
8093 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * message.el (message-send-mail-function): Require sendmail.
8096
8097 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * message.el (message-send-mail-function): Check for smtpmail too.
8100
8101         * utf7.el (utf7-encode, utf7-decode): Use coding system
8102         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8103
8104         * message.el (message-send-mail-function): New function.
8105         (message-send-mail-function): Set default using
8106         message-send-mail-function.  Adjust doc string.
8107         (message-send-mail-with-mailclient): New function.
8108
8109 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8110
8111         * smime.el (from):
8112         * rfc2047.el (message-posting-charset):
8113         * qp.el (mm-use-ultra-safe-encoding):
8114         * pop3.el (parse-time-months):
8115         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8116         * nnml.el (files):
8117         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8118         (jka-compr-compression-info-list, ange-ftp-path-format)
8119         (efs-path-regexp):
8120         * nndiary.el (files):
8121         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8122         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8123         (epg-digest-algorithm-alist, inhibit-redisplay)
8124         (password-cache-expiry):
8125         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8126         (pgg-output-buffer, password-cache-expiry):
8127         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8128         (efs-path-regexp):
8129         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8130         (inhibit-redisplay):
8131         * mm-uu.el (file-name, start-point, end-point, entry)
8132         (gnus-newsgroup-name, gnus-newsgroup-charset):
8133         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8134         (latin-unity-ucs-list):
8135         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8136         (mm-uu-binhex-decode-function):
8137         * message.el (gnus-message-group-art, gnus-list-identifiers)
8138         (rmail-enable-mime-composing, gnus-local-organization)
8139         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8140         (gnus-read-active-file, facemenu-add-face-function)
8141         (facemenu-remove-face-function, gnus-article-decoded-p)
8142         (tool-bar-mode):
8143         * mail-source.el (display-time-mail-function):
8144         * gnus-util.el (nnmail-pathname-coding-system)
8145         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8146         (gnus-original-article-buffer, gnus-user-agent)
8147         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8148         (xemacs-codename, sxemacs-codename, emacs-program-version):
8149         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8150         * gnus-start.el (gnus-agent-covered-methods)
8151         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8152         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8153         (gnus-newsgroup-headers, gnus-group-list-mode)
8154         (gnus-group-mark-positions, gnus-newsgroup-data)
8155         (gnus-newsgroup-unreads, nnoo-state-alist)
8156         (gnus-current-select-method, mail-sources)
8157         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8158         (nnmail-spool-file, gnus-cache-active-hashtb):
8159         * gnus-mh.el (mh-lib-progs):
8160         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8161         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8162         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8163         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8164         (gnus-group-buffer):
8165         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8166         (font-lock-set-defaults):
8167         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8168         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8169         (gnus-summary-post-menu, total-parts, type, condition, length):
8170         * gnus-agent.el (gnus-agent-read-agentview):
8171         * flow-fill.el (show-trailing-whitespace):
8172         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8173         eval-and-compile wrappers for byte compiler pacifiers.
8174
8175         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8176         (mm-display-inline-fontify): Check for featurep 'xemacs not
8177         extent-list.
8178
8179         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8180         itimer-list.
8181         (mm-create-image-xemacs): Only do something for XEmacs.
8182         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8183
8184         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8185
8186         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8187         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8188
8189 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8190
8191         * nnimap.el (nnimap-split-download-body):
8192         * gnus-demon.el (gnus-demon):
8193         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8194
8195 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8198         New macros.
8199         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8200         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8201         copy data from unibyte buffer to multibyte current buffer.
8202         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8203         to copy data from unibyte current buffer to multibyte buffer.
8204         (nntp-make-process-buffer): Make process buffer unibyte.
8205
8206         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8207
8208 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8209
8210         * pop3.el (pop3-open-server): Accept and process data more robustly at
8211         connexion start to avoid spurious "POP SSL connexion failed" errors.
8212
8213 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8216         read group names.
8217
8218 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8221
8222 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8225         (nnmail-save-active): Use a unibyte buffer when saving active file,
8226         which may contain non-ASCII group names.
8227
8228         * nnml.el (nnml-request-group): Decode group names in messages.
8229
8230 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * message.el (message-citation-line-function)
8233         (message-insert-formatted-citation-line): Fix spelling of
8234         `message-insert-formated-citation-line'.
8235
8236 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8239
8240 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8243         nnmail-pathname-coding-system.
8244
8245         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8246         that a user enters; decode group names in messages.
8247
8248         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8249
8250 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8253
8254         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8255
8256         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8257         risky local variable.
8258
8259         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8260
8261 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8262
8263         * encrypt.el: Improve documentation to fix function name typo.
8264         Reported by Daiki Ueno <ueno@unixuser.org>.
8265
8266 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8269         even if the point is not in the last page of an article.
8270         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8271         back to the previous page.
8272
8273 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8276
8277 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8280
8281 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8282
8283         * message.el (message-check-news-body-syntax):
8284         Avoid mm-string-as-multibyte.
8285         (message-hide-headers): Don't assume (point-min)==1.
8286
8287 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * message.el (message-remove-blank-cited-lines): Fix if remove is
8290         given.
8291         (message-bogus-address-regexp): New variable.
8292         (message-bogus-recipient-p): New function.
8293         (message-check-recipients): New command.
8294         (message-syntax-checks): Add `bogus-recipient'.
8295         (message-fix-before-sending): Add `bogus-recipient'.
8296
8297         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8298         (gnus-treat-body-boundary): Don't test window-system.
8299
8300 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8301
8302         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8303
8304 2007-10-28  Miles Bader  <miles@gnu.org>
8305
8306         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8307         at compile-time too.
8308
8309 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8310
8311         * gnus-msg.el (gnus-message-setup-hook):
8312         Add `message-remove-blank-cited-lines' to options.
8313
8314 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8315
8316         * message.el (message-remove-blank-cited-lines): New function.
8317         Suggested by Karl Plästerer.
8318
8319 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8322         mapc.
8323
8324         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8325         (top-level): Use mapc to set functions to be traced for debugging.
8326
8327         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8328         called for effect with while loop.
8329
8330         * message.el (message-talkative-question): Replace mapcar called for
8331         effect with mapc.
8332
8333         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8334         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8335         called for effect with dolist.
8336
8337         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8338
8339         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8340         gnus-extra-headers and nnmail-extra-headers.
8341
8342         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8343         called for effect with dolist.
8344         (top-level): Use mapc to set functions to be traced for debugging.
8345
8346         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8347         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8348         dolist.
8349
8350         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8351         Replace mapcar called for effect with mapc.
8352         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8353         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8354         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8355         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8356
8357         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8358         remove-if that's a cl function.
8359
8360         * webmail.el (webmail-debug): Replace mapcar called for effect with
8361         dolist.
8362
8363         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8364         with mapc.
8365
8366 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8369         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8370         with while loop.
8371
8372         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8373         functions from article-* functions.
8374         (gnus-multi-decode-header): Replace mapcar called for effect with
8375         dolist.
8376
8377         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8378         (gnus-bookmark-show-details): Replace mapcar called for effect with
8379         while loop.
8380
8381         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8382         called for effect with while loop.
8383
8384         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8385         with dolist.
8386
8387         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8388         Replace mapcar called for effect with dolist.
8389
8390         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8391
8392         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8393         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8394         Replace mapcar called for effect with dolist.
8395         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8396         mapc.
8397
8398         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8399         Replace mapcar called for effect with dolist.
8400         (gnus-topic-list): Replace mapcar called for effect with mapc.
8401
8402         * gnus.el: Use mapc instead of mapcar to add autoloads.
8403
8404 2007-10-23  Richard Stallman  <rms@gnu.org>
8405
8406         * gnus-group.el (gnus-group-highlight): Mark as risky.
8407
8408 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus.el (gnus-server-to-method): Return method found first in
8411         gnus-newsrc-alist.
8412
8413         * gnus-art.el (gnus-article-highlight-signature)
8414         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8415         button overlay without the front stickiness.
8416
8417 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8418
8419         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8420         overview buffer needed a catch to receive its throw.
8421         (gnus-agent-flush-cache): Declare as interactive to make this function
8422         easier to use.
8423
8424 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8427         `next-line'.
8428
8429 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8432         exclude address matching message-dont-reply-to-names.
8433
8434 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-util.el (gnus-string<): New function.
8437
8438         * gnus-sum.el (gnus-article-sort-by-author)
8439         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8440
8441 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8444         the frame-focus tag is set in gnus-buffer-configuration.
8445
8446 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8449         the front stickiness.
8450
8451 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8454         url pattern; remove duplicate one.
8455         (gnus-article-extend-url-button): New function.
8456         (gnus-article-add-buttons): Use it.
8457         (gnus-button-push): Use concatenated url that it makes.
8458
8459 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8460
8461         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8462
8463 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8464
8465         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8466         Don't hardcode point-min==1.
8467
8468 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8471         Fix comment about "iso8859-1".
8472
8473 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8474
8475         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8476         ones returned from the verify-function.
8477
8478         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8479         Call mml2015-extract-cleartext-signature if extraction failed.
8480
8481 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8482
8483         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8484         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8485         failed.
8486
8487 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8488
8489         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8490
8491 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8494         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8495         recommends to use EasyPG instead of PGG.
8496
8497         * pgg.el: Revert to revision 6.23.2.16.
8498
8499         * pgg-def.el: Revert to revision 6.6.2.14.
8500
8501         * pgg-gpg.el: Revert to revision 6.23.2.34.
8502
8503 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8504
8505         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8506         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8507         thread for both the null and zero (kill/expire thread) universal prefix
8508         cases.
8509         (gnus-summary-expire-thread): Add new function to expire a thread,
8510         using gnus-summary-kill-thread.
8511         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8512         shortcuts for gnus-summary-expire-thread.
8513         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8514         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8515
8516 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8517
8518         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8519         extras value, so an extras entry can be deleted.
8520         (gnus-registry-delete-extra-entry): Use it.
8521         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8522         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8523         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8524         storage through the gnus-registry, and provide an appropriate API for
8525         it.
8526
8527 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8530         Suggested by Leo <sdl.web@gmail.com>.
8531
8532         * gnus.el: Do.
8533
8534 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8537         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8538
8539         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8540
8541         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8542         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8543
8544 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8547         newline.
8548         (nnmbox-request-accept-article): Don't change article in source buffer;
8549         narrow to header to use message-fetch-field rather than
8550         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8551         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8552         as delimiters; make sure article ends with newline.
8553         (nnmbox-delete-mail): Correct last position of article to be deleted;
8554         ignore X-Gnus-Newsgroup header in article body.
8555         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8556         positions; make sure article ends with newline.
8557
8558         * message.el (message-display-abbrev): Don't infloop when a user
8559         inserts SPC in the beginning of header.
8560
8561         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8562         coding-system-for-read and coding-system-for-write for XEmacs having no
8563         file-coding feature.
8564
8565         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8566
8567 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8568
8569         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8570         list of groups not followed by default.  Fix type to be regexp.
8571         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8572
8573 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8574
8575         * hmac-def.el (define-hmac-function): Switch from old-style to
8576         new-style backquotes.
8577
8578         * md4.el (md4-make-step): Likewise.
8579
8580 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8583         raw-text coding system when saving .newsrc file, which may contain
8584         non-ASCII group names.
8585
8586 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-cus.el (gnus-score-extra): New widget.
8589         (gnus-score-extra-convert): New function.
8590         (gnus-score-customize): Use it for Extra.
8591
8592 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8593
8594         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8595         (mml2015-mailcrypt-clear-verify): Use it.
8596         (mml2015-gpg-clear-verify): Use it.
8597         (mml2015-pgg-clear-verify): Use it.
8598         (mml2015-epg-clear-verify): Replace the current part with the output
8599         from GnuPG; don't extract the plaintext by itself.
8600
8601         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8602         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8603         mml2015-clear-verify-function; don't touch the armor headers or
8604         dash-escaped text here.
8605
8606 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8609         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8610         parts, or application/octet-stream as a last resort.
8611         (gnus-mime-view-part-as-type): Don't toggle display.
8612         (gnus-mime-view-part-as-charset): Don't turn off display before
8613         querying charset.
8614
8615         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8616         stuff to undisplayer function in Emacs.
8617         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8618
8619         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8620         text/calendar parts.
8621
8622 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8625         decoding text/calendar parts.
8626
8627         * message.el (message-forward-make-body-mime): Always mark body as
8628         having no illegible text; remove signed-or-encrypted argument.
8629         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8630
8631         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8632         (mml-generate-mime-1): Don't encode body if it is specified to be in
8633         raw form; don't make buffer be unibyte when inserting multibyte string.
8634
8635 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8636
8637         * sha1.el: Fix up comment style.
8638         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8639         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8640
8641         * hex-util.el: Fix up comment style.
8642         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8643
8644         * gnus-salt.el: Use with-current-buffer.
8645         (gnus-pick-setup-message): Fix long-standing typo.
8646
8647 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * imap.el (imap-logout-timeout): New variable.
8650         (imap-logout, imap-logout-wait): New functions.
8651         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8652
8653         * nnimap.el (nnimap-logout-timeout): New server variable.
8654         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8655         nnimap-logout-timeout.
8656
8657         * gnus-art.el (gnus-article-summary-command-nosave)
8658         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8659
8660 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus.el (gnus-maximum-newsgroup): New variable.
8663
8664         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8665         according to gnus-maximum-newsgroup.
8666
8667         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8668         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8669         Limit the range of articles according to gnus-maximum-newsgroup.
8670
8671 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8672
8673         * gnus-art.el (gnus-sticky-article): Fix problems described in
8674         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8675         Don't perform gnus-configure-windows here; reuse existing sticky
8676         article buffer.
8677
8678         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8679         it doesn't exist in gnus-article-mode.
8680
8681 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8684         (gnus-agent-decoded-group-name): New function.
8685         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8686         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8687
8688 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8689
8690         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8691         Add binding for gnus-sticky-article.
8692         (gnus-summary-exit): Don't kill sticky article buffers.
8693
8694         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8695         article buffer.
8696         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8697         (gnus-kill-sticky-article-buffers): New commands.
8698
8699 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * nntp.el (nntp-xref-number-is-evil): New server variable.
8702         (nntp-find-group-and-number): If it is non-nil, don't trust article
8703         numbers in the Xref header.
8704
8705 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-agent.el (gnus-agent-read-group): New function.
8708         (gnus-agent-flush-group, gnus-agent-expire-group)
8709         (gnus-agent-regenerate-group): Use it.
8710         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8711         nnmail-pathname-coding-system.
8712
8713 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8716
8717         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8718         that are unread as unread, and also as selected so that information of
8719         marks having been changed by a user may be updated when exiting group.
8720
8721 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8724
8725 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8728         calculated ignoring signature parts to gnus-treat-article.
8729
8730 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8733         a point here in order to keep the window start.
8734         (gnus-insert-mime-security-button): Make a button overlay without the
8735         front stickiness.
8736         (gnus-mime-display-security): Goto the end of a button.
8737
8738         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8739
8740 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8743         group-name-at-point.
8744         (gnus-group-completing-read): New function that offers decoded
8745         non-ASCII group names for completion.
8746         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8747         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8748         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8749         (gnus-group-fetch-control): Use it.
8750         (gnus-fetch-group): Use group-name-at-point for the initial value
8751         rather than the default value; use gnus-alive-p.
8752
8753         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8754         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8755         (gnus-summary-post-news): Use gnus-group-completing-read.
8756
8757         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8758         (gnus-read-move-group-name): Decode group name for completion.
8759
8760 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8761
8762         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8763         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8764         Yamaoka slightly modified the code).
8765
8766 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8769         (nnmail-split-incoming): Bind it.
8770
8771         * nnml.el (nnml-group-name-charset): New function.
8772         (nnml-decoded-group-name): Use it; don't decode group name if
8773         nnmail-group-names-not-encoded-p is non-nil.
8774         (nnml-encoded-group-name): New function.
8775         (nnml-group-pathname): Inline nnml-decoded-group-name.
8776         (nnml-request-expire-articles): Decode group name in message.
8777         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8778         nnmail-pathname-coding-system.
8779         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8780         not decoded ones according to nnmail-group-names-not-encoded-p.
8781         (nnml-generate-active-info): Use nnml-encoded-group-name.
8782
8783 2007-08-08  Glenn Morris  <rgm@gnu.org>
8784
8785         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8786         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8787         doc-strings and comments.
8788
8789 2007-07-25  Glenn Morris  <rgm@gnu.org>
8790
8791         * Relicense all FSF files to GPLv3 or later.
8792
8793 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-sum.el (gnus-summary-move-article):
8796         Make gnus-summary-respool-article work.
8797
8798 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8799
8800         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8801         string.
8802
8803 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8804
8805         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8806         that should be ignored when comparing distant RSS articles with local
8807         ones.
8808         (nnrss-make-hash-index): New function.  Create a hash index according
8809         to the ignored fields.
8810         (nnrss-check-group): Use it.
8811
8812 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8815
8816         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8817
8818         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8819         the new optional argument ENCODED is non-nil.
8820         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8821         coding system for encoding group name.
8822         (gnus-group-make-rss-group): Pass un-encoded group name to
8823         gnus-group-make-group.
8824         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8825         encoded.
8826
8827         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8828         Encode group name to which articles are moved or copied.
8829         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8830         coding system for encoding Newsgroup, Followup-To and Xref headers.
8831
8832         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8833         marks; use nnheader-file-coding-system to write a file.
8834         (nnagent-retrieve-headers): Bind file-name-coding-system to
8835         nnmail-pathname-coding-system.
8836
8837         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8838
8839         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8840         (nnml-request-article, nnml-request-create-group)
8841         (nnml-request-rename-group, nnml-find-id)
8842         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8843         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8844         (nnml-save-marks): Use nnml-group-pathname instead of
8845         nnmail-group-pathname.
8846
8847         (nnml-request-create-group, nnml-request-expire-articles)
8848         (nnml-request-move-article, nnml-request-delete-group)
8849         (nnml-deletable-article-p, nnml-possibly-create-directory)
8850         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8851         (nnml-open-marks): Bind file-name-coding-system to
8852         nnmail-pathname-coding-system.
8853
8854         (nnml-request-article): Pass server argument to nnml-find-group-number.
8855         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8856         Pass server argument to nnml-possibly-create-directory.
8857         (nnml-request-accept-article): Pass server argument to
8858         nnml-active-number and nnml-save-mail.
8859         (nnml-find-group-number): Pass server argument to nnml-find-id.
8860         (nnml-request-update-info): Pass server argument to
8861         nnml-marks-changed-p.
8862
8863         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8864         (nnml-save-mail, nnml-active-number): Add server argument.
8865
8866         (nnml-request-delete-group): Warn if group is missing.
8867         (nnml-get-nov-buffer): Decode group name.
8868         (nnml-generate-active-info): Encode group name.
8869         (nnml-open-marks): Decode group name in messages.
8870
8871 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8874         if it is not specified.
8875         (gnus-article-pipe-part, gnus-article-save-part)
8876         (gnus-article-interactively-view-part, gnus-article-copy-part)
8877         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8878         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8879         (gnus-article-replace-part, gnus-article-delete-part)
8880         (gnus-article-view-part-as-type): Pass raw prefix argument to
8881         gnus-article-part-wrapper.
8882
8883 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * gnus-agent.el (gnus-agent-save-active):
8886         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8887
8888         * gnus-cache.el (gnus-cache-save-buffers)
8889         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8890         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8891         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8892         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8893         (gnus-cache-generate-active, gnus-cache-rename-group)
8894         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8895         (gnus-cache-update-overview-total-fetched-for):
8896         Bind file-name-coding-system to nnmail-pathname-coding-system.
8897         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8898         New variables.
8899         (gnus-cache-decoded-group-name): New function.
8900         (gnus-cache-file-name): Use it.
8901         (gnus-cache-generate-active): Use non-decoded group name for active.
8902
8903         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8904         right place.
8905         (gnus-write-active-file): Don't break non-ASCII group names.
8906
8907         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8908         nnmail-pathname-coding-system.
8909
8910         * lpath.el: Bind default-file-name-coding-system,
8911         file-name-coding-system and language-info-alist for XEmacs.
8912
8913         * gnus-uu.el (gnus-uu-decode-save): Typo.
8914
8915 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8918
8919 2007-07-14  David Kastrup  <dak@gnu.org>
8920
8921         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8922         finishing actions if we did not edit the article.
8923
8924 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8927         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8928         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8929         (gnus-agent-flush-group, gnus-agent-flush-cache)
8930         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8931         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8932         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8933         (gnus-agent-regenerate-group)
8934         (gnus-agent-update-files-total-fetched-for)
8935         (gnus-agent-update-view-total-fetched-for):
8936         Bind file-name-coding-system to nnmail-pathname-coding-system.
8937         (gnus-agent-group-pathname): Don't encode file names by
8938         nnmail-pathname-coding-system.
8939         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8940         coding-system-for-write instead of buffer-file-coding-system to
8941         gnus-agent-file-coding-system.
8942
8943         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8944         Decode group name.
8945
8946         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8947
8948         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8949         (gnus-read-newsrc-el-file): Make group names unibyte.
8950
8951         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8952         nnmail-pathname-coding-system.
8953
8954         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8955         (nnrss-request-delete-group): Bind file-name-coding-system to
8956         nnmail-pathname-coding-system.
8957         (nnrss-read-server-data, nnrss-read-group-data):
8958         Bind file-name-coding-system correctly.
8959         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8960
8961         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8962         (nntp-server-to-method-cache): New variable.
8963         (nntp-group-pathname): New function that decodes non-ASCII group names.
8964         (nntp-possibly-create-directory, nntp-marks-changed-p)
8965         (nntp-save-marks, nntp-open-marks): Use it.
8966         (nntp-possibly-create-directory, nntp-open-marks):
8967         Bind file-name-coding-system to nnmail-pathname-coding-system.
8968         (nntp-open-marks): Decode group names when bootstrapping marks.
8969
8970         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8971         Newsgroups and Folowup-To headers.
8972
8973 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8976         (gnus-server-closed-face, gnus-server-denied-face)
8977         (gnus-server-offline-face): Remove variable.
8978         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8979
8980         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8981         of modifying message-stack directly for XEmacs.
8982
8983         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8984         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8985         if the coding-system argument is nil for XEmacs.
8986
8987         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8988         mm-charset-override-alist.
8989
8990         * rfc2047.el: Don't require base64; require rfc2045 for the function
8991         rfc2045-encode-string.
8992         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8993         to quote the parameter value.
8994
8995 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8998         form in gnus-group-name-charset-method-alist.
8999
9000         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9001         overrides the default layout edit-form.
9002
9003         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9004
9005         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9006
9007 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9010         as unfetched articles.
9011
9012 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9015
9016 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9019         original back end that keeps marks in the local system.
9020
9021 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9024         arg of pop-to-buffer for XEmacs.
9025         (gnus-article-read-summary-keys): Ditto; don't restore window
9026         configuration if summary command ends up with neither article buffer
9027         nor summary buffer; describe bindings if summary keys end with C-h.
9028
9029 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * message.el (message-fix-before-sending): Skip raw message part to be
9032         forwarded while checking illegible text.
9033         (message-forward-make-body-mime, message-forward-make-body):
9034         Mark signed or encrypted raw message as having no illegible text.
9035
9036 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9039         (gnus-message-with-timestamp-1): New macro.
9040         (gnus-message-with-timestamp): New function.
9041         (gnus-message): Use them.
9042
9043         * nnheader.el (nnheader-message): Use them.
9044
9045 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9048         .newsrc.eld file.
9049
9050 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-agent.el (gnus-agent-fetch-headers)
9053         (gnus-agent-retrieve-headers):
9054         Bind gnus-decode-encoded-address-function to identity.
9055
9056         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9057         available also when the server returns simply a dot.
9058
9059         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9060
9061 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9064
9065 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * gnus-ems.el (gnus-x-splash): Make it work.
9068
9069         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9070         from being used.
9071
9072         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9073
9074 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9077         4th and the 5th arguments.
9078
9079         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9080         the front stickiness.
9081         (gnus-article-summary-command-nosave): Correct the order of the
9082         arguments passed to pop-to-buffer.
9083         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9084         summary command ends up with the article buffer.
9085
9086         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9087         the same faces.
9088
9089 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9090
9091         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9092
9093 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9094
9095         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9096         * gnus-sum.el (gnus-summary-highlight):
9097         * pgg.el (pgg-sign-region, pgg-sign):
9098         * mail-source.el (mail-source-delete-old-incoming-confirm):
9099         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9100
9101 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-art.el (gnus-mime-view-part-externally)
9104         (gnus-mime-view-part-internally): Fix predicate function passed to
9105         completing-read.
9106
9107         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9108
9109         * gnus.el (gnus-update-message-archive-method): Add :version.
9110
9111 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * gnus.el (gnus-update-message-archive-method): New variable.
9114
9115         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9116         according to gnus-message-archive-method if
9117         gnus-update-message-archive-method is non-nil.
9118
9119 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9122         Suggested by Loic Dachary <loic@dachary.org>.
9123         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9124
9125 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * message.el (message-pop-to-buffer): Add switch-function argument.
9128         (message-mail): Pass switch-function argument to it.
9129
9130 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9133         Improve doc string.
9134
9135 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9138         (gnus-header-content)
9139         * gnus-cite.el (gnus-cite-10)
9140         * gnus-srvr.el (gnus-server-closed)
9141         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9142         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9143         (gnus-group-mail-3-empty, gnus-group-mail-low)
9144         (gnus-group-mail-low-empty, gnus-splash)
9145         * message.el (message-header-to, message-header-cc)
9146         (message-header-subject, message-header-other, message-header-name)
9147         (message-header-xheader, message-separator, message-cited-text)
9148         (message-mml): Lighten colors of faces used for dark background.
9149
9150 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9151
9152         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9153         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9154
9155 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * message.el (message-narrow-to-headers-or-head):
9158         Ignore mail-header-separator in the body.
9159
9160 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9163         same as window size.
9164
9165 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9166
9167         * message.el (message-font-lock-keywords): Use message-header-xheader
9168         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9169         ahead of the anything pattern, to get it recognised.
9170
9171 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9174         spam.el loads uses it in the compiled defadvice form.
9175
9176 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9177
9178         * gnus-sum.el (gnus-articles-to-read)
9179         (gnus-summary-insert-old-articles): Don't truncate group name for
9180         `read-string'.
9181
9182         * gnus-util.el (gnus-limit-string): Delete this function.
9183
9184         * gnus-sum.el (gnus-simplify-subject-fully):
9185         Use `truncate-string-to-width' instead.
9186
9187 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9188
9189         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9190         Tell if, on summary exit, the next group has to be selected.
9191         (gnus-summary-exit): Use it.
9192
9193 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9196         non-break space.
9197
9198 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9201         Check if group is not a directory.
9202         (nnfolder-request-expire-articles): Don't delete articles if the target
9203         group is not available.
9204
9205         * nnml.el (nnml-request-create-group): Properly check if group is not a
9206         file.
9207         (nnml-request-expire-articles): Don't delete articles if the target
9208         group is not available.
9209
9210         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9211         Don't quote characters that are within parentheses.
9212
9213 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9216         (gnus-handle-ephemeral-exit): Select article according to it.
9217
9218 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * message.el (message-insert-formated-citation-line): Remove newline.
9221         (message-citation-line-format): Add final \n here so that the user can
9222         avoid a blank line.
9223
9224 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9225
9226         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9227         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9228         Update lanl/arXiv support.
9229
9230 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus.el: Bump version number.
9233
9234 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * gnus.el (gnus-version-number): Bump version.
9237
9238 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9239
9240         * gnus.el: No Gnus v0.6 is released.
9241
9242 2007-04-27  Didier Verna  <didier@xemacs.org>
9243
9244         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9245         * gmm-utils.el (gmm-regexp-concat): ... here.
9246         * message.el: Don't require 'gnus-util.
9247         (message-dont-reply-to-names): Handle name change above.
9248         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9249
9250 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9253         since the initial value varies according to the system.
9254
9255 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9258
9259 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9260
9261         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9262
9263 2007-04-24  Didier Verna  <didier@xemacs.org>
9264
9265         Improve the type of gnus-ignored-from-addresses.
9266         * gnus-util.el (gnus-orify-regexp): New function.
9267         * message.el (gnus-util): Require it.
9268         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9269         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9270         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9271
9272 2007-04-24  Didier Verna  <didier@xemacs.org>
9273
9274         * gnus-sum.el:
9275         * gnus-utils.el: Fix some trailing whitespaces.
9276
9277 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9280         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9281         article's Message-ID; refer parent article in summary buffer.
9282
9283         * message.el (message-bounce): Call mime-to-mml.
9284
9285         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9286         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9287         optimize and/or forms properly.
9288
9289 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9292         URL.
9293
9294 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9297
9298 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9301         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9302         displayed of multipart/alternative part if it is invoked from summary
9303         buffer.
9304
9305         * mm-view.el (mm-inline-text-html-render-with-w3m)
9306         (mm-inline-text-html-render-with-w3m-standalone)
9307         (mm-inline-render-with-function): Use mail-parse-charset by default.
9308
9309 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9310
9311         * parse-time.el (parse-time-string-chars): Check if CHAR
9312         is less than the length of parse-time-syntax.
9313
9314 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9317         from gnus-newsgroup-processable.
9318
9319 2007-04-16  Didier Verna  <didier@xemacs.org>
9320
9321         * gnus-msg.el (gnus-configure-posting-styles):
9322         Handle message-signature-directory properly with :file syntax.
9323         Reported by "Leo".
9324
9325 2007-04-11  Didier Verna  <didier@xemacs.org>
9326
9327         New user option: message-signature-directory.
9328         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9329         * message.el (message-insert-signature): Ditto.
9330         * message.el (message-signature-file): Doc update.
9331         * message.el (message-signature-directory): New.
9332
9333 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus-msg.el (gnus-inews-yank-articles):
9336         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9337
9338 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * message.el (message-yank-original): Make sure cited text ends with
9341         newline; don't exchange point and mark.
9342
9343 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9344
9345         * tls.el (open-tls-stream): Properly handle case where there
9346         is no associated buffer.
9347
9348 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9349
9350         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9351         message-yank-original, make sure (< mark TEXT point).
9352
9353 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * message.el (message-fill-column): New variable.
9356         (message-mode): Use it.  Add comment on a possible new hook.
9357
9358         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9359         (nnmail-get-new-mail): Reformat.
9360
9361         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9362
9363         * gmm-utils.el: Fix Commentary.
9364         (gmm-tool-bar-from-list): Fix typo in doc string.
9365
9366 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9367
9368         * message.el (message-yank-original): Don't switch point and mark
9369         unnecessarily to put point and mark as documented.
9370
9371 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9374         from the message heads.
9375
9376 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9377
9378         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9379         article buffer does not have a window.  This may not be the best
9380         solution but is certainly better than setting the start of the null,
9381         that is the current, window.
9382
9383 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9386         (gnus-draft-setup): Run it.
9387
9388         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9389         gnus-score-fast-scoring.  Allow regexp.
9390         (gnus-score-headers): Use it.
9391
9392         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9393         XEmacs.
9394
9395         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9396         string.
9397         (gnus-button-alist): Also catch `<f1> k ...'.
9398         (gnus-treat-display-x-face): Fix doc string.
9399
9400 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9401
9402         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9403         evaluation of gnus-extended-version to ensure correct generation of the
9404         User-Agent header when message-generate-headers-first is used.
9405
9406 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9407
9408         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9409         hashcash-path is nil.  Don't call callback with incorrect number of
9410         parameters if val is 0.
9411
9412 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9413
9414         * message.el (message-required-news-headers):
9415         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9416
9417 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9418
9419         * tls.el (open-tls-stream): In handshake-waiting loop,
9420         don't wait more if there is output available to process.
9421
9422 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9423
9424         * tls.el (tls-program): Doc fix.
9425
9426 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * message.el (message-generate-new-buffers): Change the meaning of the
9429         nil value; add `standard' to the choices; treat t as `unique'; improve
9430         doc string.
9431         (gnus-select-frame-set-input-focus): Autoload.
9432         (message-buffer-name): Search for the existing message buffer if
9433         message-generate-new-buffers is nil or `standard'; treat the value t of
9434         message-generate-new-buffers as `unique'.
9435         (message-pop-to-buffer): Raise the frame already displaying the message
9436         buffer; clear the echo area after querying.
9437         (message-setup): Pass the `continue' argument to compose-mail.
9438         (message-mail): Prefer `switch-function' if it is given; search for the
9439         existing message buffer if the `continue' argument is non-nil; pass
9440         continue and switch-function arguments to compose-mail by way of
9441         message-setup.
9442         (message-mail-other-window): Adjust argument of message-setup.
9443         (message-mail-other-frame): Ditto.
9444
9445 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9448         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9449         to turn font-lock on when turning gnus-message-citation-mode on.
9450
9451 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9452
9453         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9454         (mml-smime-function-alist): New variable; add epg as the backend.
9455         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9456         mml-smime- functions instead.
9457         * mm-view.el: Require smime.
9458
9459 2007-03-05  Didier Verna  <didier@xemacs.org>
9460
9461         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9462         instead of just inheritance for posting styles.
9463         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9464
9465 2007-02-24  Chris Moore  <dooglus@gmail.com>
9466
9467         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9468         * pgg-pgp.el (pgg-pgp-encrypt-region):
9469         * pgg-gpg.el (pgg-gpg-encrypt-region):
9470         Check pgg-encrypt-for-me if no other recipients.
9471
9472 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9473
9474         * tls.el (tls-certtool-program): Fix custom type.
9475
9476 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9479         and point-at-eol instead of line-(beginning|end)-position.
9480
9481         * assistant.el (assistant-parse-buffer): Ditto.
9482
9483         * netrc.el (netrc-parse-services): Ditto.
9484
9485 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9486
9487         * mml2015.el (mml2015-epg-find-usable-key): New function.
9488         (mml2015-epg-sign): Use it.
9489         (mml2015-epg-encrypt): Use it.
9490
9491 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * message.el (message-make-in-reply-to): Quote name containing
9494         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9495         if there are special characters.  Reported by NAKAJI Hiroyuki
9496         <nakaji@jp.freebsd.org>.
9497
9498 2007-02-27  Didier Verna  <didier@xemacs.org>
9499
9500         Include the group parameters as well as the topic ones in the
9501         inheritance filter process.
9502         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9503         argument GROUP-PARAMS-LIST.
9504         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9505
9506 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * nntp.el (nntp-never-echoes-commands)
9509         (nntp-open-connection-functions-never-echo-commands): New variables.
9510         (nntp-send-command): Use them.
9511
9512 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9513
9514         * mml2015.el (mml2015-epg-verify): Simplify.
9515
9516 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * mml.el (mml-content-disposition-alist): New user option.
9519         (mml-content-disposition): New function.
9520         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9521         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9522
9523 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9524
9525         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9526         verification.
9527
9528 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9529
9530         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9531         articles posted in the last 24 hours.
9532
9533 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9534
9535         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9536
9537 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9538
9539         * nntp.el (nntp-send-command): Don't wait for echoes when
9540         nntp-open-ssl-stream is used.
9541
9542 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9545         (gnus-message-add-citation-keywords)
9546         (gnus-message-remove-citation-keywords): Remove.
9547         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9548         directly, make the variables in font-lock-defaults buffer-local, add
9549         gnus-message-citation-keywords to them and then update the value of
9550         font-lock-keywords.
9551
9552 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * message.el (message-cite-original-1): Don't call
9555         gnus-article-highlight-citation.
9556
9557         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9558         citations; fix line count.
9559
9560 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9563         (gnus-message-add-citation-keywords)
9564         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9565         versions of font-lock-add-keywords and font-lock-remove-keywords to
9566         work with XEmacs correctly.
9567
9568 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-cite.el (gnus-cite-face-list): Set the values of
9571         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9572         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9573         (gnus-message-cite-prefix-regexp): New variable.
9574         (gnus-message-search-citation-line): Use it; protect against long
9575         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9576         the 0th match data for Emacs.
9577         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9578         (gnus-message-add-citation-keywords): Append keywords rather than
9579         prepending; emulate font-lock-add-keywords if it is not available.
9580         (gnus-message-remove-citation-keywords):
9581         Emulate font-lock-remove-keywords if it is not available.
9582
9583         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9584
9585         * message.el (message-cite-prefix-regexp): Set the value of
9586         gnus-message-cite-prefix-regexp.
9587
9588 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9589
9590         * nnweb.el (nnweb-google-parse-1): Update parser.
9591
9592 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9593
9594         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9595
9596 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9597
9598         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9599         regexp.
9600
9601 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9604         string-to-multibyte.
9605         (uudecode-decode-region-internal): Use it.
9606
9607         * lpath.el: Fbind string-as-multibyte for XEmacs.
9608
9609 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9612         Fix custom choice.
9613
9614         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9615
9616 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9617
9618         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9619
9620         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9621         `write-region' to respect `mm-inhibit-file-name-handlers'.
9622
9623 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9626         Use gnus-home-directory instead of "~/" or "$HOME".
9627
9628 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9629
9630         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9631         to mention filename.
9632         Add comments at beginning regarding usage.
9633         (encrypt-write-file-contents): Change interactive so a string is
9634         acceptable.  If the file has no associated model, show an error instead
9635         of a nonsense prompt.
9636
9637 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9638
9639         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9640         Thanks to Yoshihiko Yamada for kind notification of this typo.
9641
9642 2007-01-12  Kenichi Handa  <handa@m17n.org>
9643
9644         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9645         multibyte buffer.
9646
9647 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * gnus-score.el (gnus-score-fast-scoring): New variable.
9650         (gnus-score-headers): Use it.
9651
9652         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9653
9654         * message.el (message-cite-original-1):
9655         Call gnus-article-highlight-citation if requested.
9656         (message-make-from): Allow name and address as optional arguments.
9657
9658         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9659
9660         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9661         bugs to doc string.
9662         (gnus-button-alist): Add mid\\|message-id.
9663         (gnus-button-fetch-group): Extend for use in
9664         `browse-url-browser-function'.
9665         (gnus-button-url-regexp): Try to catch paired parentheses like in
9666         Wikipedia URLs.
9667
9668         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9669         Suggested by Simon Krahnke <overlord@gmx.li>.
9670
9671 2007-01-13  Romain Francoise  <romain@orebokech.com>
9672
9673         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9674         Update copyright.
9675
9676 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9677
9678         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9679
9680 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9681
9682         * gnus-registry.el (gnus-registry-unfollowed-groups)
9683         (gnus-registry-split-fancy-with-parent): Fix documentation.
9684
9685 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9688         from nnweb groups.
9689
9690 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9693         Xref urls.  Erase buffer before requesting head.
9694
9695         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9696
9697 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9700         customizable.
9701
9702 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9703
9704         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9705         no signing key is found.
9706         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9707         no encrypting and/or signing key is found.
9708
9709 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9712
9713 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9714
9715         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9716         headers read from disk with the ones newly found in the current search.
9717         This should no longer cause problems, because the article numbers in
9718         Gmane's `nov.php' output are ignored since the previous change.
9719
9720 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9721
9722         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9723
9724 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9727         replace-regexp-in-string; bind url-version; fbind display-images-p and
9728         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9729         find-face and set-itimer-function for Emacs; bind itimer-list for
9730         Emacs.
9731
9732         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9733
9734 2007-01-01  Romain Francoise  <romain@orebokech.com>
9735
9736         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9737
9738 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9739
9740         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9741         `define-minor-mode' macro definition expanded properly.
9742         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9743         exclude it there.
9744
9745         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9746         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9747         `fboundp' test.
9748         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9749         This is OK to autoload in (S)XEmacs now.
9750
9751 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9752
9753         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9754         keystroke.
9755         (gnus-summary-limit-to-singletons): Fix typo.
9756
9757         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9758         else fails.
9759
9760 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9761
9762         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9763         docstring.
9764
9765         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9766         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9767         (gnus-summary-insert-dormant-articles): Fix typo in message.
9768
9769 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9772         nil for XEmacs.
9773         (gnus-message-citation-mode): Don't autoload in XEmacs.
9774
9775         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9776
9777 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9778
9779         * nnimap.el (nnimap-expunge-search-string):
9780         Mention nnimap-search-uids-not-since-is-evil in docstring.
9781
9782 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * spam.el: Revert to make-obsolete-variable because
9785         define-obsolete-variable-alias is not supported in Emacs 21.
9786
9787         * spam.el (spam-ifile-path, spam-ifile-database-path)
9788         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9789         make-obsolete-variable.
9790         (spam-bsfilter-path, spam-bsfilter-program)
9791         (spam-spamassassin-path, spam-spamassassin-program)
9792         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9793         Don't use "path" inappropriately.
9794         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9795         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9796         variable names.
9797
9798 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9799
9800         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9801         summary buffer.
9802
9803         * password.el (password-cache-remove): Use clear-string to burn
9804         password, if available.
9805
9806 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9809
9810         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9811
9812         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9813         (gnus-message-highlight-citation): Move defcustom here from
9814         gnus-cite.el.
9815         (gnus-message-citation-mode): Autoload.
9816
9817         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9818         checks to make it compile with XEmacs.
9819         (gnus-message-citation-mode): New minor mode.
9820         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9821         (gnus-message-highlight-citation): New variables.
9822         (gnus-message-search-citation-line)
9823         (gnus-message-add-citation-keywords)
9824         (gnus-message-remove-citation-keywords)
9825         (turn-on-gnus-message-citation-mode)
9826         (turn-off-gnus-message-citation-mode): New functions.
9827
9828 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9829
9830         * gnus-cite.el: Enable highlighting of different citation levels in
9831         message-mode.
9832
9833 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * message.el (message-make-fqdn): Fix comment.
9836         (message-bogus-system-names): Add ".local".
9837
9838         * spam.el (spam-ifile-path, spam-ifile-program)
9839         (spam-ifile-database-path, spam-ifile-database)
9840         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9841         Don't use "path" inappropriately.
9842         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9843         strings.
9844         (spam-check-ifile, spam-ifile-register-with-ifile)
9845         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9846         Use new variable names.
9847
9848         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9849         (gnus-treat-display-smileys): Simplify using
9850         gnus-image-type-available-p.
9851
9852         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9853         available.
9854
9855         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9856         Use `display-images-p' if available.
9857
9858 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9861         one after turning on the buffer's multibyteness instead of decoding
9862         them directly in the unibyte buffer that causes unexpected conversion
9863         in Emacs 23 (unicode).
9864
9865 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9866
9867         * message.el (message-generate-hashcash): Fix custom type.
9868
9869 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9872
9873 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9876         disconnect icons.  Add help text.
9877
9878 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9879
9880         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9881         negated to be consistent with the others we handle.
9882
9883 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9886         version of gnus-summary-buffer to something, so that we can use two
9887         article buffers at the same time.
9888
9889 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9890
9891         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9892         trigger all the extra headers.
9893         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9894         sorting.
9895
9896 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9897
9898         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9899         solid groups.
9900
9901 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9902
9903         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9904
9905 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * legacy-gnus-agent.el: Add Copyright notice.
9908
9909 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9910
9911         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9912
9913 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9914
9915         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9916
9917         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9918         to make it work reliably in CVS Emacs.
9919         (gnus-summary-limit-strange-charsets-predicate)
9920         (gnus-summary-limit-to-predicate): New functions.
9921
9922 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9923
9924         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9925         specifying array size.
9926         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9927         array if it is too small.
9928         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9929         (gnus-sort-threads-loop): New function.
9930
9931 2006-12-06  Chris Moore  <dooglus@gmail.com>
9932
9933         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9934         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9935
9936 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9937
9938         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9939         options.
9940
9941 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942
9943         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9944         DOS-ing the recipient.
9945
9946         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9947         the headers when creating the mapping to avoid mismappings.
9948         (nnweb-gmane-create-mapping): Always nix out old mapping.
9949
9950 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9953         and mm-verify-option to never.
9954
9955 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * message.el (message-signed-or-encrypted-p): New function.
9958         (message-forward-make-body): Use it.
9959
9960         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9961         Replace encode-coding-string with mm-encode-coding-string.
9962
9963 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * nneething.el (nneething-decode-file-name):
9966         Replace decode-coding-string with mm-decode-coding-string.
9967
9968         * gnus-int.el (gnus-open-server): Say failed server's name.
9969
9970 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9971
9972         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9973         strings to a single string.  Quote `errors-file-name'.
9974         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9975         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9976         Adjust calls.  Use `shell-quote-argument'.
9977
9978 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9979
9980         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9981         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9982
9983         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9984         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9985         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9986         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9987         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9988         (gnus-subscribe-newsgroup, gnus-1):
9989         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9990         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9991         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9992         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9993
9994 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9995
9996         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9997         keystroke.
9998         (gnus-summary-limit-to-bodies): Implement headersp.
9999
10000 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10003
10004 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10007
10008 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10009
10010         * message.el (message-generate-hashcash): Expand range of values to
10011         include `opportunistic'.
10012         (message-send-mail): Use it.
10013
10014 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10015
10016         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10017         and comment it.
10018
10019         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10020
10021 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * gnus-util.el (gnus-extract-address-components): Improve comment.
10024
10025 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-util.el (gnus-extract-address-components): Work with address in
10028         which the name portion contains @.
10029
10030         * lpath.el: Fbind custom-autoload.
10031
10032 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * gnus.el (gnus-start): Move custom group up.
10035         (gnus-select-method): Don't autoload, but make it available for
10036         `customize-variable'.
10037         (gnus-getenv-nntpserver): Don't autoload.
10038
10039 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10040
10041         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10042
10043 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * message.el (message-sendmail-extra-arguments): New variable.
10046         (message-send-mail-with-sendmail): Use it.
10047
10048 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10051         mm-with-unibyte-current-buffer to make string unibyte.
10052
10053         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10054         mm-string-as-multibyte.
10055
10056 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10057
10058         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10059         Reported by Werner Koch <wk@gnupg.org>.
10060
10061 2006-11-14  Daiki Ueno  <ueno@p360>
10062
10063         * mml2015.el: Autoload epa-select-keys when compiling.
10064
10065 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10066
10067         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10068         message-options.
10069         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10070
10071 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10072
10073         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10074         EasyPG (< 0.0.6).
10075         (mml2015-always-trust): New user option.
10076         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10077         prompt.
10078
10079 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * nntp.el (nntp-authinfo-force): New variable.
10082         (nntp-send-authinfo): Use it.
10083
10084 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10087         decode encoded words.  Improve prompt.  Add comment about forwarding.
10088         (message-replacement-char): Move up.
10089
10090 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10091
10092         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10093         instead of gnus-intersection because arguments of gnus-sorted-nunion
10094         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10095
10096 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10099         (message-simplify-subject-functions):
10100         Enable message-strip-subject-encoded-words by default.
10101
10102 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * message.el (message-strip-subject-encoded-words): New function.
10105         (message-simplify-subject-functions): New variable.
10106         (message-simplify-subject): Use it.  Fix typo in doc string.
10107         Support message-strip-subject-encoded-words.
10108
10109 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10110
10111         * gnus-diary.el (gnus-diary-delay-format-function):
10112         * nndiary.el (nndiary-reminders):
10113         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10114
10115 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus-art.el (article-hide-boring-headers): Fetch date from
10118         gnus-original-article-buffer to avoid problems with localized date
10119         strings.
10120
10121 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10124
10125 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10126
10127         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10128         New variables.
10129         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10130         (mm-charset-synonym-alist): Move some entries to
10131         mm-codepage-iso-8859-list.
10132         (mm-charset-synonym-alist, mm-charset-override-alist):
10133         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10134
10135 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10138
10139 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10142         with Emacs 21 and XEmacs.
10143
10144 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10145
10146         * spam.el (spam-parse-address): New function for better parsing,
10147         catching errors, etc.
10148         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10149
10150 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * mm-view.el: Add interactive arg to html2text autoload.
10153
10154 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10157
10158 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10161         New variables.
10162         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10163         (mm-charset-synonym-alist): Move some entries to
10164         mm-codepage-iso-8859-list.
10165
10166         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10167
10168 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10169
10170         * message.el (message-citation-line-format)
10171         (message-insert-formated-citation-line): Fix implementation of %E, %N
10172         and %n according to the doc string.
10173
10174 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10175
10176         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10177         Use car-safe to avoid bad parses.
10178
10179 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10182         names.
10183
10184         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10185
10186 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10189         header.
10190
10191         * message.el (message-draft-headers): Add Date.
10192         (message-headers-to-generate): Fix typo in docstring.
10193
10194         * nndraft.el (nndraft-required-headers): New variable.
10195         (nndraft-generate-headers): Use it.
10196
10197         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10198
10199 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10200
10201         * gnus-registry.el (gnus-registry-wash-for-keywords)
10202         (gnus-registry-find-keywords): New functions to allow easy searching of
10203         articles that are in the registry.
10204
10205 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10206
10207         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10208         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10209         Reported by Damien Elmes <damien@repose.cx>.
10210
10211 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10212
10213         * gnus.el (gnus-mime): Remove unused custom group.
10214
10215 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10216
10217         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10218         "blank line" when searching for end of armor headers.
10219
10220 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gmm-utils.el (gmm-write-region): Fix variable name.
10223
10224 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * gmm-utils.el (gmm-write-region): New function based on compatibility
10227         code from `mm-make-temp-file'.
10228
10229         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10230
10231         * nnmaildir.el (nnmaildir--update-nov)
10232         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10233         Use `gmm-write-region'.
10234
10235 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10238         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10239
10240         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10241
10242         * message.el (message-replacement-char): New variable.
10243         (message-fix-before-sending): Use it.
10244         (message-simplify-subject): New function to remove duplicate code.
10245         (message-reply, message-followup): Use it.
10246
10247         * gnus-sum.el (gnus-summary-make-menu-bar):
10248         Clarify gnus-summary-limit-to-articles.
10249
10250 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-util.el (gnus-with-local-quit): New macro.
10253
10254         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10255
10256 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10257
10258         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10259         ignore non-string data.
10260
10261 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10262
10263         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10264         non-string data (needs to be done in the registry too).
10265
10266 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10267
10268         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10269         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10270         (gnus-registry-split-fancy-with-parent)
10271         (gnus-registry-fetch-simplified-message-subject-fast)
10272         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10273         Remove text properties on ingress into the registry and when it's saved.
10274         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10275         registry from entries with no groups.
10276
10277 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10278
10279         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10280         function to remove string properties.
10281
10282 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * gmm-utils.el (gmm): Adjust custom version.
10285
10286         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10287         Adjust custom version.
10288
10289         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10290
10291 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * gnus-art.el (gnus-insert-prev-page-button)
10294         (gnus-insert-next-page-button): Simplify.  Reformat.
10295
10296 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10297
10298         * gnus-art.el (gnus-insert-prev-page-button)
10299         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10300
10301 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10302
10303         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10304
10305 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10306
10307         * gnus-art.el (gnus-insert-mime-button)
10308         (gnus-insert-mime-security-button):
10309         Apply gnus-article-button-face to MIME and security buttons.
10310
10311 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10312
10313         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10314         readable.
10315
10316 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10319
10320 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10321
10322         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10323         `browse-url-of-file' instead of `browse-url'.
10324
10325 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10326
10327         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10328         regexp.  Articles containing quotation were cut prematurely.
10329
10330 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * message.el (message-cite-original-1): Use nobody by default for the
10333         value of From header.
10334         (message-reply): Ditto.
10335
10336 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10337
10338         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10339         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10340         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10341
10342 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10345         mails in the doc string.  Add some URLs in comment.
10346         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10347
10348 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10351         backslashes handling and the way to find boundaries of quoted strings.
10352
10353 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10354
10355         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10356         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10357         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10358         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10359
10360 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10363         doc string.
10364         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10365
10366 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * lpath.el: Fbind epg-check-configuration.
10369
10370 2006-09-06  Simon Josefsson  <jas@extundo.com>
10371
10372         * mml2015.el (mml2015-use): Doc fix, mention epg.
10373
10374 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10375
10376         * mml2015.el (mml2015-use): Default to epg, if available.
10377
10378 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10379
10380         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10381         message-sender.
10382         (mml1991-epg-encrypt): Ditto.
10383         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10384         message-sender.
10385         (mml2015-epg-encrypt): Ditto.
10386
10387 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10388
10389         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10390         several common directories.
10391
10392 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10393
10394         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10395         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10396
10397 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * gnus-art.el (article-decode-encoded-words): Make it fast.
10400
10401 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10404
10405         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10406         in quoted string into `\'.
10407
10408 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10411         Use standard-syntax-table.
10412
10413 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-art.el (gnus-decode-address-function): New variable.
10416         (article-decode-encoded-words): Use it to decode headers which are
10417         assumed to contain addresses.
10418         (gnus-mime-delete-part): Remove useless `or'.
10419
10420         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10421         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10422         (gnus-nov-parse-line): Use it to decode From header.
10423         (gnus-get-newsgroup-headers): Ditto.
10424         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10425
10426         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10427         (mail-decode-encoded-address-string): New alias.
10428
10429         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10430         New function.
10431         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10432         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10433         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10434         (rfc2047-decode-string): Ditto.
10435         (rfc2047-decode-address-region): New function.
10436         (rfc2047-decode-address-string): New function.
10437
10438 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * message.el (message-caesar-buffer-body): Allow rotating headers.
10441
10442         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10443
10444         * message.el (message-insert-formated-citation-line): Fix %f.
10445         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10446
10447 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10450         (gnus-bookmark-mouse-available-p): New macro.
10451         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10452         (gnus-bookmark-bmenu-show-infos): Use it.
10453         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10454         (gnus-bookmark-bmenu-hide-infos): Ditto.
10455         (gnus-bookmark-remove-properties): New function.
10456         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10457         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10458         (gnus-bookmark-write-file): Bind coding-system-for-write.
10459         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10460         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10461         group before selecting it.
10462         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10463         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10464         quit-window if it is not available; use gnus-mouse-2 and bind it to
10465         gnus-bookmark-bmenu-select-by-mouse.
10466         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10467         (gnus-bookmark-bmenu-select-by-mouse): New function.
10468
10469 2006-08-13  Romain Francoise  <romain@orebokech.com>
10470
10471         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10472         space.
10473
10474 2006-08-10  Romain Francoise  <romain@orebokech.com>
10475
10476         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10477         (dns-mode-soa-auto-increment-serial): New user option.
10478         (dns-mode-soa-maybe-increment-serial): New function.
10479         (dns-mode): Add the latter to `write-contents-functions'.
10480
10481 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * compface.el (uncompface): Use binary rather than raw-text-unix.
10484
10485 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * compface.el (uncompface): Make sure the eol conversion doesn't take
10488         place when communicating with the external programs.
10489         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10490
10491 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10494
10495 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10496
10497         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10498         Make it more robust by parsing author and date independently.
10499
10500 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10503
10504 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10505
10506         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10507         first matching secret key.
10508         (mml2015-epg-encrypt): Ditto.
10509
10510         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10511         first matching secret key.
10512         (mml1991-epg-encrypt): Ditto.
10513
10514         * mml2015.el (mml2015-encrypt-to-self): New user option.
10515         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10516         mml2015-epg-encrypt-to-self is set.
10517
10518         * mml1991.el (mml1991-encrypt-to-self): New variable.
10519         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10520         mml1991-epg-encrypt-to-self is set.
10521
10522         * mml2015.el (mml2015-signers): New user option.
10523         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10524         (mml2015-epg-encrypt): Allow to select signing keys.
10525
10526         * mml1991.el (mml1991-signers): New variable.
10527         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10528         (mml1991-epg-encrypt): Allow to select signing keys.
10529
10530 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * nnheader.el (nnheader-insert-head): Make it work even if the file
10533         uses CRLF for the line-break code.
10534
10535 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10536
10537         * mml2015.el: Require mml-sec instead of password.
10538         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10539         (mml2015-cache-passphrase): Inherit the default value from
10540         mml-secure-cache-passphrase.
10541         (mml2015-passphrase-cache-expiry): Inherit the default value from
10542         mml-secure-passphrase-cache-expiry.
10543
10544         * mml1991.el: Require mml-sec instead of password.
10545         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10546         (mml1991-cache-passphrase): Inherit the default value from
10547         mml-secure-cache-passphrase.
10548         (mml1991-passphrase-cache-expiry): Inherit the default value from
10549         mml-secure-passphrase-cache-expiry.
10550
10551         * mml-sec.el: Require password.
10552         (mml-secure-verbose): New user option.
10553         (mml-secure-cache-passphrase): New user option.
10554         (mml-secure-passphrase-cache-expiry): New user option.
10555
10556 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10557
10558         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10559         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10560         andreas@altroot.de (Andreas Vögele).
10561
10562         FIXME: Use `tiny change'?
10563
10564 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10565
10566         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10567         workaround for the url package included with Emacs.
10568
10569         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10570
10571 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10574         correctly.  This fixes a bug caused by the 2006-05-12 change.
10575
10576 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10577
10578         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10579         some information about the error when saying that the `bogus' mail
10580         group will be used.
10581
10582 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10583
10584         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10585         string.
10586
10587 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10588
10589         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10590
10591 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10592
10593         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10594
10595 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10596
10597         * mml1991.el (mml1991-function-alist): Add epg.
10598         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10599         (mml1991-epg-encrypt): New functions.
10600
10601 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10602
10603         * mml2015.el (mml2015-verbose): New variable.
10604         (mml2015-cache-passphrase): Ditto.
10605         (mml2015-passphrase-cache-expiry): Ditto.
10606         (mml2015-function-alist): Add epg.
10607         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10608         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10609         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10610         New functions.
10611
10612 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10613
10614         * message.el (message-cite-original-1): Preserve region when removing
10615         quoted text due to X-No-Archive in order to avoid bogus attribution
10616         when citing multiple messages.
10617
10618 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10619
10620         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10621         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10622
10623 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * gnus-diary.el (gnus-user-format-function-d)
10626         (gnus-user-format-function-D): Autoload.
10627
10628         * imap.el (Commentary): Fix typo.
10629
10630         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10631         2006-04-22 contribution.
10632
10633 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10634
10635         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10636         It didn't really fix the bogosity I'm seeing with solid web groups.
10637
10638 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10639
10640         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10641         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10642         created using server names.  If we use the feature without declaring
10643         it, Gnus does not properly manage server and group state.
10644
10645         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10646         bound.
10647
10648 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10649
10650         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10651         looking up the method using GROUP's prefix before inventing a new one.
10652         It is used on killed/unknown groups in various places where returning
10653         an all-new method isn't expected by the caller.
10654
10655         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10656         and match semantics of gnus-group-real-prefix.
10657
10658 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * nnmail.el (nnmail-broken-references-mailers): New variable.
10661         (nnmail-ignore-broken-references): New function generalizing
10662         nnmail-fix-eudora-headers.
10663         (nnmail-fix-eudora-headers): Now obsolete.
10664
10665         * gnus-art.el (gnus-button-handle-custom):
10666         Support `customize-apropos*'.
10667
10668 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10669
10670         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10671
10672         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10673         articles.
10674
10675 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * message.el (message-cite-reply-above): New variable.
10678         (message-yank-original): Use it.
10679
10680 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10683
10684 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10687         as read.
10688
10689         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10690
10691 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10692
10693         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10694         (gnus-bookmark-default-file): Use gnus-directory.
10695         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10696         Remove "*" in doc string.
10697         (gnus-bookmark-write-file): Simplify.
10698         (gnus-bookmark-maybe-sort-alist): Use `when'.
10699         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10700         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10701         Add FIXME about Emacs 21 and XEmacs compatibility.
10702         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10703         compatibility.
10704         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10705         compatibility.
10706         (gnus-bookmark-menu-heading): Fix version.
10707
10708 2006-06-19  Bastien Guerry  <bzg@altern.org>
10709
10710         * gnus-bookmark.el: New file.
10711
10712 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * message.el (message-syntax-checks): Doc fix.
10715
10716 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10717
10718         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10719         unsubscribed groups as if they were killed ones.  It causes duplicate
10720         entries in gnus-newsrc-alist.
10721
10722 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * message.el (message-syntax-checks): Doc fix.
10725         (message-send-mail): Add check for continuation headers.
10726         (message-check-news-header-syntax): Fix regexp used to check for
10727         continuation headers.
10728
10729 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10732
10733 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10736
10737 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10740         default-truncate-lines.
10741
10742 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10745         to fill the utf-8 entry.
10746
10747         * lpath.el: Fbind unicode-precedence-list.
10748
10749 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10750
10751         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10752
10753 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10754
10755         * gnus-agent.el (directory-files-and-attributes): Move all the way
10756         forward (the third and final move).
10757         (gnus-agent-read-agentview): Trap reconstruction errors due to
10758         nonexistent directory.  Handle by returning nil.
10759
10760 2006-05-30  Didier Verna  <didier@xemacs.org>
10761
10762         * message.el (message-dont-reply-to-names): Update the custom type.
10763         * message.el (message-dont-reply-to-names): New defsubst: potentially
10764         convert a list of regexps into a single one.
10765         * message.el (message-get-reply-headers): Use it.
10766         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10767
10768 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-agent.el (directory-files-and-attributes): Move forward.
10771
10772 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10773
10774         * gnus-ml.el (gnus-mailing-list-subscribe)
10775         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10776         (gnus-mailing-list-message): Fix doc strings.
10777
10778 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10779
10780         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10781         of doing it manually.
10782
10783 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10786         comment.
10787
10788 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10789
10790         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10791         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10792         (gnus-agent-read-local): All symbols allocated in my-obarray.
10793         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10794         (gnus-agent-regenerate-group): Check numeric names to see if they are
10795         messages or groups.
10796         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10797         better way of do this...)
10798
10799         * gnus-cache.el (gnus-agent-total-fetched-for):
10800         Ignore 'dummy.group' (there should be a better way of do this...)
10801
10802 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10805         (gnus-saved-headers): Ditto.
10806         (gnus-default-article-saver): Mention functions may have properties.
10807         (gnus-article-save): Override gnus-save-all-headers and
10808         gnus-saved-headers by :headers property which saver function may have.
10809         (gnus-summary-save-in-file): Add :headers property.
10810         (gnus-summary-write-to-file): Ditto.
10811
10812         * gnus-sum.el (gnus-summary-save-article): Bind
10813         gnus-prompt-before-saving to t when saving many articles in a file;
10814         always show all headers.
10815
10816         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10817
10818 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10819
10820         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10821         marks.
10822
10823         * message.el (message-indent-citation): Add optional arguments to allow
10824         using it outside of message buffers.
10825
10826         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10827         (gnus-article-treat-unfold-headers): Use it.
10828         (gnus-article-truncate-lines): New variable.
10829         (gnus-article-mode): Use it.
10830         (gnus-article-toggle-truncate-lines): New function.
10831
10832         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10833         Add gnus-article-toggle-truncate-lines.
10834
10835         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10836         coding system in XEmacs, use binary.
10837
10838 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10841         after-load-alist.
10842
10843         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10844         this function should save decoded articles.
10845         (gnus-summary-write-to-file): Use property to specify this function
10846         should save decoded articles and specify gnus-summary-save-in-file
10847         should be used to save articles other than the first one when saving
10848         many articles.
10849         (gnus-summary-save-body-in-file): Use property to specify this
10850         function should save decoded articles.
10851         (gnus-summary-write-body-to-file): Use property to specify this
10852         function should save decoded articles and specify
10853         gnus-summary-save-body-in-file should be used to save articles other
10854         than the first one when saving many articles.
10855
10856         * gnus-sum.el (gnus-summary-save-article): Simplify.
10857
10858 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * gnus-art.el (gnus-default-article-saver):
10861         Add gnus-summary-write-body-to-file.
10862         (gnus-article-save-coding-system): Don't use coding system object
10863         in XEmacs.
10864         (gnus-read-save-file-name): Add optional `dir-var' argument which
10865         specifies directory in which files are saved; work even if optional
10866         `variable' argument is not specified.
10867         (gnus-summary-write-to-file): Read file name.
10868         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10869         (gnus-summary-write-body-to-file): New function.
10870
10871         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10872         (gnus-summary-local-variables): Add it.
10873         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10874         (gnus-summary-save-article): Remove optional `decode' argument;
10875         determine whether to decode articles by the value of
10876         gnus-default-article-saver; when saving many files using
10877         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10878         it first and use gnus-summary-save-in-file or
10879         gnus-summary-save-body-in-file thereafter unless
10880         gnus-prompt-before-saving is always; move point to article which
10881         will be saved.
10882         (gnus-summary-save-article-file): Revert.
10883         (gnus-summary-write-article-file): Revert.
10884         (gnus-summary-save-article-body-file): Revert.
10885         (gnus-summary-write-article-body-file): New function.
10886
10887 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * gnus-art.el (gnus-default-article-saver): Doc fix.
10890         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10891         from gnus-summary-save-article-coding-system, and default to a
10892         certain coding system.
10893         (gnus-output-to-file): Add coding cookie and encode text according
10894         to gnus-article-save-coding-system; don't use mm-append-to-file.
10895
10896         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10897         gnus-art.el and rename to gnus-article-save-coding-system.
10898         (gnus-summary-save-article): Require gnus-art; don't show all
10899         headers if it decodes articles; don't add coding cookie here;
10900         don't bind mm-text-coding-system-for-write.
10901         (gnus-summary-save-article-file): Save decoded articles.
10902         (gnus-summary-write-article-file): When saving many files, use
10903         gnus-summary-write-to-file first and gnus-summary-save-in-file
10904         thereafter unless gnus-prompt-before-saving is always.
10905         (gnus-summary-save-article-body-file): Save decoded articles.
10906
10907         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10908
10909 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * nnrss.el (nnrss-check-group): Bind hash-index.
10912
10913 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10914
10915         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10916         its hash index.  Store this hash in `nnrss-group-data'.
10917         (nnrss-read-group-data): Update accordingly.
10918
10919 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10922         entry.
10923
10924         * gnus-sum.el (gnus-summary-make-menu-bar):
10925         Add gnus-article-browse-html-article.
10926
10927 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10928
10929         * gnus-sum.el (gnus-summary-mime-map):
10930         Add gnus-article-browse-html-article.
10931
10932         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10933
10934 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10937         suitable coding systems in customize.
10938
10939 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * mail-source.el (mail-sources): Fix custom type.
10942
10943 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10944
10945         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10946         (gnus-summary-expire-articles-now): Shorten prompt.
10947
10948         * gmm-utils.el (wid-edit): Require.
10949         (defun-gmm): Rename from `gmm-defun-compat'.
10950         (gmm-image-search-load-path): Use it.
10951         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10952
10953 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-sum.el (gnus-summary-save-article-coding-system):
10956         New variable.
10957         (gnus-summary-save-article): Add optional `decode' argument.
10958         If it is set and gnus-summary-save-article-coding-system is non-nil,
10959         save decoded article.
10960         (gnus-summary-write-article-file): Save decoded article if
10961         gnus-summary-save-article-coding-system is non-nil.
10962
10963         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10964         type.
10965
10966 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10969
10970 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10973         first to test gnus-single-article-buffer which may be buffer-local.
10974
10975         * gnus-sum.el (gnus-summary-setup-buffer):
10976         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10977         group; make gnus-article-buffer, gnus-article-current, and
10978         gnus-original-article-buffer always buffer-local.
10979         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10980         group.
10981         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10982
10983 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10984
10985         * nnml.el (nnml-request-compact-group): Compressed files might not
10986         have .gz extension.
10987
10988 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10989
10990         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10991         (mm-copy-to-buffer): Use with-current-buffer.
10992         (mm-display-part): Simplify.
10993         (mm-inlinable-p): Add optional arg `type'.
10994
10995 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10996
10997         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10998         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10999         Try harder to show the attachment internally or externally using
11000         gnus-mime-view-part-as-type.
11001
11002 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * message.el (message-from-style, message-signature-separator)
11005         (message-user-organization-file, message-send-mail-function)
11006         (message-citation-line-function, message-yank-prefix)
11007         (message-indent-citation-function, message-signature)
11008         (message-signature-file, message-signature-insert-empty-line):
11009         Remove autoloads.
11010
11011         * gnus-art.el (gnus-buttonized-mime-types):
11012         Remove "multipart/signed".  Revert 2006-04-26 change.
11013
11014 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11015
11016         * gnus.el (gnus-version-number): Bump version.
11017
11018 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11019
11020         * gnus.el: No Gnus v0.5 is released.
11021
11022 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11023
11024         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11025         fetching articles by message-id.
11026
11027 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028
11029         * message.el (hashcash): Require hashcash as normal.
11030
11031         * ecomplete.el (ecomplete-highlight-match-line):
11032         Use point-at-eol.
11033         (ecomplete-highlight-match-line): Use `highlight', because that
11034         face exists in both Emacs and XEmacs.
11035
11036         * message.el (message-display-abbrev): Use point-at-bol.
11037
11038         * mail-source.el: Don't require timer/timer-funcs.
11039
11040         * gnus-async.el: Ditto.
11041
11042         * password.el: Ditto.
11043
11044         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11045
11046         * mm-url.el: Ditto.
11047
11048         * gnus-xmas.el: Don't require timer-funcs.
11049
11050         * mm-util.el: Require timer/timer-funcs.
11051
11052 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11053
11054         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11055         Close.
11056
11057 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11060         unibyte after clear-decrypt function runs.
11061
11062         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11063         returns as a unibyte string.
11064
11065 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * lpath.el: Revert.
11068
11069         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11070         (pgg-gpg-process-sentinel): Revert.
11071
11072         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11073         (pgg-pgp-lookup-key): Revert.
11074
11075         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11076         (pgg-pgp5-lookup-key): Revert.
11077
11078         * pgg.el (pgg-fetch-key): Revert.
11079
11080 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * lpath.el: Fbind string-as-multibyte for XEmacs.
11083
11084         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11085         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11086         (mml1991-pgg-encrypt): Ditto.
11087
11088         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11089         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11090         a multibyte buffer.
11091
11092         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11093         (pgg-pgp-lookup-key): Ditto.
11094
11095         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11096         (pgg-pgp5-lookup-key): Ditto.
11097
11098         * pgg.el (pgg-fetch-key): Ditto.
11099
11100 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * message.el (message-user-organization-file): Check several
11103         locations of the organization file.
11104
11105         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11106         Add gnus-article-view-part-as-type.
11107
11108         * gnus-art.el (gnus-article-view-part-as-type): New function.
11109
11110         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11111         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11112
11113         * mml.el: Simplify autoload.
11114         (mml-mode): defvar dnd-protocol-alist instead of using
11115         symbol-value.
11116         (mml-default-directory): New variable.
11117         (mml-minibuffer-read-file): Use it.
11118         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11119
11120         * message.el (message-citation-line-format): New variable.
11121         (message-insert-formated-citation-line): New function.
11122         (message-citation-line-function):
11123         Add `message-insert-formated-citation-line' to custom type.
11124
11125         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11126         to doc string.
11127
11128         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11129         depending on mm-verify-option.
11130
11131 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11134         binding pgg-* variables; reimplement the section which prevents
11135         MIME header from being signed.
11136         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11137         pgg-text-mode; remove a blank line at the top of body.
11138
11139         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11140         lines at the top of body; use gnus-newsgroup-charset if there's no
11141         Charset header.
11142
11143 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * message.el (message-self-insert-commands): Doc fix.
11146
11147         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11148         (mm-uu-pgp-encrypted-test): Ditto.
11149         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11150         between header and body; return application/pgp-encrypted handle
11151         if decryption failed; decode decrypted body by charset.
11152
11153         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11154         element match to application/pgp-*.
11155
11156 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11157
11158         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11159         HTML.
11160
11161 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * mail-source.el (mail-source-call-script): Message the error
11164         string.
11165
11166 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * gnus-util.el (gnus-byte-compile): Use it.
11169
11170 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11171
11172         * gnus-util.el (kill-empty-logs): New function.
11173
11174 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * message.el (message-mail-alias-type): Doc fix.
11177         (message-mail-alias-type-p): New function.
11178         (message-send): Use it.
11179         (message-mode): Ditto.
11180         (message-strip-forbidden-properties): Ditto.
11181
11182         * ecomplete.el (ecomplete-database-file-coding-system):
11183         New variable.
11184         (ecomplete-save): Use it.
11185         (ecomplete-setup): Use it.
11186
11187 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * message.el (message-self-insert-commands): New variable.
11190         (message-strip-forbidden-properties): Use it.
11191
11192 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11195         that doesn't make XEmacs choke.
11196
11197 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * gnus-util.el (gnus-replace-in-string):
11200         Prefer replace-regexp-in-string over of replace-in-string.
11201
11202 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * gnus-util.el (gnus-select-frame-set-input-focus):
11205         Use select-frame-set-input-focus if it is available in XEmacs; use
11206         definition defined in Emacs 22 for old Emacsen.
11207
11208         * dgnushack.el: Autoload unmorse-region for XEmacs.
11209
11210         * lpath.el: Bind cursor-in-non-selected-windows and
11211         select-frame-set-input-focus for XEmacs.
11212
11213 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11216
11217 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11218
11219         * gnus-registry.el (gnus-registry-cache-save): Remove text
11220         properties when saving via the temp buffer.
11221
11222 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * message.el (message-generate-hashcash): Honor custom type.
11225
11226 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11227
11228         * message.el (message-generate-hashcash): Default to non-nil when
11229         hashcash is found.
11230
11231         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11232         (gnus-refer-thread-limit): Increase default to 500.
11233
11234         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11235
11236         * flow-fill.el (fill-flowed): Allow delete-space.
11237
11238 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11241         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11242         Remove autoloads.
11243
11244 2006-04-18  Simon Josefsson  <jas@extundo.com>
11245
11246         * message.el (message-generate-hashcash): Default to.
11247
11248 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11251         concatenating segments rather than before concatenating them.
11252
11253 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11256
11257 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11258
11259         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11260
11261         * message.el (message-forward-make-body-plain):
11262         Allow message-forward-ignored-headers to be a list.
11263         (message-remove-ignored-headers): Factor out into function.
11264         (message-forward-make-body-mml): Use it.
11265
11266         * imap.el (imap-quote-specials): New function.
11267         (imap-login-auth): Quote specials.
11268
11269         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11270         (rfc2231-parse-string): Allow concatanation of parameters that
11271         aren't contiguous.  The test case is
11272           (mail-header-parse-content-type "message/external-body;
11273             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11274             access-type=LOCAL-FILE;
11275             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11276
11277 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11278
11279         * nntp.el (nntp-accept-process-output): Return the value of
11280         `nnheader-accept-process-output'.
11281
11282 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11285         (gnus-button-alist): Recognize more diff formats.
11286         (gnus-button-patch): Strip directory.
11287
11288 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11291         Emacs 22 when setting focus.
11292
11293 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11294
11295         * gnus-art.el (gnus-article-treat-types): Do treatment of
11296         text/x-verbatim parts.
11297         (gnus-button-patch): New command.
11298
11299         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11300         addresses that contain invalid characters.
11301
11302 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11303
11304         * message.el (message-put-addresses-in-ecomplete):
11305         Use gnus-replace-in-string.
11306         (message-is-yours-p): Use the more correct
11307         mail-header-parse-address instead of
11308         mail-extract-address-components.
11309         (message-put-addresses-in-ecomplete): Fix typo.
11310
11311         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11312         keystroke.
11313
11314         * gnus-art.el (gnus-treatment-function-alist): Change order of
11315         newsgroups/generic header folding to avoid double-folding.
11316
11317         * message.el (message-hidden-headers): Add X-Draft-From.
11318
11319         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11320         New command.
11321         (gnus-summary-repeat-search-article-backward): New command.
11322
11323         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11324         groups in the parent topic.
11325
11326 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11327
11328         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11329         (spam-extra-header-to-number): Return the CRM114 number as a
11330         number instead of a string.
11331
11332 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11333
11334         * gnus-art.el (gnus-face-properties-alist): Move here from
11335         gnus-fun.
11336
11337         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11338
11339 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11340
11341         * message.el (message-strip-forbidden-properties): Only display on
11342         self-insert-command.
11343
11344         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11345         reindent.
11346         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11347
11348 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11349
11350         * smiley.el (smiley-style): Fix typo.
11351
11352 2006-03-23  Kenichi Handa  <handa@m17n.org>
11353
11354         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11355         instead of set-buffer-multibyte.
11356
11357 2006-03-23  Kenichi Handa  <handa@m17n.org>
11358
11359         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11360         buffer and then decode the buffer text if necessary.
11361         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11362         first, and after mm-encode-body, change the buffer to unibyte.
11363
11364 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365
11366         * hashcash.el (hashcash-insert-payment-async-2):
11367         Use message-goto-eoh instead of doing it manually.
11368         (mail-add-payment): Use message-narrow-to-header instead of trying
11369         to do the same itself.
11370
11371         * message.el (message-hidden-headers): Add Face.
11372
11373         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11374         reparenting code.
11375         (gnus-summary-reparent-children): Refactored out code.
11376         (gnus-summary-thread-map): New keystroke.
11377         (gnus-summary-reparent-children): Make into command.
11378
11379         * smiley.el (smiley-style): Default to `medium' if using a large
11380         font.
11381
11382         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11383         does it itself.
11384
11385         * message.el (message-point-in-header-p): Simplify definition.
11386
11387 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11388
11389         * nnagent.el (nnagent-request-set-mark): Silence log file
11390         writing.
11391         (nnagent-request-set-mark): Use write-region instead of
11392         append-to-file.
11393
11394         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11395         strange select method.
11396
11397         * ecomplete.el (ecomplete-display-matches): Get highlightling
11398         right.
11399         (ecomplete-display-matches): Use literals.
11400         (ecomplete-display-matches): Disable message logging.
11401
11402         * message.el (message-display-abbrev): Small optimization.
11403
11404         * ecomplete.el (ecomplete-display-matches): Allow automatic
11405         display.
11406
11407         * message.el (message-strip-forbidden-properties):
11408         Display abbrevs.
11409         (message-display-abbrev): Get automatic display right.
11410
11411         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11412         keystrokes.
11413
11414 2006-04-13  Romain Francoise  <romain@orebokech.com>
11415
11416         TODO: Backport to v5-10!
11417
11418         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11419         Move here (and rename) from gnus-registry.el.
11420
11421         * gnus-registry.el: Require gnus-util.
11422         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11423
11424 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11425
11426         * gnus-group.el (gnus-group-catchup-current):
11427         Change if-then-else-if-then-else into cond.
11428         (gnus-group-catchup): Indent.
11429         (group-name-at-point): New function.
11430         (gnus-fetch-group): Provide default from thing at point.
11431
11432 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11433
11434         * message.el (message-display-abbrev): Fix regexp.
11435
11436         * ecomplete.el (ecomplete-highlight-match-line):
11437         Reimplement choosing.
11438         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11439         dead variables.
11440
11441         * message.el (message-newline-and-indent): Remove debugging.
11442         (message-display-abbrev): Use new implementation.
11443
11444 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * gnus-art.el (gnus-article-mode):
11447         Set cursor-in-non-selected-windows to nil.
11448
11449         * smiley.el: Revert previous change.
11450         (smiley-data-directory): defvar it before using it in the
11451         defcustom of `smiley-style'.
11452
11453 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11454
11455         * message.el (message-newline-and-indent): New function.
11456
11457         * ecomplete.el: Implement more bits.
11458
11459         * message.el (message-put-addresses-in-ecomplete): Clean up the
11460         string.
11461
11462         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11463
11464         * gnus-sum.el (gnus-summary-save-parts):
11465         Bind gnus-summary-save-parts-counter and use it to make unique file
11466         names.
11467
11468         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11469
11470         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11471         parameter to say whether to actually parse the individual
11472         addresses.
11473
11474         * message.el (message-put-addresses-in-ecomplete): New function.
11475         (ecomplete): Require.
11476         (message-mail-alias-type): Add ecomplete as an option.
11477
11478 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11479
11480         * flow-fill.el (fill-flowed): Remove trailing space from blank
11481         quoted lines.
11482
11483 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11484
11485         * smiley.el (smiley-style): Move definition later to avoid a
11486         compilation warning.
11487
11488 2006-04-12  Kenichi Handa  <handa@m17n.org>
11489
11490         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11491         buffer and then decode the buffer text if necessary.
11492         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11493         first, and after mm-encode-body, change the buffer to unibyte.
11494         Use mm-disable-multibyte instead of set-buffer-multibyte.
11495
11496 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11499         Content-Type header instead of Content-Disposition header.
11500         (gnus-mime-inline-part): Ditto.
11501         (gnus-mime-view-part-as-charset): Ignore charset that the part
11502         specifies.
11503
11504         * mm-decode.el (mm-display-part): Work with external parts and
11505         usual parts similarly.
11506
11507         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11508         instead of gnus-display-mime.
11509
11510         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11511         instead of with-temp-buffer.
11512
11513         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11514         tag to summarized topics part in order to encode non-ASCII text.
11515
11516 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11517
11518         * smiley.el (smiley-style): New variable.
11519         (smiley-directory): New function.
11520         (smiley-data-directory): Derive from `smiley-style' using
11521         `smiley-directory'.
11522         (smiley-regexp-alist): Add new entries.
11523
11524         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11525         (gnus-article-browse-delete-temp): Add :version.
11526
11527 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11528
11529         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11530         the sieve region.
11531
11532 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11533
11534         * gnus.el (gnus-version-number): Bump version.
11535
11536 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * gnus.el: No Gnus v0.4 is released.
11539
11540 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11541
11542         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11543         layout.
11544
11545         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11546         unknown charset.
11547
11548         * message.el (message-header-synonyms): Add Original-To to the
11549         default.
11550
11551         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11552         optional parameter.
11553
11554 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-fun.el (gnus): Require it for gnus-directory.
11557
11558 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11561
11562 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11563
11564         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11565
11566 2006-04-05  Simon Josefsson  <jas@extundo.com>
11567
11568         * password.el (password-reset): New function.
11569
11570 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11571
11572         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11573         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11574
11575 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11576
11577         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11578         Some whitespace was matched into the url, which broke browsing hits
11579         > 100 when mm-url-use-external was nil.
11580
11581 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11584         Check gnus-extra-headers for 'Newsgroups.
11585
11586         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11587         bound.
11588
11589 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11590
11591         * pgg-gpg.el: Clean up process buffers every time gpg processes
11592         complete.
11593
11594 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11597         doc string.
11598
11599 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11600
11601         * pgg-gpg.el (pgg-gpg-process-filter)
11602         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11603
11604         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11605         lines, temporary fix.
11606
11607 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11610
11611 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11612
11613         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11614         default-enable-multibyte-characters.  This reverts the change from
11615         revision 6.17 which is no longer necessary because the passphrase
11616         is sent separately now.  GnuPG messages are unreadable under
11617         multibyte locales with default-enable-multibyte-characters set to
11618         nil.
11619
11620 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * message.el (message-tool-bar-gnome): Move "spell".
11623
11624 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11627         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11628         instead.
11629
11630 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11631
11632         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11633         Improve newsgroups handling for NNTP overviews which don't include
11634         Newsgroups.
11635
11636 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11637
11638         * message.el (message-resend): Bind message-generate-hashcash to nil.
11639
11640 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11641
11642         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11643         when searching for already-paid recipients.
11644
11645 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11646
11647         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11648         passphrases when it is not needed.
11649         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11650         passphrase stuff from gpg, should only be necessary when you use
11651         gpg with a smartcard.
11652
11653 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * mml.el (mml-insert-mime): Ignore cached contents of
11656         message/external-body part.
11657
11658         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11659         (mm-insert-part): Ditto.
11660
11661 2006-03-23  Simon Josefsson  <jas@extundo.com>
11662
11663         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11664         Reiner.
11665         (pgg-gpg-use-agent-p): Use it again.
11666
11667 2006-03-23  Simon Josefsson  <jas@extundo.com>
11668
11669         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11670         older emacsen.
11671         (pgg-gpg-use-agent-p): Don't use it.
11672
11673 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11676         if we can.
11677
11678 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11679
11680         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11681         (pgg-gpg-update-agent): New function.
11682         (pgg-gpg-use-agent-p): New function.
11683         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11684         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11685         (pgg-gpg-sign-region): Use it.
11686
11687 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11690         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11691
11692 2006-03-21  Simon Josefsson  <jas@extundo.com>
11693
11694         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11695         <wilde@sha-bang.de>.
11696         (pgg-gpg-use-agent): New variable.
11697         (pgg-gpg-process-region): Use it.
11698         (pgg-gpg-encrypt-region): Likewise.
11699         (pgg-gpg-encrypt-symmetric-region): Likewise.
11700         (pgg-gpg-decrypt-region): Likewise.
11701         (pgg-gpg-sign-region): Likewise.
11702         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11703
11704 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11707
11708         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11709         Add comment on version.
11710
11711 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * smiley.el: Add missing test smiley.
11714
11715 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * mm-decode.el (mm-with-part): New macro.
11718         (mm-get-part): Use it; work with message/external-body as well.
11719         (mm-save-part): Treat name and filename equally.
11720
11721         * mm-extern.el (mm-extern-cache-contents): New function.
11722         (mm-inline-external-body): Use it; force the part to be displayed;
11723         move undisplayer added to the cached handle to the parent.
11724
11725         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11726         (gnus-mime-view-part-as-type): Work with message/external-body.
11727
11728         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11729
11730 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11733         images in image-load-path.  [Sync with image.el, revision 1.60, in
11734         Emacs.]
11735
11736 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11737
11738         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11739         path rather than symbol.  Always return list of directories.
11740         Guarantee that image directory comes first.  [Sync with image.el,
11741         revision 1.59, in Emacs.]
11742
11743         * message.el (message-make-tool-bar): Adjust to new API of
11744         `gmm-image-load-path-for-library'.
11745
11746         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11747
11748         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11749
11750 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11751
11752         * gnus-art.el (gnus-article-only-boring-p):
11753         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11754         intangible text.
11755         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11756
11757 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11760         Use `defun' instead of `gmm-defun-compat'.
11761
11762 2006-03-14  Simon Josefsson  <jas@extundo.com>
11763
11764         * message.el (message-unique-id): Don't use message-number-base36
11765         if (user-uid) is a float.
11766         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11767
11768 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11771
11772         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11773         empty line between a part and a message part.
11774
11775 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11776
11777         * smiley.el: Add more test smileys.
11778         (smiley-data-directory, smiley-regexp-alist)
11779         (gnus-smiley-file-types): Fix doc strings.
11780         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11781         adding new elements.
11782         (smiley-mouse-map): Unused code.  Make it a comment.
11783
11784 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11787         scan latest NoCeM messages instead of old ones.
11788         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11789         delimiters that are recently used.
11790         (gnus-nocem-load-cache): Add autoload cookie.
11791
11792         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11793
11794         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11795         level which is larger than gnus-use-nocem is specified.
11796
11797         * gnus-group.el (gnus-group-get-new-news): Ditto.
11798
11799 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * gnus-util.el (gnus-tool-bar-update): New function.
11802
11803         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11804         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11805
11806         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11807
11808         * gnus-group.el (gnus-group-redraw-when-idle)
11809         (gnus-group-redraw-check): Remove.
11810         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11811
11812 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11815         if optional last element is specified in splits (FIELD VALUE...).
11816
11817 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11820         to gmm-image-load-path-for-library.  Call with no-error argument.
11821         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11822
11823         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11824
11825         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11826
11827         * gmm-utils.el (gmm-image-load-path): Remove alias.
11828
11829 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * gmm-utils.el (gmm-image-load-path): Add alias.
11832
11833         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11834         nnml-generate-nov-databases-1.
11835         (nnml-generate-nov-databases): Use it.
11836         (nnml-generate-nov-databases-directory): Document no-active
11837         argument.
11838
11839         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11840         directory if path is t.  Add no-error.
11841
11842         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11843         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11844
11845         * gnus-art.el (gnus-article-browse-delete-temp-files):
11846         Simplify resetting gnus-article-browse-html-temp-list.
11847
11848         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11849         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11850         Add example to docstring.  Rename local variables.  Move error
11851         checks to default case in cond and simplify.
11852
11853 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11856         handle is multipart when calling it recursively.
11857         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11858
11859 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11860
11861         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11862         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11863
11864 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11867         is loaded.
11868
11869         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11870         loaded.
11871
11872 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11875         to "Emacs 23 (unicode)" in doc string.
11876
11877         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11878         "Emacs 23 (unicode)" in comment.
11879
11880 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11883
11884         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11885         characters 160 through 255 in Emacs 23.
11886
11887 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11890         gnus-article-browse-html-temp.
11891         (gnus-article-browse-delete-temp): Make it customizable.
11892         Add `file'.  Adjust doc string.
11893         (gnus-article-browse-delete-temp-files): Add argument.
11894         Allow query for each file.  Adjust doc string.
11895         (gnus-article-browse-html-parts):
11896         Add `gnus-article-browse-delete-temp-files' to
11897         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11898
11899 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11900
11901         * gnus-art.el (gnus-article-browse-html-temp)
11902         (gnus-article-browse-delete-temp): New variables.
11903         (gnus-article-browse-delete-temp-files): New function.
11904         (gnus-article-browse-html-parts): Use it.
11905
11906 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11909
11910         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11911         string.
11912
11913         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11914         gnus-summary-insert-new-articles when unplugged.
11915         Remove gnus-summary-search-article-forward.
11916
11917         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11918         display-visual-class instead of display-color-cells.
11919
11920 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * dgnushack.el: Autoload customize-group for XEmacs.
11923
11924         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11925         message/* containing non-ASCII text properly.
11926
11927 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * message.el: Require gmm-utils, remove autoloads.
11930         (message-tool-bar): Set default based on
11931         gmm-tool-bar-style.
11932         (message-tool-bar-gnome): Add gmm-customize-mode.
11933
11934         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11935         gmm-tool-bar-style.
11936         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11937
11938         * gnus-group.el (gnus-group-tool-bar): Set default based on
11939         gmm-tool-bar-style.
11940         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11941
11942         * gmm-utils.el (gmm-image-directory): Rename variable from
11943         gmm-image-load-path.
11944         (gmm-image-load-path): Use gmm-image-directory.
11945         (gmm-customize-mode): New function.
11946         (gmm-tool-bar-style): New variable.
11947
11948         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11949         gnus-group-redraw-line-number.
11950         (gnus-group-redraw-check): Simplify.
11951         (gnus-group-tool-bar-update): Remove redraw check.
11952         (gnus-group-make-tool-bar): Add redraw check.
11953
11954 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11955
11956         * gnus-art.el (gnus-button): Add missing parentheses.
11957
11958 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * lpath.el: Fbind line-number-at-pos.
11961
11962 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11965
11966 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * gnus-art.el (gnus-button): New face.
11969         (gnus-article-button-face): Use it.
11970
11971         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11972         Add gnus-summary-next-page.  Re-order.
11973
11974         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11975         next-node are now included.
11976         (gnus-group-redraw-line-number): New internal variable.
11977         (gnus-group-redraw-check): Helper function for updating the tool
11978         bar.
11979         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11980
11981         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11982
11983         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11984         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11985         Use it to match format of Spamassassin 3.0 and later.
11986         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11987         (spam-check-bogofilter)
11988         (spam-bogofilter-register-with-bogofilter): Fix args of
11989         `gnus-error' calls.
11990
11991 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11994         unnecessary interaction when sending queued mails.
11995         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11996
11997 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12000         first or last are nil.
12001
12002 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12003
12004         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12005
12006 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12007
12008         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12009
12010 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12011
12012         * dns.el (query-dns): Protect more against buggy tcp output.
12013
12014 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12015
12016         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12017         nov.php.
12018
12019 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12020
12021         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12022         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12023         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12024         output on the server side.
12025         (nnweb-google-create-mapping): Update regexps and add some
12026         progress indication.
12027
12028 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12029
12030         * gnus-group.el (gnus-group-tool-bar-gnome):
12031         Fix gnus-agent-toggle-plugged.  Re-order icons.
12032         (gnus-group-tool-bar-gnome):
12033         Add gnus-group-{prev,next}-unread-group.
12034         (gnus-group-tool-bar-gnome): Re-order icons.
12035
12036         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12037         Move gnus-summary-insert-new-articles.
12038
12039         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12040         Fix comments.
12041
12042         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12043         also available in Emacs 21.3.
12044
12045         * message.el (message-fix-before-sending): Change "Emacs 22" to
12046         "Emacs 23 (unicode)" in comment.
12047
12048         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12049         "Emacs 23 (unicode)" in comment.
12050
12051         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12052         comment.
12053         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12054
12055         * mm-view.el (mm-fill-flowed): Add :version.
12056
12057 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12060         and load-path.
12061
12062 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * message.el: Autoload gmm-image-load-path.
12065         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12066         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12067         consitency.
12068
12069         * gmm-utils.el (gmm-image-load-path): Also search in
12070         "../etc/images".  Don't set gmm-image-load-path if we don't find
12071         the image.
12072
12073 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gmm-utils.el (gmm-image-load-path): Don't make
12076         `gmm-image-load-path' include subdirectories which the second arg
12077         `image' might specify.
12078
12079         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12080         subdirectory to icon file names.
12081
12082         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12083
12084 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12085
12086         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12087         gmm-image-load-path calls.
12088
12089         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12090
12091         * message.el (message-make-tool-bar): Ditto.
12092
12093         * mml.el (mml-preview): Add comment concerning tool bar icons.
12094
12095         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12096         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12097
12098         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12099         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12100
12101         * message.el (message-tool-bar-gnome): Use new icon names.
12102         (message-make-tool-bar): Use `gmm-image-load-path'.
12103
12104         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12105         New functions from MH-E.
12106         (gmm-image-load-path): New variable from MH-E.
12107         (gmm-image-load-path): New function from MH-E.  Add arguments
12108         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12109         *-image-load-path-called-flag.
12110
12111 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12112
12113         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12114
12115 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12116
12117         * nnimap.el (nnimap-request-move-article): Change folder back to
12118         source group before deleting.
12119
12120 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12121
12122         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12123
12124         * gnus-art.el (mm-url-insert-file-contents-external):
12125         Autoload mm-url.
12126
12127         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12128
12129 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12132         coding system which mm-charset-to-coding-system returns for a
12133         given charset is valid.
12134
12135 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12136
12137         * html2text.el (html2text-remove-tag-list):
12138         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12139
12140 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12141
12142         * gnus-cus.el: Revert 2005-10-17 change.
12143
12144 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-art.el (article-strip-banner):
12147         Call article-really-strip-banner only when the regexp match is made.
12148
12149 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-art.el (article-strip-banner):
12152         Use gnus-extract-address-components instead of
12153         mail-header-parse-addresses to make it work with non-ASCII text;
12154         remove mail-encode-encoded-word-string.
12155
12156         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12157         values which are surrounded with \"...\"; make it never cause a
12158         Lisp error; give up parsing of parameters if it failed in
12159         extracting type.
12160
12161 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12162
12163         * smime.el (smime-cert-by-ldap-1): Fix bug where
12164         `smime-ldap-search' returns results without userCertificates.
12165
12166 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12169
12170 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * spam.el (spam-check-spamassassin-headers): Adapt format for
12173         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12174         <ari@mbf.ocn.ne.jp>.
12175         (spam-list-of-processors): Add spam-use-gmane.
12176
12177 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12180         make-temp-file; make it work with XEmacs as well.
12181
12182         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12183         mm-make-temp-file.
12184
12185         * mm-decode.el (mm-display-external): Use the 3rd arg of
12186         mm-make-temp-file.
12187         (mm-create-image-xemacs): Ditto.
12188
12189 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12192         with message-narrow-to-headers.
12193         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12194         (gnus-draft-check-draft-articles): New function.
12195         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12196
12197 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gnus-art.el (gnus-article-browse-html-parts):
12200         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12201         Don't use suffix argument for mm-make-temp-file for Emacs 21
12202         compatibility.  Remove useless `format'.
12203
12204 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12205
12206         * nnweb.el (nnweb-google-wash-article): Update regexps.
12207         (nnweb-group-alist): Use defvoo instead of defvar.
12208
12209 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12212         re-loading nn* modules.
12213
12214 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12217         for `tool-bar-mode' and don't check it's default-value.
12218
12219         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12220
12221         * message.el (message-make-tool-bar): Ditto.
12222
12223         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12224         `substring'.  Shorten tmp-file name.
12225
12226         * gnus.el: Remove bogus comment.
12227
12228 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12229
12230         * gnus-art.el (gnus-article-browse-html-parts): New function.
12231         (gnus-article-browse-html-article): New function for viewing html
12232         articles with a browser.
12233
12234 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12235
12236         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12237         in elisp.
12238         (pgg-gpg-encrypt-symmetric-region): Ditto.
12239         (pgg-gpg-sign-region): Ditto.
12240
12241         * pgg-def.el (pgg-text-mode): New variable.
12242
12243         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12244         (mml2015-pgg-encrypt): Ditto.
12245
12246         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12247         (mml1991-pgg-encrypt): Ditto.
12248
12249 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * nnfolder.el (nnfolder-insert-newsgroup-line):
12252         Use message-make-date instead of current-time-string.
12253
12254         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12255         to gnus-decoded which mm-uu might set.
12256
12257 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12260         don't decode quoted parameters; remove misimported Emacs code.
12261         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12262         (rfc2231-decode-encoded-string): Don't use split-string which
12263         behaves differently according to Emacs version; use
12264         mm-decode-coding-region to convert charset to coding-system.
12265         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12266         (rfc2231-encode-string): Remove misimported Emacs code.
12267
12268 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12271         when calling mail-header-parse-content-type.
12272         (article-de-quoted-unreadable): Ditto.
12273         (article-de-base64-unreadable): Ditto.
12274         (article-wash-html): Ditto.
12275
12276         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12277         calling mail-header-parse-content-type and
12278         mail-header-parse-content-disposition.
12279         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12280         mail-header-parse-content-type.
12281
12282         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12283         insert charset and format parameters; encode description after
12284         inserting it to buffer.
12285         (mml-insert-parameter): Fold lines properly even if a parameter is
12286         segmented into two or more lines; change the max column to 76.
12287
12288         * rfc1843.el (rfc1843-decode-article-body): Don't use
12289         ignore-errors when calling mail-header-parse-content-type.
12290
12291         * rfc2231.el (rfc2231-parse-string): Return at least type if
12292         possible; don't cause an error even if it fails in parsing of
12293         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12294         (rfc2231-encode-string): Don't break lines at the beginning, leave
12295         it to mml-insert-parameter.
12296
12297         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12298         calling mail-header-parse-content-type.
12299
12300 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * spam-report.el (spam-report-gmane-use-article-number):
12303         Improve doc string.
12304         (spam-report-gmane-internal): Check if a suitable header was found
12305         in the article.
12306
12307 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12310         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12311
12312 2006-02-05  Romain Francoise  <romain@orebokech.com>
12313
12314         Update copyright notices of all files in the gnus directory.
12315
12316 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12317
12318         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12319
12320 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12323         segmented lines of parameter value to cope with Thunderbird 1.5
12324         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12325         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12326         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12327
12328 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12329
12330         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12331         parts.
12332
12333 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12334
12335         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12336         there's only one active file for all servers.
12337         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12338         solid groups.  Gnus might have used a FAST request to select the group.
12339         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12340         and nnweb-search redundantly in the active file.
12341         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12342         (nnweb-request-create-group): Don't use ARGS.
12343         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12344         initialisations.  Let nnoo do the work.
12345
12346 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12349         Say the part has been decoded.
12350
12351         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12352
12353 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12354
12355         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12356         mailcap-viewer-test-cache when there's no 'test clause, since that
12357         will invert the meaning of a "nil" test previously determined by
12358         mailcap-mailcap-entry-passes-test.
12359
12360 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12363         compiling.
12364
12365         * gnus-sum.el: Ditto.
12366
12367         * message.el: Don't bind tool-bar-map when compiling.
12368
12369 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12370
12371         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12372
12373 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12374
12375         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12376         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12377         current Google Groups.
12378
12379 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12382         and tool-bar-mode.
12383
12384         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12385         and tool-bar-mode.
12386
12387         * message.el (message-tool-bar-update): Simplify.
12388         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12389
12390         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12391         gnus-summary-buffer.
12392         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12393         gnus-summary-reply.
12394
12395         * gmm-utils.el (gmm): Add :version.
12396
12397 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * Makefile.in (clean): New rule.
12400         (distclean): Use it.
12401
12402 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12403
12404         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12405         Don't autoload.
12406
12407 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gmm-utils.el (gmm-verbose): Add :group.
12410
12411 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * message.el: Change some comments WRT tool-bars.
12414
12415         * gnus-sum.el (gnus-summary-tool-bar)
12416         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12417         (gnus-summary-tool-bar-zap-list): New variables.
12418         (gnus-summary-make-tool-bar): Complete rewrite using
12419         `gmm-tool-bar-from-list'.
12420
12421         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12422         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12423         New variables.
12424         (gnus-group-make-tool-bar): Complete rewrite using
12425         `gmm-tool-bar-from-list'.
12426         (gnus-group-tool-bar-update): New function.
12427
12428         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12429
12430 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12433         is dissected into a single part of which the type is the same as
12434         the given one; decode charset.
12435
12436 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12437
12438         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12439         into alists as symbol not string, since that's what
12440         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12441         look for.
12442
12443 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12444
12445         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12446         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12447
12448         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12449
12450 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12453         (gnus-xmas-mime-security-button-menu): New function.
12454
12455         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12456         (gnus-mime-security-button-menu): New definition.
12457         (gnus-mime-security-button-map): Use them.
12458         (gnus-mime-security-button-menu): New function.
12459         (gnus-insert-mime-security-button): Addition to help echo.
12460         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12461         (gnus-mime-security-pipe-part): New functions.
12462
12463         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12464         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12465
12466         * mm-decode.el (mm-handle-set-disposition): Remove.
12467         (mm-handle-set-description): Remove.
12468
12469 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12472         (mm-w3m-standalone-supports-m17n-p): New function.
12473         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12474         w3m usage.
12475
12476         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12477         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12478
12479 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * message.el (message-tool-bar-zap-list):
12482         Use gmm-tool-bar-zap-list as custom type.
12483         (message-tool-bar-update): New function.
12484         (message-tool-bar, message-tool-bar-gnome)
12485         (message-tool-bar-retro): Add message-tool-bar-update.
12486         (message-tool-bar-gnome): Add flyspell-buffer.
12487
12488         * gnus-util.el (gnus-error): Describe `args'.
12489
12490         * gmm-utils.el (gmm-error): Describe `args'.
12491         (gmm-tool-bar-zap-list): New widget.
12492         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12493
12494 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12497         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12498         the number of recursive calls.
12499
12500         * mm-decode.el (mm-handle-set-disposition): New macro.
12501         (mm-handle-set-description): New macro.
12502
12503 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12506         encoding.
12507
12508 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * message.el (message-tool-bar-zap-list, message-tool-bar)
12511         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12512         (message-tool-bar-local-item-from-menu): Remove.
12513         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12514         (message-make-tool-bar): New function.
12515         (message-mode): Use `message-make-tool-bar'.
12516
12517         * gmm-utils.el: New file.
12518         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12519         (gmm-lazy): New widget copied from `nnmail.el'.
12520         (gmm-tool-bar-from-list): New function for creating customizable
12521         tool bars.
12522         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12523         output.
12524         (gmm): Add :prefix to defgroup.
12525
12526 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12527
12528         * gmm-utils.el (gmm-widget-p): New function.
12529
12530 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * mml.el (mml-attach-file): Describe `description' in doc string.
12533         (mml-menu): Add Emacs MIME manual and PGG manual.
12534
12535 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12536
12537         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12538
12539 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12540
12541         * nntp.el (nntp-end-of-line): Doc fix.
12542
12543 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12544
12545         * imap.el (imap-open): Handle case where buffer is a buffer
12546         object.
12547
12548 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12549
12550         * gnus-delay.el (gnus-delay): Don't autoload.
12551         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12552         to be re-loaded when customizing the `gnus-delay' group.
12553
12554 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12555
12556         * message.el (message-insert-citation-line): Use newlines.
12557
12558 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12559
12560         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12561         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12562         these routines, so the passphrase can be managed externally and
12563         passed in to the system.
12564         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12565         pgg-add-passphrase-to-cache function.
12566
12567         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12568         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12569         these routines, so the passphrase can be managed externally and
12570         passed in to the system.
12571         (pgg-pgp5-sign-region): Use new name of
12572         pgg-add-passphrase-to-cache function.
12573
12574 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12575
12576         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12577         part of the decoded armor to find the key-identifier.
12578         (pgg-gpg-lookup-key-owner): New function to return the
12579         human-readable identifier of a key owner.
12580         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12581         itself.
12582         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12583         the key value) if we have a key and can match it against a secret
12584         key.  Also, added a note pointing out fact that the prompt only
12585         indicates the first matching key.
12586
12587         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12588         pgg-decrypt-region.
12589         (pgg-add-passphrase-to-cache): Rename from
12590         `pgg-add-passphrase-cache' to reduce confusion (all callers
12591         changed).
12592         (pgg-remove-passphrase-from-cache): Rename from
12593         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12594         changed).
12595         (pgg-read-passphrase, pgg-add-passphrase-cache)
12596         (pgg-remove-passphrase-cache): Add informative docstrings.
12597         (pgg-decrypt): Convey provided passphrase in subordinate call to
12598         pgg-decrypt-region.
12599
12600 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12601
12602         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12603         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12604         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12605         'passphrase' argument, so the passphrase can be managed externally
12606         and then passed in to the system.
12607
12608         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12609         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12610         so the passphrase cache can be used reliably with identifiers
12611         besides a pgp packet's key id.
12612
12613         * pgg-gpg.el (pgg-gpg-encrypt-region)
12614         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12615         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12616         these routines, so the passphrase can be managed externally and
12617         passed in to the system.
12618
12619         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12620         'notruncate' argument, so the passphrase cache can be used
12621         reliably with identifiers besides a pgp packet's key id.
12622
12623 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12624
12625         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12626         symmetric encryption.
12627         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12628         encrypted session key.
12629         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12630         message ask for the passphrase in a proper way.
12631
12632         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12633         New user commands for symmetric encryption.
12634
12635 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12638
12639         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12640
12641 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12642
12643         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12644
12645 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * mm-decode.el (mm-inlined-types): Add application/pgp.
12648         (mm-automatic-display): Ditto.
12649
12650         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12651         part as text.
12652
12653 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * nnrss.el: Update copyright.
12656         (nnrss-opml-import): Query whether to subscribe to each entry.
12657
12658         * gnus-art.el:
12659         * gnus-sum.el:
12660         * gnus-xmas.el:
12661         * messagexmas.el:
12662         * mm-uu.el:
12663         * mm-view.el: Update copyright.
12664
12665 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * message.el (message-info): New function.
12668         (message-mode-menu): Add it.
12669         Update copyright.
12670
12671         * ChangeLog: Fix and update copyright.
12672
12673 2006-01-13  Romain Francoise  <romain@orebokech.com>
12674
12675         * message.el (message-forward-subject-name-subject): Prefer the
12676         address to 'nowhere' if the sender has no name.
12677         Fix typo.  Update copyright year.
12678
12679 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-art.el (article-wash-html):
12682         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12683         (gnus-article-wash-html-with-w3m-standalone): New function.
12684
12685         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12686         mm-inline-text-html-render-with-w3m-standalone.
12687         (mm-text-html-washer-alist): Map w3m-standalone to
12688         gnus-article-wash-html-with-w3m-standalone.
12689         (mm-inline-text-html-render-with-w3m-standalone): New function.
12690
12691 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12694         Improve LaTeX.
12695
12696 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12699         (nnrss-request-article): Render text/plain parts as HTML.
12700
12701         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12702         the buffer.
12703
12704 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12705
12706         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12707         custom definition of `gnus-posting-styles'.
12708
12709         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12710         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12711
12712 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12715         Use nntp for bug archive.
12716
12717 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12720         parts.
12721         (nnrss-normalize-date): New function converts ISO 8601 date into
12722         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12723         (nnrss-check-group): Use it.
12724
12725 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12728
12729         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12730         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12731         (nnrss-insert-w3): Ditto.
12732
12733 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12736         the articles to be forwarded including the case where neither a
12737         number of articles nor a region is specified.
12738
12739 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * nnrss.el (nnrss-request-article): Fix last change; fill
12742         text/plain parts.
12743
12744 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12747         in text/plain part.
12748         (nnrss-check-group): Don't add excessive newline to dc:subject.
12749
12750 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12751
12752         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12753         article.
12754
12755 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12758         (nnml-use-compressed-files, nnml-save-mail): Support other
12759         comression programs such as bzip2.
12760
12761 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12762
12763         * dns.el (query-dns): Make sure we check the buffer size before
12764         removing tcp headers.
12765
12766 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12769         remove MIME buttons associated with multipart/alternative parts.
12770         (gnus-mime-display-alternative): Tag buttons using `article-type'
12771         text property.
12772
12773         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12774         associated with multipart/alternative parts.
12775
12776         * gnus-art.el (gnus-signature-separator): Fix custom type.
12777
12778         * mm-decode.el (mm-inlined-types): Fix custom type.
12779         (mm-keep-viewer-alive-types): Ditto.
12780         (mm-automatic-display): Ditto.
12781         (mm-attachment-override-types): Ditto.
12782         (mm-inline-override-types): Ditto.
12783         (mm-automatic-external-display): Ditto.
12784
12785 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12786
12787         * spam-report.el (spam-report-user-mail-address)
12788         (spam-report-user-agent): New variables.
12789         (spam-report-url-ping-plain): Use spam-report-user-agent.
12790
12791 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12792
12793         * gnus-art.el (gnus-button-handle-custom): Do not just use
12794         `customize-apropos' for any "M-x customize-*" button but the
12795         function called for.  Accept both the function name and its
12796         argument in order to achieve this.
12797         (gnus-button-alist): Remove support for "custom:" URL's.
12798         Pass function name to `gnus-button-handle-custom' in case of "M-x
12799         customize-*" buttons.
12800
12801 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12804         multipart/alternative and add xref to mm-discouraged-alternatives
12805         in doc string.
12806
12807         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12808         gnus-buttonized-mime-types in doc string.
12809
12810 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12813         Suggest image/.* in the doc string.
12814
12815 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12818         message-marks (Debian bug #342521).
12819
12820 2005-12-12  Simon Josefsson  <jas@extundo.com>
12821
12822         * password.el (password-read-from-cache): Add.
12823         (password-read): Use it.
12824
12825 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * rfc2047.el (rfc2047-charset-to-coding-system):
12828         Recognize us-ascii as a MIME charset.
12829
12830         * mm-bodies.el (mm-decode-content-transfer-encoding):
12831         Protect against the case where the 2nd arg TYPE is nil.
12832
12833 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * pop3.el (pop3-stream-type): Fix custom version.
12836
12837         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12838
12839 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12840
12841         * mm-decode.el (mm-display-external): Add missing cdr.
12842
12843 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12846         RFC1524) if it is in mailcap or add a suffix according to
12847         mailcap-mime-extensions when generating a temp filename; postpone
12848         deleting a temp file for 2 seconds for some wrappers, shell
12849         scripts, and so on, which might exit right after having started a
12850         viewer command as a background job.
12851
12852 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * nntp.el (nntp-marks-directory): Fix custom group.
12855
12856         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12857         steps when < 10.
12858
12859         * gnus-start.el (gnus-no-server-1):
12860         Mention `gnus-level-default-subscribed' in doc string.
12861
12862 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12863
12864         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12865         parens.
12866
12867 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * gnus-xmas.el (gnus-use-toolbar): Revert.
12870         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12871         gnus-use-toolbar is default.
12872
12873         * messagexmas.el (message-use-toolbar): Revert.
12874         (message-setup-toolbar): Use global default-toolbar if
12875         message-use-toolbar is default.
12876
12877 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12880         according to default-toolbar-visible-p.
12881
12882         * messagexmas.el (message-use-toolbar): Ditto.
12883
12884 2005-11-26  Dave Love  <fx@gnu.org>
12885
12886         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12887         (tls-program, tls-success): Provide openssl alternative.
12888
12889         * starttls.el: Doc fixes.
12890         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12891         SERVICE to PORT.
12892
12893         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12894         port null or service name.
12895         (starttls-negotiate): Autoload.
12896
12897 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * message.el (message-kill-to-signature): Fix interactive spec.
12900
12901 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * pop3.el (pop3-open-server): Recognize a string as a service name.
12904
12905 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12906
12907         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12908
12909 2005-11-23  Dave Love  <fx@gnu.org>
12910
12911         Add pop3s, pop3/starttls.
12912
12913         * pop3.el (pop3-authentication-scheme): Clarify doc.
12914         (open-tls-stream, starttls-open-stream): Autoload.
12915         (pop3-stream-type): New.
12916         (pop3-open-server): Use it.
12917
12918         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12919         for POP.
12920         (mail-source-keyword-map): Add :stream for POP.
12921         (mail-source-fetch-pop): Use pop3-stream-type.
12922
12923 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12926         of current-time-string.
12927
12928 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12929
12930         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12931         date header.
12932
12933 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12934
12935         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12936         it can seriously impact performance as it bypasses the agent's
12937         local caches.
12938
12939 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12940
12941         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12942         must be explicitly online rather than "not explicitly offline" for
12943         its flags to be synchronized.
12944
12945         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12946         that gnus-uu-unmark-thread will function correctly.
12947
12948         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12949         1024K is instead displayed as 1M.
12950
12951 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12952
12953         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12954
12955 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12956
12957         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12958
12959 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12960
12961         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12962         error message to display actual error condition.
12963         (gnus-agent-save-local): Avoid saving symbols that are bound to
12964         nil as they simply result in a warning message in
12965         gnus-agent-read-local.
12966
12967 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12970         rather than make-variable-buffer-local for file-precious-flag.
12971
12972 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12973
12974         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12975         for duplicates which are removed.  The invalid sort check then
12976         triggers a rescan after the sort as sorting may have moved
12977         duplicate entries such that they can be cheaply detected.
12978
12979 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12982
12983 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12984
12985         * gnus-agent.el (gnus-agent-article-alist-save-format):
12986         Change internal variable to a custom variable.  Change default value
12987         from compressed(2) to uncompressed(1).
12988         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12989         support for uncompressed agentview files.  Taken together, reading
12990         the agentview file should now be 6-7 times faster.
12991
12992 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12993
12994         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12995         as a buffer-local variable.  This avoids creating truncated
12996         dribble files as a result of a hang up, eg.
12997
12998 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12999
13000         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13001         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13002         XEmacs.
13003
13004 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * gnus-start.el (gnus-start-draft-setup):
13007         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13008
13009         * gnus.el (gnus-splash): Change custom group.
13010         (gnus-group-get-parameter, gnus-group-parameter-value):
13011         Describe allow-list argument.
13012
13013         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13014         string.
13015
13016 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13017
13018         * gnus-art.el (gnus-default-article-saver): Add user-defined
13019         `function' to custom type.
13020
13021 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13022
13023         * imap.el (imap-open): Handle case where buffer is a buffer
13024         object.
13025
13026 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13029         long lines.
13030         (gnus-cache-delete-group): Wrap doc strings.
13031
13032         * gnus-agent.el (gnus-agent-rename-group)
13033         (gnus-agent-delete-group): Wrap doc strings.
13034
13035 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * messagexmas.el (message-use-toolbar): Change the valid values
13038         into default, top, bottom, left, and right.
13039         (message-toolbar-thickness): New variable.
13040         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13041         well.
13042         (message-setup-toolbar): Make it work.
13043
13044         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13045         (gnus-use-toolbar): Change the valid values into default, top,
13046         bottom, left, and right.
13047         (gnus-toolbar-thickness): New variable.
13048         (gnus-xmas-setup-toolbar): New function.
13049         (gnus-xmas-setup-group-toolbar): Use it.
13050         (gnus-xmas-setup-summary-toolbar): Use it.
13051
13052 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13053
13054         * gnus-start.el (gnus-1): Add "native" to
13055         gnus-predefined-server-alist.
13056
13057         * gnus.el (gnus-method-to-server): Don't add "native" to the
13058         lists here, because that leads to problems when
13059         gnus-select-method is bound.
13060
13061 2005-11-09  Simon Josefsson  <jas@extundo.com>
13062
13063         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13064         use (not sort-by-date) instead.
13065
13066 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13067
13068         * gnus-delay.el (gnus-delay-group): Don't autoload.
13069         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13070         to be re-loaded when customizing the `gnus-delay' group.
13071
13072 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13073
13074         * message.el: Revert last changes.
13075         (message-insert-citation-line): Use newlines.
13076
13077 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13078
13079         * message.el (message-courtesy-message)
13080         (message-mark-insert-begin, message-mark-insert-end)
13081         (message-elide-ellipsis, message-cancel-message)
13082         (message-add-header, message-change-subject)
13083         (message-cross-post-followup-to-header)
13084         (message-cross-post-insert-note, message-reduce-to-to-cc)
13085         (message-widen-reply, message-delete-not-region)
13086         (message-kill-to-signature, message-insert-signature)
13087         (message-insert-importance-high, message-insert-importance-low)
13088         (message-insert-or-toggle-importance)
13089         (message-insert-disposition-notification-to)
13090         (message-indent-citation, message-yank-original)
13091         (message-cite-original-without-signature, message-cite-original)
13092         (message-insert-citation-line, message-position-on-field)
13093         (message-fix-before-sending, message-send-mail-partially)
13094         (message-send-mail, message-send-mail-with-sendmail)
13095         (message-send-mail-with-qmail, message-send-news)
13096         (message-check-news-header-syntax, message-generate-headers)
13097         (message-insert-courtesy-copy, message-fill-address)
13098         (message-fill-header, message-shorten-references)
13099         (message-setup-1, message-cancel-news)
13100         (message-forward-make-body-plain, message-forward-make-body-mime)
13101         (message-forward-make-body-mml, message-encode-message-body)
13102         (message-forward-make-body-digest-plain)
13103         (message-forward-make-body-digest-mime)
13104         (message-use-alternative-email-as-from): Insert `hard-newline'
13105         instead of ordinary newlines.
13106
13107 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * message.el (message-generate-headers): Downcase the argument
13110         given to message-check-element.
13111
13112 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13113
13114         * nntp.el (nntp-authinfo-rejected): New error condition.
13115         (nntp-wait-for): Use new error condition to signal authentication
13116         error.
13117         (nntp-retrieve-data): Rethrow new error condition to break out of
13118         recursive call to nntp-send-authinfo.
13119
13120 2005-11-08  Romain Francoise  <romain@orebokech.com>
13121
13122         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13123         (gnus-summary-exit-map): Bind to `Z p'.
13124         (gnus-summary-make-menu-bar): Add menu item.
13125
13126 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13127
13128         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13129         (gnus-treat-*): Add `first' in all doc strings.
13130
13131         * gnus-group.el (gnus-group-compact-group): Fix typo.
13132
13133 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * gnus.el (gnus-parameters-case-fold-search): New variable.
13136         (gnus-parameters-get-parameter): Use it.
13137
13138         * gnus-score.el (gnus-home-score-file): Doc fix.
13139
13140 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13141
13142         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13143
13144 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * mm-util.el (mm-special-display-p): New function.
13147
13148         * mml.el (mml-preview): Use it; doc fix.
13149
13150 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13151
13152         * imap.el (imap-open): Handle case where buffer is a buffer object.
13153
13154 2005-10-29  Romain Francoise  <romain@orebokech.com>
13155
13156         * message.el (message-fix-before-sending): Fix comment.
13157
13158 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13159
13160         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13161
13162 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13163
13164         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13165         Used in gnus-score.el.
13166
13167 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13170
13171 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13174         whitespace removed in revision 7.8.  Use concatenated string to
13175         protect trailing whitespace.
13176
13177 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13178
13179         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13180         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13181         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13182         Courier IMAP ("some version from 2004").  Mostly based on similar
13183         code in the same function.
13184
13185 2005-10-26  Didier Verna  <didier@xemacs.org>
13186
13187         * gnus-group.el (gnus-group-compact-group): Invalidate original
13188         article buffer.
13189         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13190         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13191         NOV database and in article itself.
13192         Invalidate article backlog.
13193
13194 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13197
13198 2005-10-26  Simon Josefsson  <jas@extundo.com>
13199
13200         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13201         part of 2004-07-25 change.
13202
13203 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * message.el (message-display-completion-list): New function.
13206         (message-expand-group): Use it; make sure the Completions buffer
13207         is modifiable.
13208 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13209
13210         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13211         user-mail-name is an empty string.
13212
13213 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13214
13215         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13216         depending on gnus-score-decay-constant.
13217
13218         * encrypt.el (encrypt-insert-file-contents)
13219         (encrypt-write-file-contents): Don't use `gnus-message'.
13220
13221         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13222         arguments.
13223         (mm-uu-type-alist): Add message-marks and insert-marks.
13224         Pass arguments to mm-uu-verbatim-marks-extract.
13225         (mm-uu-hide-markers): New variable.
13226         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13227
13228         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13229         (gnus-convert-image-to-face-command): Use "convert" by default to
13230         allow other input image formats.
13231         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13232         accordingly.
13233
13234 2005-10-23  Simon Josefsson  <jas@extundo.com>
13235
13236         * imap.el (imap-gssapi-program): Align command line parameters
13237         with latest GNU SASL.
13238         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13239
13240 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13241
13242         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13243         HTML.
13244         (nnslashdot-request-article): Ditto.
13245
13246         * lpath.el (featurep): Add nobreak-char-display.
13247
13248 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13249
13250         * mail-source.el (mail-source-fetch-pop): Require pop3.
13251         (mail-source-check-pop): Ditto.
13252
13253 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13256         errors.
13257
13258 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13261         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13262
13263         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13264
13265         * mm-bodies.el (mm-decode-string):
13266         Call `mm-charset-to-coding-system' with allow-override argument.
13267
13268 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13271         (rfc2047-charset-to-coding-system): New function.
13272         (rfc2047-decode-encoded-words): New function.
13273         (rfc2047-decode-region): Use them.
13274         (rfc2047-decode-cte): Remove.
13275         (rfc2047-parse-and-decode): Remove.
13276         (rfc2047-decode): Remove.
13277
13278 2005-10-15  Kenichi Handa  <handa@m17n.org>
13279
13280         * rfc2047.el (rfc2047-decode-cte): New function.
13281         (rfc2047-decode-region): Change the way to decode successive
13282         encoded-words: decode B- or Q-encoding in each encoded-word,
13283         concatenate them, and decode it as charset.
13284
13285 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * lpath.el: Fbind codepage-setup for XEmacs.
13288
13289 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13290
13291         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13292         widget-move-and-invoke.
13293         (gnus-custom-mode): Use gnus-custom-map.
13294
13295 2005-10-15  Bill Wohler  <wohler@newt.com>
13296
13297         * message.el (message-tool-bar-map): Rename image file from
13298         mail_send to mail/send.
13299
13300 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13301
13302         * message.el (message-expand-group): Pass the common
13303         prefix substring of completion to `display-completion-list'.
13304
13305 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * mml-sec.el (mml-secure-method): New internal variable.
13308         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13309         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13310         New functions using mml-secure-method.
13311
13312         * mml.el (mml-mode-map): Add key bindings for those functions.
13313         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13314         Harder <harder@myrealbox.com>.
13315         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13316         Goto end of message if point is the headers of the message.
13317
13318         * message.el (message-in-body-p): New function.
13319
13320         * assistant.el: Autoload gnus-util and netrc.
13321
13322         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13323         Use `mm-charset-override-alist' only when decoding.
13324
13325         * mm-bodies.el (mm-decode-body):
13326         Call `mm-charset-to-coding-system' with allow-override argument.
13327
13328         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13329         `filename' from Content-Disposition if Content-Type doesn't
13330         provide `name'.
13331         (gnus-mime-view-part-as-type): Set default instead of
13332         initial-input.
13333
13334 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13335
13336         * format-spec.el (format-spec): Propagate text properties of % spec.
13337
13338 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * gnus-art.el (gnus-treat-predicate): Add `first'.
13341
13342 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13345         (mm-charset-override-alist): New variable.
13346         (mm-charset-to-coding-system): Use it.
13347         (mm-codepage-setup): New helper function.
13348         (mm-charset-eval-alist): New variable.
13349         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13350         Warn about unknown charsets.
13351
13352         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13353
13354 2005-10-04  David Hansen  <david.hansen@gmx.net>
13355
13356         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13357         (nnrss-check-group): Ditto.
13358
13359 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13362         Rename x-gnus-verbatim to x-verbatim.
13363         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13364
13365         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13366         x-verbatim.
13367
13368         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13369
13370         * gnus-util.el (gnus-remove-duplicates): Remove.
13371
13372         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13373         instead of gnus-remove-duplicates.
13374
13375         * message.el (message-remove-duplicates): Remove.
13376         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13377         message-remove-duplicates.
13378
13379         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13380         available, else use implementation from `delete-dups'.
13381
13382         * message.el (message-insert-expires): New function.
13383         (message-mode-map): Add key binding.
13384         (message-mode-field-menu): Add menu entry.
13385         (message-mode): Document it.
13386         (message-make-expires-date): Use `message-make-date'.
13387
13388 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13389
13390         * message.el (message-make-expires-date): New function.
13391
13392 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * Makefile.in (list-installed-shadows): New entry.
13395         (install): Use it.
13396         (remove-installed-shadows): New entry.
13397
13398         * dgnushack.el (dgnushack-default-load-path): New variable.
13399         (dgnushack-find-lisp-shadows): New function.
13400         (dgnushack-remove-lisp-shadows): New function.
13401
13402 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * Makefile.in (install-el-elc): New entry.
13405         (install): Use it so that .el files are necessarily installed.
13406
13407 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13410
13411 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13412
13413         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13414         function rather than the diff-mode.el package.
13415         (mm-display-external): Use with-current-buffer.
13416         (mm-viewer-completion-map, mm-viewer-completion-map):
13417         Move initialization inside declaration.
13418
13419 2005-09-29  Simon Josefsson  <jas@extundo.com>
13420
13421         * spam.el: Load hashcash when compiling, to avoid warnings.
13422         Don't autoload mail-check-payment.
13423         (spam-check-hashcash): Define unconditionally, since hashcash.el
13424         is part of Gnus now.  Ignore errors from payment checking.
13425
13426 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * message.el (message-bold-region, message-unbold-region):
13429         Rename from `bold-region' and `unbold-region'.
13430
13431         * message.el: Remove useless autoloads.
13432
13433 2005-09-28  Simon Josefsson  <jas@extundo.com>
13434
13435         * message.el (message-use-idna): Default to t.
13436         (message-use-idna): Test whether encoding works too.  Doc fix.
13437
13438 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * nntp.el (nntp-warn-about-losing-connection): Remove.
13441
13442 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13445         customizable.  Change default value.
13446         (mm-uu-diff-groups-regexp): Change default value.
13447         (mm-uu-type-alist): Add doc string.
13448         (mm-uu-configure): Add doc string.  Make it interactive.
13449         (mm-uu-tex-groups-regexp): New variable.
13450         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13451         (mm-uu-type-alist): Add LaTeX documents.
13452         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13453         of "text/verbatim".
13454         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13455
13456         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13457         instead of "text/verbatim".
13458
13459         * message.el (message-mark-inserted-region)
13460         (message-mark-insert-file): Use slrn style marks when called with
13461         prefix argument.
13462
13463 2005-09-27  Simon Josefsson  <jas@extundo.com>
13464
13465         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13466
13467 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13468
13469         * message.el (message-remove-duplicates): New function.
13470         Implementation borrowed from `gnus-remove-duplicates'.
13471         (message-idna-to-ascii-rhs): Also encode idna addresses in
13472         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13473         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13474         only ask about the same idna domain once per header and also tell
13475         in what header to replace the idna domain.
13476
13477         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13478         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13479         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13480         a header is decoded and not just the last one.
13481
13482 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13485         has been decoded.
13486
13487         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13488         (mm-insert-part): Don't modify text if it has been decoded.
13489
13490         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13491         decoded.
13492
13493         * mm-view.el (mm-inline-text): Don't strip text props unless
13494         decoding enriched or richtext parts.
13495
13496 2005-09-25  Romain Francoise  <romain@orebokech.com>
13497
13498         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13499         * gnus-start.el (gnus-subscribe-interactively):
13500         * gnus-uu.el (gnus-uu-grab-articles):
13501         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13502         space.
13503
13504 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13505
13506         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13507         * mm-view.el (mm-view-pkcs7-decrypt):
13508         * gnus-sum.el (gnus-summary-limit-to-extra)
13509         (gnus-summary-respool-article, gnus-read-move-group-name):
13510         * gnus-score.el (gnus-summary-increase-score):
13511         * gnus-util.el (gnus-completing-read-with-default):
13512         * gnus-art.el (gnus-read-save-file-name)
13513         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13514         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13515         * message.el (message-check-news-header-syntax):
13516         Follow convention for reading with the minibuffer.
13517
13518 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13519
13520         * spam-report.el (spam-report-url-ping-plain):
13521         Use gnus-extended-version as User-Agent.
13522
13523         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13524         default value is nil.
13525
13526         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13527         (mm-uu-verbatim-marks-extract): New function.
13528         (mm-uu-extract): New face.
13529         (mm-uu-copy-to-buffer): Use it.
13530
13531         * spam-report.el (spam-report-gmane-ham): Rename from
13532         `spam-report-gmane-unspam'.
13533         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13534         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13535
13536         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13537         Autoload.
13538         (spam-report-gmane-unregister-routine):
13539         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13540
13541 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13542
13543         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13544         (spam-report-gmane-unregister-routine): Add support for gmane
13545         unregistration.
13546
13547         * spam-report.el (spam-report-gmane-unspam)
13548         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13549         (spam-report-gmane): Change to take a single article and do unspam
13550         registration.
13551
13552 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * mm-url.el (mm-url-decode-entities): Fix regexp.
13555
13556 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13557
13558         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13559         default to nil, to be able to use Gnus at all.  If the default
13560         switches to something else, then the function should be fixed not
13561         be exceedingly slow.
13562
13563 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13564
13565         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13566         fail hard.
13567
13568         * spam-report.el: Add better Keywords line.
13569
13570         * spam.el: Add Maintainer and better Keywords line.
13571
13572 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gnus-art.el (gnus-article-replace-part)
13575         (gnus-mime-replace-part): New functions.
13576         (gnus-mime-action-alist, gnus-mime-button-commands)
13577         (gnus-mime-save-part-and-strip): Add file argument.
13578         (gnus-article-part-wrapper): Add interactive argument.
13579
13580         * gnus-sum.el (gnus-summary-mime-map):
13581         Add `gnus-article-replace-part'.
13582
13583 2005-09-19  Didier Verna  <didier@xemacs.org>
13584
13585         The nnml compaction feature:
13586         * nnml.el (nnml-request-compact-group): New function.
13587         * nnml.el (nnml-request-compact): New function.
13588         * gnus-int.el (gnus-request-compact-group): New function.
13589         * gnus-int.el (gnus-request-compact): New function.
13590         * gnus-group.el (gnus-group-compact-group): New function.
13591         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13592         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13593         * gnus-srvr.el (gnus-server-compact-server): New function.
13594         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13595         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13596
13597 2005-09-18  Deepak Goel  <deego@gnufans.org>
13598
13599         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13600         format spec.
13601
13602 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13605
13606 2005-09-15  Romain Francoise  <romain@orebokech.com>
13607
13608         * message.el (message-fill-paragraph): Clarify docstring.
13609
13610 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-art.el (gnus-mime-display-part): Protect against broken
13613         MIME messages.
13614
13615 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13618         before parsing header.
13619
13620 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13621
13622         * html2text.el (html2text-replace-list): Add new entities.
13623
13624 2005-09-11  Romain Francoise  <romain@orebokech.com>
13625
13626         * message.el (message-alternative-emails): Improve docstring.
13627         (message-setup-1): Call `message-use-alternative-email-as-from'
13628         after `message-setup-hook' to give it precedence over posting
13629         styles, etc.
13630         (message-use-alternative-email-as-from): Add docstring.
13631         Remove the original From header if present.
13632
13633         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13634         (nnml-save-mail): Use it.
13635
13636         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13637         articles.  Add new argument `silent'.
13638         (gnus-uu-mark-all): Report the total number of marked articles.
13639
13640 2005-09-10  Romain Francoise  <romain@orebokech.com>
13641
13642         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13643         (gnus-uu-mark-series): Likewise.
13644
13645 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * spam-report.el (spam-report-gmane): Fix generation of spam
13648         report URL.
13649
13650 2005-09-10  Simon Josefsson  <jas@extundo.com>
13651
13652         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13653         t, based on discussion on the ding list with Robert Epprecht
13654         <epprecht@solnet.ch>.
13655
13656 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * spam-report.el (spam-report-gmane): Make it work without
13659         X-Report-Spam header.  Gmane now only provides Archived-At.
13660         This is only used if `spam-report-gmane-use-article-number' is nil.
13661         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13662
13663         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13664         make `gnus-summary-sort-by-recipient' work with threading.
13665
13666         * nnweb.el (nnweb-google-wash-article): Print a message if article
13667         is not available.
13668
13669 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13670
13671         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13672         change.  Decode text/* parts content before displaying.
13673
13674 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13675
13676         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13677
13678 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13681
13682         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13683         url-package-name, url-package-version,
13684         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13685         w3m-display-inline-images, and w3m-minor-mode-map.
13686
13687 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13688
13689         * message.el (message-tab-body-function): Fix mismatched custom type.
13690
13691         * gnus.el (gnus-group-change-level-function): Ditto.
13692
13693         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13694
13695         * gnus-art.el (gnus-signature-limit)
13696         (gnus-article-mime-part-function): Ditto.
13697
13698 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * mml.el (mml-mode): Silence the byte compiler.
13701
13702         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13703         using `(sit-for 0)' before moving the point to the specified part;
13704         skip unbuttonized parts.
13705         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13706         return to the summary window if gnus-auto-select-part is non-nil.
13707
13708 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13711         New variables.
13712         (mml-dnd-attach-file, mml-mode): Use them.
13713
13714         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13715         Make fetching article by MID work again for Google Groups.
13716         Add FIXME concerning gnus-group-make-web-group.
13717
13718         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13719         Don't depend on Gnus by using mail-extract-address-components if
13720         gnus-extract-address-components is not bound.
13721
13722 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13723
13724         * gnus-art.el (gnus-mime-display-security): Don't display the
13725         signature, but only the signed part.
13726
13727 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13730
13731         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13732         list, not listp.
13733
13734 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13735
13736         * mm-encode.el (mm-encode-content-transfer-encoding):
13737         Likewise when encoding.
13738
13739         * mm-bodies.el (mm-decode-content-transfer-encoding):
13740         De-canonicalize CRLF for all text content types, not just
13741         text/plain.
13742
13743 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13746         valid article; point arrow and cursor at the MIME button.
13747
13748 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13751         Suggested by Dan Christensen <jdc@uwo.ca>.
13752
13753         * mm-decode.el (mm-save-part): Enable change of prompt.
13754
13755 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13756
13757         * gnus-msg.el (gnus-inews-add-send-actions):
13758         Make `message-post-method' lambda parameter ARG `&optional'.
13759
13760 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13761
13762         * gnus-sum.el (gnus-summary-mime-map):
13763         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13764         gnus-article-jump-to-part.
13765
13766         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13767         (gnus-article-edit-part): Use it.
13768         (gnus-article-part-wrapper): Add no-handle argument.
13769         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13770         New functions.
13771
13772 2005-08-29  Romain Francoise  <romain@orebokech.com>
13773
13774         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13775         docstring.
13776         (gnus-face-from-file): Likewise.
13777
13778 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13781         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13782         non-nil.
13783         (gnus-auto-select-part): New variable.
13784         (gnus-article-jump-to-part): New function.
13785         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13786         (gnus-mime-delete-part): Allow selecting specified part after
13787         deleting or stripping parts.
13788         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13789         part if argument is bogus.
13790
13791 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13792
13793         * gnus-art.el (w3m-minor-mode-map):
13794         * gnus-spec.el (gnus-newsrc-file-version):
13795         * gnus-util.el (nnmail-active-file-coding-system)
13796         (gnus-original-article-buffer, gnus-user-agent):
13797         * gnus.el (gnus-ham-process-destinations)
13798         (gnus-parameter-ham-marks-alist)
13799         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13800         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13801         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13802         * mm-decode.el (gnus-current-window-configuration):
13803         * mm-extern.el (gnus-article-mime-handles):
13804         * mm-url.el (url-current-object, url-package-name)
13805         (url-package-version):
13806         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13807         (smime-keys, w3m-cid-retrieve-function-alist)
13808         (w3m-current-buffer, w3m-display-inline-images)
13809         (w3m-minor-mode-map):
13810         * mml-smime.el (gnus-extract-address-components):
13811         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13812         (gnus-newsrc-hashtb, message-default-charset)
13813         (message-deletable-headers, message-options)
13814         (message-posting-charset, message-required-mail-headers)
13815         (message-required-news-headers):
13816         * mml1991.el (mc-pgp-always-sign):
13817         * mml2015.el (mc-pgp-always-sign):
13818         * nnheader.el (nnmail-extra-headers):
13819         * rfc1843.el (gnus-decode-encoded-word-function)
13820         (gnus-decode-header-function, gnus-newsgroup-name):
13821         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13822
13823 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13824
13825         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13826         the end of the date treatments.
13827
13828 2005-08-15  Simon Josefsson  <jas@extundo.com>
13829
13830         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13831         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13832         Capello and Romain Francoise.
13833         (pgg-fetch-key-function): Remove, not used?
13834         (pgg-insert-url-with-w3): Require url, to get
13835         url-insert-file-contents regardless of where it is defined.
13836
13837 2005-08-13  Romain Francoise  <romain@orebokech.com>
13838
13839         * message.el (message-cite-original-1): New function.
13840         (message-cite-original): Use it.
13841         (message-cite-original-without-signature): Ditto.
13842
13843 2005-08-08  Romain Francoise  <romain@orebokech.com>
13844
13845         * message.el (message-yank-empty-prefix): New variable.
13846         (message-indent-citation): Use it.
13847         (message-cite-original-without-signature): Respect X-No-Archive.
13848
13849 2005-08-08  Simon Josefsson  <jas@extundo.com>
13850
13851         * pgg.el: Autoload url-insert-file-contents instead of loading
13852         w3/url.
13853         (pgg-insert-url-with-w3): Don't load url here.
13854
13855 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13856
13857         * message.el (message-kill-to-signature): Don't insert newline at
13858         bol.
13859         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13860
13861 2005-08-06  Romain Francoise  <romain@orebokech.com>
13862
13863         * message.el (message-user-fqdn): Fix typo in docstring.
13864
13865 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13866
13867         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13868
13869         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13870
13871 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * mm-bodies.el (mm-encode-body): Use coding system rather than
13874         charset to encode text.
13875
13876         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13877         number of charsets if utf-8 is available (XEmacs).
13878
13879 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13880
13881         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13882         taken from `gnus-button-mid-or-mail-regexp'.
13883         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13884         (gnus-button-alist): Improve regexp for domain part of the MIDs
13885         for news:localpart@domain buttons.
13886         (gnus-button-ctan-directory-regexp): Update.
13887
13888 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * sieve-manage.el (sieve-manage-interactive-login):
13891         Use make-local-variable rather than make-variable-buffer-local.
13892         (sieve-manage-open): Ditto.
13893         (sieve-manage-authenticate): Ditto.
13894
13895         * mml.el (mml-generate-mime-1): Make the content type default to
13896         text/plain if the filename is not specified.
13897
13898 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13901         instead of insert-buffer.
13902
13903         * message.el (message-yank-original): Ditto; set the mark at the
13904         end of the yanked message.
13905
13906 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13909         lines to scroll rather than to stop it.
13910
13911         * mml.el (mml-generate-default-type): Add doc string.
13912         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13913         default to application/octet-stream when determining the content
13914         type if it is not specified for the part or the mml contents; add
13915         a comment about mml-generate-default-type.
13916
13917 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13918
13919         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13920         make it default to application/octet-stream when determining the
13921         content type if it is not specified for the external contents.
13922
13923 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13926         segmented parameter but also other parameters might be there.
13927
13928 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * mm-decode.el (mm-display-external): Delete temp file, directory
13931         and buffer immediately if the external process is exited.
13932
13933 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13936         fewer lines than that of scroll-margin.
13937         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13938
13939 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * gnus-art.el (gnus-article-next-page): Revert.
13942         (gnus-article-beginning-of-window): New macro.
13943         (gnus-article-next-page-1): Use it.
13944         (gnus-article-prev-page): Ditto.
13945         (gnus-article-edit-part): Use insert-buffer-substring instead of
13946         insert-buffer.
13947         (gnus-article-edit-exit): Ditto.
13948
13949         * gnus-util.el (gnus-beginning-of-window): Remove.
13950         (gnus-end-of-window): Remove.
13951
13952         * lpath.el: Don't bind header-line-format and scroll-margin.
13953
13954 2005-07-25  Simon Josefsson  <jas@extundo.com>
13955
13956         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13957         to have the url package without w3.  Reported by Daiki Ueno
13958         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13959
13960 2005-07-20  Didier Verna  <didier@xemacs.org>
13961
13962         * gnus-diary.el: Remove the description comment (nndiary is now
13963         properly documented in the Gnus manual).
13964         Fix the spelling of "Back End".
13965         * nndiary.el: Ditto.
13966         Fix the copyright notice.
13967
13968 2005-07-18  Romain Francoise  <romain@orebokech.com>
13969
13970         * gnus-sum.el (gnus-summary-to-prefix)
13971         (gnus-summary-newsgroup-prefix): New variables.
13972         (gnus-summary-from-or-to-or-newsgroups): Use them.
13973
13974 2005-07-17  Romain Francoise  <romain@orebokech.com>
13975
13976         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13977         space as it's generally not especially interesting to the user.
13978
13979 2005-07-16  Romain Francoise  <romain@orebokech.com>
13980
13981         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13982         nil to avoid prompting and file modification if one of the
13983         messages at the top of the nnfolder file contains a copyright
13984         notice.
13985         Update copyright notice.
13986
13987         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13988         instead of `current-time-string' as the latter creates a time
13989         string that is not RFC 2822 compliant (it lacks the zone).
13990         Update copyright notice.
13991
13992 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13993
13994         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13995         for text/rtf.  Display default in prompt.  Pass default for M-n.
13996
13997         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13998
13999 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14000
14001         * gnus-msg.el (gnus-button-mailto):
14002         Remove save-selected-window-window hackery because it relies on
14003         save-selected-window internals.
14004
14005 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14008         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14009         (gnus-article-prev-page): Ditto.
14010
14011         * gnus-util.el (gnus-beginning-of-window): New function.
14012         (gnus-end-of-window): New function.
14013
14014         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14015
14016 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14017
14018         * gnus-score.el (gnus-score-edit-all-score):
14019         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14020         gnus-message.
14021
14022 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14023
14024         * gnus-msg.el (gnus-button-mailto):
14025         Remove save-selected-window-window hackery because it relies on
14026         save-selected-window internals.
14027
14028 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14031         add-minor-mode.
14032         (gnus-binary-mode): Ditto.
14033
14034         * gnus-topic.el (gnus-topic-mode): Ditto.
14035
14036 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14037
14038         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14039         (gnus-article-prev-page): Take scroll-margin into consideration.
14040
14041 2005-07-04  Lute Kamstra  <lute@gnu.org>
14042
14043         Update FSF's address in GPL notices.
14044
14045 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14046
14047         * gnus.el (gnus-exit):
14048         * gnus-group.el (gnus-group-icons):
14049         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14050
14051         * gnus-nocem.el (gnus-nocem):
14052         * message.el (message-various, message-buffers, message-sending)
14053         (message-interface, message-forwarding, message-insertion)
14054         (message-headers, message-news, message-mail):
14055         * pgg-gpg.el (pgg-gpg):
14056         * pgg-parse.el (pgg-parse):
14057         * pgg-pgp.el (pgg-pgp):
14058         * pgg-pgp5.el (pgg-pgp5):
14059         * pop3.el (pop3): Finish `defgroup' description with period.
14060
14061 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-art.el (article-display-face): Improve the efficiency.
14064         (article-display-x-face): Ditto; remove grey x-face stuff.
14065
14066 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-art.el (article-display-face): Correct the position in
14069         which Faces are inserted.
14070
14071 2005-06-29  Didier Verna  <didier@xemacs.org>
14072
14073         * gnus-art.el (article-display-face): Display faces in correct
14074         order.
14075
14076 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14079         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14080         (gnus-nocem-check-article): Fetch the Type header.
14081         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14082         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14083         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14084         make sure gnus-nocem-hashtb is initialized.
14085         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14086         (gnus-nocem-unwanted-article-p): Ditto.
14087
14088         * pgg.el (pgg-verify): Return the verification result.
14089
14090 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14091
14092         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14093         is ascii.
14094
14095 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14096
14097         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14098         `show-nonbreak-escape'.
14099
14100 2005-06-23  Lute Kamstra  <lute@gnu.org>
14101
14102         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14103
14104         * dig.el (dig-mode):
14105         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14106
14107 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14108
14109         * nnimap.el (nnimap-split-download-body): Fix spellings.
14110
14111 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14112
14113         * gnus-art.el (gnus-article-encrypt-body):
14114         * gnus-cus.el (gnus-score-customize):
14115         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14116         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14117
14118 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14119
14120         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14121         header by looking for magic "MII" at the beginnig.
14122
14123 2005-06-16  Miles Bader  <miles@gnu.org>
14124
14125         * gnus-xmas.el (gnus-xmas-group-startup-message):
14126         Use renamed gnus-splash face.
14127
14128         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14129         (assistant-field-face): New backward-compatibility alias for renamed
14130         face.
14131         (assistant-render-text): Use renamed assistant-field face.
14132
14133         * spam.el (spam): Remove "-face" suffix from face name.
14134         (spam-face): New backward-compatibility alias for renamed face.
14135         (spam-face, spam-initialize): Use renamed spam face.
14136
14137         * message.el (message-header-to, message-header-cc)
14138         (message-header-subject, message-header-newsgroups)
14139         (message-header-other, message-header-name)
14140         (message-header-xheader, message-separator, message-cited-text)
14141         (message-mml): Remove "-face" suffix from face names.
14142         (message-header-to-face, message-header-cc-face)
14143         (message-header-subject-face, message-header-newsgroups-face)
14144         (message-header-other-face, message-header-name-face)
14145         (message-header-xheader-face, message-separator-face)
14146         (message-cited-text-face, message-mml-face):
14147         New backward-compatibility aliases for renamed faces.
14148         (message-font-lock-keywords): Use renamed message faces.
14149
14150         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14151         (sieve-test-commands, sieve-tagged-arguments):
14152         Remove "-face" suffix from face names.
14153         (sieve-control-commands-face, sieve-action-commands-face)
14154         (sieve-test-commands-face, sieve-tagged-arguments-face):
14155         New backward-compatibility aliases for renamed faces.
14156         (sieve-control-commands-face, sieve-action-commands-face)
14157         (sieve-test-commands-face, sieve-tagged-arguments-face):
14158         Use renamed sieve faces.
14159
14160         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14161         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14162         (gnus-group-news-3-empty, gnus-group-news-4)
14163         (gnus-group-news-4-empty, gnus-group-news-5)
14164         (gnus-group-news-5-empty, gnus-group-news-6)
14165         (gnus-group-news-6-empty, gnus-group-news-low)
14166         (gnus-group-news-low-empty, gnus-group-mail-1)
14167         (gnus-group-mail-1-empty, gnus-group-mail-2)
14168         (gnus-group-mail-2-empty, gnus-group-mail-3)
14169         (gnus-group-mail-3-empty, gnus-group-mail-low)
14170         (gnus-group-mail-low-empty, gnus-summary-selected)
14171         (gnus-summary-cancelled, gnus-summary-high-ticked)
14172         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14173         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14174         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14175         (gnus-summary-low-undownloaded)
14176         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14177         (gnus-summary-low-unread, gnus-summary-normal-unread)
14178         (gnus-summary-high-read, gnus-summary-low-read)
14179         (gnus-summary-normal-read, gnus-splash):
14180         Remove "-face" suffix from face names.
14181         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14182         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14183         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14184         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14185         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14186         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14187         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14188         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14189         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14190         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14191         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14192         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14193         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14194         (gnus-summary-normal-ticked-face)
14195         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14196         (gnus-summary-normal-ancient-face)
14197         (gnus-summary-high-undownloaded-face)
14198         (gnus-summary-low-undownloaded-face)
14199         (gnus-summary-normal-undownloaded-face)
14200         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14201         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14202         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14203         (gnus-splash-face):
14204         New backward-compatibility aliases for renamed faces.
14205         (gnus-group-startup-message): Use renamed gnus faces.
14206
14207         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14208         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14209         (gnus-server-agent): Remove "-face" suffix from face names.
14210         (gnus-server-agent-face, gnus-server-opened-face)
14211         (gnus-server-closed-face, gnus-server-denied-face)
14212         (gnus-server-offline-face):
14213         New backward-compatibility aliases for renamed faces.
14214         (gnus-server-agent-face, gnus-server-opened-face)
14215         (gnus-server-closed-face, gnus-server-denied-face)
14216         (gnus-server-offline-face): Use renamed gnus faces.
14217
14218         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14219         Remove "-face" suffix from face names.
14220         (gnus-picon-xbm-face, gnus-picon-face):
14221         New backward-compatibility aliases for renamed faces.
14222
14223         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14224         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14225         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14226         (gnus-cite-11): Remove "-face" suffix from face names.
14227         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14228         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14229         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14230         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14231         New backward-compatibility aliases for renamed faces.
14232         (gnus-cite-attribution-face, gnus-cite-face-list)
14233         (gnus-article-boring-faces): Use renamed gnus faces.
14234
14235         * gnus-art.el (gnus-signature, gnus-header-from)
14236         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14237         (gnus-header-content): Remove "-face" suffix from face names.
14238         (gnus-signature-face, gnus-header-from-face)
14239         (gnus-header-subject-face, gnus-header-newsgroups-face)
14240         (gnus-header-name-face, gnus-header-content-face):
14241         New backward-compatibility aliases for renamed faces.
14242         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14243
14244         * gnus-sum.el (gnus-summary-selected-face)
14245         (gnus-summary-highlight): Use renamed gnus faces.
14246         * gnus-group.el (gnus-group-highlight): Likewise.
14247
14248 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14249
14250         * gnus-sieve.el (gnus-sieve-article-add-rule):
14251         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14252         * spam-stat.el (spam-stat-buffer-change-to-spam)
14253         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14254
14255         * message.el (message-is-yours-p):
14256         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14257
14258 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * mm-view.el (mm-inline-text): Withdraw the last change.
14261
14262 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14265         executing enriched-decode.
14266
14267 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14270         charset of tar files.
14271
14272 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14273
14274         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14275
14276 2005-06-04  Lute Kamstra  <lute@gnu.org>
14277
14278         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14279         information is never recorded.
14280
14281 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14282
14283         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14284
14285 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * pop3.el (pop3-apop): Run md5 in the binary mode.
14288
14289         * starttls.el (starttls-set-process-query-on-exit-flag):
14290         Use eval-and-compile.
14291
14292 2005-05-31  Simon Josefsson  <jas@extundo.com>
14293
14294         * smime.el (smime-replace-in-string): Define.
14295         (smime-cert-by-ldap-1): Use it.
14296
14297 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-art.el (article-display-x-face): Replace
14300         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14301
14302         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14303         set-process-query-on-exit-flag or process-kill-without-query.
14304
14305         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14306         loop instead of replace-regexp.
14307
14308         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14309         instead of process-kill-without-query if it is available.
14310
14311         * lpath.el: Fbind ldap-search-entries.
14312
14313         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14314         instead of find-file-hooks if it is available.
14315
14316         * mml1991.el: Bind pgg-default-user-id when compiling.
14317
14318         * mml2015.el: Bind pgg-default-user-id when compiling.
14319
14320         * nndraft.el (nndraft-request-associate-buffer):
14321         Use write-contents-functions instead of write-contents-hooks if it is
14322         available.
14323
14324         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14325         instead of find-file-hooks if it is available.
14326
14327         * nntp.el (nntp-open-connection): Replace
14328         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14329         (nntp-open-ssl-stream): Ditto.
14330         (nntp-open-tls-stream): Ditto.
14331
14332         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14333         set-process-query-on-exit-flag or process-kill-without-query.
14334         (starttls-open-stream-gnutls): Use it instead of
14335         process-kill-without-query.
14336         (starttls-open-stream): Ditto.
14337
14338 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14339
14340         * smime.el (smime-cert-by-ldap-1): Don't use
14341         replace-regexp-in-string.
14342
14343 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14344
14345         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14346
14347         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14348         in PEM format.  Adjust to the XEmacs compability.
14349
14350 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14353         by `string-to-number'.
14354         * gnus-agent.el (gnus-agent-regenerate-group)
14355         (gnus-agent-fetch-articles): Ditto.
14356         * gnus-art.el (gnus-button-fetch-group): Ditto.
14357         * gnus-cache.el (gnus-cache-generate-active)
14358         (gnus-cache-articles-in-group): Ditto.
14359         * gnus-group.el (gnus-group-set-current-level)
14360         (gnus-group-insert-group-line): Ditto.
14361         * gnus-score.el (gnus-score-set-expunge-below)
14362         (gnus-score-set-mark-below, gnus-summary-score-effect)
14363         (gnus-summary-score-entry): Ditto.
14364         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14365         (gnus-soup-pack): Ditto.
14366         * gnus-spec.el (gnus-xmas-format): Ditto.
14367         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14368         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14369         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14370         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14371         * nndb.el (nndb-get-remote-expire-response): Ditto.
14372         * nndiary.el (nndiary-parse-schedule-value)
14373         (nndiary-string-to-number, nndiary-request-replace-article)
14374         (nndiary-request-article): Ditto.
14375         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14376         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14377         * nneething.el (nneething-make-head): Ditto.
14378         * nnfolder.el (nnfolder-request-article)
14379         (nnfolder-retrieve-headers): Ditto.
14380         * nnheader.el (nnheader-file-to-number): Ditto.
14381         * nnkiboze.el (nnkiboze-request-article): Ditto.
14382         * nnmail.el (nnmail-process-unix-mail-format)
14383         (nnmail-process-babyl-mail-format): Ditto.
14384         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14385         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14386         (nnmh-request-create-group, nnmh-request-list-1)
14387         (nnmh-request-group, nnmh-request-article): Ditto.
14388         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14389         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14390         * nnsoup.el (nnsoup-make-active): Ditto.
14391         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14392         * nntp.el (nntp-find-group-and-number)
14393         (nntp-retrieve-headers-with-xover): Ditto.
14394         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14395         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14396         (pgg-format-key-identifier): Ditto.
14397         * pop3.el (pop3-last, pop3-stat): Ditto.
14398         * qp.el (quoted-printable-decode-region): Ditto.
14399
14400         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14401         of concat.
14402
14403 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14406
14407         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14408
14409         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14410
14411         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14412
14413         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14414
14415         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14416
14417         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14418         (gnus-carpal-mode): Ditto.
14419
14420         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14421         (gnus-browse-mode): Ditto.
14422
14423         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14424
14425         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14426
14427 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14428
14429         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14430
14431 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-util.el (gnus-run-mode-hooks): New function.
14434
14435         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14436
14437         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14438         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14439
14440 2005-05-27  Lute Kamstra  <lute@gnu.org>
14441
14442         * dns-mode.el (dns-mode): Specify customization group.
14443
14444 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14445
14446         * gnus-agent.el (gnus-agent-make-mode-line-string):
14447         Use mode-line-highlight as mouse-face.
14448
14449 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * canlock.el (canlock): Change the parent group to news.
14452
14453         * deuglify.el (gnus-outlook-deuglify): Add :group.
14454
14455         * dig.el (dig): Add :group.
14456
14457         * dns-mode.el (dns-mode): Add :group.
14458
14459         * encrypt.el (encrypt): Add :group.
14460
14461         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14462         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14463         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14464         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14465         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14466
14467         * gnus-diary.el (gnus-diary): Add :group.
14468
14469         * gnus.el (gnus-group-news-1-face): Add :group.
14470         (gnus-group-news-1-empty-face): Ditto.
14471         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14472         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14473         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14474         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14475         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14476         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14477         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14478         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14479         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14480         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14481         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14482         (gnus-summary-high-ticked-face): Ditto.
14483         (gnus-summary-low-ticked-face): Ditto.
14484         (gnus-summary-normal-ticked-face): Ditto.
14485         (gnus-summary-high-ancient-face): Ditto.
14486         (gnus-summary-low-ancient-face): Ditto.
14487         (gnus-summary-normal-ancient-face): Ditto.
14488         (gnus-summary-high-undownloaded-face): Ditto.
14489         (gnus-summary-low-undownloaded-face): Ditto.
14490         (gnus-summary-normal-undownloaded-face): Ditto.
14491         (gnus-summary-high-unread-face): Ditto.
14492         (gnus-summary-low-unread-face): Ditto.
14493         (gnus-summary-normal-unread-face): Ditto.
14494         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14495         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14496
14497         * hashcash.el (hashcash): New custom group.
14498         (hashcash-default-payment): Add :group.
14499         (hashcash-payment-alist): Ditto.
14500         (hashcash-default-accept-payment): Ditto.
14501         (hashcash-accept-resources): Ditto.
14502         (hashcash-path): Ditto.
14503         (hashcash-extra-generate-parameters): Ditto.
14504         (hashcash-double-spend-database): Ditto.
14505         (hashcash-in-news): Ditto.
14506
14507         * message.el (message-minibuffer-local-map): Add :group.
14508
14509         * netrc.el (netrc): Add :group.
14510
14511         * sieve-manage.el (sieve-manage-log): Add :group.
14512         (sieve-manage-default-user): Diito.
14513         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14514         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14515         (sieve-manage-authenticators): Ditto.
14516         (sieve-manage-authenticator-alist): Ditto.
14517         (sieve-manage-default-port): Ditto.
14518
14519         * sieve-mode.el (sieve-control-commands-face): Add :group.
14520         (sieve-action-commands-face): Ditto.
14521         (sieve-test-commands-face): Ditto.
14522         (sieve-tagged-arguments-face): Ditto.
14523
14524         * smime.el (smime): Add :group.
14525
14526         * spam-report.el (spam-report): Add :group.
14527
14528         * spam.el (spam, spam-face): Add :group.
14529
14530 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14531
14532         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14533         return \n.\n.\n at the end of articles.  Protect against that.
14534         (nntp-with-open-group): Allow debugging.
14535
14536         * nnheader.el (mail-header-set-extra): Make into a function
14537         because I just could't understand how to quote the list properly.
14538
14539         * dns.el (query-dns-cached): New function.
14540
14541 2005-05-26  Lute Kamstra  <lute@gnu.org>
14542
14543         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14544
14545 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14548
14549         * gnus-art.el: Don't autoload mail-extract-address-components.
14550
14551         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14552         eval-and-compile to evaluate it.
14553
14554         * hashcash.el: Don't autoload executable-find.
14555
14556         * nndb.el: Don't declare the nndb back end two or more times; don't
14557         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14558
14559         * nntp.el: Autoload format-spec instead of format; use
14560         eval-and-compile to evaluate autoload forms.
14561
14562 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14563
14564         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14565
14566 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14567
14568         * gnus.el (gnus-version-number): Bump version.
14569
14570 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14571
14572         * gnus.el: No Gnus v0.3 is released.
14573
14574 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575
14576         * lpath.el (featurep): Bind show-nonbreak-escape.
14577
14578 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-art.el (gnus-article-edit-part): Disable undo.
14581
14582 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14585         gnus-article-date-lapsed-new-header is t if date timer is active;
14586         skip headers in which the original date value is empty.
14587         (gnus-article-save-original-date): Redefine it as a macro.
14588         (gnus-display-mime): Use it.
14589
14590 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * gnus-art.el (article-date-ut): Support converting date in
14593         forwarded parts as well.
14594         (gnus-article-save-original-date): New function.
14595         (gnus-display-mime): Use it.
14596
14597 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14598
14599         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14600         enclosure element of <item>.
14601
14602 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * message.el (message-kill-buffer-query): Rename from
14605         `message-kill-buffer-query-if-modified'.  Add :version.
14606
14607 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14610         window layout.
14611
14612 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * mml.el: Autoload dnd when compiling.
14615
14616 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14619         x-dnd-*.
14620
14621 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * qp.el (quoted-printable-encode-region): Save excursion.
14624
14625 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14626
14627         * message.el (message-kill-buffer-query-if-modified): Add new variable
14628         so the user can kill a modified message buffer quickly.
14629         (message-kill-buffer): Use it.
14630
14631 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * lpath.el: Fbind display-time-event-handler; don't fbind
14634         string-to-multibyte.
14635
14636         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14637
14638 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14641         contained in text because xml.el decodes entities) with LFs.
14642
14643 2005-04-11  Lute Kamstra  <lute@gnu.org>
14644
14645         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14646         differently.
14647
14648 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14649
14650         * mm-util.el (mm-detect-coding-region): Typo.
14651
14652 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14655
14656 2005-04-06  Deepak Goel  <deego@gnufans.org>
14657
14658         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14659         user-function allow user modifications of the scores.
14660         (spam-stat-score-buffer-user): New function, to allow
14661         user-computed modifications to the score.
14662         (spam-stat-score-buffer-user-functions): List of additional
14663         scoring functions.
14664         (spam-stat-error-holder): Global temporary error holder.
14665         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14666         variable.
14667
14668 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14669
14670         * gnus-registry.el (gnus-registry-clean-empty-function)
14671         (gnus-registry-trim, gnus-registry-fetch-groups)
14672         (gnus-registry-delete-group): Groups that match
14673         `gnus-registry-ignored-groups' are removed from the registry
14674         entries, not just ignored for splitting.  This helps clean up the
14675         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14676         to get all the groups a message ID is in.
14677
14678         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14679         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14680         (spam-stat-score-buffer-user-functions): Add :number custom type.
14681
14682 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14685         argument in XEmacs.
14686
14687         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14688         (nnrss-request-group): Decode group name first.
14689         (nnrss-request-article): Make a text/plain article if mml-to-mime
14690         failed.
14691         (nnrss-get-encoding): Return a compatible encoding according to
14692         nnrss-compatible-encoding-alist.
14693         (nnrss-find-el): Use consp instead of listp.
14694         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14695
14696 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14699         which Emacs 20 doesn't support.
14700         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14701
14702 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14703
14704         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14705         silence the byte compiler inside the defun.
14706
14707         * gnus-demon.el (parse-time-string): Add autoload.
14708
14709         * gnus-delay.el (parse-time-string): Add autoload.
14710
14711         * gnus-art.el (parse-time-string): Add autoload.
14712
14713         * nnultimate.el (parse-time): Require for `parse-time-string'.
14714
14715 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14716
14717         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14718
14719         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14720
14721         * smime.el (smime-ldap-host-list): Add :version.
14722
14723 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14724
14725         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14726         pass it to `gnus-browse-read-group'.
14727         (gnus-browse-read-group): Add NUMBER argument and pass it to
14728         `gnus-group-read-ephemeral-group'.
14729
14730         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14731         argument and pass it to `gnus-group-read-group'.
14732
14733 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14734
14735         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14736         mm-xemacs-find-mime-charset-1 if we have the mule feature
14737         available at runtime.
14738
14739 2005-03-25  Werner Lemberg  <wl@gnu.org>
14740
14741         * nnmaildir.el: Replace `illegal' with `invalid'.
14742
14743 2005-03-23  Lute Kamstra  <lute@gnu.org>
14744
14745         * time-date.el: Add comment on time value formats.
14746         Don't require parse-time.
14747         (with-decoded-time-value): New macro.
14748         (encode-time-value): New function.
14749         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14750         (days-to-time): Return a valid time value when arg is huge.
14751         (time-since): Use time-subtract.
14752         (time-to-number-of-days): Use time-to-seconds.
14753
14754 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14755
14756         * gnus-start.el (gnus-display-time-event-handler):
14757         Check display-time-timer at runtime rather than only at load time
14758         in case display-time-mode is turned off in the mean time.
14759
14760 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14763         used.
14764
14765         * nneething.el (nneething-map-file-directory): Derive from
14766         `gnus-directory'.
14767
14768         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14769         the To/Cc button.
14770
14771 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * nnmaildir.el (nnmaildir-request-accept-article):
14774         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14775
14776 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14777
14778         * gnus-async.el: Require timer-funcs at compile time when in
14779         XEmacs for `run-with-idle-timer'.
14780
14781 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14782
14783         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14784         autoloaded function.
14785
14786 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14787
14788         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14789
14790 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14791
14792         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14793
14794 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14795
14796         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14797         Add gnus-expert-user to default.
14798
14799 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14800
14801         * nnimap.el (nnimap-open-server): Ditto.
14802
14803         * imap.el (imap-authenticate): Fix typo.
14804
14805 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14806
14807         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14808         buffer (since IMAP server might return FETCH response out of
14809         order, and the nntp buffer must be sorted).
14810
14811 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14812
14813         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14814         comparison on string.
14815
14816         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14817         (gnus-agent-score): Rename category keywords to match gnus-cus.
14818         (gnus-agent-summary-fetch-series): Modify to protect against
14819         gnus-agent-summary-fetch-group clearing processable flags.
14820         (gnus-agent-synchronize-group-flags): Update live group buffer as
14821         synchronization may occur due to the user toggle the plugged
14822         status.
14823         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14824         successfully downloaded.
14825         (gnus-agent-expire-group-1): Avoid using markers when the overview
14826         is in ascending order; greatly improves performance.
14827         (gnus-agent-regenerate-group):
14828         Use gnus-agent-synchronize-group-flags to reset read status in both
14829         gnus and server.
14830         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14831
14832 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * message.el: Don't autoload former message-utils variables.
14835         (message-strip-subject-trailing-was): Change doc string.
14836
14837         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14838         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14839         (nnweb-google-search): Add "hl=en" here.
14840         (nnweb-google-parse-1, nnweb-google-create-mapping):
14841         Don't hardcode URL.
14842
14843 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14844
14845         * message.el (message-get-reply-headers, message-followup):
14846         Mention related variables `message-use-followup-to' and
14847         `message-use-mail-followup-to', in the information buffer.
14848
14849         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14850         of broken groups(-beta).google.com.
14851
14852 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14853
14854         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14855         parameter to invoked gnus-request-move-article; remove the
14856         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14857         all at once instead of once per article.
14858         (gnus-summary-remove-process-mark): Accept a list of articles as
14859         well as a single article for processing.
14860
14861         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14862         parameter.
14863
14864         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14865
14866         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14867
14868         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14869         parameter.
14870
14871         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14872         parameter.
14873
14874         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14875         parameter and remove the gnus-sum-hint-move-is-internal variable.
14876
14877         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14878         parameter.
14879
14880         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14881         parameter.
14882
14883         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14884         parameter.
14885
14886         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14887
14888         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14889         parameter.
14890
14891         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14892         parameter.
14893
14894 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14895
14896         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14897         a more conservative way.
14898
14899 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14900
14901         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14902         buffer, so it moves the window's cursor.
14903
14904 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14905
14906         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14907         `mm-dissect-multipart' and receive the from field as an (optional)
14908         argument from `mm-dissect-multipart'.
14909         (mm-dissect-multipart): Receive the from field as an argument and
14910         pass it on when we call `mm-dissect-buffer' on MIME parts.
14911         Fixes verification/decryption of signed/encrypted MIME parts.
14912
14913 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14914
14915         * gnus-sum.el (gnus-summary-move-article):
14916         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14917         whatever it calls (right now, only nnimap-request-move article
14918         respects it).
14919
14920         * nnimap.el (nnimap-request-move-article):
14921         When gnus-sum-hint-move-is-internal is set, don't do the extra
14922         nnimap-request-article.
14923
14924 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14925
14926         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14927
14928         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14929         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14930
14931         * gnus-sum.el (gnus-summary-caesar-message):
14932         Apply `gnus-treat-article' after rotation.
14933
14934         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14935         doc string.
14936
14937 2005-02-22  Simon Josefsson  <jas@extundo.com>
14938
14939         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14940         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14941         <arne@arnested.dk>.
14942         (encrypt): Add password-cache and password-cache-expiry as group
14943         members.
14944
14945 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14946
14947         * smime.el (smime-ldap-host-list): Doc fix.
14948         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14949         cache) password.
14950         (smime-sign-region): Use it.
14951         (smime-decrypt-region): Use it.
14952         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14953         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14954         fails.
14955         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14956         certificate from DER to PEM format rather than calling openssl.
14957
14958         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14959
14960         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14961         for signing/encryption.
14962
14963         * mml.el (mml-parse-1): Use them.
14964
14965 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14966
14967         * nnrss.el (nnrss-verbose): Remove.
14968         (nnrss-request-group): Use `nnheader-message' instead.
14969
14970 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14971
14972         * nnrss.el (nnrss-verbose): New variable.
14973         (nnrss-request-group): Make it say nnrss is requesting a group.
14974
14975 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14978         Handle news URL with given port correctly.
14979
14980 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14983         containing special characters.
14984
14985         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14986
14987         * mml.el (mime-to-mml): Ditto.
14988
14989         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14990         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14991         (rfc2047-decode-region): Quote decoded words containing special
14992         characters when rfc2047-quote-decoded-words-containing-tspecials
14993         is non-nil.
14994
14995 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14996
14997         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14998
14999         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15000
15001 2005-02-15  Simon Josefsson  <jas@extundo.com>
15002
15003         * nnimap.el (nnimap-debug): Doc fix.
15004
15005         * imap.el (imap-debug): Doc fix.
15006
15007 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15010
15011 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15012
15013         * gnus.el (spam-contents): Improve docs for spam-contents
15014         parameter in its variable incarnation.
15015
15016 2005-02-14  Simon Josefsson  <jas@extundo.com>
15017
15018         * smime-ldap.el: Use require instead of load-library for ldap.
15019         (smime-ldap-search): Indent.
15020         (smime-ldap-search-internal): Shorten line.
15021
15022         * smime.el (smime-cert-by-dns): Add doc-string.
15023         (smime-cert-by-ldap-1): Indent.
15024
15025         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15026         mml-smime-get-dns-ldap.
15027         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15028
15029 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15030
15031         * smime.el: Require smime-ldap.
15032         (smime-ldap-host-list): New variable.
15033         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15034
15035         * mml-smime.el (mml-smime-encrypt-query): New function.
15036         (mml-smime-encrypt-query): Use it.
15037
15038         * smime-ldap.el: New file.
15039
15040 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15043
15044 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15047         argument in doc string.  Make query for type more clear.
15048
15049 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15050
15051         * gnus.el (gnus-group-startup-message): Search for gnus images in
15052         etc/images/gnus.
15053         * mm-util.el (mm-image-load-path): Likewise.
15054         * smiley.el (smiley-data-directory): Search for smilies in
15055         etc/images/smilies.
15056
15057 2005-02-09  Kim F. Storm  <storm@cua.dk>
15058
15059         Change Emacs release version from 21.4 to 22.1 throughout.
15060         Change Emacs development version from 21.3.50 to 22.0.50.
15061
15062 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15065
15066         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15067         non-Mule XEmacs as well.
15068         (mm-decompress-buffer): Signal an error intentionally if it does
15069         not decompress compressed data because auto-compression-mode is
15070         disabled.
15071
15072 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15073
15074         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15075         an ID in the registry even if it has no groups.
15076
15077 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15080         merge it into mm-decompress-buffer.
15081         (gnus-mime-copy-part): Use the MIME part charset, the value which
15082         a user specified or gnus-newsgroup-charset for decoding, like
15083         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15084         save-buffer what was used.  Suggested by Kevin Ryde
15085         <user42@zip.com.au>.
15086         (gnus-mime-inline-part): Allow the name parameter as well as the
15087         filename parameter; force decompressing of compressed data; always
15088         display contents being not decoded as unibyte.
15089
15090         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15091         as well as the filename parameter.
15092
15093         * mm-util.el (mm-decompress-buffer):
15094         Merge gnus-mime-jka-compr-maybe-uncompress.
15095         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15096         of compressed data.
15097
15098 2005-02-08  Simon Josefsson  <jas@extundo.com>
15099
15100         * imap.el (imap-log): Doc fix.
15101
15102 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15105         the coding cookies; decompress compressed parts.
15106
15107         * mml.el (mml-generate-mime-1): Add the charset parameter according
15108         to the value which a user specified manually or the coding cookie.
15109
15110         * mm-util.el (mm-string-to-multibyte): New function.
15111         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15112         (mm-coding-system-to-mime-charset): New function.
15113         (mm-decompress-buffer): New function.
15114         (mm-find-buffer-file-coding-system): New function.
15115
15116         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15117         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15118         parts.
15119
15120 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15121
15122         * mm-view.el (mm-display-inline-fontify): Decode a part according
15123         to the charset parameter.
15124
15125 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15128         prefix arg is neither nil nor a number, as info specifies.
15129
15130 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15133         timestamps.
15134
15135 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15136
15137         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15138         groups error checking and notify user.
15139
15140 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15141
15142         * message.el (message-send-mail-function): Check existence of
15143         sendmail-program first before using default value
15144         `message-send-mail-with-sendmail'.  Otherwise use more generic
15145         `smtpmail-send-it'.
15146
15147 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * nntp.el (nntp-request-update-info): Always return nil.
15150
15151 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15152
15153         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15154
15155 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15156
15157         * message.el (message-beginning-of-line): Change the behavior when
15158         invoked between BOL and : so that it first moves backward.
15159
15160 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15161
15162         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15163         article buffer when editing of the article is discarded.
15164         (gnus-article-prepare): Revert.
15165
15166 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus-art.el (gnus-article-prepare):
15169         Remove message-strip-forbidden-properties from the local hook.
15170
15171 2005-01-27  Simon Josefsson  <jas@extundo.com>
15172
15173         * password.el (password-cache-add): Only start one timer per key.
15174         Reported by Derek Atkins <warlord@MIT.EDU>.
15175
15176 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15177
15178         * run-at-time.el: Remove.  It is no longer needed as
15179         timer-funcs.el in the xemacs-base package has a working version of
15180         `run-at-time'.
15181
15182         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15183
15184         * password.el: Require timer-funcs instead of run-at-time in
15185         XEmacs.
15186         Remove `password-run-at-time' macro.
15187         (password-cache-add): Use `run-at-time' instead of
15188         `password-run-at-time'.
15189
15190         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15191         Remove `nnheader-cancel-function-timers' alias,
15192         `cancel-function-timers' exists in XEmacs in timer-funcs.
15193
15194         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15195         for `run-with-idle-timer'.
15196
15197         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15198         for `run-at-time'.
15199
15200         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15201         for `with-timeout'.
15202
15203         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15204         the same as for XEmacs 21.4.
15205         No need to ignore `run-with-idle-timer', this function exists in
15206         XEmacs now in timer-funcs.el in the xemacs-base package.
15207         (dgnushack-compile): No need to delete
15208         run-at-time.el from the list of files to compile because it
15209         doesn't exist anymore.
15210
15211 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15214         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15215
15216 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15217
15218         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15219         sensitively.
15220
15221 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15222
15223         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15224
15225 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15228         which will be inserted according to the multibyteness of a buffer
15229         rather than the type of contents.  Suggested by ARISAWA Akihiro
15230         <ari@mbf.ocn.ne.jp>.
15231
15232         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15233         of string which old xml.el may return rather than a string.
15234
15235 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15238
15239 2005-01-16  Simon Josefsson  <jas@extundo.com>
15240
15241         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15242         idn/idna.el isn't available.
15243         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15244         <michael@waxrat.com>.
15245
15246         * hashcash.el: Remove non-FSF copyright header.
15247
15248         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15249         (hashcash-generate-payment): Use it.
15250         (hashcash-generate-payment-async): Use it.
15251
15252 2005-01-15  Simon Josefsson  <jas@extundo.com>
15253
15254         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15255         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15256
15257         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15258         gnus-summary-idna-message.
15259         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15260         (gnus-summary-idna-message): New function.
15261
15262 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15263
15264         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15265         gnus-novice-user.
15266
15267 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * nnrss.el (nnrss-request-delete-group): Delete entries in
15270         nnrss-group-alist as well.
15271         (nnrss-save-server-data): Insert newline.
15272
15273 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * gnus.el (gnus-user-agent): Use list of symbols instead of
15276         symbols.  Display full version number for (S)XEmacs.
15277         Optionally display (S)XEmacs codename.
15278
15279         * gnus-util.el (gnus-emacs-version): Update for new
15280         `gnus-user-agent'.
15281
15282         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15283         Gnus version.
15284
15285 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15286
15287         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15288         which is unreadable in some setups.
15289
15290 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * gnus-spec.el (gnus-update-format-specifications): Flush the
15293         group format spec cache if it doesn't support decoded group names.
15294
15295 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15298         Allow to apply decay on score files matching a regexp.
15299
15300 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15303         compatibility in %g and %c.
15304
15305 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15308         name for only %g and %c.
15309         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15310         of gnus-tmp-group to decoded group name.
15311         (gnus-group-make-rss-group): Exclude `/'s from group names.
15312
15313 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * nnrss.el (nnrss-get-encoding): Fix regexp.
15316
15317 2004-12-27  Simon Josefsson  <jas@extundo.com>
15318
15319         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15320         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15321         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15322
15323 2004-12-17  Kim F. Storm  <storm@cua.dk>
15324
15325         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15326
15327         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15328
15329 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15330
15331         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15332
15333 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * nnrss.el: Require rfc2047 and mml.
15336         (nnrss-file-coding-system): New variable.
15337         (nnrss-format-string): Redefine it as an inline function.
15338         (nnrss-decode-group-name): New function.
15339         (nnrss-string-as-multibyte): Remove.
15340         (nnrss-retrieve-headers): Decode group name; don't use
15341         nnrss-format-string.
15342         (nnrss-request-group): Decode group name.
15343         (nnrss-request-article): Decode group name; allow a Message-ID as
15344         well as an article number; don't use nnrss-format-string; encode a
15345         Message-ID string which may contain non-ASCII characters; use
15346         mml-to-mime to compose a MIME article.
15347         (nnrss-request-expire-articles): Decode group name.
15348         (nnrss-request-delete-group): Decode group name.
15349         (nnrss-fetch): Clarify error message.
15350         (nnrss-read-server-data): Use insert-file-contents instead of load;
15351         bind file-name-coding-system; use multibyte buffer.
15352         (nnrss-save-server-data): Bind coding-system-for-write to the
15353         value of nnrss-file-coding-system; bind file-name-coding-system;
15354         add coding cookie.
15355         (nnrss-read-group-data): Use insert-file-contents instead of load;
15356         bind file-name-coding-system; use multibyte buffer.
15357         (nnrss-save-group-data): Bind coding-system-for-write to the
15358         value of nnrss-file-coding-system; bind file-name-coding-system.
15359         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15360         make it work with non-ASCII text.
15361         (nnrss-find-el): Make it work with old xml.el as well.
15362
15363 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15364
15365         * nnrss.el (nnrss-get-encoding): New function.
15366         (nnrss-fetch): Use unibyte buffer initially; bind
15367         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15368         decode contents according to the encoding attribute.
15369         (nnrss-save-group-data): Add coding cookie.
15370         (nnrss-mime-encode-string): New function.
15371         (nnrss-check-group): Use it to encode subject and author.
15372
15373 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15376         imaginary variable.
15377
15378 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15381         correctly even if there are wide characters.
15382
15383 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15384
15385         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15386         downcased symbol names; make a new cache instead of reusing
15387         bbdb-hashtable.
15388
15389 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15392         concatenating segments rather than before concatenating them.
15393         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15394
15395         * message.el (message-get-reply-headers): Bind `extra'.
15396
15397 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15398
15399         * message.el (message-extra-wide-headers): New variable.
15400         (message-get-reply-headers): Use it.
15401
15402 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15405         (gnus-agent-group-pathname): Ditto.
15406
15407         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15408
15409         * gnus-group.el (gnus-group-make-group): Decode group name.
15410         (gnus-group-make-rss-group): Register the group data after opening
15411         the nnrss group.
15412
15413 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15414
15415         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15416         by expiry now get marked as read.
15417
15418 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15421
15422 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15423
15424         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15425         unify Latin characters in XEmacs.
15426         (mm-find-mime-charset-region): Use it.
15427
15428 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-util.el (gnus-delete-directory): New function.
15431
15432         * gnus-agent.el (gnus-agent-delete-group): Use it.
15433
15434         * gnus-cache.el (gnus-cache-delete-group): Use it.
15435
15436 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15439         names.
15440
15441 2004-12-16  Simon Josefsson  <jas@extundo.com>
15442
15443         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15444
15445 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15448
15449         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15450         (gnus-group-set-current-level): Decode group name.
15451
15452 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15453
15454         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15455         failed.
15456
15457 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus-group.el (gnus-group-delete-group): Decode group name.
15460         (gnus-group-make-rss-group): Encode group name.
15461         (gnus-group-catchup-current): Decode group name.
15462         (gnus-group-kill-group): Decode group name.
15463
15464 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15465
15466         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15467
15468 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * gnus-group.el (gnus-group-make-rss-group):
15471         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15472
15473         * gnus-start.el (gnus-setup-news): Honor user's setting to
15474         gnus-message-archive-method.  Suggested by Lute Kamstra
15475         <lute@gnu.org>.
15476
15477 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15478
15479         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15480         global counterparts of the buffer-local variables.
15481
15482 2004-11-16  Romain Francoise  <romain@orebokech.com>
15483
15484         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15485         counterparts of the buffer-local variables.
15486
15487 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15488
15489         * message.el (message-forbidden-properties): Fix typo in doc
15490         string.
15491
15492 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15493
15494         * gnus-util.el (gnus-replace-in-string): Add doc string.
15495
15496         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15497         to avoid problems when splitting mails with many recipients.
15498
15499 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15500
15501         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15502         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15503
15504 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15505
15506         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15507         if there is no hashtable in memory or file modification time is
15508         newer than cached timestamp.
15509
15510 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15511
15512         * gnus-sum.el (gnus-summary-limit-to-recipient):
15513         Implement not-matching option.
15514
15515 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15516
15517         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15518         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15519         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15520         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15521         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15522         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15523
15524 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * message.el (message-forward-make-body-mml): Remove headers
15527         according to message-forward-ignored-headers if a message is decoded.
15528
15529 2004-12-02  Romain Francoise  <romain@orebokech.com>
15530
15531         * message.el (message-forward-make-body-plain): Always remove
15532         headers according to message-forward-ignored-headers.
15533
15534 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15535
15536         * spam.el (spam-summary-prepare-exit): Remove the
15537         gnus-summary-limit pop for now, it has problems with ham marks for
15538         me.
15539
15540 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15541
15542         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15543         correctly.
15544
15545 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15546
15547         * format-spec.el (format-spec): Message the char.
15548
15549 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15550
15551         * gnus-art.el (gnus-split-methods): Reformat comments.
15552
15553         * spam.el (spam-summary-prepare-exit): Remove article limits
15554         before exiting the summary buffer.
15555
15556 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15559         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15560
15561         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15562         order to silence the byte compiler.
15563
15564         * spam.el: Fix the way to silence the byte compiler, which
15565         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15566         bbdb-search-simple, spam-BBDB-register-routine,
15567         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15568         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15569         spam-stat-buffer-is-spam, spam-stat-load,
15570         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15571         spam-stat-save and spam-stat-split-fancy.
15572
15573 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15576         which may confuse users.
15577         (canlock-password-for-verify): Ditto.
15578
15579         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15580
15581         * gnus-art.el (gnus-emphasis-alist): Ditto.
15582
15583         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15584
15585         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15586
15587         * gnus-start.el (gnus-save-killed-list): Ditto.
15588
15589         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15590         (gnus-sum-thread-tree-root): Ditto.
15591         (gnus-sum-thread-tree-false-root): Ditto.
15592         (gnus-sum-thread-tree-single-indent): Ditto.
15593
15594         * message.el (message-courtesy-message): Ditto.
15595         (message-archive-note): Ditto.
15596         (message-subscribed-address-file): Ditto.
15597         (message-user-fqdn): Ditto.
15598
15599         * spam-report.el (spam-report-gmane-regex): Ditto.
15600
15601         * spam.el (spam-blackhole-good-server-regex): Ditto.
15602
15603 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * mml.el (mml-preview): Widen the message buffer before copying
15606         the contents to the preview buffer; sort headers before previewing.
15607
15608         * message.el (message-hidden-headers): Fix the way to avoid a bug
15609         in the `repeat' widget in Emacs 21.3 or earlier.
15610
15611 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * message.el (message-hidden-headers): Default to "^References:".
15614         Improve customization type.  Suggested by Reiner Steib
15615         <Reiner.Steib@gmx.de>.
15616
15617 2004-11-25  Romain Francoise  <romain@orebokech.com>
15618
15619         * message.el (message-strip-forbidden-properties): Remove check for
15620         obsolete `message-hidden' text property, hidden headers are not
15621         accessible in the buffer anymore.
15622
15623 2004-11-22  Romain Francoise  <romain@orebokech.com>
15624
15625         * message.el (message-header-format-alist): Add `From' in list
15626         so that it can be sorted.
15627         (message-fix-before-sending): Widen and sort headers before
15628         sending.
15629         (message-hide-headers): Use narrowing to hide headers by moving
15630         them to the top of the buffer and narrowing to the region
15631         underneath.
15632
15633 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15634
15635         * message.el (message-strip-forbidden-properties):
15636         Bind buffer-read-only (etc) to nil.
15637
15638 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15641         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15642
15643 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15644
15645         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15646
15647 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15648
15649         * dns.el (query-dns): Use sit-for to time instead of
15650         accept-process-output, since that doesn't seem to work on udp
15651         sockets.
15652
15653 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15656
15657 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15658
15659         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15660         doc string.  Improve doc string.
15661
15662 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * nntp.el (nntp-request-update-info): Return nil if
15665         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15666         may not call gnus-activate-group which uselessly issues the GROUP
15667         commands for all nntp groups and wastes time.  Reported by Romain
15668         Francoise <romain@orebokech.com>.
15669
15670         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15671
15672 2004-11-15  Simon Josefsson  <jas@extundo.com>
15673
15674         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15675         headers separately.
15676         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15677         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15678
15679 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15680
15681         * gnus-start.el (gnus-convert-old-newsrc):
15682         Assign legacy-gnus-agent to 5.10.7.
15683
15684 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15685
15686         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15687         start of the lines.
15688
15689 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15690
15691         * hashcash.el (hashcash-default-payment): Change default to 20.
15692         (hashcash-default-accept-payment): Change default to 20.
15693         (hashcash-process-alist): New variable.
15694         (hashcash-generate-payment-async): Add.
15695         (hashcash-already-paid-p): Add.
15696         (hashcash-insert-payment): Don't generate payments twice.
15697         (hashcash-insert-payment-async): Add.
15698         (hashcash-insert-payment-async-2): Add.
15699         (hashcash-cancel-async): Add.
15700         (hashcash-wait-async): Add.
15701         (hashcash-processes-running-p): Add.
15702         (hashcash-wait-or-cancel): Add.
15703         (mail-add-payment): New optional argument.  Conditionally start
15704         asynchronous calculation.
15705         (mail-add-payment-async): Add.
15706
15707         * message.el (message-send-mail): Wait for asynchronous hashcash
15708         results.  Don't clobber existing X-Hashcash headers.
15709         (message-setup-1): Call mail-add-payment-async when
15710         message-generate-hashcash is non-nil.
15711
15712 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15713
15714         * message.el (message-use-alternative-email-as-from): Examine the
15715         From header as well; use message-make-from in order to include a
15716         user's full name.
15717
15718 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15721         default; improve customization type.
15722         (gnus-emphasis-custom-with-format): New macro.
15723         (gnus-emphasis-custom-value-to-external): New function.
15724         (gnus-emphasis-custom-value-to-internal): New function.
15725
15726 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15727
15728         * dns.el (query-dns): Resolve reverse addresses.
15729
15730 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15731
15732         * gnus-group.el (gnus-group-get-new-news): Use it.
15733
15734         * gnus-start.el (gnus-check-reasonable-setup): New function.
15735
15736 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15739         "Args out of range" error.  Reported by Arnaud Giersch
15740         <arnaud.giersch@free.fr>.
15741
15742 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15743
15744         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15745
15746 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15747
15748         * spam.el (spam group): Add :version.
15749
15750         * pgg-def.el (pgg group): Add :version.
15751
15752 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * gnus-art.el (gnus-article-edit-article): Don't associate the
15755         article buffer with a draft file.  This is a temporary measure
15756         against the 2004-08-22 change to gnus-article-edit-mode.
15757
15758 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15761         (html2text-format-tags): Remove unused variable `attr'.
15762
15763 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15764
15765         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15766
15767         * tls.el (tls-process-connection-type, tls-success)
15768         (tls-certtool-program): Add :version.
15769
15770         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15771         (starttls-extra-arguments, starttls-process-connection-type)
15772         (starttls-connect, starttls-failure, starttls-success): Add :version.
15773
15774         * spam-stat.el (spam-stat): Add :version.
15775
15776         * sieve.el (sieve): Add :version.
15777
15778         * sha1.el (sha1): Add :version.
15779         (sha1-use-external): Remove redundant version.
15780
15781         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15782         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15783         (nnmail-split-fancy-match-partial-words)
15784         (nnmail-split-lowercase-expanded): Add :version.
15785
15786         * nndiary.el (nndiary): Add :version.
15787
15788         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15789
15790         * mml-sec.el (mml-default-sign-method)
15791         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15792         Add :version.
15793
15794         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15795
15796         * mm-url.el (mm-url-use-external, mm-url-program)
15797         (mm-url-arguments): Add :version.
15798
15799         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15800         (mm-attachment-file-modes, mm-decrypt-option)
15801         (mm-w3m-safe-url-regexp): Add :version.
15802
15803         * message.el (message-cite-prefix-regexp)
15804         (message-sendmail-envelope-from, message-minibuffer-local-map)
15805         (message-user-fqdn, message-completion-alist): Add :version.
15806
15807         * gnus-win.el (gnus-configure-windows-hook)
15808         (gnus-use-frames-on-any-display): Add :version.
15809
15810         * gnus-art.el (gnus-article-address-banner-alist)
15811         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15812         (gnus-treat-from-picon, gnus-treat-mail-picon)
15813         (gnus-treat-x-pgp-sig): Add :version.
15814
15815         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15816         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15817         (gnus-summary-article-delete-hook)
15818         (gnus-summary-display-while-building): Add :version.
15819
15820         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15821         (gnus-get-top-new-news-hook): Add :version.
15822
15823         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15824         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15825
15826         * gnus-registry.el (gnus-registry): Add :version.
15827
15828         * gnus-spec.el (gnus-use-correct-string-widths)
15829         (gnus-make-format-preserve-properties): Add :version.
15830
15831         * gnus.el (gnus-group-charter-alist)
15832         (gnus-group-fetch-control-use-browse-url)
15833         (gnus-install-group-spam-parameters): Add :version.
15834
15835         * gnus-diary.el (gnus-diary): Add :version.
15836
15837         * gnus-delay.el (gnus-delay): Add :version.
15838
15839         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15840         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15841         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15842         Add :version.
15843
15844         * gnus-agent.el (gnus-agent-max-fetch-size)
15845         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15846         (gnus-agent-prompt-send-queue): Add :version.
15847
15848         * deuglify.el (gnus-outlook-deuglify): Add :version.
15849
15850         * html2text.el: Beautify code.  Improve doc strings.
15851         Some checkdoc cleanup.
15852         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15853
15854 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15855
15856         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15857
15858 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15859
15860         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15861         when package is loaded.
15862
15863         * spam.el (spam-summary-score-preferred-header): Add global preference
15864         for people who want to override the default SpamAssassin over
15865         Bogofilter preference (when both are set).
15866         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15867         (spam-user-format-function-S):
15868         Check spam-summary-score-preferred-header.
15869         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15870         (spam-user-format-function-S): Format the score correctly.
15871
15872 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15875         signature file.  Suggested by Manoj Srivastava
15876         <srivasta@golden-gryphon.com>.
15877
15878         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15879         iso-2022-jp even in the Japanese language environment.
15880         Suggested by Jason Rumney <jasonr@gnu.org>.
15881
15882 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15885         use the same characters as the dummy marks; make it free from
15886         getting affected by the language environment.
15887         (gnus-summary-read-group-1): Update mark positions only when the
15888         format spec is updated.
15889
15890         * gnus-spec.el (gnus-update-format-specifications): Return a list
15891         of updated types.
15892
15893 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15896         of boundp to check if display-warning is available.
15897
15898 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15899
15900         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15901
15902 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * nnspool.el (nnspool-spool-directory): Use news-path if the
15905         news-directory variable is not bound.
15906
15907         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15908         function instead of display-warning if it is not available.
15909
15910 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15913         v5-10: Use `point-at-bol'.
15914
15915 2004-10-26  Simon Josefsson  <jas@extundo.com>
15916
15917         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15918         <chenggao@gmail.com>.
15919
15920 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15921
15922         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15923         instead.
15924
15925 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15926
15927         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15928         to remove a server from the nnimap-server-buffer-alist.
15929         (nnimap-open-connection, nnimap-close-server): Use it.
15930
15931         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15932
15933 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15936         running the major-mode function.
15937
15938 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15941         dummy marks in the right way.
15942
15943 2004-10-18  David Edmondson  <dme@dme.org>
15944
15945         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15946         excessively.
15947
15948 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15949
15950         * gnus-util.el (gnus-split-references): Accept a nil references
15951         string and go on blissfully.
15952
15953         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15954         cases where the references string is non-nil but has no references.
15955
15956         * encrypt.el: Add autoload tags.
15957
15958         * spam.el (spam-resolve-registrations-routine): Remove article
15959         from unregistration list too.  Reported by David Hanak
15960         <dhanak@isis.vanderbilt.edu>
15961
15962 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15963
15964         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15965         nil.  Change custom type.
15966
15967 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15968
15969         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15970
15971         * gnus-sum.el (gnus-summary-move-article): Use it.
15972
15973 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15974
15975         * encrypt.el: Add autoload cookies.
15976
15977         * spam.el (spam-backend-article-list-property)
15978         (spam-backend-get-article-todo-list)
15979         (spam-backend-put-article-todo-list)
15980         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15981         Resolve registrations separately.
15982         (spam-register-routine): Format comments.
15983         (spam-unregister-routine, spam-register-routine): Always call with
15984         specific-articles, no default list.
15985         (spam-summary-prepare-exit): Use the spam-classifications function.
15986
15987         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15988         gnus-encrypt.el.
15989
15990         * encrypt.el: Copied from gnus-encrypt.el.
15991
15992         * gnus-encrypt.el: Commented that it's obsolete.
15993
15994 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15995
15996         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15997         (gnus-score-save): Use it.
15998
15999         * message.el (message-bury): Use `window-dedicated-p'.
16000
16001 2004-10-15  Simon Josefsson  <jas@extundo.com>
16002
16003         * pop3.el (top-level): Don't require nnheader.
16004         (pop3-read-timeout): Add.
16005         (pop3-accept-process-output): Add.
16006         (pop3-read-response, pop3-retr): Use it.
16007
16008 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16009
16010         * spam.el (spam-register-routine): Move comment.
16011         (spam-verify-bogofilter): Use 'unknown for the initial
16012         spam-bogofilter-valid state, not 'never.
16013
16014         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16015         for netrc-machine.
16016
16017         * nnimap.el (nnimap-open-connection):
16018         Use netrc-machine-user-or-password.
16019
16020 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16021
16022         * gnus-registry.el (gnus-registry-unload-hook):
16023         Set as a variable with add-hook.
16024
16025         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16026         of news-path.
16027
16028         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16029
16030         * spam.el: Delete duplicate `provide'.
16031         (spam-unload-hook): Set as a variable with add-hook.
16032
16033 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16036         in the doc string.
16037
16038         * message.el (message-ignored-news-headers)
16039         (message-ignored-supersedes-headers)
16040         (message-ignored-resent-headers)
16041         (message-forward-ignored-headers): Improve custom type.
16042
16043 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * message.el (message-tokenize-header): Fix 2004-09-06 change
16046         which used point-min in the wrong place.
16047
16048 2004-10-12  Simon Josefsson  <jas@extundo.com>
16049
16050         * tls.el (tls-certtool-program): New variable.
16051         (tls-certificate-information): New function, based on
16052         ssl-certificate-information.
16053
16054 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * compface.el: Move the version of ELisp-based uncompface program
16057         to the contrib directory because of the copyright problem.
16058
16059 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16060
16061         * message.el (message-kill-buffer): Raise the current frame.
16062
16063 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16064
16065         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16066
16067         * gnus.el (message-y-or-n-p): Autoload.
16068
16069         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16070         (pop3-password-required, pop3-authentication-scheme)
16071         (pop3-leave-mail-on-server): Make customizable.
16072         (pop3): New custom group.
16073         (pop3-retr): Remove `sleep-for' statements.
16074         Suggested by Dave Love <fx@gnu.org>.
16075
16076         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16077         Windows/DOS.
16078
16079         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16080         (imap-parse-body): Fix incorrect use of `assert'.
16081         Suggested by Dave Love <fx@gnu.org>.
16082
16083         * mml.el (mml-minibuffer-read-disposition): Require match.
16084         Suggested by Dave Love <fx@gnu.org>.
16085
16086 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16087
16088         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16089         doc string.
16090
16091 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16094
16095 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16096
16097         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16098         instead of calling `mm-insert-inline', to decode text/* parts
16099         before displaying them.
16100
16101 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * mm-uu.el (mm-uu-text-plain-type): New variable.
16104         (mm-uu-pgp-signed-extract-1): Use it.
16105         (mm-uu-pgp-encrypted-extract-1): Use it.
16106         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16107         bind mm-uu-text-plain-type with that value.
16108         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16109         mm-uu-dissect.
16110
16111 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * gnus-group.el (gnus-update-group-mark-positions):
16114         * gnus-sum.el (gnus-update-summary-mark-positions):
16115         * message.el (message-check-news-body-syntax):
16116         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16117         of string-as-multibyte.
16118
16119 2004-10-05  Juri Linkov  <juri@jurta.org>
16120
16121         * gnus-group.el (gnus-update-group-mark-positions):
16122         * gnus-sum.el (gnus-update-summary-mark-positions):
16123         * message.el (message-check-news-body-syntax):
16124         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16125         8-bit unibyte values to a multibyte string for search functions.
16126
16127 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16130         (mm-uu-dissect-text-parts): New function.
16131
16132         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16133         dissect text parts.
16134
16135         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16136         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16137
16138         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16139
16140         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16141         Use gnus-current-topics instead of gnus-current-topic.
16142
16143 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16144
16145         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16146
16147 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16148
16149         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16150         where approriate.
16151
16152         * nnml.el (nnml-generate-active-info): do.
16153
16154         * nndiary.el (nndiary-generate-active-info): do.
16155
16156         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16157         (gnus-topic-move): do.
16158
16159         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16160         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16161
16162         * gnus-srvr.el (gnus-server-prepare)
16163         (gnus-server-open-all-servers): do.
16164
16165         * gnus-msg.el (gnus-summary-cancel-article)
16166         (gnus-summary-resend-message)
16167         (gnus-summary-mail-crosspost-complaint): do.
16168
16169         * gnus-move.el (gnus-change-server): do.
16170
16171         * gnus-group.el (gnus-group-unmark-all-groups)
16172         (gnus-group-set-current-level): do.
16173
16174 2004-10-04  Simon Josefsson  <jas@extundo.com>
16175
16176         * message.el (message-generate-hashcash): Doc fix.
16177
16178 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16179
16180         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16181         avoid infinite recursion via gnus-get-function.
16182
16183 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16184
16185         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16186
16187         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16188
16189         * nnmail.el (nnmail-split-history): do.
16190
16191         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16192         (nnml-request-delete-group): do.
16193
16194         * nnslashdot.el (nnslashdot-read-groups): do.
16195
16196         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16197         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16198
16199         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16200         (nnspool-sift-nov-with-sed): Use last.
16201         (nnspool-retrieve-headers-with-nov): Use mapc.
16202         (nnspool-request-newgroups): Use dolist.
16203         (nnspool-request-group): Use last.
16204
16205         * nntp.el (nntp-read-server-type): Use dolist.
16206
16207         * nnvirtual.el (nnvirtual-create-mapping)
16208         (nnvirtual-update-read-and-marked): Use dolist.
16209         (nnvirtual-convert-headers): Simplify.
16210
16211 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16212
16213         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16214         Add support for sync'ing tick marks.
16215
16216 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16219         there's no visible header.
16220
16221 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16222
16223         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16224         When necessary, pass full group name to gnus-request-set-marks.
16225
16226 2004-10-01  Simon Josefsson  <jas@extundo.com>
16227
16228         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16229         acroread.
16230
16231 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16232
16233         * spam-report.el (spam-report-gmane): Fix interactive.
16234
16235         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16236
16237         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16238         when writing file.
16239         (gnus-agent-synchronize-flags): Don't default to being
16240         interactive.
16241
16242 2004-09-30  Simon Josefsson  <jas@extundo.com>
16243
16244         * message.el (message-generate-hashcash): Add.
16245         (message-send-mail): Use it, call mail-add-payment.
16246
16247 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16248
16249         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16250
16251 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16252
16253         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16254         gnus-requst-update-info with explicit code to sync the in-memory
16255         info read flags with the marks being sync'd to the backend.
16256
16257         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16258
16259 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16260
16261         * spam.el (spam-verify-bogofilter): Add new function.
16262         (spam-check-bogofilter)
16263         (spam-bogofilter-register-with-bogofilter): Use it.
16264         (spam-verify-bogofilter): Add small fixes.
16265
16266 2004-09-28  Simon Josefsson  <jas@extundo.com>
16267
16268         * hashcash.el (hashcash-generate-payment): Revert.
16269
16270 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16271
16272         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16273         Use gnus-extract-references instead of gnus-split-references.
16274
16275         * gnus-util.el (gnus-extract-references): Add new function, analogous
16276         to gnus-split-references but extracts only the message-ID without
16277         anything extra.
16278
16279         * hashcash.el (hashcash-generate-payment)
16280         (hashcash-check-payment): Do the right thing if hashcash-path is
16281         nil (because the hashcash program could not be found).
16282
16283         * spam.el (spam-use-hashcash): Remove comment.
16284
16285 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16286
16287         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16288         (gnus-cache-enter-article, gnus-cache-remove-article)
16289         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16290
16291         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16292
16293         * gnus-art.el (article-hide-boring-headers)
16294         (article-translate-strings, article-display-face)
16295         (gnus-article-mime-match-handle-first)
16296         (gnus-article-highlight-headers)
16297         (gnus-article-add-buttons-to-head): do.
16298
16299 2004-09-27  Simon Josefsson  <jas@extundo.com>
16300
16301         * hashcash.el: New version, from
16302         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16303         ../contrib/.
16304
16305 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16308
16309 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16310
16311         * gnus-dup.el (gnus-dup-open): Use mapc.
16312         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16313
16314         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16315         Reported by Stefan Wiens <s.wi@gmx.net>.
16316
16317         * gnus.el (gnus-shutdown): Use dolist.
16318
16319         * gnus-undo.el (gnus-undo): Use mapc.
16320
16321         * nnrss.el (nnrss-generate-active): do.
16322
16323         * message.el (message-cite-original-without-signature)
16324         (message-cite-original): Use mapc.
16325         (message-do-actions, message-make-forward-subject): Use dolist.
16326
16327 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16328
16329         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16330         deletion to remove entire duplicate line.  Fixes merged article
16331         number bug.
16332
16333 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16334
16335         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16336         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16337         first ask if you want to open a server and then, even when you
16338         responded with no, asking if you want to synchronize the server's
16339         flags.
16340         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16341         multi-line expressions.
16342         (gnus-agent-synchronize-group-flags): New internal function.
16343         Updates marks in memory (in the info structure) AND in the
16344         backend.
16345
16346         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16347
16348         * nnagent.el (nnagent-request-set-mark):
16349         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16350         method, to ensure that synchronization updates marks in the
16351         backend and in the info (in memory) structure.
16352
16353 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16356         convention fully; don't miss the root article of a thread; make
16357         the X-Draft-From header with correct article numbers.
16358
16359 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16360
16361         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16362         unless plugged.  Disable the agent so that an open failure causes
16363         an error.
16364
16365         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16366         Revert 2004-09-21 change.  The backend must be opened while
16367         synchronizing flags even when the backend stores the flags
16368         locally.
16369
16370 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16371
16372         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16373         in `header' match.  Reported by Svend Tollak Munkejord.
16374
16375         * message.el (message-cite-original): Fix use of
16376         `message-cite-articles-with-x-no-archive'.
16377
16378 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16381         (gnus-window-to-buffer): Ditto.
16382
16383         * mml.el (mml-preview-buffer): New variable.
16384         (mml-preview): Manage window layout with gnus-buffer-configuration.
16385
16386         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16387         X-Draft-From header even if those articles aren't quoted.
16388
16389 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16390
16391         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16392         (gnus-request-set-mark, gnus-request-update-mark): Use new
16393         g-s-t-u-l-m to decide to use backend even when unplugged.
16394
16395 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16398         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16399
16400 2004-09-20  Simon Josefsson  <jas@extundo.com>
16401
16402         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16403         "utf-16-le".
16404
16405 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16406
16407         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16408
16409 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16410
16411         * uudecode.el (uudecode-use-external): Add :version.
16412
16413         * smime.el (smime-CA-file, smime-encrypt-cipher)
16414         (smime-dns-server): Add :version.
16415
16416         * smiley.el (gnus-smiley-file-types): Add :version.
16417
16418         * sha1.el (sha1-use-external): Add :version.
16419
16420         * pgg-def.el (pgg-query-keyserver): Add :version.
16421
16422         * nnmail.el (nnmail-fancy-expiry-targets)
16423         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16424         Add :version.
16425
16426         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16427         (nnimap-retrieve-groups-asynchronous): Add :version.
16428         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16429
16430         * mml.el (mml-content-disposition-parameters)
16431         (mml-insert-mime-headers-always): Add :version.
16432
16433         * mm-util.el (mm-coding-system-priorities): Add :version.
16434
16435         * mm-decode.el (mm-inline-text-html-with-images)
16436         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16437         (mm-verify-option): Add :version.
16438         (mm-text-html-renderer): Change :version.
16439
16440         * message.el (message-fcc-externalize-attachments)
16441         (message-required-headers, message-draft-headers)
16442         (message-subject-trailing-was-query)
16443         (message-subject-trailing-was-ask-regexp)
16444         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16445         (message-mark-insert-end, message-archive-header)
16446         (message-archive-note, message-cross-post-default)
16447         (message-cross-post-note, message-followup-to-note)
16448         (message-cross-post-note-function, message-use-mail-followup-to)
16449         (message-subscribed-address-functions)
16450         (message-subscribed-address-file, message-subscribed-addresses)
16451         (message-subscribed-regexps, message-allow-no-recipients)
16452         (message-yank-cited-prefix, message-signature-insert-empty-line)
16453         (message-hidden-headers, message-hierarchical-addresses)
16454         (message-mail-user-agent, message-use-idna)
16455         (message-valid-fqdn-regexp)
16456         (message-strip-special-text-properties, message-header-synonyms)
16457         (message-beginning-of-line, message-tab-body-function): Add :version.
16458         (message-insert-canlock, message-wide-reply-confirm-recipients):
16459         Change :version.
16460
16461         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16462         and :version.
16463         (mail-source-delete-old-incoming-confirm)
16464         (mail-source-movemail-program): Add :version.
16465
16466         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16467         (gnus-agent-cache, gnus-agent): Change :version.
16468
16469         * gnus-util.el (gnus-use-byte-compile): Change :version.
16470
16471         * gnus-sum.el (gnus-summary-make-false-root-always)
16472         (gnus-summary-default-high-score)
16473         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16474         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16475         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16476         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16477         (gnus-sum-thread-tree-single-indent)
16478         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16479         (gnus-sum-thread-tree-leaf-with-other)
16480         (gnus-sum-thread-tree-single-leaf): Add :version.
16481         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16482         (gnus-article-loose-mime): Change :version.
16483
16484         * gnus-start.el (gnus-backup-startup-file)
16485         (gnus-save-startup-file-via-temp-buffer): Add :version.
16486
16487         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16488         (gnus-server-offline-face): Add :version.
16489
16490         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16491
16492         * gnus-msg.el (gnus-gcc-externalize-attachments)
16493         (gnus-debug-files, gnus-debug-exclude-variables)
16494         (gnus-discouraged-post-methods): Change :version.
16495         (gnus-confirm-mail-reply-to-news)
16496         (gnus-confirm-treat-mail-like-news): Add :version.
16497
16498         * gnus-int.el (gnus-server-unopen-status): Add :version.
16499
16500         * gnus-group.el (gnus-group-jump-to-group-prompt)
16501         (gnus-large-ephemeral-newsgroup)
16502         (gnus-fetch-old-ephemeral-headers): Add :version.
16503
16504         * gnus-fun.el (gnus-x-face-directory)
16505         (gnus-convert-pbm-to-x-face-command)
16506         (gnus-convert-image-to-x-face-command)
16507         (gnus-convert-image-to-face-command): Add :version.
16508
16509         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16510
16511         * gnus-cite.el (gnus-cite-blank-line-after-header)
16512         (gnus-article-boring-faces): Add :version.
16513
16514         * gnus-art.el (gnus-buttonized-mime-types)
16515         (gnus-inhibit-mime-unbuttonizing)
16516         (gnus-treat-display-face)
16517         (gnus-treat-body-boundary): Change :version.
16518         (gnus-body-boundary-delimiter, gnus-picon-databases)
16519         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16520         (gnus-treat-date-english, gnus-treat-fold-headers)
16521         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16522         (gnus-treat-mail-picon, gnus-treat-wash-html)
16523         (gnus-article-encrypt-protocol)
16524         (gnus-use-idna, gnus-article-over-scroll)
16525         (gnus-mime-display-multipart-alternative-as-mixed)
16526         (gnus-mime-display-multipart-related-as-mixed)
16527         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16528         (gnus-ctan-url, gnus-button-ctan-handler)
16529         (gnus-button-handle-ctan-bogus-regexp)
16530         (gnus-button-ctan-directory-regexp)
16531         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16532         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16533         (gnus-button-man-level, gnus-button-emacs-level)
16534         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16535
16536         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16537         (gnus-agent-go-online): Change :version.
16538         (gnus-agent-expire-unagentized-dirs)
16539         (gnus-agent-auto-agentize-methods): Add :version.
16540
16541         * flow-fill.el (fill-flowed-display-column)
16542         (fill-flowed-encode-column): Add :version.
16543
16544         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16545         (gnus-outlook-deuglify-unwrap-max)
16546         (gnus-outlook-deuglify-cite-marks)
16547         (gnus-outlook-deuglify-unwrap-stop-chars)
16548         (gnus-outlook-deuglify-no-wrap-chars)
16549         (gnus-outlook-deuglify-attrib-cut-regexp)
16550         (gnus-outlook-deuglify-attrib-verb-regexp)
16551         (gnus-outlook-deuglify-attrib-end-regexp)
16552         (gnus-outlook-display-hook): Add :version.
16553
16554         * binhex.el (binhex-use-external): Add :version.
16555
16556 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16559         and `invisible'.
16560
16561 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16562
16563         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16564         in gnus-registry-trim.
16565
16566 2004-09-13  Simon Josefsson  <jas@extundo.com>
16567
16568         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16569
16570         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16571
16572         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16573         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16574         <yamaoka@jpl.org>.
16575         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16576         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16577         <yamaoka@jpl.org>.
16578
16579         * sieve.el (sieve-manage-mode): Ditto.
16580
16581 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16584
16585 2004-09-11  Simon Josefsson  <jas@extundo.com>
16586
16587         * dns-mode.el: Add.
16588
16589         * mm-view.el (mm-display-dns-inline): Add.
16590
16591         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16592         (mm-automatic-display): Ditto.
16593
16594         * mailcap.el (mailcap-mime-data): Add text/dns.
16595         (mailcap-mime-extensions): Map .soa to text/dns.
16596
16597 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16598
16599         * gnus-art.el (article-decode-mime-words, article-babel)
16600         (gnus-article-highlight-signature, gnus-article-add-buttons)
16601         (gnus-signature-toggle): Remove unnecessary bindings of
16602         `inhibit-read-only' inherited from v5.10 merge.
16603
16604 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * nntp.el (nntp): New customization group.
16607         (nntp-authinfo-file): Add customization group.
16608
16609         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16610
16611         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16612
16613         * gnus.el (to-address, to-list, subscribed)
16614         (large-newsgroup-initial): Ditto.
16615
16616         * flow-fill.el (fill-flowed-display-column)
16617         (fill-flowed-encode-column): Ditto.
16618
16619 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16620
16621         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16622         Use point-min rather than 1.
16623         (message-send-mail): Use buffer-size rather than point-max.
16624
16625         * gnus-sum.el (gnus-summary-search-article-forward):
16626         Signal a specific `search-failed' rather than a generic `error'.
16627
16628         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16629         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16630         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16631
16632 2004-09-10  Simon Josefsson  <jas@extundo.com>
16633
16634         * nndb.el (require): Remove tcp and duplicate cl.
16635
16636 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * gnus-agent.el (directory-files-and-attributes): Move forward.
16639
16640 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16641
16642         * gnus-agent.el (directory-files-and-attributes):
16643         Optionally defined to support XEmacs.
16644
16645 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16646
16647         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16648         to avoid run-time CL dependencies.
16649         (gnus-agent-unfetch-articles): New function.
16650         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16651         article numbers even when local .overview file is missing.
16652         (gnus-agent-read-article-number): New function.  Only accepts
16653         27-bit article numbers.
16654         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16655         Use gnus-agent-read-article-number.
16656         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16657         from backend while recognizing that article numbers in .overview
16658         must be valid.
16659         (gnus-agent-update-files-total-fetched-for):
16660         Use directory-files-and-attributes to improve performance.
16661         * gnus-int.el (gnus-request-move-article):
16662         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16663         improve performance.
16664
16665         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16666         some users confused by references to .newsrc when they only have a
16667         .newsrc.eld file.
16668         (gnus-convert-mark-converter-prompt)
16669         (gnus-convert-converter-needs-prompt): Fix use of property list.
16670         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16671         New function.  Used internally to only display 'gnus converting
16672         files' message when actually necessary.
16673
16674         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16675         methods now autoloaded.
16676
16677 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16678
16679         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16680         identifiers.
16681
16682 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * gnus-picon.el: Fix indentation and closing parenthesis.
16685
16686 2004-09-01  Simon Josefsson  <jas@extundo.com>
16687
16688         * message.el (message-canlock-generate): Require sha1, not
16689         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16690         to require within a function.  Sadly, if sha1.el isn't loaded, the
16691         let binding in m-c-g will hide the defcustom definition, which is
16692         bad.)
16693
16694         * canlock.el: Require sha1, not sha1-el.
16695
16696         * message.el: Don't autoload sha1 (there is a autoload cookie in
16697         sha1.el).
16698
16699         * sha1-el.el: Rename to sha1.el.
16700
16701 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16702
16703         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16704
16705 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16706
16707         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16708
16709 2004-08-30  Kim F. Storm  <storm@cua.dk>
16710
16711         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16712
16713         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16714         Add :group 'nnimap.
16715
16716 2004-08-30  Andreas Schwab  <schwab@suse.de>
16717
16718         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16719         ?* and ?\;.
16720
16721         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16722         and ?\' to symbol instead of whitespace.
16723
16724 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16727
16728         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16729         instead of re-search-forward.
16730
16731         * gnus-uu.el (gnus-uu-save-article): Ditto.
16732         (gnus-uu-post-encode-uuencode): Ditto.
16733
16734         * html2text.el (html2text-clean-list-items): Ditto.
16735         (html2text-clean-dtdd): Ditto.
16736         (html2text-format-tags): Ditto.
16737
16738         * message.el (message-send-mail-with-sendmail): Fix regexp.
16739         (message-fill-field-general): Use search-forward instead of
16740         re-search-forward.
16741         (unbold-region): Ditto.
16742
16743         * nnrss.el (nnrss-request-article): Ditto.
16744
16745         * nnslashdot.el (nnslashdot-request-article): Ditto.
16746
16747         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16748
16749         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16750         "Unrecognized menu descriptor" error in XEmacs.
16751
16752 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16753
16754         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16755         parent article of a sparse article in the thread hashtb.
16756
16757 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16758
16759         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16760         (nnmail-expand-newtext): Lowercase expanded entries if
16761         nnmail-split-lowercase-expanded is non-nil.
16762
16763 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16766
16767         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16768         of gnus-tmp-news-method into string under XEmacs.  It will be
16769         passed to gnus-correct-length which takes only a string argument.
16770
16771 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-util.el (gnus-bind-print-variables): New macro.
16774         (gnus-prin1): Use it.
16775         (gnus-prin1-to-string): Use it.
16776         (gnus-pp): New function.
16777         (gnus-pp-to-string): New function.
16778
16779         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16780         Replace pp-to-string with gnus-pp-to-string.
16781         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16782         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16783         * gnus-msg.el (gnus-debug): Ditto.
16784         * gnus-score.el (gnus-score-save): Ditto.
16785         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16786         gnus-pp-to-string.
16787         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16788         with gnus-pp.
16789         * score-mode.el (gnus-score-pretty-print): Ditto.
16790         * webmail.el (webmail-debug): Ditto.
16791
16792 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-art.el (article-display-face, article-display-x-face):
16795         Use buffer-read-only.
16796
16797 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-art.el (article-hide-list-identifiers):
16800         Bind inhibit-read-only as t.
16801
16802 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16803
16804         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16805
16806 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16807
16808         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16809         (gnus-narrow-to-page): Don't assume point-min == 1.
16810         (gnus-article-edit-mode): Derive from message-mode.
16811
16812         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16813         point-min == 1.
16814
16815         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16816         Disable incorrect use of `assert'.
16817
16818         * message.el (message-mode): Set comment-start-skip.
16819
16820
16821 2004-08-22  Sam Steingold  <sds@gnu.org>
16822
16823         * pop3.el (pop3-leave-mail-on-server): New user variable.
16824         (pop3-movemail): Delete mail only when it is nil.
16825
16826 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16827
16828         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16829
16830         * mml.el (mml-preview): Use `pop-to-buffer'.
16831
16832         * message.el (message-goto-mail-followup-to): Insert after "To".
16833         (message-carefully-insert-headers): Add comment.
16834
16835         * gnus.el: Remove unused variable `gnus-article-check-size'.
16836
16837         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16838
16839         * gnus-art.el (gnus-button-alist):
16840         Improve `gnus-button-handle-library' entry.
16841
16842 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16843
16844         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16845         Use downcase, since XEmacs capitalizes error messages differently.
16846
16847 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16848
16849         * nntp.el: Add (require 'gnus) due to reference to
16850         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16851
16852 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16853
16854         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16855         Bind `mm-fill-flowed'.
16856
16857         * mm-decode.el (mm-dissect-singlepart): Check it.
16858
16859 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16860
16861         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16862         'imap' for netrc parsing.
16863
16864 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16865
16866         * mailcap.el (mailcap-mime-data): Mark as risky.
16867
16868 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16871         may be included in the encoded word.
16872         (rfc2047-encode): Don't append a space if the encoded word
16873         includes close parenthesis.
16874
16875 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16878         of text within parentheses.
16879
16880 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16881
16882         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16883         (gnus-encrypt-write-file-contents): Make the password key the file
16884         name PLUS the cipher, not just the cipher.  Also remove failed
16885         passwords from the cache.
16886
16887 2004-08-06  Simon Josefsson  <jas@extundo.com>
16888
16889         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16890         Doc fix.
16891
16892 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16895         LWSP.
16896
16897 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16898
16899         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16900         Try to append in-reply-to: data to the references: header.
16901
16902         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16903         (netrc-parse): Use gnus-encrypt.el functions.
16904
16905         * gnus-encrypt.el: Add new file for encryption support; currently
16906         does only a few GPG ciphers and an internal XOR cipher.
16907
16908         * password.el: Add comments on using password-read-and-add.
16909         (password-read-and-add): Add function to read and add the
16910         password to the cache at once.
16911
16912 2004-07-28  Simon Josefsson  <jas@extundo.com>
16913
16914         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16915         parameter (but don't use it, for now).
16916
16917         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16918         instead of hard coding to nil.
16919
16920 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16923         as mm-inline-image-xemacs does.
16924
16925 2004-07-26  Simon Josefsson  <jas@extundo.com>
16926
16927         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16928         Revert part of 2004-07-17 change below.
16929
16930 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16933         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16934
16935 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16936
16937         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16938         quotes that actually start with ">" at the beginning of the
16939         lines.
16940
16941 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * rfc2047.el (rfc2047-encode-region): Fix last change.
16944         (rfc2047-encode-parameter): Remove useless concat.
16945
16946 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16949         encode special characters; fix some kind of misconfigured headers;
16950         signal a real error if debug-on-quit or debug-on-error is non-nil.
16951         (rfc2047-encode-max-chars): New variable.
16952         (rfc2047-encode-1): Use it.
16953         (rfc2047-encode-parameter): New function.
16954
16955         * mml.el (mml-insert-parameter): Remove an excessive space.
16956
16957 2004-07-17  Simon Josefsson  <jas@extundo.com>
16958
16959         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16960         Kai Grossjohann <kai@emptydomain.de>.
16961         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16962         (gnus-group-make-menu-bar): Ditto.
16963
16964         * gnus-util.el (gnus-group-server): Add.
16965
16966 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16967
16968         * message.el (message-clone-locals): Clone sendmail and smtp
16969         variables.
16970
16971 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * rfc2047.el (rfc2047-encode-region): Fix last change.
16974
16975 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16978         characters as non-special.
16979
16980 2004-07-09  Simon Josefsson  <jas@extundo.com>
16981
16982         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16983         Users will lose all flag changes made while unplugged with
16984         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16985         good default.  See numerous reports on ding mailing list.
16986
16987 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16990         add generate-head-function and generate-article-function to the
16991         rfc822-forward entry.
16992         (nndoc-rfc822-forward-generate-article): New function.
16993         (nndoc-rfc822-forward-generate-head): New function.
16994
16995         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16996
16997 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16998
16999         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17000         respect display group parameter and gnus-summary-expunge-below.
17001         (gnus-articles-to-read): Remove unused reference to display group
17002         parameter.
17003
17004 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17005
17006         * nnheader.el (nnheader-uniquify-message-id): New experimental
17007         variable.
17008         (nnheader-nov-read-message-id): Use it.
17009
17010         * spam-report.el (spam-report-gmane): Add interactive.
17011
17012 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * mm-encode.el (mm-content-transfer-encoding-defaults):
17015         Use qp-or-base64 for the application/* types.
17016
17017 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17018
17019         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17020
17021 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17022
17023         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17024         trim value.
17025
17026 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17027
17028         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17029         New macro and function.
17030         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17031
17032 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17035         after-load-alist.
17036
17037 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17038
17039         * gnus-group.el (gnus-group-get-new-news-this-group):
17040         Don't update info that isn't there.
17041
17042 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17043
17044         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17045         entry.
17046
17047 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * mm-view.el (mm-inline-render-with-function): Use multibyte
17050         buffer; decode html source by charset.
17051
17052         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17053
17054         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17055         Mule-UCS is loaded under XEmacs.
17056         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17057
17058 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17059
17060         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17061
17062 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * mm-util.el (mm-coding-system-p): Return a coding-system.
17065         (mm-mime-mule-charset-alist): Use shift_jis instead of
17066         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17067         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17068         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17069         instead of japanese-shift-jis and iso-latin-1 respectively in
17070         order to share the default value with both Emacs and XEmacs-mule.
17071         (mm-mule-charset-to-mime-charset):
17072         Make mm-coding-system-priorities effective.
17073         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17074         while predicating of candidates upon the priorities.
17075
17076 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17077
17078         * gnus-sum.el (gnus-summary-make-menu-bar):
17079         Add gnus-uu-invert-processable.
17080
17081         * gnus.el: Autoload gnus-uu-invert-processable.
17082
17083 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * mm-util.el (mm-with-multibyte-buffer): New macro.
17086
17087         * rfc2047.el (rfc2047-encode-string): Use it.
17088         (rfc2047-encode-region): Move point to the end of the region after
17089         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17090
17091 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17094         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17095
17096 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17099         (gnus-cite-parse): Ignore quoted envelope From_.
17100         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17101
17102 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17103
17104         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17105         invalid addresses.
17106
17107 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17108
17109         * spam.el: Change section markers, revise TODO list.
17110         (spam-backends): Make new master list of all installed backends.
17111         (spam-summary-exit-behavior): Add new variable to determine how
17112         messages moves are done at summary exit.
17113         (spam-move-spam-nonspam-groups-only)
17114         (spam-process-ham-in-nonham-groups)
17115         (spam-process-ham-in-spam-groups): Remove variables, the
17116         spam-summary-exit-behavior variable should be used to manage this
17117         behavior.
17118         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17119         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17120         and spam-old-spam-articles.
17121         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17122         Add empty variables, placeholders for the backends they represent.
17123         (spam-set-difference): Move, unchanged.
17124         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17125         unless the user has a processor variable.
17126         (spam-classifications, spam-classification-valid-p)
17127         (spam-backend-properties, spam-backend-property-valid-p)
17128         (spam-backend-function-type-valid-p)
17129         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17130         (spam-report-articles-gmane, spam-report-articles-resend):
17131         Remove functions, they are not needed.
17132         (spam-install-backend-super, spam-backend-list)
17133         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17134         (spam-backend-function, spam-backend-ham-registration-function)
17135         (spam-backend-spam-registration-function)
17136         (spam-backend-ham-unregistration-function)
17137         (spam-backend-spam-unregistration-function)
17138         (spam-backend-statistical-p, spam-backend-mover-p)
17139         (spam-install-backend-alias, spam-install-checkonly-backend)
17140         (spam-install-mover-backend, spam-install-nocheck-backend)
17141         (spam-install-backend, spam-install-statistical-backend)
17142         (spam-install-statistical-checkonly-backend): Add backend installation
17143         support.
17144         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17145         (spam-group-processor-p): Use the new backend code and respect the
17146         summary exit behavior.
17147         (spam-mark-spam-as-expired-and-move-routine): Remove.
17148         (spam-summary-prepare): Change to use the new spam-old-articles
17149         variable.
17150         (spam-copy-or-move-routine, spam-copy-spam-routine)
17151         (spam-move-spam-routine, spam-copy-ham-routine)
17152         (spam-move-ham-routine): Add code to copy/move ham or spam.
17153         (spam-fetch-field-fast): Improve doc and code, plus allow the
17154         'number request.
17155         (spam-list-of-checks, spam-list-of-statistical-checks):
17156         Remove variables.
17157         (spam-split, spam-find-spam): Use the new backend code.
17158         (spam-registration-functions): Remove variable.
17159         (spam-unregister-routine): Add convenience wrapper.
17160         (spam-log-undo-registration, spam-register-routine)
17161         (spam-log-processing-to-registry)
17162         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17163         where possible.
17164         (spam-check-gmane-xref, spam-check-regex-headers)
17165         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17166         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17167         (spam-check-bogofilter-headers, spam-check-spamoracle)
17168         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17169         (spam-check-crm114-headers): Use the spam-split-group that
17170         spam-split prepares, no need to determine it every time.
17171
17172         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17173         to the nnheader-parse-naked-head call.
17174
17175         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17176
17177         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17178         the nnheader-nov-read-message-id call.
17179
17180 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17183         gnus-activate-group twice.  Suggested by Markus Peter
17184         <warp@spin.de>.
17185
17186 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-art.el (gnus-article-time-format): Exchange the order of
17189         day and month in the default value; fix customization type.
17190         (article-date-ut): Use add-text-properties.
17191         (article-make-date-line): Use message-make-date instead of
17192         current-time-string.
17193
17194         * message.el (message-fetch-field): Don't use set-text-properties.
17195         (message-make-date): Simplify.
17196
17197         * messagexmas.el (message-xmas-make-date): New function.
17198         (message-xmas-redefine): Defalias message-make-date to it.
17199
17200 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17203         (rfc2047-encode-region): Treat text within parentheses as special;
17204         show the original text when error has occurred.
17205
17206         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17207         already-computed method to gnus-activate-group.
17208
17209         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17210         same select-methods identical Lisp objects.
17211
17212         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17213         object when modifying the info.
17214
17215 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17218         gnus-opened-servers since it has never been opened with the new
17219         configuration yet.
17220
17221 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17224         arg to nnheader-generate-fake-message-id.
17225
17226 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17227
17228         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17229         number and build a fake message ID localized to a group and
17230         article number (so it's repeatable from that point on).
17231         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17232         ID format.
17233
17234         * gnus-sum.el (gnus-get-newsgroup-headers):
17235         Call nnheader-generate-fake-message-id with the article number.
17236
17237 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17238
17239         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17240         end-of-buffer.
17241
17242 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17243
17244         * message.el (message-ignored-supersedes-headers): Add Approved.
17245
17246 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17249         goto-char.
17250         (rfc2047-encode): Fold the line before encoding.
17251
17252 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17253
17254         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17255         folding -- not all headers can be folded, and this should be done
17256         by the message composition mode.  Probably.  I think.
17257
17258 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17261         fast.
17262
17263         * gnus-ems.el (gnus-remove-image): Don't use
17264         message-text-with-property; remove only the image found first.
17265
17266         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17267         found first.
17268
17269 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17270
17271         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17272
17273 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * message.el (message-text-with-property): Make it fast and accept
17276         optional arguments.
17277         (message-strip-forbidden-properties): Use it.
17278         (message-fix-before-sending): Follow the m-t-w-p change.
17279
17280         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17281
17282 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * gnus-art.el (article-hide-headers): Don't change the buffer
17285         mistakenly when performing mml-preview even if
17286         gnus-single-article-buffer is nil.
17287
17288 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17289
17290         * message.el (message-expand-name-databases): New user option.
17291         (message-expand-name): Use it.
17292
17293 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17294
17295         * spam.el (spam-report-articles-resend)
17296         (spam-report-resend-register-routine): Allow ham reporting.
17297         (spam-report-resend-register-ham-routine): Add wrapper.
17298         (spam-registration-functions): Add ham resending functions.
17299         (spam-list-of-processors): Add ham resend processor.
17300
17301         * gnus.el (ham-resend-to): Add new group parameter.
17302         (spam-process): Add ham resend option.
17303
17304         * spam-report.el (spam-report-resend): Allow reporting ham.
17305         (spam-report-resend-ham): Add wrapper.
17306
17307 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17308
17309         * message.el (message-cite-articles-with-x-no-archive):
17310         New variable.
17311         (message-cite-original): Use it.
17312
17313 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17314
17315         * message.el (message-cite-original): Respect X-No-Archive.
17316
17317 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-art.el (article-hide-headers): Refer to the values for
17320         gnus-ignored-headers and gnus-visible-headers in the summary
17321         buffer since a user may have set them as group parameters.
17322
17323 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17324
17325         * assistant.el (assistant-node-name): Add convenience function.
17326         (assistant-render-text, assistant-render-node): Add error handling,
17327         plus handle multiple next nodes.
17328         (assistant-find-next-node): Comment out for now.
17329         (assistant-find-next-nodes): Add function, returns list of next
17330         nodes.
17331
17332 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17333
17334         * mail-source.el (mail-source-directory): Fix doc-string.
17335
17336 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17337
17338         * assistant.el (assistant-render-text, assistant-eval): Add :set
17339         widget type, which is different because it takes and returns a
17340         list.  Much hilarity ensues.
17341
17342 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17343
17344         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17345
17346         * gnus-group.el (gnus-group-get-new-news-this-group):
17347         Add doc-string.
17348
17349         * gnus-start.el (gnus-activate-group): Add doc-string.
17350
17351 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17354
17355 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17356
17357         * assistant.el (assistant-render-text): Try to add a :set
17358         widget, more to come.
17359
17360         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17361         strings.
17362         (spam-report-articles-resend)
17363         (spam-register-routine): Do registration iff any articles warrant
17364         it.
17365         (spam-summary-prepare-exit): Change log message for nil group
17366         destinations.
17367
17368 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17369
17370         * spam.el (spam-report-resend-register-routine):
17371         Allow spam-report-resend-to to be a group parameter or a global value.
17372
17373 2004-05-26  Simon Josefsson  <jas@extundo.com>
17374
17375         * starttls.el: Merge with my GNUTLS based starttls.el.
17376         (starttls-gnutls-program, starttls-use-gnutls)
17377         (starttls-extra-arguments, starttls-process-connection-type)
17378         (starttls-connect, starttls-failure, starttls-success):
17379         New variables.
17380         (starttls-program, starttls-extra-args): Doc fix.
17381         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17382         New functions.
17383         (starttls-negotiate, starttls-open-stream):
17384         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17385         function if it is set.
17386
17387 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17390         structured fields.
17391
17392 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17395
17396 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17399         Add variable.
17400         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17401         assigning the spam-mark to new messages.
17402
17403 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17404
17405         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17406
17407 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17410
17411         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17412         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17413         default.
17414
17415 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17416
17417         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17418         correct data.
17419
17420 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17421
17422         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17423         (spam-group-processor-p): Fix function.
17424         (spam-group-processor-multiple-p)
17425         (spam-group-spam-processor-report-gmane-p)
17426         (spam-group-spam-processor-report-resend-p)
17427         (spam-group-spam-processor-bogofilter-p)
17428         (spam-group-spam-processor-blacklist-p)
17429         (spam-group-spam-processor-ifile-p)
17430         (spam-group-ham-processor-ifile-p)
17431         (spam-group-spam-processor-spamoracle-p)
17432         (spam-group-spam-processor-crm114-p)
17433         (spam-group-ham-processor-bogofilter-p)
17434         (spam-group-spam-processor-stat-p)
17435         (spam-group-ham-processor-stat-p)
17436         (spam-group-ham-processor-whitelist-p)
17437         (spam-group-ham-processor-BBDB-p)
17438         (spam-group-ham-processor-spamoracle-p)
17439         (spam-group-ham-processor-copy-p): Remove functions with some
17440         prejudice against unneeded code.
17441         (spam-report-articles-resend)
17442         (spam-report-resend-register-routine): Allow the group/topic
17443         spam-resend-to value to override spam-report-resend-to.
17444         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17445         properly now.
17446
17447         * gnus.el (spam-resend-to): Add group/topic parameter.
17448         (spam-process): Move the OBSOLETE processors to the end of the
17449         choices.
17450
17451 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17452
17453         * spam-report.el (spam-report-resend-to, spam-report-resend):
17454         Start with resend-to set to nil, and then ask the user if necessary.
17455         (spam-report-resend): spam-report-resend takes a list of articles, not
17456         separate article numbers.
17457
17458 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17461         addition to emacs-w3m.
17462
17463 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17464
17465         * assistant.el (assistant-authinfo-data): New function.
17466         (assistant-eval): Eval for entire assistant.
17467
17468         * netrc.el (netrc-services-file): New variable.
17469         (netrc-parse-services): New function.
17470         (netrc-find-service-name): New function.
17471         (netrc-find-service-number): New function.
17472         (netrc-port-equal): New function.
17473         (netrc-machine): Use it.
17474
17475         * nnimap.el (nnimap-open-connection): Use netrc.
17476
17477         * gnus-util.el (gnus-netrc-get): Remove aliases.
17478
17479         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17480
17481         * assistant.el (wid-edit): Fix compilation.
17482
17483         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17484
17485 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17486
17487         * gnus-util.el (gnus-set-file-modes): New function.  (small
17488         patch).
17489
17490 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17491
17492         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17493
17494         * assistant.el (assistant-render-node): Fix up rendering and
17495         read-only text.
17496         (assistant-render-node): Reset.
17497         (assistant-make-read-only): Not sticky.
17498
17499 2004-05-20  Danny Siu  <dsiu@adobe.com>
17500
17501         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17502         centered even when gnus-auto-center-summary is t.
17503
17504 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17505
17506         * dns.el (dns-get-txt-answer): New function.
17507         (dns-read-txt): Ditto.
17508         (query-dns): Use it.
17509
17510 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17511
17512         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17513         active for foreign groups even if the group level is higher than
17514         the specified value.
17515
17516 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17517
17518         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17519         non-active groups.
17520
17521         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17522
17523 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17524
17525         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17526
17527 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17528
17529         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17530         (spam-crm114-header, spam-crm114-spam-switch)
17531         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17532         (spam-crm114-positive-spam-header)
17533         (spam-crm114-database-directory, spam-list-of-processors)
17534         (spam-group-spam-processor-crm114-p)
17535         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17536         (spam-generic-score, spam-list-of-checks)
17537         (spam-list-of-statistical-checks, spam-registration-functions)
17538         (spam-check-crm114-headers, spam-crm114-score)
17539         (spam-check-crm114, spam-crm114-register-with-crm114)
17540         (spam-crm114-register-spam-routine)
17541         (spam-crm114-unregister-spam-routine)
17542         (spam-crm114-register-ham-routine)
17543         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17544         From asjo@koldfront.dk (Adam Sjøgren).
17545
17546         * gnus.el: Add spam-use-crm114.
17547
17548         * spam.el (spam-list-of-processors, spam-registration-functions):
17549         Add spam-use-resend.
17550         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17551         (spam-report-articles-gmane): Add doc fix.
17552         (spam-report-articles-resend, spam-report-resend-register-routine):
17553         Add wrappers around spam-report-resend-to.
17554
17555         * spam-report.el (spam-report-resend-to, spam-report-resend):
17556         Add support for resending spam.
17557         (spam-report-gmane): Fix line length >80.
17558
17559         * gnus.el (spam-process): Add spam-use-resend.
17560
17561 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17562
17563         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17564         number of processed spam messages.
17565         (spam-ham-copy-or-move-routine): Return the number of processed
17566         ham messages.
17567         (spam-summary-prepare-exit): Use the above values to decide
17568         whether status messages shouled be displayed.
17569
17570 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17573         `rfc2047-encoding-function-alist' in order to avoid conflicting
17574         with the old version.
17575         (rfc2047-encode-region): Concatenate words containing non-ASCII
17576         characters in structured fields; don't encode space-delimited
17577         ASCII words even in unstructured fields; don't break words at
17578         char-category boundaries.
17579         (rfc2047-encode-1): New function.
17580         (rfc2047-encode): Use it; encode text so that it occupies the
17581         maximum width within 76-column; work correctly on Q encoding for
17582         iso-2022-* charsets.
17583         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17584         sure not to break a line just after the header name.
17585         (rfc2047-b-encode-region): Remove.
17586         (rfc2047-b-encode-string): New function.
17587         (rfc2047-q-encode-region): Remove.
17588         (rfc2047-q-encode-string): New function.
17589
17590         * mm-util.el (mm-replace-in-string): New function.
17591
17592 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17593
17594         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17595         Really get it right.
17596         (gnus-inews-make-draft): Really.
17597
17598 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17599
17600         * nnmh.el (nnmh-request-list-1): Don't check the link count
17601         before descending.  (small patch)
17602
17603 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17604
17605         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17606         stuff.
17607
17608         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17609         Match on real group name.
17610
17611         * gnus-art.el (gnus-signature-limit): Doc fix.
17612
17613         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17614
17615         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17616
17617 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17618
17619         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17620         isn't a string.
17621
17622 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17623
17624         * gnus-draft.el (gnus-draft-send):
17625         Bind rfc2047-encode-encoded-words.
17626
17627         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17628         (rfc2047-encodable-p): Say that =? needs encoding.
17629         (rfc2047-encode-encoded-words): New variable.
17630
17631         * gnus-group.el (gnus-group-select-group): Doc fix.
17632
17633         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17634
17635         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17636         to nil.
17637
17638         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17639
17640         * nnheader.el (nnheader-get-lines-and-char): New function.
17641
17642 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17643
17644         * gnus-msg.el (gnus-summary-followup-with-original):
17645         Document yanking of region when active.
17646
17647 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17650         groups if the group level is higher than the specified value.
17651
17652 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17653
17654         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17655         (gnus-group-jump-to-group): Add prefix argument using
17656         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17657         non-active group.
17658
17659         * compface.el (uncompface): Be verbose when changing
17660         `uncompface-use-external'.
17661
17662         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17663         handle manual section.
17664
17665 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17666
17667         * gnus-art.el (gnus-button-alist): Revert previous change.
17668
17669 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17670
17671         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17672
17673 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17674
17675         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17676         whether backend can accept message.
17677
17678         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17679
17680 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17681
17682         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17683         Avoid creating directory when nntp-marks-is-evil is true.
17684         Reported by Reiner Steib.
17685
17686 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17687
17688         * gnus-picon.el (gnus-picon-style): New variable.
17689         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17690         (gnus-picon-transform-address): Support `gnus-picon-style'.
17691         From Jesper Harder <harder@ifa.au.dk>.
17692
17693 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17694
17695         * message.el (message-fill-field): Return point.
17696         (message-generate-headers): Go to end of field.
17697
17698         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17699         stuff for non-living groups.
17700
17701 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17702
17703         * gnus-art.el (gnus-article-followup-with-original)
17704         (gnus-article-reply-with-original): gnus-mark-active-p ->
17705         gnus-region-active-p.
17706
17707 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17708
17709         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17710         only when there is spam or ham to be processed.
17711
17712 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17713
17714         * mail-source.el (mail-source-delete-crash-box): Refactor.
17715         (mail-source-fetch): Use it.
17716         (mail-source-fetch-file): Ditto.
17717         (mail-source-fetch-directory): Run postscript in loop.
17718         (mail-source-fetch-pop): Delete.
17719         (mail-source-fetch-maildir): Ditto.
17720         (mail-source-fetch-imap): Ditto.
17721
17722         * imap.el (imap-authenticators): Comment out sasl.
17723
17724         * message.el (message-skip-to-next-address): New function.
17725         (message-fill-header-address): Refactor.
17726         (message-fill-address): Use it.
17727         (message-delete-address): Use it.
17728         (message-fill-header-general): Refactor.
17729         (message-fill-field-address): Rename.
17730         (message-narrow-to-field): Find the start of the header.
17731         (message-header-format-alist): Don't pre-fill.
17732         (message-fill-header): Remove.
17733         (message-insert-header): New function.
17734         (message-shorten-references): Use it.
17735
17736         * rfc2047.el (rfc2047-field-value): Strip props.
17737
17738         * mail-parse.el (mail-header-make-address): New alias.
17739
17740         * ietf-drums.el (ietf-drums-make-address): New function.
17741
17742         * imap.el: Add compiler directives.
17743
17744         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17745
17746         * gnus-art.el (article-decode-idna-rhs): Don't use
17747         message-idna-inside-rhs-p.
17748
17749 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17750
17751         * message.el (message-idna-inside-rhs-p): Remove.
17752         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17753
17754         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17755         false positives.
17756
17757 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17758
17759         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17760
17761 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17762
17763         * nneething.el (nneething-file-name): Don't create spurious
17764         files.
17765
17766         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17767         (gnus-inews-do-gcc): Remove sleep.
17768
17769         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17770         part under point.
17771
17772         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17773         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17774
17775 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17776
17777         * spam.el (spam-summary-prepare-exit): Fix (length).
17778
17779 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17780
17781         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17782         as expired without moving it" message when there are spam
17783         messages left.
17784
17785 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17786
17787         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17788         header is not nil.
17789
17790 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17791
17792         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17793         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17794         (nntp-marks-changed-p): New arg SERVER.
17795         (nntp-request-update-info): Adjust caller.
17796
17797 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17798
17799         * nntp.el (nntp-save-marks): Pass missing arg.
17800
17801 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17802
17803         * nntp.el: Support marks.
17804         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17805         (nntp-marks-modtime, nntp-marks-directory): New variables.
17806         (nntp-request-set-mark, nntp-request-update-info)
17807         (nntp-possibly-create-directory, nntp-marks-changed-p)
17808         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17809         New functions.
17810
17811 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17812
17813         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17814         (gnus-xmas-redefine): Rename.
17815
17816         * gnus-score.el (gnus-score-insert-help):
17817         Use gnus-select-lowest-window.
17818
17819         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17820         appt-select-lowest-window and rename to gnus-select-lowest-window.
17821
17822         * gnus.el: do.
17823
17824 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17825
17826         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17827         encodings of MIME-encoded words, in order to improve
17828         interoperability with several broken MUAs.
17829
17830 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17831
17832         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17833         tags, only when charsets are not specified in headers.
17834         (mm-inline-text-html-render-with-w3m): Ditto.
17835
17836         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17837         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17838
17839 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17840
17841         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17842         instead of MIME-decoded from fields when checking
17843         `gnus-article-address-banner-alist'.
17844
17845 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17846
17847         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17848         description rather than subject.
17849
17850 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17851
17852         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17853
17854 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17855
17856         * gnus.el (gnus-version-number): Bump.
17857
17858 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17859
17860         * gnus.el: No Gnus v0.2 is released.
17861
17862 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17863
17864         * gnus-agent.el (gnus-agent-read-agentview):
17865         Inline gnus-uncompress-range.
17866
17867 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17868
17869         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17870         `exec-installed-p'.
17871
17872 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17873
17874         * gnus.el (spam-process, spam-autodetect-methods):
17875         Add bsfilter and bsfilter-headers.
17876
17877         * spam.el (spam-bsfilter): New customize group.
17878         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17879         (spam-bsfilter-header, spam-bsfilter-probability-header)
17880         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17881         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17882         (spam-bsfilter-database-directory): New options.
17883         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17884         (spam-list-of-statistical-checks, spam-registration-functions):
17885         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17886         (spam-bsfilter-score): New command.
17887         (spam-check-bsfilter-headers, spam-check-bsfilter)
17888         (spam-bsfilter-register-with-bsfilter)
17889         (spam-bsfilter-register-spam-routine)
17890         (spam-bsfilter-unregister-spam-routine)
17891         (spam-bsfilter-register-ham-routine)
17892         (spam-bsfilter-unregister-ham-routine): New functions.
17893         (spam-generic-score): Support bsfilter; Accept an optional argument
17894         to recalcurate spam score even if scoring header has already been
17895         added.
17896         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17897         optional argument to recalcurate spam score even if scoring header
17898         has already been added.
17899
17900 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17903         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17904         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17905         link is missing.
17906
17907 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17908
17909         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17910         (html2text-get-attr): Rewrite.
17911
17912         * message.el (message-setup-1): Remove redundant put-text-property
17913         on mail-header-separator.
17914
17915 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17916
17917         * gnus-registry.el (gnus-registry-cache-whitespace)
17918         (gnus-registry-action, gnus-registry-spool-action)
17919         (gnus-registry-split-fancy-with-parent): Change message levels
17920         from 5 to 3 or 7, as needed.
17921
17922         * spam.el (spam-summary-prepare-exit)
17923         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17924         (spam-split, spam-find-spam, spam-log-undo-registration)
17925         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17926         level from 5 to 6.
17927
17928 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17931         2004-03-04 change).
17932
17933 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17934
17935         * sieve-manage.el (sieve-manage-open):
17936         * nnweb.el (nnweb-insert-html):
17937         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17938         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17939         * nnspool.el (nnspool-request-group):
17940         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17941         * nnml.el (nnml-request-update-info):
17942         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17943         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17944         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17945         (nnimap-request-set-mark):
17946         * nnfolder.el (nnfolder-request-update-info):
17947         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17948         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17949         * gnus-uu.el (gnus-uu-find-articles-matching):
17950         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17951         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17952         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17953         * gnus-nocem.el (gnus-nocem-scan-groups):
17954         * gnus-int.el (gnus-start-news-server):
17955         * gnus-group.el (gnus-group-make-kiboze-group)
17956         (gnus-group-browse-foreign-server):
17957         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17958         Use mapc when appropriate.
17959
17960 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17961
17962         FIXME: Make separate entries for each person.
17963
17964         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17965         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17966         <shields@msrl.com>:
17967
17968         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17969         may need for spam sorting and scoring.
17970         (spam-user-format-function-S): Add user format function suitable for
17971         general use.
17972         (spam-article-sort-by-spam-status): Add sorting function for summary
17973         sorting.
17974         (spam-extra-header-to-number): Add function to get a score from a
17975         header.
17976         (spam-summary-score): Add function to get a numeric score from the
17977         headers.
17978         (spam-generic-score): Fix function doc, was in wrong place.
17979         (spam-initialize): Take symbols when it's run, and install the
17980         extra headers that spam-necessary-extra-headers thinks we need.
17981
17982 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17983
17984         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17985         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17986
17987 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17988
17989         * gnus-sum.el (gnus-set-global-variables)
17990         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17991         (gnus-article-get-xrefs, gnus-summary-best-group)
17992         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17993         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17994         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17995         Use with-current-buffer.
17996
17997 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17998
17999         * spam.el (spam-summary-prepare-exit): Simplify logic.
18000         (spam-fetch-article-header): Read the article header if it's not
18001         available.
18002         (spam-list-articles): Simplify logic.
18003         (spam-filelist-register-routine): Fix bug with unregister-list.
18004
18005         * gnus-registry.el: Fix comments at beginning.
18006
18007 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18008
18009         * message.el (message-cater-to-broken-inn): Remove.
18010         (message-shorten-references): Make sure the total folded length of
18011         References is shorter than 998 characters to cater to a bug in INN
18012         2.3.  Also, don't pretend that references aren't folded -- this
18013         hasn't worked for a while.
18014
18015 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18016
18017         * gnus-agent.el (gnus-agentize):
18018         gnus-agent-send-mail-real-function no longer set to current value
18019         of message-send-mail-function but rather a lambda that calls
18020         message-send-mail-function.  The change makes the agent real-time
18021         responsive to user changes to message-send-mail-function.
18022
18023 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18024
18025         * legacy-gnus-agent.el
18026         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18027         help from Florian Weimer <fw@deneb.enyo.de>
18028
18029 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * nnmail.el (nnmail-cache-insert): Revert last change.
18032
18033 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18034
18035         * nnmail.el (nnmail-cache-insert): Always check whether
18036         nnmail-cache-ignore-groups matches a group name.
18037
18038 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18039
18040         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18041         (spam-find-spam, spam-log-processing-to-registry)
18042         (spam-log-registered-p, spam-log-unregistration-needed-p)
18043         (spam-log-undo-registration): Use gnus-message instead of
18044         gnus-error, none of these errors are fatal.
18045
18046         * gnus-registry.el (gnus-registry-clean-empty-function)
18047         (gnus-registry-clean-empty): Remove only empty entries without
18048         extra data.
18049
18050 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18051
18052         * spam-stat.el (spam-stat-buffer-change-to-spam)
18053         (spam-stat-buffer-change-to-non-spam): Change (error) to
18054         (gnus-message 8) invocation.
18055
18056 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * nntp.el (nntp-via-netcat-command): New variable.
18059         (nntp-via-netcat-switches): New variable.
18060         (nntp-open-via-rlogin-and-netcat): New function.
18061         (nntp-open-connection-function): Doc fix.
18062         (nntp-telnet-command): Doc fix.
18063         (nntp-end-of-line): Doc fix.
18064         (nntp-via-rlogin-command): Doc fix.
18065         (nntp-via-user-name): Doc fix.
18066         (nntp-via-address): Doc fix.
18067
18068 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18071         error in Emacs 21.1.
18072
18073 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18074
18075         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18076
18077 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18078
18079         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18080         (gnus-agent-with-refreshed-group): New macro.
18081         (gnus-agent-rename-group): New function.
18082         (gnus-agent-delete-group): New function.
18083         (gnus-agent-save-group-info): Use gnus-command-method when
18084         `method' parameter is nil.  Don't write nil entries into the
18085         active file.
18086         (gnus-agent-get-group-info): New function.
18087         (gnus-agent-fetch-articles):
18088         Use gnus-agent-update-files-total-fetched-for to increment disk space
18089         used.
18090         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18091         Use gnus-agent-update-view-total-fetched-for to increment disk space
18092         used.
18093         (gnus-agent-get-local): Add optional parameters to avoid calling
18094         gnus-group-real-name and gnus-find-method-for-group.
18095         (gnus-agent-set-local): Delete stored entry if either min, or max,
18096         are nil.
18097         (gnus-agent-fetch-session): Reworded error/quit messages.
18098         On quit, use gnus-agent-regenerate-group to record existance of any
18099         articles fetched to disk before the quit occurred.
18100         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18101         gnus-agent-update-view-total-fetched-for, and
18102         gnus-agent-update-files-total-fetched-for to decrement disk space
18103         used.
18104         (gnus-agent-retrieve-headers):
18105         Use gnus-agent-update-view-total-fetched-for to increment disk space
18106         used.
18107         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18108         with gnus-agent-update-files-total-fetched-for to decrement disk
18109         space and fresh group buffer.
18110         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18111         (gnus-agent-need-update-total-fetched-for): New variable.
18112         (gnus-agent-update-files-total-fetched-for): New function.
18113         (gnus-agent-update-view-total-fetched-for): New function.
18114         (gnus-agent-total-fetched-for): New function.
18115
18116         * gnus-cache.el (gnus-cache-save-buffers):
18117         Use gnus-cache-update-overview-total-fetched-for to change disk space
18118         used by this group.
18119         (gnus-cache-possibly-enter-article):
18120         Use gnus-cache-update-file-total-fetched-for to increment disk space
18121         used by this group.
18122         (gnus-cache-possibly-remove-article):
18123         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18124         used by this group.
18125         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18126         (gnus-cache-rename-group): New function.
18127         (gnus-cache-delete-group): New function.
18128         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18129         (gnus-cache-need-update-total-fetched-for): New variable.
18130         (gnus-cache-with-refreshed-group): New macro.
18131         (gnus-cache-update-file-total-fetched-for): New function.
18132         (gnus-cache-update-overview-total-fetched-for): New function.
18133         (gnus-cache-rename-group-total-fetched-for): New function.
18134         (gnus-cache-delete-group-total-fetched-for): New function.
18135         (gnus-cache-total-fetched-for): New function.
18136
18137         * gnus-group.el: Require gnus-sum and autoload functions to
18138         resolve warnings when gnus-group.el compiled alone.
18139         (gnus-group-line-format): Documented new %F.
18140         (size of Fetched data) group line format; identifies disk space
18141         used by agent and cache.
18142         (gnus-group-line-format-alist): Defined new F format.
18143         (gnus-total-fetched-for): New function.
18144         (gnus-group-delete-group): No longer update
18145         gnus-cache-active-altered as gnus-request-delete-group now keeps
18146         the cache in sync.
18147         (gnus-group-list-active): Let the agent store a server's active
18148         list if currently plugged.
18149
18150         * gnus-int.el (gnus-request-delete-group):
18151         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18152         local disk in sync with the server.
18153         (gnus-request-rename-group):
18154         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18155         local disk in sync with the server.
18156
18157         * gnus-start.el (gnus-get-unread-articles):
18158         Cosmetic simplification to logic.
18159
18160         * gnus-util.el (gnus-rename-file): New function.
18161
18162 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18163
18164         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18165
18166 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18167
18168         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18169         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18170
18171 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18172
18173         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18174         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18175
18176 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18177
18178         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18179
18180 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18181
18182         * spam.el (spam-set-difference): Add function to replace
18183         gnus-set-difference in spam.el.
18184         (spam-summary-prepare-exit): Use spam-set-difference.
18185
18186 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18187
18188         * gnus-registry.el (gnus-registry-cache-file): Update to use
18189         gnus-dribble-directory OR gnus-home-directory OR ~.
18190         (gnus-registry-split-fancy-with-parent): Fix doc.
18191
18192 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * message.el (message-exchange-point-and-mark):
18195         Use message-mark-active-p.  Suggested by Jesper Harder
18196         <harder@ifa.au.dk>.
18197
18198 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18199
18200         * message.el (message-exchange-point-and-mark): Don't activate
18201         region if it was inactive.  Suggested by Hiroshi Fujishima
18202         <pooh@nature.tsukuba.ac.jp>.
18203
18204 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-art.el (article-display-face): Display Faces in the same
18207         order as X-Faces.
18208
18209 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18212
18213 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18214
18215         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18216         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18217         (gnus-article-mime-hierarchy): Remove.
18218         (gnus-article-mime-hierarchy-next): Remove.
18219         (gnus-article-mode): Revert 2004-03-19 change.
18220         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18221         (gnus-insert-mime-button): Revert 2004-03-19 change.
18222         (gnus-mime-accumulate-hierarchy): Remove.
18223         (gnus-mime-enter-multipart): Remove.
18224         (gnus-mime-leave-multipart): Remove.
18225         (gnus-mime-display-part): Revert 2004-03-19 change.
18226         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18227
18228         * mml.el (mml-preview): Revert 2004-03-19 change.
18229
18230 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18231
18232         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18233
18234 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18237         t while entering a file name using the mm-with-multibyte macro.
18238         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18239
18240         * mm-util.el (mm-with-multibyte): New macro.
18241
18242 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18245         New user option.
18246         (gnus-mime-multipart-functions): Doc and customization fix.
18247         (gnus-article-mime-hierarchy): New variable.
18248         (gnus-article-mime-hierarchy-next): New variable.
18249         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18250         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18251         gnus-article-mime-hierarchy-next to nil.
18252         (gnus-insert-mime-button): Show hierarchy numbers.
18253         (gnus-mime-accumulate-hierarchy): New function.
18254         (gnus-mime-enter-multipart): New function.
18255         (gnus-mime-leave-multipart): New function.
18256         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18257         (gnus-mime-display-alternative): Show hierarchy numbers.
18258
18259         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18260         gnus-article-mime-hierarchy-next to nil.
18261
18262 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18263
18264         * dns.el: Don't require gnus-xmas.
18265
18266 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18267
18268         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18269         inline PGP.
18270         (mml-menu): Disable mml-quote-region if mark is inactive.
18271
18272 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18275         when the group's active is not available.
18276
18277 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18278
18279         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18280         error.
18281
18282 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18283
18284         * imap.el (imap-store-password): New variable.
18285         (imap-interactive-login): Use it.
18286         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18287
18288 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18291         window-start and hscroll to summary window.
18292
18293 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18294
18295         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18296         conversion message to newsrc-dribble when an actual conversion is
18297         performed.
18298
18299 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18300
18301         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18302
18303 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * mm-decode.el (mm-complicated-handles): New function reviving
18306         former definition of mm-multiple-handles.
18307
18308         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18309         (gnus-mime-delete-part): Use it.
18310
18311 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18312
18313         * gnus-agent.el (gnus-agent-read-local):
18314         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18315         avoid the implicit assumption that they will always be equal.
18316         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18317         coding-system-for-write, as the with-temp-file macro first prints
18318         to a buffer then saves the buffer.
18319
18320 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * gnus-art.el (gnus-article-edit-part): New function.
18323         (gnus-mime-save-part-and-strip): Use it; do query instead of
18324         signaling an error; don't use mm-multiple-handles.
18325         (gnus-mime-delete-part): Ditto.
18326
18327 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18328
18329         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18330         old file versions.
18331         (gnus-group-prepare-hook): Remove function that converted list
18332         form of gnus-agent-expire-days to group properties.
18333
18334         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18335         (gnus-request-accept-article): Re-indented.
18336
18337         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18338         converters to handle old agent file formats.  Add logic for a
18339         "backup before upgrading warning".
18340         (gnus-convert-mark-converter-prompt): Developers can mark
18341         functions as needing (default), or not needing,
18342         gnus-convert-old-newsrc's "backup before upgrading warning".
18343         (gnus-convert-converter-needs-prompt): Tests whether the user
18344         should be protected from potentially irreversable changes by the
18345         function.
18346
18347         * legacy-gnus-agent.el: New.  Provides converters that are only
18348         loaded when gnus-convert-old-newsrc needs to call them.
18349
18350 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * mail-source.el (mail-source-touch-pop): Doc fix.
18353
18354         * message.el (message-smtpmail-send-it): Doc fix.
18355
18356 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18357
18358         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18359
18360         * nnmail.el (nnmail-split-fancy): do.
18361
18362         * gnus-kill.el (gnus-kill, gnus-execute): do.
18363
18364 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18365
18366         * gnus-sum.el (gnus-widget-reversible-match)
18367         (gnus-widget-reversible-to-internal)
18368         (gnus-widget-reversible-to-external): New functions.
18369         (gnus-widget-reversible): New widget.
18370         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18371
18372 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18373
18374         * gnus-sum.el (gnus-thread-sort-functions)
18375         (gnus-article-sort-functions): Document `(not F)' items.
18376
18377 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18378
18379         * spam.el (spam-use-gmane-xref): Add new backend.
18380         (spam-gmane-xref-spam-group): Add variable to control the name of the
18381         Gmane spam group.
18382         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18383         (spam-regex-headers-spam, spam-regex-headers-ham)
18384         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18385         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18386         backends and checks.
18387         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18388
18389         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18390         an autodetect method.
18391
18392 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18393
18394         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18395         articles are being added to a group.
18396         (gnus-request-replace-article): Inform the agent that articles
18397         need to be uncached as the cached contents are no longer valid.
18398
18399 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * binhex.el: Don't autoload executable-find.
18402
18403         * canlock.el: Don't autoload mail-fetch-field.
18404
18405         * dgnushack.el: Autoload c-mode for XEmacs.
18406
18407         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18408
18409         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18410         rmail-dont-reply-to and rmail-output.
18411
18412         * gnus-score.el: Don't autoload ffap-string-at-point.
18413
18414         * gnus-setup.el: Don't autoload sc-cite-original.
18415
18416         * imap.el: Don't autoload base64-decode-string,
18417         base64-encode-string and md5.
18418
18419         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18420         and rmail-msg-restore-non-pruned-header.
18421
18422         * mm-decode.el: Don't autoload executable-find.
18423
18424         * mm-url.el: Don't autoload executable-find.
18425
18426         * mm-view.el: Don't autoload diff-mode.
18427
18428         * nndb.el: Don't autoload news-reply-mode, news-setup,
18429         cancel-timer and telnet.
18430
18431         * password.el: Don't autoload run-at-time for Emacs.
18432
18433         * sha1-el.el: Don't autoload executable-find.
18434
18435         * sieve-mode.el: Don't autoload c-mode.
18436
18437         * uudecode.el: Don't autoload executable-find.
18438
18439 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18440
18441         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18442         (gnus-agent-possibly-alter-active): Avoid null in numeric
18443         comparison.
18444         (gnus-agent-set-local): Refuse to save null in local object table.
18445         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18446         list of articles that will be marked as unread.
18447
18448 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18451
18452 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18453
18454         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18455         language tags.
18456
18457 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18458
18459         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18460         Don't bind "obarray".
18461
18462         * gnus-sum.el (gnus-thread-sort-functions):
18463         Add `gnus-thread-sort-by-most-recent-number' and
18464         `gnus-thread-sort-by-most-recent-date'.
18465         Reported by Kai Grossjohann <kai@emptydomain.de>.
18466
18467 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18470
18471 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18472
18473         * gnus-cus.el (gnus-agent-customize-category):
18474         Remove ignore-errors macro reference that required cl to be loaded at
18475         run-time.
18476
18477         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18478         single-interval range of the form (min . max).  Previously the
18479         range had to look like ((min . max)).  Likewise, return
18480         (min . max) rather than ((min . max)).
18481         (gnus-range-map): Use gnus-range-normalize to accept
18482         single-interval range.
18483
18484         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18485         the cache, but not the agent, now appear with their usual face.
18486
18487         * dgnushack.el (loaddir): New variable that is bound to the
18488         directory containing the dgnushack.el file. Use loaddir, rather
18489         than srcdir, to update load-path. Change lets dgnushack compile
18490         code in directories other than GNUS/lisp.
18491
18492 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * lpath.el: Don't bind w3m-safe-url-regexp.
18495
18496         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18497         w3m-safe-url-regexp variable buffer-local.
18498
18499         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18500
18501 2004-02-27  Simon Josefsson  <jas@extundo.com>
18502
18503         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18504         gnus-group-real-prefix.
18505         (gnus-summary-move-article): Use it, instead of
18506         gnus-group-real-prefix.
18507
18508 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * lpath.el: Bind w3m-safe-url-regexp.
18511
18512         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18513         w3m-safe-url-regexp variable buffer-local and set it as the value
18514         of mm-w3m-safe-url-regexp.
18515
18516         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18517
18518         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18519         parsing gnus-posting-styles when the message is not for replying.
18520
18521         * dgnushack.el: Autoload sgml-mode for XEmacs.
18522
18523         * nnrss.el (nnrss-opml-export):
18524         Use mm-set-buffer-file-coding-system instead of
18525         set-buffer-file-coding-system.
18526
18527 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18528
18529         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18530         of checkdoc.el).
18531         * nnrss.el: do.
18532         * gnus-mlspl.el: do.
18533         * gnus-ml.el: do.
18534         * gnus-srvr.el: do.
18535
18536         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18537
18538 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18539
18540         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18541         Corrections to custom-manual links.
18542
18543         * gnus-art.el (gnus-article): Ditto.
18544
18545         * mm-decode.el (mime-display, mime-security): Ditto.
18546
18547 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18548
18549         * flow-fill.el: Typo.
18550
18551 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18552
18553         * spam-wash.el: New file.
18554
18555 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18556
18557         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18558
18559 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18560
18561         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18562         to be run with new-articles as LIST1, not LIST2.
18563         (spam-registration-functions): Add spam-use-ham-copy as a nil
18564         registration backend.
18565
18566 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18567
18568         * spam-stat.el (spam-stat-washing-hook): New option.
18569         (spam-stat-buffer-words): Use it.
18570         (spam-stat-process-directory, spam-stat-test-directory):
18571         Use insert-file-contents-literally.
18572         (spam-stat-coding-system): New variable.
18573         (spam-stat-load, spam-stat-save): Use it.
18574
18575 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18576
18577         * spam-report.el (spam-report-plug-agent):
18578         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18579
18580 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18581
18582         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18583         Allow / in mailto URLs.
18584
18585 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18586
18587         * spam-report.el (spam-report-process-queue): Fix interactive use.
18588         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18589         (spam-report-unplug-agent): Doc fixes.
18590         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18591         (spam-report-agentize, spam-report-deagentize): Autoload.
18592
18593 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18596
18597         * message.el (message-setup-fill-variables): Add mml tags to
18598         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18599         <ajk@iu.edu>.
18600         (message-mode): Don't modify paragraph-separate there.
18601
18602 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * compface.el (uncompface-use-external): Default to undecided.
18605         (uncompface-use-external-threshold): New variable.
18606         (uncompface-float-time): New macro.
18607         (uncompface): Determine whether to use the external decoder if
18608         uncompface-use-external is undecided.
18609
18610 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18611
18612         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18613         after images.
18614
18615         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18616
18617 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18618
18619         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18620
18621         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18622
18623         * gnus-sum.el (gnus-summary-limit-to-age)
18624         (gnus-summary-limit-children): do.
18625
18626         * gnus-int.el (gnus-request-scan): do.
18627
18628         * gnus-group.el (gnus-group-suspend): do.
18629
18630         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18631
18632         * gnus-cite.el (gnus-cite-parse-attributions): do.
18633
18634         * gnus-agent.el (gnus-summary-set-agent-mark)
18635         (gnus-agent-regenerate-group): do.
18636
18637         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18638
18639         * binhex.el (binhex-decode-region-internal): do.
18640
18641 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-fun.el (gnus-face-properties-alist): New user option.
18644         (gnus-display-x-face-in-from): Use it.
18645
18646         * gnus-art.el (article-display-face): Ditto.
18647
18648         * compface.el (uncompface-use-external): Default to nil.
18649
18650 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18651
18652         * nntp.el (nntp-erase-buffer): New function.
18653         (nntp-retrieve-data, nntp-send-command)
18654         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18655         (nntp-possibly-change-group): Use it.
18656
18657         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18658         Use with-current-buffer.
18659
18660 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18661
18662         * compface.el: Merge the ELisp-based uncompface program.
18663         (compface): New customization group.
18664         (uncompface-use-external): New user option.
18665         (uncompface): Call uncompface-internal if uncompface-use-external
18666         is nil.
18667         (uncompface-internal): New function.  Note that there are also
18668         some other functions and variables added for this function.
18669
18670 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18671
18672         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18673         if necessary.
18674
18675 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18676
18677         * spam-report.el (spam-report-unplug-agent)
18678         (spam-report-plug-agent, spam-report-deagentize)
18679         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18680         Add support for the Agent in spam-report: when unplugged, report to a
18681         file; when plugged, submit all the requests.
18682
18683         * spam.el (spam-register-routine): Fix message about
18684         registration.
18685
18686 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18687
18688         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18689         dependencies.
18690         (rfc2047-encode): Use it.
18691
18692         * gnus-art.el (gnus-button-marker-list): Move before first
18693         reference.
18694
18695         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18696         (imap-parse-body): Fix format string mismatch.
18697
18698         * gnus-score.el (gnus-summary-increase-score): do.
18699
18700         * nnrss.el (nnrss-close): New function.
18701
18702 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18703
18704         * nnrss.el (nnrss-make-filename): New function.
18705         (nnrss-request-delete-group, nnrss-read-server-data)
18706         (nnrss-save-server-data, nnrss-read-group-data)
18707         (nnrss-save-group-data): Use it.
18708         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18709         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18710         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18711
18712 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18713
18714         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18715
18716 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18717
18718         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18719         files.
18720
18721         * message.el (message-generate-headers-first): Don't quote nil
18722         and t in docstrings.
18723
18724         * imap.el (imap-id): do.
18725
18726         * gnus-agent.el (gnus-agent-consider-all-articles)
18727         (gnus-agent-queue-mail): do.
18728
18729 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * spam-report.el (spam-report-process-queue): New function.
18732         Process requests from `spam-report-requests-file'.
18733         (spam-report-process-queue): Doc fix.
18734
18735 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18736
18737         * spam.el (spam-register-routine)
18738         (spam-log-processing-to-registry, spam-log-registered-p)
18739         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18740         Change "check" to "spam-check" for semi-clarity.
18741
18742 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18743
18744         * pop3.el: Require nnheader.
18745
18746         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18747
18748         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18749
18750         * gnus-picon.el: Require cl.
18751
18752         * gnus-fun.el: Require gnus-ems and gnus-util.
18753
18754         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18755
18756         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18757
18758         * gnus-art.el (gnus-article-edit-mode): Define before first
18759         reference.
18760
18761 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18762
18763         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18764         (gnus-uu-post-encoded): Use point-at-bol.
18765
18766         * gnus-topic.el (gnus-group-active-topic-p): do.
18767
18768         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18769
18770         * gnus-group.el (gnus-group-kill-region): do.
18771
18772         * gnus-art.el (article-date-ut): do.
18773
18774         * message.el (message-fetch-field): Remove redundant
18775         case-fold-search binding.
18776         (message-narrow-to-field): Simplify.
18777
18778 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18779
18780         * spam.el (spam-directory): Derive from `gnus-directory'.
18781
18782         * spam-report.el (spam-report-url-to-file)
18783         (spam-report-requests-file): New function and variable for offline
18784         reporting.
18785         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18786         and user defined function.
18787         (spam-report-url-ping-mm-url): Remove doubled slash.
18788
18789 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18790
18791         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18792
18793 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18794
18795         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18796         Fix format string mismatch.
18797
18798         * sieve.el (sieve-deactivate-all): do.
18799
18800         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18801
18802         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18803
18804         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18805
18806         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18807
18808 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18809
18810         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18811         the list of checks.
18812
18813 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18814
18815         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18816         padding.
18817
18818 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18819
18820         * mm-view.el (mm-fill-flowed): New variable.
18821         (mm-inline-text): Use it.
18822
18823 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18824
18825         * spam.el (spam-spamassassin-register-ham-routine)
18826         (spam-spamassassin-register-spam-routine): Fix function names.
18827
18828 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18829
18830         * gnus.el (gnus-tmp-grouplens): Remove.
18831         (gnus-summary-line-format): Remove grouplens.
18832
18833         * gnus-group.el (gnus-group-line-format): Ditto.
18834
18835         * gnus-spec.el (gnus-format-specs): Ditto.
18836         (gnus-update-format-specifications): Flush the group format spec
18837         cache if there's the grouplens stuff.
18838         (gnus-parse-simple-format): Replace %l with the empty string.
18839
18840 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18841
18842         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18843         omission.
18844
18845 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18848         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18849
18850 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18851
18852         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18853         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18854         New macros and functions.
18855         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18856         Handle > NLINK_MAX messages.
18857         * nnmaildir.el (nnmaildir-request-set-mark):
18858         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18859
18860 2004-01-25  Alex Schroeder  <alex@gnu.org>
18861
18862         * spam-stat.el (spam-stat-process-directory-age): New option.
18863         (spam-stat-process-directory): Use it.
18864
18865 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18866
18867         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18868         (spam-stat-save): Accept prefix argument.
18869
18870 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18871
18872         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18873         links" error.
18874
18875 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18878         the rest of the and/or forms.
18879
18880 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18881
18882         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18883         compatibility with old .newsrc.eld files.
18884
18885         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18886
18887         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18888
18889         * gnus-start.el (gnus-1): do.
18890
18891         * gnus-group.el (gnus-group-line-format-alist): do.
18892
18893         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18894
18895         * gnus-gl.el: Remove.
18896
18897 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18898
18899         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18900         marks consisting of a single range {for example, (3 . 5)} rather
18901         than a list of a single range { ((3 . 5)) }.
18902
18903 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18904
18905         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18906         Use with-current-buffer.
18907         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18908         avoid consing a string.
18909
18910         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18911         Remove obsolete entries for big5 and gb2312.
18912
18913 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18914
18915         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18916         uncompressed list.
18917
18918 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18919
18920         * spam-stat.el (spam-stat-strip-xref): New function.
18921         (spam-stat-process-directory): Use it.
18922
18923         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18924         here -- it's done in message-fetch-field.
18925
18926 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18927
18928         * gnus-agent.el (gnus-agent-queue-mail)
18929         (gnus-agent-prompt-send-queue): New variables.
18930         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18931         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18932         "nndraft:queue" along to gnus-draft-send.
18933         Use gnus-agent-prompt-send-queue.
18934         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18935         is "nndraft:queue".  Suggested by Gaute Strokkenes
18936         <gs234@srcf.ucam.org>
18937
18938         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18939         (agent-enable-undownloaded-faces): Add.
18940         (gnus-agent-cat-groups): Use eval-and-compile, not
18941         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18942         method of gnus-agent-cat-groups even when the buffer has been
18943         evaled.
18944         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18945         delete gnus-agent-save-active-1.
18946         (gnus-agent-save-groups): Delete.  Identical to
18947         gnus-agent-save-active.
18948         (gnus-agent-write-active): No longer adjust agent's copy of active
18949         file as agent's adjustments are now stored in their own
18950         file.  Remove optional parameter.
18951         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18952         servers.  Add use of min/max range limits from server's local
18953         file.
18954         (gnus-agent-save-alist): Remove unused optional argument.
18955         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18956         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18957         (gnus-agent-set-local): A per-server file that keeps min/max range
18958         limits for articles known to the agent.  Provides a fast mechanism
18959         for altering many active ranges.
18960         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18961         active file (local makes it unnecessary).
18962         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18963
18964         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18965         (agent-enable-undownloaded-faces): Add.
18966
18967         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18968         disable it when sending to "nndraft:queue".
18969         (gnus-group-send-queue): Add safety check to avoid sending queue
18970         when unplugged.
18971
18972         * gnus-group.el (gnus-group-catchup): Use new
18973         gnus-sequence-of-unread-articles, not
18974         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18975         numbers of articles.  Use gnus-range-map to avoid having to
18976         uncompress the unread list.
18977         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18978         Fix invalid ange-ftp reference.
18979
18980         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18981         (gnus-sorted-range-intersection): Intersection of two ranges
18982         without requiring that they first be uncompressed.
18983
18984         * gnus-start.el (gnus-activate-group): Unless blocked by the
18985         caller, possibly expand the active range to include both cached
18986         and agentized articles.
18987         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18988         multiple version-dependent converters.
18989         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18990         gnus-agent-save-active.
18991         (gnus-save-newsrc-file): Save dirty agent range limits.
18992
18993         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18994         gnus-agent-possibly-alter-active.
18995         (gnus-adjust-marked-articles): Faster handling of simple lists.
18996
18997 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18998
18999         * spam-stat.el (spam-stat-test-directory): New optional argument
19000         displays a list of files detected.  Suggested by Andrew Cohen
19001         <cohen@andy.bu.edu>.
19002         (spam-stat-buffer-words-with-scores): Don't narrow and change
19003         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19004
19005 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19006
19007         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19008         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19009         (spam-spamassassin-arguments)
19010         (spam-spamassassin-spam-flag-header)
19011         (spam-spamassassin-positive-spam-flag-header)
19012         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19013         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19014         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19015         (spam-list-of-processors, spam-list-of-checks)
19016         (spam-list-of-statistical-checks, spam-registration-functions)
19017         (spam-check-spamassassin-headers, spam-check-spamassassin)
19018         (spam-spamassassin-score)
19019         (spam-spamassassin-register-with-sa-learn)
19020         (spam-spamassassin-register-spam-routine)
19021         (spam-spamassassin-register-ham-routine)
19022         (spam-assassin-register-spam-routine)
19023         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19024         (spam-bogofilter-score): Fix to show article before scoring.
19025
19026 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19027
19028         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19029         default scoring function.
19030         (spam-generic-score): Call spam-spamassassin-score if
19031         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19032         spam-bogofilter-score otherwise.
19033
19034         * gnus.el (spam-process, spam-autodetect-methods):
19035         Add spamassassin and spamassassin-headers.
19036
19037 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19038
19039         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19040         Suppress unnecessary messages.
19041
19042 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19043
19044         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19045         make-hash-table.
19046
19047 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19048
19049         * canlock.el (base64-encode-string): Don't autoload it.
19050
19051 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * run-at-time.el: Remove useless (require 'itimer),
19054         eval-and-compile and (featurep 'xemacs).
19055
19056 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19057
19058         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19059         GROUP is a virtual group.
19060
19061 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19062
19063         * gnus.el: Autoload `message-y-or-n-p'.
19064
19065 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19066
19067         * pgg-parse.el: Remove unnecessary (require 'custom).
19068
19069         * pgg-def.el: do.
19070
19071         * nnmail.el: do.
19072
19073         * gnus-undo.el: do.
19074
19075         * gnus-picon.el: do.
19076
19077         * gnus-util.el: do.
19078
19079 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19080
19081         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19082
19083 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19084
19085         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19086         handle, as well as a list.
19087
19088         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19089         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19090         (mm-w3m-cid-retrieve): Simplify.
19091
19092 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19093
19094         * message.el (message-kill-to-signature): Allow prefix arg to
19095         specify number of lines to keep before signature.
19096
19097 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19098
19099         * message.el (message-kill-to-signature): Change docstring.
19100
19101 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * canlock.el: Always require sha1-el.
19104         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19105
19106         * message.el: Autoload sha1 only when compiling.
19107
19108         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19109         eudc-expand-inline for XEmacs.
19110
19111 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * message.el (message-canlock-generate): Require sha1-el.
19114
19115 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19116
19117         * message.el (message-expand-name): Silence the byte compiler.
19118
19119         * lpath.el: Add detect-coding-system.
19120
19121         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19122         cus-edit.
19123
19124 2004-01-13  Simon Josefsson  <jas@extundo.com>
19125
19126         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19127         Invoke gnus-score-mode.
19128         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19129
19130         * gnus-range.el (gnus-compress-sequence): Doc fix.
19131         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19132
19133 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19134
19135         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19136
19137 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19138
19139         * spam.el (spam-get-article-as-string): Update to use
19140         gnus-request-article-this-buffer, much simpler.
19141         (spam-get-article-as-buffer): Remove.
19142
19143 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19144
19145         * message.el (message-expand-name): Use EUDC if the user uses that.
19146
19147 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19148
19149         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19150         character for the encoding to avoid consing a string.
19151
19152         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19153         unnecessarily.
19154
19155         * mm-util.el (mm-replace-chars-in-string): Remove.
19156
19157         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19158         of mm-replace-chars-in-string.
19159
19160 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19161
19162         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19163
19164         * mm-util.el (mm-subst-char-in-string): Support inplace.
19165
19166         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19167         a new string in every iteration.  Use shy groups.
19168
19169 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19170
19171         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19172         * gnus-soup.el (gnus-soup-group-brew):
19173         * gnus-msg.el (gnus-put-message):
19174         * gnus-move.el (gnus-group-move-group-to-server):
19175         * gnus-kill.el (gnus-batch-score):
19176         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19177         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19178         (gnus-group-update-group, gnus-group-read-group)
19179         (gnus-group-make-group, gnus-group-make-help-group)
19180         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19181         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19182         (gnus-group-sort-by-unread, gnus-group-catchup)
19183         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19184         (gnus-group-yank-group, gnus-group-set-info)
19185         (gnus-group-list-groups):
19186         * gnus.el (gnus-generate-new-group-name):
19187         * gnus-delay.el (gnus-delay-send-queue):
19188         * nnvirtual.el (nnvirtual-catchup-group):
19189         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19190         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19191         (gnus-group-prepare-topics, gnus-topic-check-topology):
19192         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19193         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19194         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19195         (gnus-group-make-articles-read):
19196         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19197         (gnus-group-change-level, gnus-kill-newsgroup)
19198         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19199         (gnus-get-unread-articles, gnus-make-articles-unread)
19200         (gnus-make-ascending-articles-unread): Use accessor
19201         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19202         to get group information for improved readability.
19203
19204
19205 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19206
19207         * gnus-art.el (article-decode-mime-words, article-babel)
19208         (gnus-article-highlight-signature, gnus-article-add-buttons)
19209         (gnus-signature-toggle): Use gnus-with-article-buffer.
19210
19211         * gnus-art.el (gnus-article-highlight-headers)
19212         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19213
19214         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19215         (gnus-article-set-globals, gnus-request-article-this-buffer)
19216         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19217         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19218         (gnus-mime-display-alternative): Use with-current-buffer.
19219
19220 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19221
19222         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19223         also under 80 char limit, and call gnus-error if needed.
19224         (spam-fetch-article-header): Fix - it was a
19225         buffer-local variable (gnus-newsgroup-data).
19226         (spam-find-spam): Use spam-generate-fake-headers, forget about
19227         spam-insert-fake-headers.
19228         (spam-insert-fake-headers): Remove.
19229
19230 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19231
19232         * deuglify.el (gnus-article-outlook-unwrap-lines)
19233         (gnus-outlook-rearrange-article)
19234         (gnus-outlook-repair-attribution-outlook)
19235         (gnus-outlook-repair-attribution-block)
19236         (gnus-outlook-repair-attribution-other): Remove redundant
19237         save-excursion.
19238
19239 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19240
19241         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19242         (spam-fetch-field-subject-fast)
19243         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19244         (spam-fetch-article-header): Add functions to deal with Gnus
19245         internals for fast retrieval of article header data.
19246         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19247
19248 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19249
19250         * pop3.el (pop3-md5): Remove.
19251         (pop3-apop): Replace pop3-md5 with md5.
19252
19253         * mm-bodies.el: base64 is always built-in.
19254
19255         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19256         Use with-current-buffer.
19257
19258 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * canlock.el (canlock-insert-header): Remove excessive grouping in
19261         regexp.
19262
19263         * gnus-sum.el (gnus-summary-read-document): Ditto.
19264
19265         * gnus-uu.el (gnus-uu-part-number): Ditto.
19266
19267         * html2text.el (html2text-remove-tags): Ditto.
19268         (html2text-format-tags): Ditto.
19269         (html2text-format-single-elements): Ditto.
19270
19271         * mml.el (mml-parse-1): Ditto.
19272
19273 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19274
19275         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19276
19277         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19278
19279         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19280
19281         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19282
19283 2003-11-15  Simon Josefsson  <jas@extundo.com>
19284
19285         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19286         (pgg-gpg-lookup-key): Use regexp match instead of
19287         split-string (split-string is different between emacs 21.2 and
19288         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19289
19290 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19291
19292         * gnus-art.el (gnus-mime-view-all-parts)
19293         (gnus-article-part-wrapper, gnus-article-view-part):
19294         Use with-current-buffer.
19295
19296 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19297
19298         * spam.el (spam-disable-spam-split-during-ham-respool)
19299         (spam-spamoracle-database, spam-cache-lookups)
19300         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19301         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19302         (spam-group-ham-marks, spam-group-spam-marks)
19303         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19304         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19305         also add spam-use-blackholes to the statistical checks.
19306         (spam-fetch-field-fast): Add interface to fetching fields, may
19307         become a macro.
19308         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19309         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19310         (spam-insert-fake-headers): Fake an article when needed.
19311         (spam-find-spam): Fake article when possible.
19312         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19313         (spam-check-bogofilter-headers): Use message-fetch-field instead
19314         of nnmail-fetch-field.
19315
19316 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19317
19318         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19319
19320 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19321
19322         * spam.el (spam-split): Do not require spam-use-CHECK to be
19323         enabled if that check is passed to spam-split explicitly; also
19324         fix so 'spam doesn't get converted to spam-split-group when
19325         spam-split-symbolic-return is t.
19326         (spam-find-spam): Find registrations of the article and use those
19327         instead of re-running spam-split to find the spam/ham
19328         classification of the article.
19329         (spam-log-processing-to-registry, spam-log-registered-p)
19330         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19331         Use gnus-error instead of gnus-message.
19332         (spam-log-registration-type): Add function to determine the
19333         classification of a message based on registry entries; will
19334         return nil if both 'spam and 'ham are found.
19335         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19336         a reasonably fast local cache without the loading errors.
19337         (spam-cache-lookups): Set to t by default.
19338         (spam-find-spam): Don't try to guess spam-cache-lookups.
19339         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19340         spam-caches entry.
19341         (spam-filelist-build-cache, spam-filelist-check-cache):
19342         Fix caching of whitelist/blacklist entries.
19343         (spam-check-whitelist, spam-check-blacklist):
19344         Invoke spam-from-listed-p with a type, not a cache variable.
19345         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19346
19347 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19348
19349         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19350
19351         * nnmail.el (nnmail-split-fancy): do.
19352
19353         * mml.el (mml-parse): do.
19354
19355         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19356         (gnus-score-adaptive): do.
19357
19358 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19359
19360         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19361         (gnus-mime-button-map): Don't set keymap parent.
19362         (gnus-button-ctan-directory-regexp): Use shy grouping.
19363         (gnus-prev-page-map): Don't set keymap parent.
19364         (gnus-prev-page-map): Remove duplicated one.
19365         (gnus-next-page-map): Don't set keymap parent.
19366         (gnus-mime-security-button-map): Ditto.
19367
19368         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19369         version number.
19370
19371         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19372
19373 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * canlock.el (canlock-sha1-function): Remove.
19376         (canlock-sha1-function-for-verify): Remove.
19377         (canlock-openssl-program): Remove.
19378         (canlock-openssl-args): Remove.
19379         (canlock-ignore-errors): Remove.
19380         (canlock-sha1-with-openssl): Remove.
19381         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19382         (canlock-verify): Don't use canlock-ignore-errors.
19383
19384         * sha1-el.el (sha1-string-external): Make it can return a string
19385         in binary form.
19386         (sha1-region-external): Ditto.
19387         (sha1-string-internal): Ditto.
19388         (sha1-region-internal): Ditto.
19389         (sha1-region): Ditto.
19390         (sha1-string): Ditto.
19391         (sha1): Ditto.
19392
19393 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19394
19395         * spam.el (spam-report-articles-gmane): New command.
19396
19397 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19400
19401         * run-at-time.el (run-at-time-saved): Remove.
19402         (run-at-time): Doc fix.
19403
19404 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19405
19406         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19407         (gnus-summary-limit-map): Add it.
19408         (gnus-summary-make-menu-bar): do.
19409
19410 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19411
19412         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19413         Make attempt at some caching support (done for BBDB only now).
19414         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19415         addresses to be checked.
19416         (spam-clear-cache-BBDB): Add function, to be invoked by
19417         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19418         (spam-check-BBDB): Check and use the caches, if
19419         spam-cache-lookups is on, remove superfluous (provide).
19420
19421 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19422
19423         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19424
19425 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19426
19427         * run-at-time.el (run-at-time-saved): Move to after the definition
19428         of `run-at-time'.
19429
19430         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19431
19432 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19435         mm-w3m-local-map-property.
19436
19437         * mm-view.el (mm-w3m-mode-map): Remove.
19438         (mm-w3m-local-map-property): Remove.
19439         (mm-inline-text-html-render-with-w3m): Don't use
19440         mm-w3m-local-map-property.
19441
19442 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19443
19444         * run-at-time.el: New file.
19445
19446         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19447         under Emacs.
19448
19449         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19450         of gnus-set-text-properties.
19451
19452         * gnus-uu.el (gnus-uu-save-article): Ditto.
19453
19454         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19455
19456         * gnus-cite.el (gnus-cite-parse): Ditto.
19457
19458         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19459         of gnus-.
19460
19461         * gnus-xmas.el (run-at-time): Require run-at-time.
19462
19463         * gnus.el: Change calls to nnheader-run-at-time and
19464         password-run-at-time throughout to use run-at-time directly.
19465
19466         * password.el: Remove definition of run-at-time.
19467
19468         * nnheaderxm.el: Remove definition of run-at-time.
19469
19470 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19471
19472         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19473         in prompt.
19474
19475 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19476
19477         * messagexmas.el (message-xmas-redefine): Alias
19478         `message-make-caesar-translation-table' to
19479         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19480         version.
19481
19482         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19483         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19484         `gnus-xmas-set-text-properties'.
19485         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19486         `gnus-xmas-completing-read'.
19487         (gnus-xmas-completing-read): Removed.
19488         (gnus-xmas-open-network-stream): Removed.
19489
19490         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19491         XEmacs version.
19492
19493         * dns.el (dns-make-network-process): Use `open-network-stream'
19494         instead of `gnus-xmas-open-network-stream'.
19495
19496         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19497
19498         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19499
19500 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19501
19502         * gnus-art.el (gnus-mime-display-alternative)
19503         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19504         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19505         Don't use gnus-local-map-property.
19506
19507         * gnus-util.el (gnus-local-map-property): Remove.
19508
19509         * mm-view.el (mm-view-pkcs7-decrypt):
19510         Replace gnus-completing-read-maybe-default with completing-read.
19511
19512         * gnus-util.el (gnus-completing-read): do.
19513         (gnus-completing-read-maybe-default): Remove.
19514
19515 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19516
19517         * password.el: Only autoload `run-at-time' if not XEmacs.
19518         Only autoload the itimer functions if XEmacs.
19519
19520 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19521
19522         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19523         XEmacsen.
19524
19525         * dgnushack.el: Autoload executable-find for XEmacs.
19526
19527 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19528
19529         * gnus-art.el (gnus-read-string): Remove.
19530         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19531         read-string.
19532
19533 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19534
19535         * netrc.el: Autoload password-read.
19536         (netrc): Add configuration group.
19537         (netrc-encoding-method, netrc-openssl-path):
19538         Add variables for encoding and decoding of files with symmetric
19539         ciphers.
19540         (netrc-encode): Add assistant function to encode a file with
19541         netrc-encoding-method.
19542         (netrc-parse): Add interactive parameter, added optional
19543         decoding if netrc-encoding-method is non-nil but otherwise
19544         behavior is standard.
19545         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19546         Do s/encode/encrypt/ everywhere.
19547
19548         * spam.el: Remove executable-find autoload.
19549
19550 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19551
19552         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19553
19554         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19555
19556 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19557
19558         * gnus-art.el (gnus-treat-ansi-sequences)
19559         (article-treat-ansi-sequences): New variable and function.
19560         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19561
19562         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19563         Use it.
19564
19565 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19566
19567         * mm-util.el (mm-quote-arg): Remove.
19568
19569         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19570         shell-quote-argument.
19571
19572         * gnus-uu.el (gnus-uu-command): do.
19573
19574         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19575
19576         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19577         with make-char.
19578
19579         * mm-util.el (mm-make-char): Remove.
19580
19581         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19582         add-minor-mode.
19583
19584         * gnus-undo.el (gnus-undo-mode): do.
19585
19586         * gnus-topic.el (gnus-topic-mode): do.
19587
19588         * gnus-sum.el (gnus-dead-summary-mode): do.
19589
19590         * gnus-start.el (gnus-slave-mode): do.
19591
19592         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19593
19594         * gnus-ml.el (gnus-mailing-list-mode): do.
19595
19596         * gnus-gl.el (gnus-grouplens-mode): do.
19597
19598         * gnus-draft.el (gnus-draft-mode): do.
19599
19600         * gnus-dired.el (gnus-dired-mode): do.
19601
19602         * gnus-ems.el (gnus-add-minor-mode): Remove.
19603
19604         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19605         Replace gnus-char-width with char-width.
19606
19607         * gnus-ems.el (gnus-char-width): Remove.
19608
19609         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19610         Replace gnus-char-width with char-width.
19611
19612         * gnus-ems.el (gnus-char-width): Remove.
19613
19614         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19615         definition.
19616         Remove Emacs 20 hash table compatibility code.
19617
19618         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19619         20 compatibility code.
19620
19621         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19622
19623         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19624
19625         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19626         Replace with point-at-{eol,bol}.
19627
19628         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19629
19630         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19631
19632         * flow-fill.el (fill-flowed-point-at-bol)
19633         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19634
19635         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19636         Replace with point-at-{eol,bol} throughout all files.
19637
19638 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19639
19640         * ntlm.el (ntlm-string-as-unibyte): New macro.
19641         (ntlm-build-auth-response): Use it.
19642
19643         Remove Emacs 20 stuff:
19644         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19645         (butlast, mapc, remove): Remove the compiler macros.
19646         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19647         of delq and copy-sequence.
19648         * gnus-art.el (popup-menu): Remove the compiler macro.
19649         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19650         Emacs 20.
19651
19652 2004-01-05  Simon Josefsson  <jas@extundo.com>
19653
19654         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19655         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19656         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19657         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19658         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19659         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19660         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19661         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19662         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19663         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19664         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19665         string-xor into ntlm-string-xor.
19666         Suggested by Jesper Harder <harder@myrealbox.com>.
19667
19668         * ntlm.el: Don't include poem.
19669
19670         * md4.el (print-int32, print-string-hexa): Remove.
19671         Suggested by Jesper Harder <harder@myrealbox.com>.
19672
19673         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19674
19675         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19676         probably breaks emacs with DL patch, but do we care? Is anyone
19677         still using the DL stuff?)
19678
19679         * sieve-manage.el: Use the password package.
19680         (sieve-manage-read-passwd): Remove.
19681         (sieve-manage-interactive-login): Use password.  Re-add
19682         condition-case around loop.
19683
19684         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19685         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19686         Use the password package.
19687
19688 2003-02-19  Simon Josefsson  <jas@extundo.com>
19689
19690         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19691         token.
19692
19693 2002-08-07  Simon Josefsson  <jas@extundo.com>
19694
19695         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19696         (sieve-manage-authenticators):
19697         (sieve-manage-authenticator-alist): Add some SASL mechs.
19698         (sieve-sasl-auth): New function.
19699         (sieve-manage-cram-md5-auth):
19700         (sieve-manage-plain-auth): Rewrite using SASL library.
19701         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19702         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19703         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19704         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19705
19706 2004-01-05  Simon Josefsson  <jas@extundo.com>
19707
19708         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19709         New files.
19710
19711 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19712
19713         * gnus-group.el (gnus-no-groups-message): Update.
19714
19715         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19716
19717 2003-11-09  Simon Josefsson  <jas@extundo.com>
19718
19719         * imap.el: Support for ID IMAP extension (RFC 2971).
19720         (imap-local-variables): Add imap-id.
19721         (imap-id): New variable.
19722         (imap-id): New function.
19723         (imap-parse-response): Parse untagged ID response.
19724         * nnimap.el (nnimap-id): New variable.
19725         (nnimap-open-connection): Use it.
19726
19727 2003-12-28  Simon Josefsson  <jas@extundo.com>
19728
19729         * gnus-score.el (gnus-score-edit-all-score): New.
19730         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19731
19732 2004-01-04  Simon Josefsson  <jas@extundo.com>
19733
19734         * password.el: Add.
19735
19736 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19737
19738         * dns.el (dns-query-types): Fix typo.
19739         (dns-query-types): New function.
19740         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19741         PTR and SOA replies, see RFC 1035.
19742
19743 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19744
19745         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19746
19747         * Move to Changelog.2.
19748
19749 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19750
19751         * gnus.el (gnus-version-number): Bump version.
19752
19753 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19754
19755         * gnus.el: No Gnus v0.1 is released.
19756
19757 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19758
19759         * gnus.el: No Gnus v0.0 is released.
19760
19761 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19762
19763         * gnus.el (gnus-version-number): Bump.
19764         (gnus-version): No.
19765
19766 See ChangeLog.2 for earlier changes.
19767
19768     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19769       Free Software Foundation, Inc.
19770
19771   This file is part of GNU Emacs.
19772
19773   GNU Emacs is free software: you can redistribute it and/or modify
19774   it under the terms of the GNU General Public License as published by
19775   the Free Software Foundation, either version 3 of the License, or
19776   (at your option) any later version.
19777
19778   GNU Emacs is distributed in the hope that it will be useful,
19779   but WITHOUT ANY WARRANTY; without even the implied warranty of
19780   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19781   GNU General Public License for more details.
19782
19783   You should have received a copy of the GNU General Public License
19784   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19785
19786 ;; Local Variables:
19787 ;; coding: utf-8
19788 ;; fill-column: 79
19789 ;; add-log-time-zone-rule: t
19790 ;; End: