Merge branch 'master' of https://git.gnus.org/gnus
[gnus] / lisp / ChangeLog
1 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4
5 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6
7         * nnir.el (nnir-request-move-article): Remove obsolete code.
8
9 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
12
13 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * gnus-sum.el (gnus-summary-respool-article): The completion function
16         expects a list instead of an alist.
17
18         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
19         string as the parameter.
20
21         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
22
23         * shr.el (shr-stylesheet): New dynamic variable for cascading the
24         styles.
25         (shr-colorize-region): New function.
26         (shr-insert-background-overlay): Remove.
27         (shr-render-td): Background setting should be taken care of on a higher
28         level.
29         (shr-tag-body): Use post-hoc colorizations.
30         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
31         (shr-put-color-1): Don't overwrite old colors.
32         (shr-colorize-region): When the background color isn't explicit, use
33         a fixed background.
34
35         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
36         nnmail variables.
37
38 2010-12-05  Bjørn Mork  <bjorn@mork.no>
39
40         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
41         unless necessary.
42
43 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
44
45         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
46         server.
47
48 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
51         so that TAB works.
52
53         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
54         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
55
56         * shr.el (shr-urlify): Show the URL before the title to avoid
57         misleading URLs.
58
59 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
60
61         * shr.el (shr-urlify): Display the title in <a> tags.
62
63 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
64
65         * nnir.el (nnir-categorize): Replace mapcar with mapc.
66
67 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
68
69         * nnir.el: Rearrange code to allow macros to be autoloaded by
70         gnus-sum.el.
71         (nnir-retrieve-headers-override-function): Make this variable
72         customizable.
73         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
74
75         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
76         from nnir.el.
77
78 2010-12-03  Julien Danjou  <julien@danjou.info>
79
80         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
81
82 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
85         allow optional argument `environment'.
86
87 2010-12-03  Glenn Morris  <rgm@gnu.org>
88
89         * mm-extern.el (message-goto-body): Update declaration.
90
91 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * gnus-util.el (gnus-macroexpand-all): New function.
94
95         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
96         instead of macroexpand-all that is unavailable in XEmacs.
97
98 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
99
100         * nnir.el (nnir-summary-line-format): New variable.
101         (nnir-mode): Use it.
102         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
103         (nnir-article-ids): Reimplement as defsubst.
104         (nnir-retrieve-headers): Don't mangle the subject header.
105         (nnir-run-imap): Use 100 as RSV score.
106         (nnir-run-find-grep): Fix for full server searching.
107         (nnir-run-gmane): Better restriction to gmane groups.
108
109         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
110         summary buffers.
111
112 2010-12-02  Julien Danjou  <julien@danjou.info>
113
114         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
115
116         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
117
118         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
119         support.
120
121 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
122
123         * nnir.el: Update to handle the registry better.
124         (autoload): Silence byte-compiler.
125         (nnir-open-server): Add a hook for nnir groups.
126         (nnir-request-move-article): Don't mangle the header. Better to use
127         formating variables (which will be added in the future).
128         (nnir-registry-action): Update the registry using the original article
129         group name.
130         (nnir-mode): Install nnir-specific hooks for updating the registry.
131
132         * gnus-sum.el
133         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
134         obsolete variables.
135         (gnus-summary-move-article): Remove use of obsolete variables.
136         (gnus-summary-local-variables): Make move and delete hooks local to
137         summary buffers.
138
139 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * rtree.el: New file.
142
143 2010-12-01  Julien Danjou  <julien@danjou.info>
144
145         * message.el (message-user-organization): Do not use
146         gnus-local-organization.
147
148         * gnus.el: Remove gnus-local-organization.
149
150         * gnus-msg.el: Remove nastygram thing.
151
152 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
153
154         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
155         funcall.
156
157 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
160         names.
161
162         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
163         characters.
164
165         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
166         to t of inhibit-read-only since it is inside gnus-with-article-headers.
167         Suggested by Štěpán Němec <stepnem@gmail.com>.
168         (gnus-gravatar-transform-address): Use mail-extract-address-components
169         that supports non-ASCII names rather than mail-header-parse-addresses.
170
171 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * proto-stream.el (open-protocol-stream): All starttls connections are
174         handled by the network handler.
175
176 2010-11-30  Julien Danjou  <julien@danjou.info>
177
178         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
179         (nnimap-open-connection-1): Fix PREAUTH.
180
181         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
182
183 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
186         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
187         (shr-insert): Use them.
188         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
189
190 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
191
192         * nnir.el (nnir-request-move-article): Bail out if original group
193         doesn't support article moves.
194         (nnir-get-active): Improve active list retrieval.
195
196 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * shr.el (shr-find-fill-point): Don't break before apostrophes.
199
200 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
201
202         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
203         seem to accept strings-with-numbers as port numbers,
204
205 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
206
207         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
208         change the registry.
209
210 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
213         delete-dups that is not available in XEmacs 21.4.
214
215         * mm-util.el (mm-delete-duplicates): Add comment.
216
217 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
218
219         * nnir.el (nnir-ignored-newsgroups): New variable.
220         (nnir-get-active): Use it.
221
222 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * proto-stream.el (proto-stream-open-network): Add some comments.
225
226         * nntp.el (nntp-open-connection): Provide a :success condition.
227
228         * nnimap.el (nnimap-open-connection-1): Ditto.
229
230         * proto-stream.el (proto-stream-open-network): See what the response to
231         the STARTTLS command is.
232
233         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
234         backwards compatibility).
235         (nnimap-open-connection-1): Really respect nnimap-server-port.
236
237         * proto-stream.el (proto-stream-open-network): When doing opportunistic
238         TLS upgrades we don't really care about the identity of the peer.
239         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
240         that what we've checked for.
241         (proto-stream-always-use-starttls): Only default to t if
242         open-gnutls-stream exists.
243         (proto-stream-open-network): If STARTTLS failed, then just open a
244         normal connection.
245         (proto-stream-open-network): Wait until the greeting before doing
246         STARTTLS.
247
248         * nntp.el (nntp-open-connection): Report what the connection error is.
249
250         * proto-stream.el (open-protocol-stream): Renamed from
251         open-proto-stream.
252
253 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * nnimap.el (nnimap-stream): Change default to `undecided'.
256         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
257         first, and then network.
258         (nnimap-open-connection-1): Respect nnimap-server-port.
259         (nnimap-open-connection): Be more backwards-compatible.
260
261         * proto-stream.el (proto-stream-always-use-starttls): New variable.
262         (proto-stream-open-starttls): De-duplicate the starttls code.
263         (proto-stream-open-starttls): Folded back into the main function.
264         (proto-stream-open-network): Fix typo in the gnutls path.
265         (proto-stream-command): Refactor out.
266
267         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
268
269         * proto-stream.el (proto-stream-open-starttls): Actually implement the
270         starttls.el STARTTLS.
271
272         * color.el (color-lab->srgb): Fix function call name.
273
274         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
275         if we're using tls.el.
276         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
277         built in, then don't try to establish a STARTTLS connection.
278
279         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
280         servers.
281
282         * proto-stream.el (open-proto-stream): Use network, not stream.
283         (open-proto-stream): Add a way to specify what the end of a command is.
284
285         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
286         connections types.
287         (nntp-open-network-stream): Remove.
288         (nntp-open-ssl-stream): Remove.
289         (nntp-open-tls-stream): Remove.
290         (nntp-ssl-program): Remove.
291
292         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
293
294 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
295
296         * nnir.el: Fix typos.
297         (nnir-retrieve-headers-override-function): Rename variable to reflect
298         new semantics.
299         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
300         macros.
301         (nnir-request-article, nnir-request-move-article): Use them.
302         (nnir-categorize): New function.
303         (nnir-run-query): Use it.
304         (nnir-retrieve-headers): Rewrite to batch header retrieval.
305         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
306         sorted.
307         (nnir-group-full-name): Use gnus-group-full-name instead.
308         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
309         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
310
311 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
314
315         * proto-stream.el: New library to provide protocol-specific
316         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
317         protocols.
318         (open-proto-stream): Complete the documentation.
319         (proto-stream-open-network): Fix some typos.
320
321         * nnimap.el (nnimap-open-connection): Use it.
322
323 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
324
325         * pop3.el (pop3-open-server): Read server greeting before starting TLS
326         negotiation.
327
328 2010-11-26  Julien Danjou  <julien@danjou.info>
329
330         * color.el: Rename various rgb functions to srgb.
331
332 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
335         names.
336
337 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * shr.el (shr-insert): Revert last change.
340         (shr-find-fill-point): Never leave point being at bol;
341         relax the kinsoku limitation when rendering tables.
342
343 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
346         results from -accept-article.
347
348         * shr-color.el: Require cl when compiling.
349
350         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
351         checkin.
352
353         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
354
355         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
356
357         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
358         'add and 'delete to set backend marks.
359
360         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
361
362         * nnheader.el (nnheader-update-marks-actions): Refactor out.
363
364         * nntp.el (nntp-request-set-mark): Use it.
365
366         * nnfolder.el (nnfolder-request-set-mark): Ditto.
367
368         * nnml.el (nnml-request-set-mark): Ditto.
369
370         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
371         introduces regressions in article selection.
372         (nnimap-find-uid-response): New function.
373         (nnimap-request-accept-article): Use the UID returned, if any.
374         (nnimap-request-move-article): Use the UID returned, if any.
375         (nnimap-get-groups): Reimplement to work with folded lines.
376         (nnimap-find-uid-response): The UID is the last element in the list.
377         (nnimap-request-set-mark): Extend syntax with 'set.
378
379         * nnml.el (nnml-request-set-mark): Ditto.
380
381         * nnfolder.el (nnfolder-request-set-mark): Ditto.
382
383         * nntp.el (nntp-request-set-mark): Ditto.
384
385 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * message.el (message-called-interactively-p): A temporary macro.
388         (message-goto-body): Use it temporarily.
389
390 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
391
392         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
393         (nnimap-last-response-string): Unfold quoted lines, if they exist.
394         (nnimap-last-response-string): Fix last unfolding fix.
395
396 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * shr.el (shr-insert): Fix the way to fold lines.
399
400 2010-11-25  Julien Danjou  <julien@danjou.info>
401
402         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
403
404         * color.el: Rename from color-lab.el
405         (color-rgb->hex): Add.
406         (color-complement): Add.
407         (color-complement-hex): Add.
408
409         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
410
411 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * shr-color.el (shr-color-visible): Don't bug out if the colour names
414         don't exist.
415
416 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
419         assuming that article displaying or another mml-preview may be
420         interrupted for an error or for the like.
421
422         * shr.el (shr-get-background): Fix argument name.
423
424 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
427
428         * gnus-sum.el (gnus-summary-include-articles): New function.
429
430         * message.el (message-goto-body): called-interactively-p needs a
431         parameter, so use `any'.
432
433         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
434         clear marks before moving, since they're synced from the Gnus side
435         first.
436
437         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
438         (gnus-summary-move-article): Copy over all marks before moving, so that
439         IMAP doesn't think a new article has arrived.
440
441 2010-11-24  Julien Danjou  <julien@danjou.info>
442
443         * shr.el (shr-insert-background-overlay): Fix typo.
444         (shr-render-td): Copy the background before rendering.
445
446         * shr-color.el (shr-color-visible): Fix docstring.
447
448         * shr.el (shr-tag-table): Add bgcolor support.
449         (shr-render-td): Add bgcolor support.
450         (shr-get-background): Add.
451         (shr-insert-foreground-overlay): Use shr-get-background.
452
453         * message.el (message-goto-body): Use called-interactively-p.
454         (message-in-body-p): message-goto-body returns point.
455
456 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
459         Fixes something or other in Emacs 23, and is backwards compatible.
460
461         * message.el (message-goto-body): Remove the <#secure special-casing,
462         which is too special.
463
464         * shr.el (shr-parse-style): Drop !important from styles.
465
466 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
467
468         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
469         this function to return incorrect results when calling it with an
470         explicit article argument different from
471         (gnus-summary-article-number).
472
473 2010-11-24  Julien Danjou  <julien@danjou.info>
474
475         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
476         (shr-tag-body): Add background support.
477         (shr-descend): Add background support.
478         (shr-tag-title): Add.
479
480         * shr-color.el (shr-color-visible): Really return original background
481         if fixed.
482
483 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * shr.el (shr-color-check): Protect against non-existant colour names.
486
487 2010-11-24  Julien Danjou  <julien@danjou.info>
488
489         * color-lab.el: Require 'cl when compiling.
490
491         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
492
493         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
494         matched part.
495
496         * color-lab.el: Fix all expt calls to use float type.
497
498 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
501         expression to shr-color-check as is.
502
503         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
504
505         * color-lab.el: Add coding cookie.
506         (float-pi): Use eval-and-compile.
507
508         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
509         compiled for Emacsen having no `libxml-parse-html-region' support.
510
511 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * shr.el (shr-insert-color-overlay): Split stuff like
514         "#444444 !important" to find the real colour.
515         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
516         parse <font color="red"> entries.
517
518 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
519
520         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
521         point when parsing headers.
522
523         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
524         is positioned properly when parsing headers.
525
526 2010-11-23  Julien Danjou  <julien@danjou.info>
527
528         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
529
530         * shr-color.el (shr-color->hexadecimal): Add support for color names.
531
532         * shr.el (shr-parse-style): Replace \n with space in style parsing.
533
534         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
535         shr-color-hue-to-rgb.
536         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
537
538 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * shr.el (shr-color->hexadecimal): Autoload.
541         (shr-descend): Add color to all tags.
542
543 2010-11-22  Julien Danjou  <julien@danjou.info>
544
545         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
546         shr-color->hexadecimal.
547
548         * shr-color.el (shr-color->hexadecimal): Add converting functions for
549         RGB() or HSL() color representation.
550
551         * shr.el (shr-tag-font): Add.
552         (shr-tag-color-check): New function to get better colors.
553         (shr-tag-insert-color-overlay): Factorize code between tag-font and
554         tag-span.
555
556         * shr-color.el: New file.
557
558         * color-lab.el: New file.
559
560         * gnus-art.el (gnus-url-mailto): Do not downcase args.
561
562 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
563
564         * nnir.el: Fix typo in comments.
565         (nnir-run-imap): Simplify code. No need to reverse artlist.
566         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
567
568 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
571
572         * nnimap.el (nnimap-get-capabilities): Refactor out.
573         (nnimap-open-connection): Re-request capabilities after STARTTLS.
574
575 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
576
577         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
578         appearing when `mm-uu-hide-markers' is nil.
579
580 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * nnimap.el (nnimap-unselect-group): Make into its own function.
583         (nnimap-request-rename-group): Unselect group before renaming.
584         This had gotten lost somewhere.
585         (nnimap-request-accept-article): Keep track of examined groups, and
586         unselect the group before APPENDing to read-only groups.
587         (nnimap-request-move-article): Clear flags before moving so that they
588         can be re-set later.
589
590 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
593         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
594
595 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * gnus-art.el (gnus-mime-display-single)
598         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
599         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
600         parameter.
601
602 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
605         (shr-table-vertical-line): New variable.
606         (shr-insert-table): Use it.
607
608 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gnus-html.el (gnus-html-wash-images): Don't display images if
611         gnus-inhibit-images is non-nil; register displayer for cid images.
612         (gnus-html-display-image): Work for cid image.
613         (gnus-html-insert-image): Allow arguments.
614         (gnus-html-put-image): Inhibit read-only.
615         (gnus-html-prefetch-images): Don't prefetch images if
616         gnus-inhibit-images is non-nil.
617
618 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * shr.el (shr-put-image): Break lines when inserting big pictures.
621
622 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
623
624         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
625         sender, thanks Katsumi Yamaoka.
626
627 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
628
629         * nnir.el (nnir-run-imap): Reverse the article list for each group
630         rather than the whole list.
631
632 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * shr.el (shr-image-displayer): Protect function against non-existent
635         image source.
636
637         * gnus-art.el (gnus-inhibit-images): New user option.
638         (gnus-mime-display-single): Don't display image if it is non-nil.
639
640         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
641         gnus-inhibit-images.
642
643         * shr.el (shr-image-displayer): New function.
644         (shr-tag-img): Use it.
645
646 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
647
648         * mml2015.el (mml2015-epg-sign): Use From header.
649
650 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-html.el (gnus-html-wash-images): Register a displayer.
653
654         * gnus-util.el (gnus-find-text-property-region): Return markers.
655
656         * shr.el (shr-tag-img): Put a displayer in the text property.
657
658         * gnus-util.el (gnus-find-text-property-region): New utility function.
659
660         * gnus-html.el (gnus-html-display-image): Make the alt optional.
661         (gnus-html-show-images): Remove.
662
663         * gnus-art.el (gnus-article-show-images): New, more general function.
664
665         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
666         image url text properties.
667
668         * shr.el: Ditto.
669
670         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
671         gnus-agent-auto-agentize-methods is set.  Which it isn't.
672
673 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
676         work for two or more articles.
677
678 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
681         divide an image that's in an html article to two or more when washing
682         non-ASCII characters in alt text of it.
683
684 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
687         smime-decrypt-region using function argument.
688         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
689
690         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
691
692         * smime.el (smime-decrypt-region): Catch it.
693
694 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
695
696         * smime.el (smime-mode-map): Move initialization into declaration.
697         (gnus-run-mode-hooks): Don't autoload.
698         (smime-mode): Use define-derived-mode.
699
700 2010-11-11  Glenn Morris  <rgm@gnu.org>
701
702         * smime.el (from): Restrict declaration to XEmacs.
703
704         * nnir.el (gnus-group-topic-name): Autoload.
705
706 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * shr.el (shr-insert): Don't break long line if it is because of
709         kinsoku-bol characters in the line end.
710
711 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
712
713         * nnir.el (nnir-request-move-article): Fix to provide original group
714         and subject.
715         (nnir-warp-to-article): Don't fail on articles whose headers haven't
716         been retrieved.
717
718         * gnus-sum.el (gnus-summary-move-article): Use original group and
719         subject for virtual articles such as those in an nnir summary buffer.
720
721 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
724         least 21.5).
725
726         * smime.el (from): Declare it again for XEmacs.
727
728 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729
730         * message.el (message-resend): Don't disable encoding unless it's
731         already encoded.
732
733         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
734         low-numbered articles.
735
736 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * rfc2047.el (rfc2047-syntax-table): Simplify.
739
740         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
741
742         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
743         set-char-table-range for XEmacs.
744
745 2010-11-10  Glenn Morris  <rgm@gnu.org>
746
747         * time-date.el (time-to-seconds): Always an alias on Emacs,
748         never a real function.
749         (with-no-warnings): Remove compat stub, now unused.
750         (time-less-p): Doc fix.
751         (time-to-number-of-days): Simplify.
752
753         * smime.el (from): Remove unused declaration.
754
755         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
756         (gnus-float-time): On Emacs, always an alias.
757
758         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
759         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
760
761 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * dgnushack.el: Don't use ignore-errors in the top level form since it
764         is unavailable in XEmacs even if cl is loaded.
765
766         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
767
768 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * shr.el (browse-url-mailto): Autoload.
771
772         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
773
774         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
775         regexp doesn't need quoting.
776
777 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
778
779         * message.el (message-subject-trailing-was-ask-regexp)
780         (message-subject-trailing-was-regexp): Match was: in addition to was.
781
782 2010-11-09  Glenn Morris  <rgm@gnu.org>
783
784         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
785         (nnbabyl-check-mbox): Use point-at-bol.
786
787 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
790
791         * message.el (message-mailto): New function.
792         (message-mailto): Should accept other parameters.
793         (message-mailto): Remove since it duplicates browse-url-mailto
794         functionality.
795
796 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
799         methods.
800         (gnus-read-active-file): Ditto.
801
802         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
803         ": " from the prompt.
804         (gnus-group-make-group): Ditto.
805
806 2010-11-07  Glenn Morris  <rgm@gnu.org>
807
808         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
809         (gnus-bookmark-kill-line): Use point-at-eol.
810
811 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
814         asterisks in From header.
815
816 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
819         string to avoid making the From headers syntactically invalid.
820
821         * message.el (message-send-mail): Don't insert courtesy messages if the
822         message already has List-Post and List-ID messages.
823
824 2010-11-06  Glenn Morris  <rgm@gnu.org>
825
826         * gnus-art.el (gnus-treat-article): Give dynamic local variables
827         `condition', `type', `length' a prefix.
828         (gnus-treat-predicate): Update for above name changes.
829
830 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
831
832         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
833         binding.  Handled by `gnus-summary-refer-thread' instead.
834         (nnir-warp-to-article): New backend function.
835
836         * nnimap.el (nnimap-request-thread): Force dependency updating.
837
838         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
839         (gnus-summary-refer-thread): Rework to improve thread-referral.
840
841         * gnus-int.el (gnus-warp-to-article): New function.
842
843         * gnus-sum.el (gnus-summary-article-map): Bind it.
844
845 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
846
847         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
848         gnus-summary-refer-thread.
849
850         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
851         headers.
852         (gnus-summary-limit-include-thread): Prevent articles in thread from
853         being cut in gnus-cut-threads.
854         (gnus-summary-refer-thread): Limit retrieved headers to those in
855         thread.
856
857 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * message.el (message-send-mail): Use the value of
860         message-courtesy-message from the message buffer.
861
862         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
863
864         * shr.el (shr-browse-url): Implement mailto: URLs.
865
866         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
867         "raw".
868
869         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
870         if it's already selected.
871
872         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
873
874 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
877         to measure the length and truncate alt text.
878
879 2010-11-03  Glenn Morris  <rgm@gnu.org>
880
881         * nndiary.el (nndiary-generate-nov-databases-1)
882         (nndiary-generate-active-info): Rename dynamic variable `files' to
883         something less generic.
884
885 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
886
887         * nnir.el (nnir-request-move-article): Call the underlying backend to
888         move articles from nnir.
889
890 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
893
894 2010-11-02  Julien Danjou  <julien@danjou.info>
895
896         * nnir.el: Remove wais support.
897
898 2010-11-02  Glenn Morris  <rgm@gnu.org>
899
900         * gnus-html.el: Reorder requirements to quieten compiler.
901
902 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
905         properly for XEmacs as well.
906         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
907         (gnus-article-natural-long-line-p): Use window-width rather than
908         frame-width.
909
910 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
911
912         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
913         (nnir-read-parms): Don't modify query.
914         (nnir-run-query): Add ability to search topic on current line.
915         (nnir-get-active): Clean up.
916
917 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
920         degenerate articles.
921
922         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
923         (gnus-print-buffer): Just print the buffer as is, without any copying
924         to a buffer and then re-highlighting.
925
926         * nnimap.el (nnimap-request-group): Store the new updated info.
927         (nnimap-request-group): Select the group when we don't know whether it
928         exists or not.
929
930         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
931         groups.
932
933         * gnus-group.el (gnus-group-find-new-groups): Display all the new
934         groups.
935
936         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
937         groups.
938
939         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
940         long-lines case by only filling the long lines.
941
942         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
943         (bug #7311).
944
945 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * shr.el: No need to declare `declare-function' since shr.el is for
948         only Emacsen that provide `libxml-parse-html-region'.
949
950         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
951         effective only in a file it is referred to.
952
953 2010-11-01  Glenn Morris  <rgm@gnu.org>
954
955         * mm-util.el (gnus-completing-read): Autoload.
956         (mm-read-coding-system): Simplify Emacs definition.
957
958         * nnmail.el (gnus-activate-group):
959         * nnimap.el (gnutls-negotiate):
960         * nntp.el (netrc-parse): Fix declarations.
961
962 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
965         string-match-p in Emacs >=23.
966
967         * gnus-msg.el (gnus-configure-posting-styles)
968         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
969
970 2010-11-01  Glenn Morris  <rgm@gnu.org>
971
972         * nnir.el (declare-function): Add compat stub.
973         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
974         (nnir-run-gmane): Require 'mm-url.
975
976         * mm-util.el (mm-string-to-multibyte): Simplify.
977
978         * shr.el (declare-function): Add compat stub.
979         (url-cache-create-filename): Declare.
980         (mm-disable-multibyte, widget-convert-button): Autoload.
981
982         * smime.el (ldap-search): Declare.
983         (smime-cert-by-ldap-1): Require ldap on Emacs.
984
985         * nnimap.el: Require nnmail, and gnus-sum when compiling.
986         (nnimap-keepalive): Use gnus-float-time.
987
988         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
989         (mail-source-delete-crash-box): Use gnus-float-time.
990
991         * gnus-dired.el (gnus-completing-read): Autoload.
992
993         * mm-view.el (gnus-rescale-image): Autoload.
994
995         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
996
997         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
998
999         * sieve-manage.el: Require 'cl when compiling.
1000
1001         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1002         (gnus-iswitchb-completing-read): Require iswitchb.
1003         (gnus-select-frame-set-input-focus): Silence compiler.
1004
1005 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * message.el (message-subject-trailing-was-query): Change default to t,
1008         since I think that's what most people want.
1009
1010         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1011         appending for easier debugging.
1012         (nnimap-wait-for-connection): Take a regexp.
1013         (nnimap-request-accept-article): Wait for the continuation line before
1014         sending anything unless we're streaming.
1015
1016         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1017         leave the header washing to take place.
1018
1019 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1020
1021         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1022         regular expression match and replace in posting styles.
1023
1024 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1025
1026         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1027         an entire server.
1028         (nnir-get-active): New function.
1029         (nnir-run-imap): Use it.
1030         (nnir-run-gmane): Who knew, gmane search returns an article score!
1031
1032         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1033         server on the current line with nnir.
1034
1035 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1038         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1039         left edge.
1040         (gnus-article-foldable-buffer): Skip past the prefix when determining
1041         raggedness.
1042
1043         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1044         the raw article, and change `C-u g' to show the article without doing
1045         treatments.
1046
1047         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1048         on to `gnus-treat-article'.
1049         (gnus-inhibit-article-treatments): New variable.
1050
1051         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1052
1053         * gnus-art.el (gnus-treatment-function-alist): Have
1054         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1055         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1056         sections.
1057
1058         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1059         parameter.
1060         (gnus-article-fill-cited-long-lines): New function.
1061         (gnus-article-fill-cited-article): Allow filling only long sections.
1062
1063         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1064         and non-punctuation (like after the apostrophe in "'We").
1065
1066         * gnus-sum.el (gnus-summary-select-article): Make sure
1067         gnus-original-article-buffer is alive.
1068
1069         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1070         reflect the order they're in in the digest.
1071
1072         * gnus.el (gnus-group-startup-message): Move point to the start of the
1073         buffer.
1074
1075         * nnimap.el (nnimap-capability): New function.
1076         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1077         is set.
1078
1079 2010-10-31  David Engster  <dengste@eml.cc>
1080
1081         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1082         conform with changes to gnus-completing-read.
1083
1084 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1087
1088 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1089
1090         * nnir.el: Move defvar, defcustom around to keep file organized
1091         and keep byte-compiler quiet.
1092         (nnir-read-parms): Accept search-engine as arg.
1093         (nnir-run-query): Pass search-engine as arg.
1094         (nnir-search-engine): Remove.
1095
1096 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * shr.el (shr-generic): The text nodes should be text, not :text.
1099
1100         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1101         later in the file.
1102
1103 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1104
1105         * nnir.el: General clean up.  Allow searching with multiple engines.
1106         Allow separate extra-parameters for each engine.
1107         Batch queries when possible.
1108         (nnir-imap-default-search-key,nnir-method-default-engines):
1109         Add customize interface.
1110         (nnir-run-gmane): New engine.
1111         (nnir-engines): Use it.  Qualify all prompts with engine name.
1112         (nnir-search-engine): Remove global variable.
1113         (nnir-run-hyrex): Restore for now.
1114         (nnir-extra-parms,nnir-search-history): New variables.
1115         (gnus-group-make-nnir-group): Use them.
1116         (nnir-group-server): Remove in favor of gnus-group-server.
1117         (nnir-request-group): Avoid searching twice.
1118         (nnir-sort-groups-by-server): New function.
1119
1120 2010-10-30  Julien Danjou  <julien@danjou.info>
1121
1122         * gnus-group.el: Remove gnus-group-fetch-control.
1123
1124         * gnus-start.el (gnus-find-new-newsgroups):
1125         Remove gnus-check-first-time-used.
1126
1127         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1128
1129 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1130
1131         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1132         set on groups that don't have \* permanentflags.
1133
1134 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1137         control the background color.
1138         (shr-tag-img): Ignore very small web bug type images.
1139         (shr-put-image): Add help-echo alt texts to the images.
1140         (shr-tag-video): Show the video poster image.
1141
1142 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * shr.el (shr-table-depth): New variable.
1145         (shr-tag-table-1): Only insert the images after the top-level table.
1146
1147         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1148
1149         * gnus-util.el (gnus-list-memq-of-list): New function.
1150
1151         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1152         selected.
1153         (nnimap-unsplittable-articles): New slot.
1154         (nnimap-new-articles): Use it.
1155
1156 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1157
1158         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1159         move to the previous line on `M-g'.
1160
1161 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1164         *-request-group, which seems unnecessary.
1165
1166         * nnimap.el (nnimap-quote-specials): Function copied over from
1167         imap.el.
1168         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1169         they support that.  Suggested by Tom Regner.
1170
1171 2010-10-29  Julien Danjou  <julien@danjou.info>
1172
1173         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1174         defalias.
1175         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1176
1177         * gnus.el: Remove `gnus-nntp-service' variable.
1178         (gnus-secondary-servers): Make obsolete.
1179         (gnus-nntp-server): Make obsolete.
1180
1181         * gnus-start.el (gnus-1): Remove x-splash calls.
1182
1183         * gnus-ems.el (gnus-x-splash): Remove.
1184
1185         * gnus.el (gnus-group-startup-message): Simplify/update code.
1186
1187         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1188         definition.
1189
1190         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1191         capability before doing anything.
1192         (gnus-group-insert-group-line): Remove useless
1193         gnus-group-remove-excess-properties.
1194
1195 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1198
1199 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1202         config after reselecting.
1203
1204 2010-10-28  Julien Danjou  <julien@danjou.info>
1205
1206         * shr.el (shr-put-image): Use point even if only inserting text.
1207         (shr-put-image): Save excursion when inserting alt text on non-graphic
1208         display, so the behaviour is the same when we are on a graphic display.
1209
1210         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1211
1212 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1215         (gnus-mime-copy-part): Check coding system, not charset.
1216         (gnus-mime-view-part-externally): Never remove part.
1217         (gnus-mime-view-part-internally): Don't remove part here.
1218         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1219         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1220         multipart/alternative.
1221
1222         * mm-decode.el (mm-display-part): Take optional arg `force'.
1223
1224 2010-10-26  Julien Danjou  <julien@danjou.info>
1225
1226         * gnus-group.el (gnus-group-default-list-level): Add this function to
1227         compute the default list level.
1228         (gnus-group-default-list-level): Add possibility to use a function.
1229
1230 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1233
1234         * gnus-group.el (gnus-group-completing-read)
1235         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1236         gnus-replace-in-string.
1237
1238 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * shr.el (shr-tag-div): Add.
1241
1242         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1243
1244 2010-10-25  Julien Danjou  <julien@danjou.info>
1245
1246         * gnus-util.el: Remove `gnus-with-local-quit'.
1247
1248         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1249
1250 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251
1252         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1253         the original article buffer.
1254
1255 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * nnimap.el (nnimap-request-head): New function.
1258         (nnimap-request-move-article): Try to be slighly faster by not
1259         requesting the entire message when moving.
1260         (nnimap-transform-headers): Don't bug out on bodiless articles.
1261         (nnimap-send-command): Have no outstanding messages if the IMAP server
1262         doesn't support streaming.
1263         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1264
1265 2010-10-24  Julien Danjou  <julien@danjou.info>
1266
1267         * message.el (message-default-headers): Fix type.
1268
1269 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1272         prefetching images.
1273
1274         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1275         backend for unknown groups.  This is mainly useful for nnimap groups.
1276
1277         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1278         group isn't covered by the agent.
1279
1280 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1281
1282         * nnir.el (nnir-method-default-engines): New variable.
1283         (nnir-run-query): Use it.
1284         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1285         (gnus-summary-nnir-goto-thread): Change group if needed.
1286
1287         * gnus-group.el (gnus-group-group-map): Add key binding for
1288         gnus-group-make-nnir-group.
1289
1290 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * shr.el (shr-tag-object): Add.
1293
1294         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1295         original article buffer live.
1296         (gnus-summary-select-article-buffer):
1297         Mention gnus-widen-article-buffer.
1298
1299 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * shr.el (shr-tag-strong): Add.
1302
1303 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1306         group names.  They mess up the group buffer badly.
1307
1308         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1309
1310         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1311         instead of the summary one.
1312
1313 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * mml.el (mml-preview): Work properly when editing article.
1316
1317         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1318         gnus-have-read-active-file if it's already been in.
1319
1320 2010-10-22  Tom Tromey  <tromey@redhat.com>
1321
1322         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1323         gnus-group-completing-read.
1324
1325 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * message.el (message-mode-map): Don't bind M-; to comment region, to
1328         allow the global comment-dwim to work.
1329
1330 2010-10-21  Julien Danjou  <julien@danjou.info>
1331
1332         * message.el (message-setup-1): Allow message-default-headers to be a
1333         function.
1334
1335 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * shr.el (shr-tag-table): Simplify.
1338
1339 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1342         to avoid trying to snarf invalid stuff.
1343
1344         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1345
1346         * gnus.el (gnus-message-archive-group): Quote value.
1347         (gnus-message-archive-group): Mark as changed.
1348
1349         * shr.el (shr-add-font): Don't put the font properties on the newline
1350         or the indentation.
1351
1352         * message.el (message-fix-before-sending): Change options when sending
1353         non-printable characters.
1354
1355         * gnus.el (gnus-message-archive-method): Change the default to
1356         monthly outgoing groups.
1357
1358         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1359         that have gotten new numbers.
1360
1361         * nnimap.el (nnimap-request-replace-article): New function.
1362
1363 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1366         (nnrss-request-article): Don't use special html washing code.
1367
1368 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * shr.el (shr-tag-table): Remove useless nconc.
1371
1372 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * gnus-art.el (article-wash-html): Simplify and remove the charset
1375         stuff.  Use the normal html rendering code instead of the special html
1376         washing code.
1377
1378         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1379         `gnus-w3m' symbols.
1380         (mm-text-html-washer-alist): Remove.
1381
1382         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1383         (mm-inline-media-tests): Remove use.
1384         (mm-text-html-renderer): Change default to the `shr' symbol.
1385
1386         * mm-view.el (mm-inline-text-html): Remove use.
1387
1388         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1389         `gnus-blocked-images' to be a function.
1390         (gnus-article-wash-function): Remove.
1391
1392 2010-10-20  Julien Danjou  <julien@danjou.info>
1393
1394         * spam.el (spam-list-of-processors): Mark as obsolete.
1395
1396         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1397         (nnimap-insert-partial-structure): Fix boundary detection.
1398
1399 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1400
1401         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1402         run file-truename on remote files.  This can be expensive and even
1403         prevent one from editing drafts if some unrelated buffer has a stale
1404         connection.
1405
1406 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1409         kinsoku-eol regardless of shr-kinsoku-shorten.
1410         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1411         (shr-tag-table): Support caption, thead, and tfoot.
1412
1413 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1416         lines.
1417         (shr-save-contents): New command and keystroke.
1418
1419         * nndoc.el (nndoc-type-alist): Add git support.
1420         (nndoc-git-type-p): New function.
1421         (nndoc-transform-git-article): Ditto.
1422         (nndoc-transform-git-headers): Ditto.
1423         (nndoc-transform-git-headers): Generate Subject headers.
1424
1425         * shr.el (shr-parse-style): New function.
1426         (shr-tag-span): Ditto.
1427
1428         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1429         to `G G' to avoid collisions.
1430
1431 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * shr.el: Load kinsoku if necessary.
1434         (shr-kinsoku-shorten): New internal variable.
1435         (shr-find-fill-point): Make kinsoku shorten text line if
1436         shr-kinsoku-shorten is bound to non-nil.
1437         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1438         shr-indentation too when testing if table is wider than frame width.
1439         (shr-insert-table): Use `string-width' instead of `length' to measure
1440         text width.
1441         (shr-insert-table-ruler): Make sure indentation is done at bol.
1442
1443 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1444
1445         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1446         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1447         undecoded network data.
1448
1449 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1452         name in the mode line spec so that the mode line menu works
1453         (bug #2431).
1454
1455         * message.el (message-get-reply-headers): If we're fed `to-address',
1456         then always use that.
1457
1458         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1459         aren't so wide as to need to switch off the edit menu.
1460
1461         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1462         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1463
1464         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1465         `M-g'.
1466         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1467         the permanent marks.
1468
1469 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1470
1471         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1472         Splitting according to references/in-reply-to obeys the ignore-groups
1473         variable, while splitting by sender and subject do not.
1474
1475 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1478         alist, so that we can look for non-Unicode chars.
1479         (article-translate-strings): Allow both character and string maps.
1480
1481 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * shr.el (shr-insert): Don't insert space behind a wide character
1484         categorized as kinsoku-bol, or between characters both categorized as
1485         nospace.
1486
1487 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1488
1489         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1490         headers to gnus-newsgroup-headers.
1491
1492 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * shr.el (shr-tag-img): Don't align images -- since we're not
1495         rescaling, this often leads to ugly displays.
1496
1497 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1498
1499         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1500         duplicates.
1501
1502 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1503
1504         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1505         call.
1506
1507 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus.el: Autoload gnus-html-show-images.
1510
1511         * nnimap.el: Use nnheader-message throughout.
1512
1513         * shr.el (shr-tag-img): Ignore images with no data.
1514
1515 2010-10-15  Julien Danjou  <julien@danjou.info>
1516
1517         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1518         a possibility to disable format=flow encoding when using hard newlines.
1519
1520 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * shr.el (shr-insert): Remove space inserted before or after a
1523         breakable character or at the beginning or the end of a line.
1524         (shr-find-fill-point): Do kinsoku; find the second best point or give
1525         it up if there's no breakable point.
1526
1527 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * nnimap.el (nnimap-open-connection): Message when opening connection
1530         for debugging purposes.
1531
1532         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1533         on every setup buffer call to allow this to change from article to
1534         article.
1535
1536         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1537         buffers where we have a wide table.
1538
1539 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1540
1541         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1542         uses *-request-thread.
1543
1544 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1547         incantation, which is no longer valid.
1548
1549 2010-10-14  Julien Danjou  <julien@danjou.info>
1550
1551         * shr.el: Fix defcustom type (char -> character).
1552
1553 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1556         programs.
1557
1558 2010-10-14  Julien Danjou  <julien@danjou.info>
1559
1560         * shr.el (shr-tag-a): Use url-link as widget type.
1561
1562         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1563         `gnus-group-get-icon'.
1564
1565 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1568         This should make server editing work better.
1569
1570         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1571
1572         * tls.el (tls-program): Remove spurious %s from openssl.
1573
1574         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1575         (nnimap-parse-flags): Fix regexp.
1576
1577         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1578         probably work for CJVK text, too.
1579
1580         * nnimap.el (nnimap-extend-tls-programs): Remove.
1581         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1582
1583         * tls.el (tls-starttls-switches): Remove starttls hack.
1584         (open-tls-stream): Ditto.
1585         (tls-find-starttls-argument): Ditto.
1586
1587 2010-10-13  Julien Danjou  <julien@danjou.info>
1588
1589         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1590         responses.
1591
1592 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1595
1596         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1597         anything in Emacs.
1598
1599         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1600
1601 2010-10-13  Julien Danjou  <julien@danjou.info>
1602
1603         * shr.el (shr-width): Make shr-width a defcustom with default to
1604         fill-column.
1605         (shr-tag-img): Use shr-width rather than fill-column.
1606
1607 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * dgnushack.el (byte-optimize-apply)
1610         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1611
1612         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1613         position when (X-)Faces exist.
1614         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1615         avatars when called interactively.
1616
1617 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1620         gnus-article-x-face-too-ugly is bound.
1621
1622 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1625
1626         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1627         mailbox that doesn't exist.
1628
1629 2010-10-12  Julien Danjou  <julien@danjou.info>
1630
1631         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1632         (shr-get-image-data): Encode URL properly when fetching from cache.
1633         (shr-tag-img): Use aligned-to spaces to align correctly images.
1634
1635         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1636         before inserting the Gravatar.
1637
1638         * shr.el (shr-tag-img): Add align attribute support for <img>.
1639
1640 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * gnus-gravatar.el (gnus-art): Require.
1643
1644         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1645         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1646         Remove long obsoleted functions.
1647
1648 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1651
1652         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1653
1654         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1655         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1656         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1657         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1658         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1659         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1660         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1661
1662 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * nnimap.el (nnimap-request-rename-group): Select group read-only
1665         before renaming it.
1666
1667         * shr.el (shr-insert): Fix up the white space only regexp.
1668
1669         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1670         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1671
1672         * shr.el (shr-current-column): New function.
1673         (shr-find-fill-point): New function.
1674
1675 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1676
1677         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1678         numbers.
1679
1680 2010-10-11  Julien Danjou  <julien@danjou.info>
1681
1682         * shr.el (shr-hr-line): Add.
1683         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1684         display hr lines.
1685         (shr-max-columns): Do not change state to nil if we just inserting
1686         spaces.
1687
1688 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1691         select the last group.
1692
1693 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1694
1695         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1696
1697 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1698
1699         * dig.el (dig-mode-map): Declare and define in one step.
1700
1701 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1704         for Gnus.
1705         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1706         (nnimap-update-qresync-info): Mark \Seen articles as read.
1707
1708         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1709         non-variable, too.
1710
1711         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1712         available.
1713         (nnimap-update-info): Rely more on the current active than the param
1714         active to avoid marking articles as read too much.
1715
1716         * auth-source.el (auth-source-create): Use (user-login-name) for the
1717         user name default.
1718
1719         * nnimap.el (nnimap-update-info): If the server doesn't return any
1720         useful info, just use the previous info.
1721         (nnimap-update-info): Prefer old info over start-article.
1722         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1723
1724 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1725
1726         * nnir.el (autoload): Clean up autoloads.
1727         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1728         Use key rather than value.
1729         (nnir-imap-search-other): New variable.
1730         (nnir-read-parm): Use it.
1731         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1732         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1733
1734 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1735
1736         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1737         the process, too.
1738
1739 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * spam.el (gnus-summary-mode-map): Bind to "$".
1742         Suggested by Russ Allbery.
1743
1744         * shr.el: Rework the way things are indented by <li> slightly.
1745
1746         * gnus.el (gnus-group-set-parameter): Fix typo.
1747
1748         * nnimap.el: Start implementing QRESYNC support.
1749
1750 2010-10-09  Julien Danjou  <julien@danjou.info>
1751
1752         * nnir.el (nnir-engines): Fix too many arguments.
1753
1754 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1757         group is the "last", so that the backends like nnfolder actually save
1758         their folders.
1759
1760         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1761         try to use that for the tls stream.
1762         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1763         UIDVALIDITY and find out which groups are read-only and not.
1764         (nnimap-get-flags): Use the same marks parsing code as the rest of
1765         nnimap.
1766
1767 2010-10-09  Julien Danjou  <julien@danjou.info>
1768
1769         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1770
1771         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1772         retrieving gravatars.
1773
1774         * shr.el (shr-table-corner): Add.
1775         (shr-table-line): Add.
1776         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1777
1778 2010-10-08  Julien Danjou  <julien@danjou.info>
1779
1780         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1781
1782 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1783
1784         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1785
1786         * gnus-sum.el (gnus-mark-article-as-unread)
1787         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1788         (gnus-summary-set-bookmark): Use it.
1789
1790         * gnus-msg.el (gnus-setup-message): Use it.
1791
1792         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1793
1794         * gnus.el (gnus-group-remove-parameter): Use it.
1795
1796         * gnus-group.el (gnus-group-make-web-group): Use it.
1797
1798         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1799
1800         * nnregistry.el: Update docs to mention manual.
1801
1802         * gnus-registry.el: Update docs to mention nnregistry.el.
1803         (gnus-registry-initialize): Don't install nnregistry refer method
1804         automatically.
1805         (gnus-registry-install-nnregistry): Remove it.
1806
1807 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * shr.el (shr-insert): Don't insert double spaces.
1810
1811 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-gravatar.el (gnus-treat-from-gravatar)
1814         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1815         called interactively.
1816
1817         * gnus-art.el (gnus-mime-view-part-externally)
1818         (gnus-mime-view-part-internally): Make predicate function passed to
1819         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1820         of a mime type.
1821
1822         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1823
1824 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * shr.el (require): Require cl when compiling.
1827         (shr-tag-hr): New function.
1828
1829         * nnimap.el (nnimap-update-info): Remove double setting of high.
1830         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1831         This makes nnimap work properly on Courier again.
1832
1833         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1834         the variable for backwards compatability.
1835
1836         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1837         the file name before using to avoid setting mm-default-directory to
1838         nil.
1839
1840         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1841         bidning gnus-agent variables.
1842
1843         * shr.el (shr-render-td): Use a cache for the table rendering function
1844         to avoid getting an exponential rendering behaviour in nested tables.
1845         (shr-insert): Rework the line-breaking algorithm.
1846         (shr-insert): Don't leave trailing spaces.
1847         (shr-insert-table): Also insert empty TDs.
1848         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1849
1850 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1851
1852         * gnus-sum.el (gnus-number): Rename from `number'.
1853         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1854         (gnus-summary-limit-children): Update uses correspondingly.
1855
1856 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1859         (gnus-gravatar-transform-address): Don't show avatars of people of
1860         which mail addresses match gnus-gravatar-too-ugly.
1861
1862 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * shr.el (shr-table-widths): Expand TD elements to fill available
1865         space.
1866
1867 2010-10-07  Julien Danjou  <julien@danjou.info>
1868
1869         * nnimap.el (nnimap-request-rename-group): Add this method.
1870
1871 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1874         name from XEmacs' function-arglist.
1875
1876         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1877         gravatar under XEmacs.
1878
1879 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1880
1881         * auth-source.el: Update docs with TODO items.
1882
1883         * gnus-sync.el: Update docs to explain state and plans.
1884
1885         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1886         Hooks for mark updates.
1887         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1888
1889         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1890         hooks with arguments, which is needed for mark update hooks.
1891
1892 2010-10-06  Julien Danjou  <julien@danjou.info>
1893
1894         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1895         was matched.
1896
1897         * sieve-manage.el: Update example in `Commentary'.
1898
1899         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1900
1901         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1902         not 2000.
1903         (sieve-manage-authenticate): Re-add function.
1904
1905 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * shr.el (shr-insert): Get 'space transition right.
1908         (shr-render-td): Only delete space at the end of the TD.
1909
1910         * nnimap.el (nnimap-open-connection): Prepare to support
1911         open-gnutls-stream.
1912
1913         * shr.el: Rearrange function order to be more logical.
1914
1915 2010-10-06  Julien Danjou  <julien@danjou.info>
1916
1917         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1918         (nnrss-discover-feed): Remove 404 URL in docstring.
1919
1920         * nnir.el: Fix Swish-E URL.
1921         Fix Namazu URL.
1922
1923         * message.el (message-change-subject): Remove 404 URL in a comment.
1924
1925 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1928         called interactively.
1929
1930         * gnus-util.el (gnus-remove-if): Allow hash table.
1931         (gnus-remove-if-not): New function.
1932
1933         * gnus-art.el (gnus-mime-view-part-as-type)
1934         * gnus-score.el (gnus-summary-score-effect)
1935         * gnus-sum.el (gnus-read-move-group-name):
1936         Replace remove-if-not with gnus-remove-if-not.
1937
1938         * gnus-group.el (gnus-group-completing-read):
1939         Regard collection as a hash table if it is not a list.
1940
1941 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1944
1945         * shr.el: Document the table-rendering algorithm.
1946
1947 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1950         for Emacsen having no `libxml-parse-html-region' support.
1951
1952 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1955         invalid URLs.
1956
1957         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1958         line-broken.
1959         (shr-tag-img): Ignore image fetching errors.
1960         (shr-overlays-in-region): Compute overlay positions correctly.
1961
1962         * mm-decode.el (mm-shr): Require shr.
1963
1964         * gnus-art.el (gnus-blocked-images): Move variable here.
1965
1966         * shr.el (shr-insert-table): Bind free variable.
1967
1968         * mm-decode.el (mm-shr): Bind shr-content-function.
1969
1970         * shr.el (shr-content-function): New variable.
1971
1972         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1973         added for symmetry.
1974
1975         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1976
1977         * gnus-group.el (gnus-group-make-group): Doc fix.
1978
1979         * nnimap.el (nnimap-request-newgroups): Return success.
1980
1981         * shr.el (shr-find-elements): New function.
1982         (shr-tag-table): Put all the images after the table.
1983         (shr-tag-table): Really inhibit images inside the table.
1984         (shr-collect-overlays): Copy over overlays from the TD elements to the
1985         main document.
1986
1987         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1988         gnus-blocked-images.
1989
1990 2010-10-05  Julien Danjou  <julien@danjou.info>
1991
1992         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1993
1994         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1995         (gnus-html-maximum-image-size): Add this function.
1996         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1997
1998         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1999         server-value of the capability is nil.
2000
2001 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * shr.el (shr-tag-em): Add <EM> tag.
2004
2005 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2006
2007         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2008         customizable.
2009
2010         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2011         handing broken links to browse-url.
2012
2013 2010-10-05  Julien Danjou  <julien@danjou.info>
2014
2015         * gnus-util.el (gnus-emacs-completing-read)
2016         (gnus-iswitchb-completing-read): Use autoload rather than require.
2017
2018 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2021         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2022         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2023         iswitchb-temp-buflist for XEmacs.
2024
2025         * gnus-util.el (gnus-completing-read-function): Exclude
2026         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2027         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2028         XEmacs.
2029
2030         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2031         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2032
2033         * gnus-html.el: Don't require help-fns under XEmacs.
2034         (gnus-html-schedule-image-fetching): Work for XEmacs.
2035
2036         * mm-decode.el (mm-shr): Decode contents by charset.
2037
2038 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2041         unknown.
2042
2043         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2044         (shr-get-image-data): Ensure against the cache file missing.
2045
2046         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2047         for data.
2048
2049         * spam-report.el (spam-report-url-ping-plain): Don't query about
2050         killing the process.
2051
2052         * shr.el (shr-render-td): Protect against too-wide text.
2053
2054 2010-10-04  Julien Danjou  <julien@danjou.info>
2055
2056         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2057         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2058
2059         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2060         retrieved.
2061
2062 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * shr.el (browse-url): Require.
2065         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2066         lines.
2067         (shr-show-alt-text, shr-browse-image): New commands.
2068         (shr-browse-url, shr-copy-url): New commands.
2069
2070         * gnus-sum.el (gnus-widen-article-window): New variable.
2071         (gnus-summary-select-article-buffer): Use it.
2072
2073         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2074         without @ signs.
2075
2076 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2077
2078         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2079
2080 2010-10-04  Julien Danjou  <julien@danjou.info>
2081
2082         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2083         for XEmacs.
2084
2085 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2088
2089         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2090         (nnimap-close-server): Implement.
2091
2092         * dgnushack.el (iswitchb): Require to shut up the compiler.
2093
2094         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2095         (shr-insert): Tweak line breaking.
2096         (shr-insert): Handle <pre> better.
2097         (shr-tag-li): Get <li> indentation right.
2098         (shr-tag-li): Get <li> indentation even righter.
2099         (shr-tag-blockquote): Ensure paragraph start.
2100         (shr-make-table): Tweak table generation.
2101         (shr-make-table): Fix typo.
2102
2103         * shr.el: Implement table rendering.
2104
2105 2010-10-04  Julien Danjou  <julien@danjou.info>
2106
2107         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2108
2109 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * shr.el (shr-insert): Use string anchors instead of line anchors.
2112
2113 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * shr.el: Add headings.
2116         (shr-ensure-paragraph): Actually work.
2117         (shr-tag-li): Make <ul> prettier.
2118         (shr-insert): Get white space at the beginning/end of elements right.
2119         (shr-tag-p): Collapse subsequent <p>s.
2120         (shr-ensure-paragraph): Don't insert double line feeds after blank
2121         lines.
2122         (shr-insert): \t is also space.
2123         (shr-tag-s): Fix "s" tag name function.
2124         (shr-tag-s): Fix face prop name.
2125
2126 2010-10-03  Julien Danjou  <julien@danjou.info>
2127
2128         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2129
2130         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2131         gnus-window-inside-pixel-edges.
2132
2133         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2134         gnus-ems.
2135
2136         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2137
2138         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2139         function.
2140
2141         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2142         resize choice.
2143
2144 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2147         beginning of the buffer.
2148
2149         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2150         article buffer again.
2151
2152         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2153
2154         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2155         when it's at the start of the buffer.
2156
2157         * shr.el (shr-tag-blockquote): Convert name.
2158         (shr-rescale-image): Use the right image-size variant.
2159
2160         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2161         buffer isn't shown, then select the current article first instead of
2162         bugging out.
2163         (gnus-summary-select-article-buffer): Show both the article and summary
2164         buffers again.
2165
2166         * shr.el (shr-fontize-cont): Protect against regions with no text.
2167         Rename tag functions to shr-tag-* for enhanced security.
2168         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2169
2170 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2171
2172         * shr.el (shr-insert):
2173         * pop3.el (pop3-movemail):
2174         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2175         loaded.
2176
2177 2010-10-03  Glenn Morris  <rgm@gnu.org>
2178
2179         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2180
2181         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2182
2183         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2184
2185         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2186
2187         * gnus-util.el (gnus-make-local-hook): Simplify.
2188
2189 2010-10-02  Julien Danjou  <julien@danjou.info>
2190
2191         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2192         (gnus-ido-completing-read): New function.
2193         (gnus-emacs-completing-read): New function.
2194         (gnus-completing-read): Use gnus-completing-read-function.
2195         Add gnus-completing-read-function.
2196
2197 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * shr.el (shr-insert-document): Autoload.
2200         (shr-img): Be silent.
2201         (shr-insert): Add a newline after every picture before text.
2202         (shr-add-font): Use overlays for combining faces.
2203         (shr-insert): Pass upwards the text start point.
2204
2205         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2206         possible.
2207         (mm-shr): New function.
2208
2209 2010-10-02  Julien Danjou  <julien@danjou.info>
2210
2211         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2212         should go backward.
2213
2214 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2215
2216         * shr.el (shr): Fix typo in provide call.
2217
2218 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * shr.el: New file.
2221
2222         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2223
2224         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2225         completing read.
2226
2227 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2230         we're being queried about.  Suggested by Dan Jacobson.
2231
2232         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2233         Suggested by Jason Eisner.
2234
2235         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2236         table, too.  Suggested by Stefan Wiens.
2237         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2238         the table unnecessary.  Suggested by Stefan Wiens.
2239
2240         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2241         longer needed, and probably doesn't work either, as pointed out by
2242         Stefan Wiens.
2243         (gnus-summary-exit): Remove call to the clearing function.
2244         (gnus-summary-exit-no-update): Ditto.
2245
2246         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2247         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2248         Reported by Stefan Monnier.
2249         (gnus-summary-save-in-rmail): Ditto.
2250
2251         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2252         article buffer, instead of both the article buffer and the summary
2253         buffer.  Sort of suggested by Dan Jacobson.
2254
2255         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2256
2257         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2258         Suggested by Dan Jacobson.
2259
2260         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2261         documentation clearer.
2262
2263         * message.el (message-shorten-references): Comment on the number "21".
2264         Suggested by Stefan Monnier.
2265
2266         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2267         Suggested by Dan Jacobson.
2268
2269         * gnus.el (gnus-large-newsgroup):
2270         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2271
2272         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2273         externalize attachments.  Bug reported by Steve Wen.
2274
2275         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2276         really message anything to the user.
2277
2278         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2279         directly.
2280
2281         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2282         messages in empty groups.
2283
2284 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2285
2286         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2287         non-UIDNEXT group.
2288
2289 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2292         not the value from the collection.
2293
2294         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2295         values.  This sometimes happens on some groups that have no info.
2296         (nnimap-request-newgroups): New function.
2297
2298 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2299
2300         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2301         check into `gnus-registry-initialize'.
2302         (gnus-registry-initialize): Ditto.
2303         Fix and extend header docs.
2304
2305 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306
2307         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2308         regexp backtrace overflows.
2309
2310         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2311         for starttls that tls.el implements; i.e. openssl.
2312
2313         * tls.el (tls-starttls-switches): Give up on using starttls with
2314         gnutls-cli.
2315         (tls-program): Add --insecure to be consistent with the defaults from
2316         openssl s_client.  Now all three commands are insecure.
2317
2318 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * lpath.el: Bind completion-styles-alist for XEmacs.
2321
2322         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2323         (gravatar-create-image): New function that's an alias to
2324         gnus-xmas-create-image, gnus-create-image, or create-image.
2325         (gravatar-data->image): Use it.
2326
2327 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2328
2329         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2330         install the nnregistry refer method.
2331         (gnus-registry-install-hooks): Use it.
2332         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2333         unfollowed groups.
2334
2335 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2336
2337         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2338         expanding threads.
2339
2340 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * nnir.el: Use the server names without suffixes (bug #7009).
2343
2344         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2345         unencrypted to STARTTLS, if possible.
2346
2347 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2348
2349         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2350         headers before superseding.
2351
2352 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * nnrss.el (nnrss-use-local): Add documentation.
2355
2356         * nnimap.el (nnimap-extend-tls-programs): New function.
2357         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2358         (nnimap-wait-for-connection): Accept the greeting from the stupid
2359         output from openssl s_client -starttls, too.
2360
2361         * tls.el (tls-starttls-switches): New variable.
2362         (tls-find-starttls-argument): Use it.
2363         (open-tls-stream): Ditto.
2364
2365         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2366         (netrc-machine): Ditto.
2367
2368         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2369         article number.
2370         (nnimap-split-fancy): New variable.
2371         (nnimap-split-incoming-mail): Use it.
2372
2373         * nntp.el (nntp-server-list-active-group): Document.
2374
2375         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2376         SELECT to get the message-id.
2377
2378         * mail-source.el (mail-sources): Remove webmail support.
2379         (defvar): Ditto.
2380         (mail-source-fetcher-alist): Ditto.
2381         (mail-source-fetch-webmail): Remove.
2382
2383         * webmail.el: Remove -- doesn't seem relevant any more.
2384
2385         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2386
2387         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2388         the \r.
2389
2390 2010-09-30  Julien Danjou  <julien@danjou.info>
2391
2392         * gnus-agent.el (gnus-agent-add-group): Fix call to
2393         gnus-completing-read.
2394
2395 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * nndoc.el (nndoc-retrieve-groups): New function.
2398
2399         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2400         `default', use nnmail-split-methods.
2401         (nnimap-request-article): Downcase the NILs so that they are nil.
2402
2403         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2404         symbol.
2405
2406         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2407         code, since if the user has requested network, that's what they ought
2408         to get.
2409         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2410         (nnimap-split-rule): Mark as obsolete.
2411
2412         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2413         New variable.
2414
2415         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2416         correct slot, too.
2417
2418 2010-09-29  Julien Danjou  <julien@danjou.info>
2419
2420         * gnus.el (gnus-local-domain): Declare variable obsolete.
2421
2422         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2423         Fix history computing.
2424         (gnus-ido-completing-read): Require ido.
2425
2426 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2429         build Gnus.
2430
2431         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2432         when interpreting the structures.
2433         (nnimap-request-accept-article): Add \r\n to the lines to make this
2434         work with Cyrus.
2435
2436         * nndraft.el (nndraft-request-expire-articles): Use the group name
2437         instead if "nndraft".  Fix found by Nils Ackermann.
2438
2439 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2440
2441         * nnregistry.el: Add.
2442
2443 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2444
2445         * nnmail.el (group, group-art-list, group-art):
2446         Remove unneeded directives.
2447
2448 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2451         (mm-mime-charset)
2452         * rfc2047.el (rfc2047-syntax-table)
2453         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2454
2455         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2456         rather than `insert-file-contents' and `eval-region'.
2457
2458         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2459         construction.
2460
2461         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2462
2463         * time-date.el: No need to require cl for Emacs 21.
2464
2465 2010-09-29  Julien Danjou  <julien@danjou.info>
2466
2467         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2468         replacement of `gnus-gravatar-relief' to mimic
2469         `gnus-faces-properties-alist'.
2470         Add :version property.
2471
2472 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * mail-source.el (mail-source-report-new-mail)
2475         * message.el (message-default-mail-headers)
2476         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2477
2478         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2479
2480 2010-09-28  Julien Danjou  <julien@danjou.info>
2481
2482         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2483         mail-address contains the same string as real-name.
2484
2485         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2486         non-blank in header, otherwise it'll get stripped.
2487
2488         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2489         real-name, and then for mail address rather than doing : or , search.
2490
2491 2010-09-27  Julien Danjou  <julien@danjou.info>
2492
2493         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2494         right completing-read function.
2495         (gnus-use-ido): New variable
2496         (gnus-completing-read-with-default): Remove.
2497         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2498         (gnus-agent-add-group):
2499         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2500         * mm-view.el (mm-view-pkcs7-decrypt):
2501         * mm-util.el (mm-codepage-setup):
2502         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2503         * mml-smime.el (mml-smime-openssl-sign-query):
2504         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2505         (mml-insert-multipart):
2506         * gnus-msg.el (gnus-summary-yank-message):
2507         * gnus-int.el (gnus-start-news-server):
2508         * mm-decode.el (mm-interactively-view-part):
2509         * gnus-dired.el (gnus-dired-attach):
2510         * gnus.el (gnus-read-method):
2511         * gnus-bookmark.el (gnus-bookmark-jump):
2512         * gnus-art.el (gnus-mime-view-part-as-type)
2513         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2514         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2515         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2516         * nnmairix.el (nnmairix-create-server-and-default-group)
2517         (nnmairix-update-groups, nnmairix-get-server)
2518         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2519         (nnmairix-get-group-from-file-path):
2520         * nnrss.el (nnrss-find-rss-via-syndic8):
2521         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2522         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2523         (gnus-group-browse-foreign-server):
2524         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2525         (gnus-summary-execute-command, gnus-summary-respool-article)
2526         (gnus-read-move-group-name):
2527         * gnus-score.el (gnus-summary-increase-score)
2528         (gnus-summary-score-effect):
2529         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2530
2531 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2534         x-focus-frame.
2535
2536         * nnimap.el (auth-source-forget-user-or-password)
2537         (auth-source-user-or-password): Autoload.
2538
2539         * message.el (message-from-style, message-interactive)
2540         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2541         (message-yank-prefix, message-indentation-spaces, message-signature)
2542         (message-signature-file): Add comment.
2543
2544 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2547         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2548         new articles.
2549
2550         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2551         parts.
2552         (nnimap-request-article): Work with the t setting, too.
2553
2554         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2555         that you don't get flashes of other buffers.
2556         (gnus-summary-show-complete-article): Intern before setting.
2557
2558 2010-09-27  David Engster  <dengste@eml.cc>
2559
2560         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2561         well as HEADERS.
2562         (nnmairix-retrieve-headers): Provide new argument for the above.
2563
2564 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * gnus-sum.el (gnus-summary-move-article): Don't alter
2567         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2568         group.
2569
2570         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2571
2572         * message.el (message-cite-prefix-regexp): Revert my last edit.
2573
2574         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2575         variable instead of the Gnus variable.
2576
2577         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2578
2579         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2580
2581         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2582         since some servers don't like it.
2583         (nnimap-open-connection): Forget credentials if the server says the
2584         password was wrong.
2585         (nnimap-parse-line): Protect against invalid data.
2586
2587         * gnus-sum.el (gnus-summary-move-article): Add comment.
2588         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2589         nothing alters it while scanning for new messages.
2590
2591         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2592         which may or may not help.
2593         (nnimap-open-connection): If we're doing a stream connection, and then
2594         discover we're on a STARTTLS-capable server, then open a STARTTLS
2595         connection instead.
2596
2597 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * nnimap.el (utf7): Require.
2600
2601         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2602         prefix.
2603
2604 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2605
2606         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2607
2608 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * nnimap.el (nnimap-request-accept-article): Message the error on
2611         error.
2612
2613 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2616
2617 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * nndoc.el (nndoc-request-list): Return success always.
2620
2621         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2622         `fetch-old' -- we only want to fetch the articles we've requested.
2623         The rest are in the agent, probably.
2624         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2625         disappeared server" to something low.  It's not important.
2626
2627         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2628         arrived before the FETCH data.
2629
2630         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2631         target here, because we don't know the Gnus name of the group.
2632
2633         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2634         for the correct group.
2635
2636         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2637
2638         * gnus.el (gnus): Give a final warning after startup.
2639
2640         * gnus-util.el (gnus-action-message-log): New variable.
2641         (gnus-message): Use it.
2642         (gnus-final-warning): New function.
2643
2644         * nnimap.el (nnimap-open-connection): Record the greeting.
2645         (nnimap): Add greeting.
2646
2647 2010-09-26  Julien Danjou  <julien@danjou.info>
2648
2649         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2650         arguments.
2651         (gnus-html-wash-images): Fix spec computing to include start/end.
2652
2653         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2654
2655 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2658         deletion.
2659         (nnimap-retrieve-headers): Don't select the group, because that's
2660         already done by nnimap-possibly-change-group.
2661
2662         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2663         (gnus-picon-transform-address): Use it.
2664
2665         * mail-source.el (mail-source-value): Revert previous patch.
2666
2667         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2668         on failure.
2669         (nnimap-open-connection): Look up both virtual and physical server name
2670         credentials.
2671
2672         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2673
2674 2009-02-07  Dave Love  <fx@gnu.org>
2675
2676         * tls.el (open-tls-stream): Don't query killing process.
2677
2678 2009-02-08  Dave Love  <fx@gnu.org>
2679
2680         * gnus-win.el (gnus-window-to-buffer-helper)
2681         (gnus-all-windows-visible-p): Function needn't be a symbol.
2682
2683         * mail-source.el (mail-source-value): Function needn't be a symbol.
2684
2685 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * message.el (message-cite-prefix-regexp): Remove } from the cite
2688         prefix.
2689
2690         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2691         highlight again, so that the highlight is correct.
2692
2693         * gnus-picon.el (gnus-picon): Remove again.
2694         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2695
2696         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2697         doing the header highlightling, so that the background colour of the
2698         picon is correct.
2699
2700         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2701         (gnus-picon): Ditto.
2702         (gnus-picon): Reinstate.  The background colour for picons is white.
2703         (gnus-picon-insert-glyph): Make the background white.
2704
2705         * nnml.el (nnml-open-nov): Don't return dead buffers.
2706
2707         * auth-source.el (auth-source-create): Query the user for whether to
2708         store the credentials.
2709
2710         * netrc.el (netrc-store-data): New function.
2711
2712         * auth-source.el (auth-source-user-or-password): Use the existing auth
2713         sources, if any, for creation.
2714
2715         * gnus.el (gnus-group-fast-parameter): Return the last matching
2716         parameter instead of the first matching parameter.
2717
2718 2010-09-26  Julien Danjou  <julien@danjou.info>
2719
2720         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2721
2722 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * mml2015.el (mml2015-use): Remove gpg support.
2725
2726         * mml1991.el (mml1991-function-alist): Remove gpg function.
2727         (mml1991-gpg-sign): Remove.
2728
2729 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2730
2731         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2732         (gnus-browse-unsubscribe-current-group): Document it.
2733         (gnus-browse-unsubscribe-group): Use it.
2734
2735 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2738         address to the To list for easier response.
2739
2740         * gnus.el (gnus-play-startup-jingle): Remove.
2741         (gnus-splash): Don't play jingle.
2742         (gnus): Silence gnus-load message.
2743
2744         * gnus-art.el (gnus-treat-play-sounds): Remove.
2745
2746         * gnus.el (gnus-play-jingle): Remove audio support.
2747
2748         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2749
2750         * earcon.el: Remove -- no users.
2751
2752         * gnus-audio.el: Remove -- no users of this package.
2753
2754         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2755
2756         * gnus-start.el (gnus-setup-news): Remove nocem support.
2757
2758         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2759
2760         * gnus.el (gnus-use-nocem): Remove.
2761
2762         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2763         Remove.
2764
2765         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2766         uses NoCeM any more.
2767
2768         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2769         (gnus-button-ctan-handler): Ditto.
2770         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2771         (gnus-button-ctan-directory-regexp): Ditto.
2772         (gnus-button-handle-ctan): Ditto.
2773         (gnus-button-tex-level): Ditto.
2774         (gnus-button-alist): Remove CTAN stuff.
2775
2776 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2779         nnimap-streaming test.
2780
2781         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2782         servers twice.
2783
2784         * nnimap.el (nnimap-open-connection): Add more error reporting when
2785         nnimap fails early.
2786
2787         * nnheader.el (nnheader-get-report-string): New function.
2788         (nnheader-get-report): Use it.
2789
2790         * gnus-int.el (gnus-check-server): Say what the error was when opening
2791         failed.
2792
2793         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2794         using streaming.
2795
2796 2010-09-25  Julien Danjou  <julien@danjou.info>
2797
2798         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2799         gnus-window-inside-pixel-edges.
2800
2801 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2804
2805         * mm-decode.el (mm-save-part): Allow saving to other directories the
2806         normal Emacs way.
2807
2808         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2809         Suggested by Jay Berkenbilt.
2810
2811         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2812         there isn't a single byte.
2813
2814         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2815         just do it.  It doesn't really seem to matter what the user responds
2816         here, I think, so it's just a confusing question.
2817
2818         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2819         non-streaming case.
2820
2821         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2822         (gnus-article-encrypt-body): Use it.
2823
2824         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2825         keystroke.
2826
2827         * nnimap.el (nnimap-find-wanted-parts-1):
2828         Use gnus-fetch-partial-articles.
2829
2830         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2831
2832         * nnimap.el (nnimap-insert-partial-structure): New function.
2833         (nnimap-get-partial-article): New function.
2834         (nnimap-request-article): Use it.
2835         (nnimap-wait-for-response): Return whether the wait was successful.
2836         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2837         retrieval wasn't successful.
2838         (nnimap-retrieve-group-data-early): Allow throttling servers.
2839         (nnimap-streaming): New variable.
2840         (nnimap-fetch-partial-articles): Remove.
2841
2842         * mm-decode.el (mm-with-part): Protect against killed buffers.
2843
2844         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2845         for prettier summary display.
2846
2847 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2848
2849         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2850
2851 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2854         apparently third-party libraries depend on it.
2855
2856         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2857         before starting negotiation.
2858
2859         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2860         privacy reasons.
2861         (gnus-treat-mail-gravatar): Ditto.
2862
2863         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2864         buffer when inserting images.  Inserting text into the headers, for
2865         instance, can make them invalid.
2866
2867 2010-09-25  Julien Danjou  <julien@danjou.info>
2868
2869         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2870         variables.
2871
2872         * nnheader.el: Remove useless variables news-reply-yank-from and
2873         news-reply-yank-message-id.
2874
2875         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2876         variables.
2877
2878         * mml1991.el: Remove useless mml1991-verbose.
2879
2880         * gnus.el: Remove useless variable gnus-use-generic-from.
2881         Remove obsolete variable gnus-topic-indentation.
2882
2883         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2884
2885         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2886
2887         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2888
2889         * gnus-group.el: Remove useless gnus-group-icon-cache.
2890         Remove useless gnus-ephemeral-group-server.
2891
2892         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2893
2894         * mml2015.el: Remove useless mml2015-verbose.
2895
2896         * mml-smime.el: Remove useless mml-smime-verbose.
2897
2898         * gnus.el: Remove useless gnus-local-domain.
2899
2900         * gnus-gravatar.el (gnus-gravatar-transform-address):
2901         Use gnus-gravatar-size.
2902
2903         * gnus-art.el: Remove useless gnus-treat-translate.
2904
2905 2010-09-24  Julien Danjou  <julien@danjou.info>
2906
2907         * gnus-sum.el: Add support for Gravatars.
2908
2909         * gnus-art.el: Add support for Gravatars.
2910
2911         * gnus-gravatar.el: Add this file.
2912
2913         * gravatar.el: Add this file.
2914
2915 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2918
2919         * gnus-group.el (gnus-group-fetch-faq): Remove.
2920
2921         * gnus.el (gnus-group-faq-directory): Remove.
2922
2923         * gnus-group.el (gnus-group-fetch-charter): Remove.
2924
2925         * gnus.el (gnus-group-charter-alist): Remove.
2926
2927         * gnus-group.el (gnus-group-archive-directory): Remove.
2928         (gnus-group-recent-archive-directory): Ditto.
2929         (gnus-group-make-archive-group): Remove.
2930
2931         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2932
2933         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2934         use the same article number for all the cached articles.
2935
2936         * nnimap.el (nnimap-command): Register the last command time so
2937         that we can use it for idling NOOPs.
2938         (nnimap-open-connection): Start the keeplive timer.
2939         (nnimap-make-process-buffer): Store all the process buffers.
2940         (nnimap-keepalive): New function.
2941
2942         * starttls.el (starttls-open-stream): Add autoload cookie.
2943
2944 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2945
2946         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2947         handling.
2948
2949 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2952         its data structures.
2953
2954         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2955         instead of the cl.el copy-list.
2956         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2957         equalp.
2958
2959 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2962         and tool-bar-local-item-from-menu.
2963
2964         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2965         mode-line-highlight face for Emacs.
2966
2967         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2968         loading gnus-sum.elc; fix comment for canlock-verify.
2969         (gnus-article-jump-to-part): Use read-number.
2970         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2971         Remove Emacs pre-21 compatible code for help-echo.
2972         (gnus-article-next-page-1): No need to adjust the number of lines.
2973         (gnus-article-describe-bindings): Always use help-buffer.
2974
2975         * gnus-audio.el (gnus-audio-inline-sound)
2976         * gnus-cus.el (gnus-custom-mode)
2977         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2978
2979         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2980
2981         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2982         compatible code.
2983
2984 2010-09-24  Glenn Morris  <rgm@gnu.org>
2985
2986         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2987         visiting the fcc file in rmail-mode.
2988
2989         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2990
2991 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * nnir.el: Silence the byte compiler.
2994
2995         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2996         alias to browse-url-url-encode-chars if any.
2997         (gnus-html-encode-url): Use it.
2998
2999 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * gnus-start.el (gnus-use-backend-marks): New variable.
3002         (gnus-get-unread-articles-in-group): Use it.
3003
3004         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3005         makeover.
3006
3007 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3008
3009         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3010
3011 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3014         Remove.
3015         (gnus-setup-news-hook):
3016         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3017
3018         * gnus-int.el (gnus-request-update-info): Protect against backends not
3019         having the function.
3020
3021         * nnimap.el (nnimap-stream): Mention starttls.
3022         (nnimap-open-connection): Add starttls support.
3023
3024 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3025
3026         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3027
3028 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3031         BODYSTRUCTUREs.
3032         (nnimap-transform-headers): Unfold quoted {42} headers.
3033
3034         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3035         the info.
3036         (gnus-get-unread-articles): Only call updatep on backends that support
3037         it.
3038
3039         * nnweb.el (nnweb-request-update-info): NOOP.
3040
3041         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3042
3043         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3044         since it only deals with marks.
3045
3046         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3047         gnus-request-marks, and make a new gnus-request-update-info.
3048
3049         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3050         the active instead of the high number, which is usually too low.
3051
3052 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3053
3054         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3055         * encrypt.el: Remove.
3056
3057 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3060         server in symbolic form.
3061
3062         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3063
3064 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3067         (nnimap-update-info): Fix up code slightly.
3068
3069         * gnus-int.el (gnus-open-server): Add tracing for performance
3070         debugging.
3071
3072         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3073         (gnus-group-insert-group-line): Pass the real group name so that it
3074         gets the right data.
3075
3076         * gnus-start.el (gnus-get-unread-articles): Don't have
3077         `gnus-get-unread-articles-in-group' update info, since that can be
3078         really slow and doesn't seem to be needed?
3079
3080 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3081
3082         * time-date.el (date-to-time): Try using parse-time-string first before
3083         using the slower timezone-make-date-arpa-standard.
3084
3085 2010-09-22  Julien Danjou  <julien@danjou.info>
3086
3087         * gnus-group.el (gnus-group-insert-group-line):
3088         Call gnus-group-highlight-line.
3089         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3090         default hook list.
3091         (gnus-group-update-eval-form): Add new function.
3092         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3093         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3094
3095 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3098         immediate, then expire all articles.
3099         (nnimap-update-info): Fix off-by-one errors.
3100         (nnimap-flags-to-marks): Would return no marks lists for group with no
3101         flags.  Instead return the other data.
3102
3103 2010-09-22  Julien Danjou  <julien@danjou.info>
3104
3105         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3106         Only return an icon.
3107         (gnus-group-insert-group-line): Compute icon to return.
3108
3109         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3110         (gnus-html-image-fetched): Only cache if
3111         gnus-html-image-automatic-caching is set.
3112         (gnus-html-image-fetched): Check for errors.
3113
3114 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3117         once per method on `g'.  This ensures that backends like nnfolder don't
3118         open all their folders.
3119
3120         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3121         (nnimap-request-list): Nix out group in the correct buffer.
3122         (nnimap-parse-flags): Implement by using `read' instead of
3123         hand-parsing.
3124         (nnimap-flags-to-marks): Pass on permanent-flags.
3125         (nnimap-make-process-buffer): Record the server name.
3126         (nnimap-parse-flags): Fix typo.
3127         (nnimap-request-scan): Run split on the server in general, not just a
3128         single group.
3129
3130         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3131         parameter, and propagate this downwards.
3132
3133         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3134         since EXAMINE changes it on the server.
3135
3136         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3137         this command might take a while.
3138
3139 2010-09-22  Julien Danjou  <julien@danjou.info>
3140
3141         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3142         harmful if you have 2 images side-by-side, they can't be properly
3143         update on text deletion.  Using text-property is safer here.
3144         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3145         data.
3146
3147 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * nnimap.el (nnimap-expunge-inbox): Remove.
3150         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3151         (nnimap-expunge): Flip default to t.
3152
3153         * gnus.el (gnus-method-to-server): Don't push things to the cache
3154         unless it's unique.
3155         (gnus-server-to-method): Ditto.
3156
3157 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3158
3159         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3160
3161 2010-09-22  Julien Danjou  <julien@danjou.info>
3162
3163         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3164         get the start of data.
3165         (gnus-html-encode-url): Add this function to encode special chars in
3166         URL.
3167         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3168         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3169
3170         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3171         default.
3172         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3173
3174         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3175         images alt-text.
3176         (gnus-html-put-image): Put alt-text as help-echo.
3177
3178 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3181         * mm-util.el (mm-decompress-buffer)
3182         * nnir.el (nnir-run-find-grep)
3183         * pop3.el (pop3-list): Use 3rd arg of split-string.
3184
3185         * time-date.el (format-seconds): Comment fix.
3186
3187         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3188         and byte-optimize-form-code-walker.
3189         (dgnushack-make-auto-load): Don't advise make-autoload.
3190
3191         * lpath.el: Remove Emacs 21 stuff.
3192
3193 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3196         outside the active range.  Suggested by Dan Christensen.
3197
3198         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3199         slightly later to avoid double-getting it.
3200
3201         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3202         previous patch.
3203
3204         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3205
3206 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3207
3208         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3209
3210 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-int.el (gnus-open-server): Give a better error message in the
3213         "go offline" case.
3214
3215         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3216         marks for nnimap, which is seldom the right thing to do.
3217
3218         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3219         (gnus-same-method-different-name): New function.
3220
3221         * nnimap.el (parse-time): Require.
3222
3223         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3224         method in the presence of many similar methods.
3225
3226         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3227
3228         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3229         nnml-inhibit-expiry.
3230
3231         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3232         find out whether methods are equal.
3233
3234         * nnimap.el (nnimap-find-expired-articles): New function.
3235         (nnimap-process-expiry-targets): New function.
3236         (nnimap-request-move-article): Request the article before looking at
3237         what the Message-ID is.  Fix found by Andrew Cohen.
3238         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3239
3240         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3241         for oldness in addition to being a predicate.
3242
3243         * nnimap.el (nnimap-request-group): When we have zero articles, return
3244         the right data to Gnus.
3245         (nnimap-request-expire-articles): Only delete articles immediately if
3246         the target is 'delete.
3247
3248         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3249         method, this would bug out.
3250
3251         * gnus-group.el (gnus-group-expunge-group): Rename from
3252         gnus-group-nnimap-expunge, and implemented as a normal interface
3253         function.
3254
3255         * gnus-int.el (gnus-request-expunge-group): New function.
3256
3257         * nnimap.el (nnimap-request-create-group): Implement.
3258         (nnimap-request-expunge-group): New function.
3259
3260 2010-09-21  Julien Danjou  <julien@danjou.info>
3261
3262         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3263         (gnus-html-cache-expired): Add new function.
3264         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3265         wethever we should display image for fetch it.
3266         Compute alt-text earlier to pass it to the fetching function too.
3267         (gnus-html-schedule-image-fetching): Change function argument to only
3268         get one image at a time, not a list.
3269         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3270         cache.
3271         (gnus-html-get-image-data): New function to retrieve image data from
3272         cache.
3273         (gnus-html-put-image): Change buffer argument to use image data rather
3274         than file, and place image above region rather than inserting a new
3275         one.  Do not take alt-text as argument, since it's useless now: we place
3276         the image above alt-text.
3277         (gnus-html-prune-cache): Remove.
3278         (gnus-html-show-images): Start to fetch image when we find one, do not
3279         push into a temporary list.
3280         (gnus-html-prefetch-images): Only fetch image if they have expired.
3281         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3282         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3283
3284 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3287
3288 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3291         spec inser "*" if the group isn't active instead of 0.
3292
3293         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3294         opening the server.
3295         (nnimap-request-delete-group): Implement group deletion.
3296         (nnimap-transform-headers): Return the size of the entire message in
3297         the Bytes header, not just the size of the first part.
3298         (nnimap-request-move-article): When moving an article from nnimap,
3299         request the article first so the accepting form has an article to
3300         accept.  Reported by Dan Christensen.
3301         (nnimap-command): Make sure that the error message doesn't error out.
3302
3303 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3304
3305         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3306         we haven't requested anything.
3307
3308 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3311         "".  Fix found by Andrew Cohen.
3312
3313         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3314         instead of -encode-string.
3315
3316 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3319
3320         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3321         by mm-subst-char-in-string.
3322
3323 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3326         waiting for the connection string.
3327
3328         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3329         arriving.
3330
3331         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3332         bogus characters.  This allows selecting certain Gmail groups.
3333
3334         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3335         (nnimap-fetch-partial-articles): New variable.
3336         (nnimap-open-connection): When looking for credentials, also use the
3337         nnimap-server-port.
3338         (nnimap-request-article): Return the group/article number, so that Gnus
3339         `^' works as expected.
3340         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3341
3342         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3343         comments.
3344         (gnus-methods-sloppily-equal): New function.
3345         (gnus): When using the development version of Gnus, load the gnus-load
3346         file.
3347
3348         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3349         `gnus-open-server' on each method before trying to scan them etc.
3350         This ensures that all the backend parameters are set correctly.
3351
3352         * nnimap.el (nnimap-authenticator): New variable.
3353         (nnimap-open-connection): Allow anonymous login.
3354         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3355         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3356
3357         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3358         patch, found by Knut Anders Hatlen.
3359
3360 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3361
3362         * gnus-agent.el (gnus-agent-batch-confirmation)
3363         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3364         to gnus-message.
3365         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3366         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3367         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3368         * gnus-int.el (gnus-open-server): Likewise.
3369         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3370         (gnus-score-check-syntax): Likewise.
3371         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3372         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3373         Likewise.
3374         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3375
3376 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3379         calling conventions so that prefetch doesn't bug out.
3380
3381 2010-09-19  Julien Danjou  <julien@danjou.info>
3382
3383         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3384         rather than `subst-char-in-region' in order to be able to replace ASCII
3385         char by UTF-8 ones.
3386
3387         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3388         than curl.
3389         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3390         the right URL and ALT text on images.
3391         (gnus-html-wash-tags): Fix tag case.
3392         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3393         (gnus-article-html): Add -o display_ins_del=2 option.
3394         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3395
3396 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3399         the extra mail headers, which sometimes seem to happen for unknown
3400         reasons.
3401
3402         * mail-parse.el (mail-header-encode-parameter): Define as
3403         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3404         (or most, perhaps?) mail readers don't understand the latter, but do
3405         understand the former.
3406
3407         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3408         to nil, so that no methods are automatically agentized.  I think this
3409         is probably what most users want.
3410
3411         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3412         from url-retrieve, for instance about invalid URLs.
3413
3414         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3415         groups that have no articles.
3416         (nnimap-request-article): Check that we really got an article when we
3417         requested one.
3418
3419         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3420         doesn't exist.
3421
3422         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3423         nntp buffer so the agent can save it.
3424         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3425         that CRLF doesn't get translated to \n.
3426         (nnimap-open-connection): Don't make 'shell commands only send \n.
3427
3428 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3429
3430         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3431         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3432         Update var name.
3433         (nnml-generate-nov-file): Use dolist.
3434         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3435         Use with-current-buffer.
3436
3437 2010-09-18  Julien Danjou  <julien@danjou.info>
3438
3439         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3440         parallel.
3441
3442 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3445         the range update right.
3446         (nnimap-request-group): Don't make `M-g' bug out on group with no
3447         marks.
3448         (nnoo): Require, so that other packages can require nnimap.
3449         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3450         command we're looking for.  This helps when the server sends more
3451         responses after we've gotten everything we expected.
3452         (nnimap): Add a `newlinep' field to keep track of end-of-line
3453         conventions.
3454         Don't send CRLF to things that don't want it.
3455         (nnimap-request-accept-article): Ditto.
3456
3457 2010-09-18  Julien Danjou  <julien@danjou.info>
3458
3459         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3460         than curl to retrieve images.
3461
3462 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3465         the marks.
3466         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3467         (nnimap-wait-for-connection): New function.
3468         (nnimap-open-connection): If we have PREAUTH, don't query for login
3469         credentials.
3470         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3471         when doing a partial update.
3472
3473 2010-09-18  Julien Danjou  <julien@danjou.info>
3474
3475         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3476         tags.
3477
3478 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * nnimap.el (nnimap-credentials): New function.
3481         (nnimap-open-connection): Use the new function to look for credentials
3482         also on the numeric equivalents of "imap" and "imaps".
3483
3484         * gnus-start.el (gnus-activate-group): Send the info to
3485         gnus-request-group.
3486
3487         * nnimap.el (nnimap-request-group): Have the "check" version of the
3488         function parse flags and update the info, so that a `M-g' get a total
3489         resync of all flags from the group.
3490
3491         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3492         to allow backends to alter the info on group selection.  Also alter all
3493         the backend -request-group functions to take the parameter.
3494
3495         * nnimap.el (nnimap-store-info): New function.
3496         (nnimap-update-info): Store the info for later usage.
3497         (nnimap-request-group): Use the stored info for the dont-check case, so
3498         that we don't retrieve all marks when we enter a group.
3499
3500         * nnimap.el: Use deffoo instead of defun for interface functions.
3501
3502         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3503         update the group info.  This makes the nndraft groups, for instance, go
3504         back to their old behaviour.
3505
3506         * gnus-sum.el (gnus-select-newsgroup): Indent.
3507
3508         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3509         in.
3510         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3511         nothing.
3512
3513         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3514         from methods that are denied.
3515
3516         * gnus-int.el (gnus-method-denied-p): New function.
3517
3518         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3519         store the password instead of netrc.
3520         (nnimap-open-connection): Don't error out when we can't make a
3521         connections.
3522
3523         * auth-source.el (auth-source-create): In the password prompt, say what
3524         we're querying for.  Also prompt for user name if that hasn't been
3525         given.
3526
3527         * nnimap.el (nnimap-with-process-buffer): Remove.
3528
3529 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3532         method when we're reading from the agent.
3533
3534         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3535
3536         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3537         that's probably most useful for users.
3538
3539         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3540         "failed" all the time.
3541
3542         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3543         ...)) with (with-current-buffer ... ).
3544
3545         * nntp.el (nntp-open-server): Return whether the open was successful or
3546         not.
3547
3548         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3549         select an unread unseen article first.
3550
3551         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3552         /etc/services, supply some sensible port defaults.
3553
3554         * dgnushack.el: Define netrc-credentials.
3555
3556 2010-09-17  Julien Danjou  <julien@danjou.info>
3557
3558         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3559
3560 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3561
3562         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3563         doesn't have any parameters.
3564
3565 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3568         only upcased checks.
3569
3570         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3571
3572         * nnimap.el (nnimap-open-shell-stream): New function.
3573         (nnimap-open-connection): Use it.
3574         (nnimap-transform-headers): Get the number of lines in each message.
3575         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3576         number of lines.
3577         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3578         problem.
3579
3580         * utf7.el (utf7-encode): Autoload.
3581
3582         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3583         to allow the mail splitting to not return a default group.  This is
3584         useful for nnimap, which will leave unmatched mail in the inbox.
3585
3586         * nnimap.el: Rewritten.
3587
3588         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3589         nnimap usage.
3590
3591         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3592         if the move is internal, so that nnimap can do fast internal moves.
3593
3594         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3595         data.
3596         (gnus-read-active-for-groups): Support finishing the early retrieval of
3597         data.
3598
3599         * gnus-range.el (gnus-range-nconcat): New function.
3600
3601         * gnus-int.el (gnus-finish-retrieve-group-infos)
3602         (gnus-retrieve-group-data-early): New functions.
3603
3604 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3605
3606         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3607         (nnrss-retrieve-groups):
3608         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3609         (pop3-quit): Use with-current-buffer.
3610
3611 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3614         instead of nnheader-accept-process-output.
3615
3616         * dgnushack.el (dgnushack-compile): Add comment.
3617
3618         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3619
3620         * gnus-html.el (gnus-html-schedule-image-fetching)
3621         (gnus-html-prefetch-images): Replace process-kill-without-query by
3622         gnus-set-process-query-on-exit-flag.
3623
3624 2010-09-16  Romain Francoise  <romain@orebokech.com>
3625
3626         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3627
3628 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3631         parameter to unintern is mandatory-ish in Emacs 24.
3632
3633         * gnus-html.el (gnus-html-schedule-image-fetching)
3634         (gnus-html-prefetch-images): Check for curl before using it.
3635
3636         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3637         depend on curl, which isn't essential.
3638
3639         * imap.el: Revert back to version
3640         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3641         seem problematic.
3642
3643 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3644
3645         * gnus-registry.el (gnus-registry-install-shortcuts):
3646         Explicitly pass `obarray' to `unintern' to avoid a warning.
3647
3648 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3651         change.
3652
3653         * nnrss.el (nnrss-request-list): Remove this function and related
3654         functions, including the moreover stuff.
3655
3656 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * nnrss.el (nnrss-retrieve-groups): New function.
3659
3660 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3661
3662         * .dir-locals.el: Add no-byte-compile cookie.
3663
3664 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * time-date.el (format-seconds): Comment fix.
3667
3668         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3669         for back end that doesn't support request-scan.
3670
3671 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3674         then do request scans from the backends.
3675
3676         * netrc.el (netrc-credentials): New conveniency function.
3677
3678         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3679         avoid running a hook per line, since this takes a lot of time,
3680         profiling shows.
3681         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3682         directly if gnus-visual-p is true.
3683
3684 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3687         groups; replace mapcar with dolist which is a bit faster; pass groups
3688         info to gnus-read-active-file-1.
3689         (gnus-read-active-file-1): Scan only specified groups if the new
3690         optional arg `infos' is given.
3691
3692 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3695
3696         * pop3.el (pop3-movemail): Remove.
3697         (pop3-streaming-movemail): Rename to pop3-movemail.
3698
3699         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3700         don't restrict end-tag searches to the end of the line.
3701
3702 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3705         articles of every unchecked group to t, which means unknown since the
3706         server has never been opened.
3707
3708 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus-html.el (gnus-html-show-alt-text): New command.
3711         (gnus-html-browse-image): Ditto.
3712         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3713         to browse the image directly.
3714         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3715         better.
3716
3717         * gnus-async.el (gnus-async-article-callback):
3718         Call `gnus-html-prefetch-images' unconditionally.
3719
3720         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3721         before feeding URLs to curl.
3722
3723 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3726         internal images as deletable by `W D D'.
3727
3728         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3729         (gnus-async-article-callback): Fix typo.
3730
3731 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3734         current line to work around bugs in the output from w3m.
3735
3736         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3737         for groups that want that.
3738
3739         * nntp.el (nntp-wait-for-string): Supply a timeout for
3740         accept-process-output to ensure progress.
3741
3742         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3743         level to get unread articles from, then use that for foreign groups,
3744         too.
3745
3746         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3747         confuses the rest of the function.
3748
3749         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3750         for the methods that support -retrieve-groups, too.
3751
3752         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3753
3754 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3757         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3758
3759         * pop3.el: Require cl when compiling.
3760         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3761
3762 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3765         that aren't going to be activated.
3766         (gnus-get-unread-articles): Fix up the last commit.
3767
3768         * gnus-html.el (gnus-article-html): Allow calling without specifying
3769         the handle.  In that case, dissect the buffer first.
3770
3771         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3772
3773         * nnimap.el (nnimap-open-connection): Revert the change that would look
3774         into authinfo for imaps instead of imap.
3775
3776         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3777         say that you don't want to call gnus-request-group with don-check, but
3778         do check the reponse.  This is for virtual groups only.
3779         (gnus-get-unread-articles): Count the archive groups as secondary, so
3780         that they're activated the same way as before.
3781
3782         * imap.el (imap-message-map): Removed optional buffer parameter, since
3783         no callers use it.
3784         (imap-message-get): Ditto.
3785         (imap-message-put): Ditto.
3786         (imap-mailbox-map): Ditto.
3787         (imap-mailbox-put): Ditto.
3788         (imap-mailbox-get): Ditto.
3789         (imap-mailbox-get): Revert last change for this function.
3790
3791         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3792         case-insensitively.
3793         (nnimap-debug): Remove.
3794
3795         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3796         to use `imap-fetch' instead.  According to the comments, this should be
3797         safe, since all other IMAP clients use the 1:* syntax.
3798         (imap-enable-exchange-bug-workaround): Removed.
3799         (imap-debug): Removed -- doesn't seem very useful.
3800
3801         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3802         mail from a file, and the file doesn't exist.
3803
3804         * imap.el (imap-log): New convenience function used throughout instead
3805         of repeating the same code all over the place.
3806
3807         * pop3.el (pop3-streaming-movemail): Return t for success.
3808
3809         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3810         .authinfo if we're using ssl connection.
3811
3812         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3813         already have if we're in a main Gnus `g' run.
3814
3815         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3816
3817 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3820
3821         * nnmh.el (nnmh-request-list-1): Bind `file'.
3822
3823         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3824         alias to set-process-query-on-exit-flag or process-kill-without-query.
3825         (pop3-open-server): Use it.
3826
3827 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3830         box to the Incoming file.  Fixes mistake in previous checkin.
3831
3832         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3833         request loop (for debugging purposes) removed.
3834
3835         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3836         culprit is more visible.
3837         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3838         (nnml-add-incremental-nov): New functions to do "incremental" nov
3839         updates, where we just append to the end of the existing nov files
3840         without reading/writing them in full.
3841
3842         * mail-source.el (mail-source-delete-crash-box): Really only check the
3843         incoming files once in a while.
3844
3845         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3846
3847         * mail-source.el (mail-source-delete-crash-box): Only check the
3848         incoming files for deletion once per day to save a lot of file
3849         accesses.
3850
3851         * pop3.el (pop3-logon): Fix up unbound variable typo.
3852
3853         * mail-source.el (pop3-streaming-movemail): Autoload.
3854
3855         * pop3.el (pop3-streaming-movemail):
3856         Respect pop3-leave-mail-on-server.
3857
3858         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3859         retrieval.
3860
3861         * pop3.el (pop3-process-filter): Remove unused function.
3862         (pop3-streaming-movemail, pop3-send-streaming-command)
3863         (pop3-wait-for-messages, pop3-write-to-file)
3864         (pop3-number-of-responses): New functions for streaming pop3
3865         retrieval.
3866
3867         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3868         come from no known methods.
3869         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3870         list.
3871
3872         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3873         message sizes.
3874         (pop3-movemail): Use erase-buffer instead of looping and deleting
3875         regions, which seems rather odd.
3876
3877         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3878         file once per `g' run.
3879
3880         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3881         directories.  This makes the draft queue directory work.
3882
3883         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3884         data from the backends, so that we only request the list of groups from
3885         each method once.  This should speed things up considerably.
3886
3887         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3888         detect that it's not implemented.
3889
3890         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3891         we actually do recurse down into the tree, but don't stat all leaf
3892         nodes.
3893
3894         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3895         then say so instead of bugging out.
3896
3897         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3898         files exist before trying to read them.
3899
3900         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3901         around <pre_int>.
3902
3903         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3904
3905         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3906
3907 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * mm-util.el (mm-image-load-path): Just return the image directories,
3910         not all directories in the path in addition to the image directories.
3911         (mm-image-load-path): Maintain a cache of the image directories so that
3912         the `g' command in Gnus doesn't have to stat dozens of directories each
3913         time.
3914
3915         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3916         (gnus-html-wash-tags): Add a new `i' command to insert images.
3917         (gnus-html-insert-image): New command and keystroke.
3918         (gnus-html-redisplay-with-images): New command and keystroke.
3919         (gnus-html-show-images): Rename command.
3920         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3921         spacers.
3922         (gnus-html-wash-tags): Decode entities at the end, so that entities
3923         inside the tags don't mess up the rest of the "parsing".
3924
3925         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3926         so that nnimap methods aren't agentized by default.  There's apparently
3927         many problems related to agent/imap behaviour.
3928
3929         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3930
3931         * gnus-html.el: Doc fix.
3932
3933 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3936         specifier-spec-list for Emacs 21.
3937
3938         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3939         glyph-width and glyph-height instead of display-graphic-p and
3940         image-size; make avoidance of displaying small images work for XEmacs.
3941
3942         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3943         for XEmacs.
3944
3945         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3946         of symbol that holds plist data.
3947         (gnus-process-plist): Remove plist of process after getting it.
3948
3949 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * message.el (message-generate-hashcash): Change default to
3952         'opportunistic if hashcash is installed.
3953
3954         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3955         (gnus-html-put-image): Only call image-size once, since it's somewhat
3956         time-consuming on remote X servers.
3957
3958 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3961         type on data, not a file name.
3962
3963         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3964         window-pixel-edges for Emacs 21.
3965
3966         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3967         decoded contents.
3968         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3969
3970 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3973         group line format, since it isn't very interesting.
3974
3975         * gnus-agent.el (gnus-agent-short-article),
3976         (gnus-agent-long-article): Increase values for these two variables,
3977         since most people are likely to have more network connection and
3978         storage than before.
3979
3980         * gnus.el (gnus-refer-article-method): Change default to 'current.
3981         When referring an article, the common behaviour is to refer it from the
3982         current select method, not the native select method.  The chances of
3983         the native select method having the message in question is rather slim
3984         these days.
3985
3986         * gnus-sum.el (gnus-auto-select-subject): Change default to
3987         `unseen-or-unread'.  I think it's likely that most people want to
3988         select an unseen article over a previously seen, but unread one.
3989
3990         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3991         means that in the article buffer none of the minor mode elements will
3992         be shown, usually, and this is not desirable in most cases.
3993
3994         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3995         that commands like `d' (and the like) go to the next line in the
3996         buffer, instead of the next unread article.  I think this is the
3997         behaviour that is most natural for most users.
3998         (gnus-single-article-buffer): Change default to nil, so that people can
3999         have as many article buffers open as they have summary buffer.  I think
4000         this is the most natural way for the groups to behave.
4001
4002         * message.el (message-generate-new-buffers): Change default to
4003         `unsent', so that all new message buffers start their names with the
4004         string "*unsent", and it's easier to find the buffers if you move from
4005         them.
4006
4007 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4010         small.  They're probably tracking images.
4011         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4012         (gnus-html-rescale-image): Yet another try at getting the image sizing
4013         right.
4014
4015         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4016         nntp-marks-file-name is nil.
4017
4018 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * gnus-html.el (gnus-html-wash-tags)
4021         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4022         Better logging.
4023
4024 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025
4026         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4027
4028         * gnus-html.el (gnus-html-wash-tags): Check the value of
4029         gnus-blocked-images in the summary buffer.
4030
4031 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4032
4033         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4034
4035 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4038         like "a", it seems like.
4039         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4040         since it needs to be picked from the correct buffer.
4041
4042         * nnwfm.el: Remove.
4043
4044         * nnlistserv.el: Remove.
4045
4046 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4047
4048         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4049         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4050
4051 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * nnkiboze.el: Remove.
4054
4055         * nndb.el: Remove.
4056
4057         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4058         alt text.
4059         (gnus-html-rescale-image): Try to get the rescaling logic right for
4060         images that are just wide and not tall.
4061
4062         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4063         overshadow variable bindings.
4064
4065 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4066
4067         * gnus-html.el (gnus-html-wash-tags)
4068         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4069         Add extra logging.
4070
4071 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4074         (gnus-max-image-proportion): New variable.
4075         (gnus-html-rescale-image): New function.
4076         (gnus-html-put-image): Rescale images.
4077
4078 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4079
4080         Fix up some byte-compiler warnings.
4081         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4082         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4083         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4084         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4085         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4086         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4087         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4088
4089 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-html.el (gnus-article-html): Decode contents by charset.
4092
4093 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4096         (gnus-html-frame-width, gnus-blocked-images)
4097         * message.el (message-prune-recipient-rules): Add custom version.
4098         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4099
4100         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4101         functions.
4102
4103         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4104         gnus-process-get.
4105
4106 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4107
4108         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4109         instead of lsub directly.
4110
4111 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * nnwarchive.el: Remove.
4114
4115         * gnus-soup.el: Remove.
4116
4117         * nnsoup.el: Remove.
4118
4119         * nnultimate.el: Remove.
4120
4121         * gnus-html.el (gnus-blocked-images): New variable.
4122
4123         * message.el (message-prune-recipients): New function.
4124         (message-prune-recipient-rules): New variable.
4125
4126         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4127         guess whether a long line is natural text or not.
4128
4129         * gnus-html.el (gnus-html-schedule-image-fetching):
4130         Use gnus-process-plist and friends for compatibility.
4131
4132 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4133
4134         * gnus-html.el: Require packages that define macros used in this file.
4135         (gnus-article-mouse-face): Declare to silence byte-compiler.
4136         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4137         process-get.
4138         (gnus-html-put-image): Use plist-get to avoid getf.
4139         (gnus-html-prefetch-images): Use with-current-buffer.
4140
4141 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-ems.el: Provide compatibility functions for
4144         gnus-set-process-plist.
4145
4146         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4147         header-line-format for XEmacs 21.4.
4148
4149         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4150         * gnus.el (gnus-valid-select-methods)
4151         * message.el (message-send-mail-partially-limit)
4152         * mm-decode.el (mm-text-html-renderer)
4153         * mml.el (mml-insert-mime-headers-always)
4154         * smiley.el (smiley-regexp-alist): Bump custom version.
4155
4156 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * gnus-html.el: require mm-url.
4159         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4160         with the url to `url'.
4161         (gnus-html-wash-tags): Support cid: URLs/images.
4162
4163 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4164
4165         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4166         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4167         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4168
4169         * gnus-move.el: Remove file, since it doesn't really work.
4170
4171         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4172         UTF-8.  This seems to fix problems with some German web feeds.
4173
4174         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4175         at the top so that the proper colours are applied.
4176
4177         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4178         don't have dots in their names.
4179
4180         * gnus-art.el (gnus-article-view-part): Doc fix.
4181
4182         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4183         XEmacs-compatible.
4184         (gnus-html-put-image): Don't do images on non-graphic displays.
4185
4186         * nnslashdot.el: Remove this unused backend.
4187
4188         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4189         actions.
4190         (gnus-undo-register-1): Revert last change.
4191
4192         * gnus-group.el (gnus-group-completing-read): Protect against not
4193         having completion-styles bound.
4194
4195         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4196         make broken recipients happier.
4197
4198         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4199
4200         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4201         point parameter.
4202
4203         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4204
4205         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4206         completion-styles for group selection.
4207
4208 2009-02-04  Andreas Schwab  <schwab@suse.de>
4209
4210         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4211         headers and regexp-quote the match if necessary.
4212
4213 2009-03-24  Miles Bader  <miles@gnu.org>
4214
4215         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4216         the blinking smiley.
4217
4218 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4219
4220         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4221         blink smiley.
4222
4223 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4226         where the dribbel file lives exists.
4227
4228         * message.el (message-send-mail-partially-limit): Change the default to
4229         nil, since most people don't want this.
4230
4231         * mm-url.el (mm-url-decode-entities): Also decode entities like
4232         &#x3212.
4233
4234 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4235
4236         * gnus-sum.el (gnus-summary-idna-message):
4237         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4238         Hyperlink urls in docstrings with URL `...'.
4239
4240 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4241
4242         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4243         functions.
4244
4245 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4248         say what the mouseover text should be.
4249
4250         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4251         version of the mm-w3m-safe-url-regexp variable to only download images
4252         in the groups where we want that to happen.
4253
4254         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4255
4256         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4257         easier debugging.
4258         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4259         big pictures in the article buffer.
4260
4261         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4262         gnus-article-html.
4263         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4264         w3m.
4265
4266         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4267
4268 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4271         which doesn't exist.
4272
4273         * message.el (message-inhibit-ecomplete): New variable to allow some
4274         function to inhibit ecomplete address storage.
4275         (message-resend): Disable ecomplete message storage when resending
4276         messages.
4277
4278         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4279
4280 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4283         Save excursion while copying, moving, and deleting articles in order to
4284         prevent the cursor from jumping to unforeseen place.
4285
4286 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * lpath.el: No need to bind bookmark-current-buffer,
4289         bookmark-yank-point and bookmark-make-record-function.
4290
4291 2010-08-17  Glenn Morris  <rgm@gnu.org>
4292
4293         * gnus-sync.el: Require gnus components whose functions are used.
4294
4295         * gnus-art.el (bookmark-make-record-function):
4296         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4297         Declare for compiler.
4298
4299         * mm-url.el (mml-compute-boundary): Autoload.
4300
4301 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4304
4305 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         Typo fix "hoo4a" -> "hook".
4308
4309         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4310
4311 2010-08-14  Glenn Morris  <rgm@gnu.org>
4312
4313         * gnus-sync.el (gnus-sync): Fix defgroup version.
4314
4315 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4318
4319         * gnus-sync.el: Fix docs.
4320         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4321         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4322
4323 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4324
4325         Optimizations for gnus-sync.el.
4326
4327         * gnus-sync.el: Add docs about gnus-sync-backend
4328         possibilities.
4329         (gnus-sync-save): Remove unnecessary message.
4330         (gnus-sync-read): Optimize and show what groups were skipped.
4331
4332 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         Minor bug fixes for gnus-sync.el.
4335
4336         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4337         Don't read the sync on get-new-news.
4338
4339         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4340         quiet.
4341
4342         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4343         (fix typo).
4344
4345 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4346
4347         Make saving and restoring of hidden threads work with overlays.
4348         Patch applied by Ted Zlatanov.
4349
4350         * gnus-sum.el (gnus-hidden-threads-configuration)
4351         (gnus-restore-hidden-threads-configuration): Update to deal with text
4352         properties, rather than searching for a magic character.
4353
4354 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4355
4356         New gnus-sync.el library for synchronization of marks.
4357
4358         * gnus-sync.el: New library for synchronization of marks.
4359
4360         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4361         renamed from `gnus-registry-grep-in-list'.
4362
4363         * gnus-registry.el (gnus-registry-follow-group-p):
4364         Use `gnus-grep-in-list'.
4365
4366         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4367
4368 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4371         determining charset of text fails.
4372
4373 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * nnmail.el (nnmail-get-new-mail-1): Revert.
4376
4377         * nnml.el (nnml-active-number): Make sure names of newly created groups
4378         in nnml-group-alist are encoded.
4379
4380 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4383         containing non-ASCII characters in active file for nnml back end.
4384
4385 2010-07-24  David Engster  <dengste@eml.cc>
4386
4387         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4388         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4389
4390 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4391
4392         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4393         tag (Bug#6654).
4394
4395 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4398         the article buffer, not the summary buffer.
4399
4400 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4403         Emacs 23 as well.
4404
4405 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4408         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4409
4410 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4411
4412         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4413         Patch applied by Karl Fogel.
4414
4415         * gnus-sum.el (gnus-summary-bookmark-make-record):
4416         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4417
4418 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4419
4420         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4421         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4422         C-w still not working correctly from Article buffers; Thierry's
4423         patch to fix that will be applied after this.
4424
4425         * gnus-art.el (bookmark-make-record-function): New local variable.
4426
4427         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4428         article buffer.
4429         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4430
4431 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4432
4433         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4434         on changes in bookmark.el.
4435
4436 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4439         `no-log' instead of message not to log prompt string.
4440
4441 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4442
4443         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4444         the *other* type of HTML form submission.
4445
4446 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4447
4448         * auth-source.el (auth-source-pick): If choice does not contain a
4449         questioned keyword, set the check to t.
4450
4451 2010-06-12  Romain Francoise  <romain@orebokech.com>
4452
4453         * gnus-util.el (gnus-date-get-time): Move up before first use.
4454
4455 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4458         (gnus-article-edit-part): Bind it to make last part that is substituted
4459         or deleted visible.
4460         (gnus-mime-display-single): Buttonize part of which id equals to
4461         gnus-mime-buttonized-part-id.
4462
4463 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4464
4465         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4466         (gnus-dd-mmm): Use gnus-date-get-time.
4467         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4468         simplify logic.
4469         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4470         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4471
4472 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4473
4474         * auth-source.el (top): Autoload `secrets-list-collections',
4475         `secrets-create-item', `secrets-delete-item'.
4476         (auth-sources): Fix tag string.
4477         (auth-get-source, auth-source-retrieve, auth-source-create)
4478         (auth-source-delete): New defuns.
4479         (auth-source-pick): Rewrite in order to avoid 2 passes.
4480         (auth-source-forget-user-or-password): New parameter USERNAME.
4481         (auth-source-user-or-password): New parameters CREATE-MISSING and
4482         DELETE-EXISTING.  Retrieve password interactively, if needed.
4483
4484 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4485
4486         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4487         deleting unused directories when gnus-expert-user is t.
4488
4489 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4492         for each temp file when gnus-article-browse-delete-temp is ask.
4493
4494 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4495
4496         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4497         Lisp calls to delete-backward-char by calls to delete-char.
4498
4499 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4500
4501         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4502
4503 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4504
4505         * password-cache.el (password-cache-remove): Fix docstring.
4506
4507 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4510         article unless decoding article to be saved.
4511
4512 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4515         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4516         generated within the mm-with-unibyte-current-buffer macro.
4517
4518 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4521         to nil when we're in a mml-preview buffer and no group is selected.
4522
4523 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4524
4525         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4526         when catching the `C-g'.  Reported by "Leo".
4527
4528 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * message.el (message-forward-make-body-plain)
4531         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4532         multibyte-string-p.
4533
4534         * lpath.el: Revert.
4535
4536 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * message.el (message-forward-make-body-mml): Assume original message
4539         is multibyte string; error on unibyte.
4540         (message-forward-make-body-plain): Ditto; don't add excessive newline
4541         in body end.
4542
4543         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4544
4545 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4546
4547         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4548         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4549
4550 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * mm-extern.el (mm-extern-url): Don't use
4553         mm-with-unibyte-current-buffer.
4554         (mm-extern-cache-contents): Use with-current-buffer instead of
4555         save-excursion + set-buffer.
4556
4557 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * mm-util.el (mm-emacs-mule): Remove.
4560
4561 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4562
4563         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4564         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4565         change.
4566
4567 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4570         bind the default value of enable-multibyte-characters to nil.
4571
4572 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * message.el (message-forward-make-body-plain)
4575         (message-forward-make-body-mml):
4576         Don't use mm-with-unibyte-current-buffer.
4577
4578 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4579
4580         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4581
4582 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4583
4584         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4585         (Bug#5592).
4586
4587 2010-05-07  Julien Danjou  <julien@danjou.info>
4588
4589         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4590         it to mm-pipe-part.
4591
4592         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4593         it is given.
4594
4595 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * binhex.el (binhex-decode-region-internal)
4598         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4599         (dns-query)
4600         * nnweb.el (nnweb-gmane-search)
4601         * pgg-parse.el (pgg-parse-armor)
4602         * pgg.el (pgg-verify-region)
4603         * sha1.el (sha1-string-external)
4604         * uudecode.el (uudecode-decode-region-internal)
4605         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4606         XEmacs.
4607
4608         * gnus-art.el (gnus-article-browse-html-parts)
4609         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4610         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4611         make-temp-file.
4612
4613         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4614         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4615         compiling.
4616
4617         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4618         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4619         XEmacs when compiling.
4620
4621         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4622         gnus-pick-mode-off-hook for XEmacs when compiling.
4623         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4624         gnus-binary-mode-off-hook for XEmacs when compiling.
4625
4626         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4627         Return nil if char-charset is not available.
4628
4629         * imap.el (imap-disable-multibyte)
4630         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4631         macros.
4632
4633         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4634         instead of encode-coding-string.
4635
4636         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4637         'xemacs) instead of mm-emacs-mule to switch function definitions.
4638         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4639
4640         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4641         bind temporary-file-directory for XEmacs;
4642         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4643         timer-set-function for XEmacs 21.4 and SXEmacs;
4644         bind timer-list for XEmacs 21.4 and SXEmacs;
4645         fbind char-charset and find-charset-region for non-Mule XEmacs;
4646         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4647         encode-coding-region and encode-coding-string for XEmacs having no
4648         file-coding feature.
4649
4650 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4651
4652         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4653
4654 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4657         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4658
4659 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4660
4661         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4662         alias `jka-compr-delete-temp-file' no longer exists.
4663
4664 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4665
4666         Use define-minor-mode in Gnus where applicable.
4667         * mml.el (mml-mode): Use define-minor-mode.
4668         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4669         (gnus-undo-mode): Use define-minor-mode.
4670         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4671         (gnus-dead-summary-mode): Use define-minor-mode.
4672         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4673         Initialize in declaration.
4674         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4675         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4676         (gnus-mailing-list-mode): Use define-minor-mode.
4677         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4678         (gnus-draft-mode): Use define-minor-mode.
4679         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4680         (gnus-dired-mode): Use define-minor-mode.
4681
4682 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4683
4684         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4685         handles on recursive mml-to-mime translation and check them for
4686         boundary delimiter collisions.  Reported by Greg Troxel.
4687
4688 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4691
4692 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4693
4694         * mm-util.el (mm-find-buffer-file-coding-system):
4695         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4696
4697 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4698
4699         * message.el (message-generate-headers): Record insertion of optional
4700         headers as well.  Otherwise the check to prevent repeated insertion of
4701         optional headers is a no-op.
4702
4703 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * smime.el: Don't mention CVS.
4706
4707         * nnrss.el (nnrss-fetch): Don't mention CVS.
4708
4709         * nnir.el: Don't mention CVS.
4710
4711 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4712
4713         * gnus-sum.el (gnus-summary-bookmark-make-record):
4714         Add `location' field.
4715
4716 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * lpath.el: Fbind bookmark-default-handler,
4719         bookmark-get-bookmark-record, bookmark-make-record-default,
4720         bookmark-prop-get for Emacs <23 and XEmacs.
4721
4722 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4723
4724         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4725         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4726         Use with-current-buffer to silence the byte-compiler.
4727         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4728         bother to require `gnus'.
4729         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4730
4731 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4732
4733         * gnus-sum.el (gnus-summary-bookmark-make-record)
4734         (gnus-summary-bookmark-jump): New functions.
4735         (gnus-summary-mode): Setup bookmark support.
4736
4737 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4738
4739         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4740         if set.
4741
4742 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4745         gnus-article-browse-html-save-cid-image; make it work recursively for
4746         forwarded messages as well.
4747         (gnus-article-browse-html-parts): Work when prefix arg is given.
4748         (gnus-article-browse-html-article): Doc fix.
4749
4750 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4751
4752         * message.el (message-default-mail-headers):
4753         (message-default-headers): Carry the value mail-default-headers over
4754         into message-default-mail-headers, rather than message-default-headers.
4755
4756 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4757
4758         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4759         charset.
4760
4761         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4762         charset into the <meta> tag when the article is encoded to utf-8.
4763
4764 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * gnus-art.el (gnus-article-browse-delete-temp-files):
4767         Delete directories as well.
4768         (gnus-article-browse-html-parts): Work for images that do not specify
4769         file names; delete temp directory when quitting; insert header at the
4770         right place; use file: scheme for image files.
4771
4772 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4773
4774         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4775         (gnus-article-browse-html-parts): Use it to make temporary cid image
4776         files in addition to html file so that browser may display them.
4777
4778 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4781
4782 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4783
4784         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4785
4786 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4787
4788         * auth-source.el (auth-sources): Change default to be simpler.
4789         Explain about Secret Service API sources.  Improve Customize options.
4790         (auth-source-pick): Change to accept any number of search parameters.
4791         Implement fallbacks iteratively, not recursively.  Add scoring on the
4792         second pass and sort by score.  Call Secret Service API when needed.
4793         (auth-source-user-or-password): Use it.  Call Secret Service API
4794         directly when needed to get the user name and the password.
4795
4796 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4797
4798         * message.el (message-interactive): Doc fix.
4799         (message-qmail-inject-args): Reflow.
4800         (message-kill-to-signature): Fix typo in docstring.
4801
4802         * smiley.el (smiley-buffer): Fix typo in docstring.
4803
4804 2010-03-24  Glenn Morris  <rgm@gnu.org>
4805
4806         * mail-source.el (gnus-message): Declare.
4807         (mail-source-delete-old-incoming): Require gnus-util.
4808
4809 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4812
4813         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4814
4815         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4816         password-cache's default if it is not bound.
4817         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4818         password-cache-expiry's default if it is not bound.
4819
4820         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4821         available in Emacs 21.
4822
4823         * lpath.el: Suppress compiler warnings for:
4824         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4825         XEmacs;
4826         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4827         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4828         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4829
4830 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4831
4832         * auth-source.el (auth-sources): Fix up definition so extra parameters
4833         are always inline.
4834
4835 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4836
4837         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4838         wasn't updated after mismatch.  Clear cached mailbox info correctly
4839         when uidvalidity changes.
4840         (nnimap-group-prefixed-name): New function to avoid some code
4841         duplication.
4842         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4843         (nnimap-request-group): Use it.
4844         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4845         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4846         with many imap folders.  This is done by caching the group status from
4847         the imap server persistently in a group parameter `imap-status'.  (This
4848         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4849         but not persistently, so every Gnus startup was still very slow.)
4850
4851 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4852
4853         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4854         delete the extra newline.  Otherwise editing of :string and :number
4855         types don't work.
4856
4857 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4860         secrets.el dependency.
4861         (auth-sources): Add optional user name.  Add secrets.el configuration
4862         choice (unused right now).
4863
4864 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4865
4866         * gnus-sum.el (gnus-summary-make-menu-bar):
4867         Let `gnus-registry-install-shortcuts' fill in the functions.
4868
4869         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4870         warnings.
4871         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4872         (gnus-registry-install-shortcuts): Populate and use it in a
4873         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4874
4875 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4876
4877         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4878         In-place substitutions for the group name encoding/decoding.
4879         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4880         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4881         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4882         (nnimap-update-unseen, nnimap-request-list)
4883         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4884         (nnimap-request-set-mark, nnimap-split-to-groups)
4885         (nnimap-split-articles, nnimap-request-newgroups)
4886         (nnimap-request-create-group, nnimap-request-accept-article)
4887         (nnimap-request-delete-group, nnimap-request-rename-group)
4888         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4889         `encoded-mbx' for consistency.
4890         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4891         variable `imap-current-mailbox'.
4892
4893         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4894         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4895
4896 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4897
4898         * pop3.el (pop3-display-message-size-flag): Display message size byte
4899         counts during POP3 download.
4900         (pop3-movemail): Use it.
4901         (pop3-list): Implement listing of available messages.
4902
4903 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4904
4905         * nnir.el (nnir-get-article-nov-override-function): New function to
4906         override the normal NOV retrieval.
4907         (nnir-retrieve-headers): Use it.
4908
4909 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4910
4911         * auth-source.el (netrc-machine-user-or-password): Autoload.
4912
4913 2010-03-19  Glenn Morris  <rgm@gnu.org>
4914
4915         Stop message.el from loading about 40 libraries it doesn't always need.
4916         The general approach is to autoload rather than require, and to
4917         require in the specific functions rather than the file.  (Bug#5642)
4918
4919         * gmm-utils.el: Don't require wid-edit.
4920         (widget-create-child-value, widget-convert, widget-default-get):
4921         Autoload.
4922
4923         * gnus-util.el: Don't require time-date, netrc.
4924         (message-fetch-field, gnus-group-name-decode): Declare rather than
4925         autoloading.
4926         (gnus-fetch-field): Require message.
4927         (gnus-decode-newsgroups): Require gnus-group.
4928
4929         * ietf-drums.el: Don't require time-date.
4930
4931         * message.el: Don't require hashcash, canlock, ecomplete.
4932         Do require mail-utils.  Require nnheader only when compiling.
4933         (smtpmail-default-smtp-server): Remove declaration.
4934         (message-send-mail-function): Check smtpmail-default-smtp-server
4935         is bound rather than requiring smtpmail.
4936         (message-auto-save-directory, message-insert-signature):
4937         Use expand-file-name rather than nnheader-concat.
4938         (nnheader-insert-file-contents): Autoload.
4939         (hashcash-wait-async): Declare.
4940         (message-send-mail): Only call gnus-setup-posting-charset if
4941         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4942         (message-send-mail-with-sendmail): Require sendmail.
4943         (canlock-password, canlock-password-for-verify): Declare.
4944         (message-canlock-password): Require canlock.
4945         (nnheader-get-report): Autoload.
4946         (gnus-setup-posting-charset): Declare.
4947         (message-send-news): Require gnus-msg.
4948         (message-make-references, message-make-in-reply-to): Use mail-header-id
4949         rather than the alias mail-header-message-id.
4950         (ecomplete-add-item, ecomplete-save): Declare.
4951         (message-put-addresses-in-ecomplete): Require ecomplete.
4952         (ecomplete-display-matches): Autoload.
4953
4954         * mm-decode.el: Don't require mailcap, gnus-util.
4955         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4956         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4957         Autoload.
4958         (mailcap-mime-extensions): Declare.
4959
4960         * mm-encode.el: Don't require mailcap.
4961         (mailcap-extension-to-mime): Autoload.
4962
4963         * mml-sec.el: Don't require password-cache.
4964
4965         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4966         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4967         (mml-minibuffer-read-type): Require mailcap.
4968         (mml-preview): Require gnus-msg.
4969
4970         * mml1991.el: Require password-cache.
4971         (password-cache-expiry): Remove declaration.
4972
4973         * mml2015.el: Require password-cache.
4974         (password-cache-expiry): Remove declaration.
4975
4976         * nneething.el (mailcap): Require mailcap.
4977
4978         * nnheader.el (declare-function): Add compatibility stub.
4979         (message-remove-header): Declare rather than autoload.
4980         (nnheader-replace-header): Require message.
4981
4982         * nnimap.el (declare-function): Add compatibility stub.
4983         (netrc-parse, netrc-machine-user-or-password): Declare.
4984         (nnimap-open-connection): Require netrc.
4985
4986         * nntp.el (declare-function): Add compatibility stub.
4987         (netrc-parse, netrc-machine, netrc-get): Declare.
4988         (nntp-send-authinfo): Require netrc.
4989
4990         * rfc2047.el: Don't require qp.
4991         (quoted-printable-encode-region, quoted-printable-decode-string):
4992         Autoload.
4993
4994         * sieve-mode.el: Don't require easymenu.
4995         (easy-menu-add-item): Autoload it.
4996
4997         * spam-stat.el (time-to-number-of-days): Autoload it.
4998
4999 2010-03-19  Glenn Morris  <rgm@gnu.org>
5000
5001         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5002
5003 2010-03-18  Glenn Morris  <rgm@gnu.org>
5004
5005         * hashcash.el (declare-function): Remove duplicate definition.
5006
5007 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5008
5009         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5010         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5011         value if any backslash escapes).
5012
5013 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5016         if it is available.  (bug#5647)
5017
5018         * lpath.el: Suppress compiler warning for coding-system-from-name for
5019         Emacs 21 and XEmacs.
5020
5021 2010-03-14  Juri Linkov  <juri@jurta.org>
5022
5023         * hmac-def.el:
5024         * hmac-md5.el:
5025         * netrc.el: Fix keywords.
5026
5027 2010-02-26  Glenn Morris  <rgm@gnu.org>
5028
5029         * message.el (message-send-mail-function): Change the default, so that
5030         it inherits from a customized send-mail-function.  (Bug#5643)
5031
5032 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5033
5034         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5035         shell-command-to-string signals an error (bug#5299).
5036
5037 2010-02-24  Glenn Morris  <rgm@gnu.org>
5038
5039         * message.el (message-smtpmail-send-it)
5040         (message-send-mail-with-mailclient): Doc fixes.
5041
5042 2010-02-16  Glenn Morris  <rgm@gnu.org>
5043
5044         * message.el (message-default-mail-headers): Change the default value
5045         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5046
5047 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5050         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5051
5052 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5053
5054         * time-date.el (date-to-time): Doc fix (Bug#5408).
5055
5056 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5057
5058         * message.el (message-mail): Just pass yank-action on to message-setup.
5059         (message-setup): Handle (FUN . ARGS) form of yank-action.
5060         (message-with-reply-buffer, message-widen-reply)
5061         (message-yank-original): Handle non-buffer values of
5062         message-reply-buffer (Bug#4080).
5063         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5064
5065 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5066
5067         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5068         Fix typo in docstring.
5069
5070 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5071
5072         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5073         response.
5074
5075 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5078
5079         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5080
5081         * message.el (message-check-news-header-syntax): Protect against a
5082         string that `rfc822-addresses' returns when parsing fails.
5083
5084 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5087         (gnus-previous-char-property-change): New functions.
5088
5089         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5090
5091 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5092
5093         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5094         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5095
5096 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5097
5098         * message.el (message-exchange-point-and-mark): Rework last change to
5099         avoid using optional arg of exchange-point-and-mark, for backward
5100         compatibility.
5101
5102 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5103
5104         * message.el (message-exchange-point-and-mark):
5105         Call exchange-point-and-mark with an argument rather than setting
5106         mark-active by hand (Bug#5175).
5107
5108 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * nntp.el (nntp-service-to-port): Work for service expressed with
5111         numeric string; replace [:digit:] with [0-9] for XEmacs.
5112
5113 2009-12-17  Glenn Morris  <rgm@gnu.org>
5114
5115         * gnus-group.el (gnus-bug-group-download-format-alist):
5116         Change emacs entry to debbugs.gnu.org.  Bump :version.
5117
5118 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5121
5122 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * message.el (message-info): Explain why we use `Info-goto-node'.
5125
5126 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5129
5130 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5131
5132         * message.el (message-completion-in-region): New compatibility function.
5133         (message-expand-group): Use it.
5134
5135 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5138         with no unread article should be listed if the 2nd arg `predicate' is
5139         given.
5140
5141 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5144
5145 2009-11-29  Juri Linkov  <juri@jurta.org>
5146
5147         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5148         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5149         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5150
5151 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5152
5153         * sha1.el (sha1-string-external): default-directory "/" in case
5154         otherwise non-existent.  process-connection-type pipe for touch of
5155         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5156
5157 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5158
5159         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5160         it's comms related and sgml-mode.el has "comm" on that basis too.
5161
5162 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5165         containing tspecial characters if they have been already quoted.
5166
5167 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5168
5169         * dns-mode.el (auto-mode-alist): Purecopy string.
5170
5171 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5172
5173         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5174
5175 2009-10-24  Glenn Morris  <rgm@gnu.org>
5176
5177         * gnus-art.el (help-xref-stack-item): Define for compiler.
5178
5179 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5180
5181         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5182
5183 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5186
5187 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5190         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5191
5192 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5195         (gnus-overlays-in): New alias to overlays-in.
5196
5197         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5198         gnus-overlay-get, and gnus-delete-overlay.
5199         (gnus-summary-show-thread): Make it work as well for systems in which
5200         next-single-char-property-change is not available.
5201         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5202
5203         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5204         (gnus-overlay-get): New alias to extent-property.
5205         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5206
5207         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5208         SXEmacs.
5209
5210         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5211         SXEmacs.
5212
5213 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5216
5217 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5218
5219         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5220         and XEmacs that don't have `remove-overlays'.
5221
5222 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5223
5224         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5225         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5226         selective display.  Use overlays instead.
5227
5228 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5229
5230         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5231
5232 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5233
5234         * spam-stat.el (spam-stat-load): Fix typo in message.
5235
5236 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5237
5238         * dig.el (dig-invoke): Fix typo in docstring.
5239         (query-dig): Reflow docstring.
5240
5241 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5242
5243         * gnus-art.el (gnus-article-encrypt-body):
5244         * message.el (message-check-recipients):
5245         * mm-util.el (mm-codepage-setup):
5246         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5247         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5248
5249 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5250
5251         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5252         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5253         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5254         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5255         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5256
5257 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5258
5259         * dig.el: Add "Keywords: comm", as per net-utils.el.
5260
5261 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5262
5263         * dig.el (dig-mode): Use define-derived-mode.
5264
5265 2009-09-19  Glenn Morris  <rgm@gnu.org>
5266
5267         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5268
5269 2009-09-18  Glenn Morris  <rgm@gnu.org>
5270
5271         * gnus-diary.el (gnus-diary-check-message):
5272         * message.el (message-insert-formatted-citation-line):
5273         * nnbabyl.el (top-level):
5274         * nndiary.el (nndiary-schedule):
5275         Fix typos in condition-case handlers.
5276
5277 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5280         configuration that provides the sole article window in a frame;
5281         position point correctly after deleting a part.
5282
5283 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5284
5285         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5286         (spam-resolve-registrations-routine): Use it to unregister articles
5287         that change status.
5288
5289 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5292         with XEmacs.
5293         (parse-time-string-chars): Use it.
5294
5295 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5296
5297         * imap.el (imap-interactive-login): Better messages.
5298         (imap-open): Fix bug with renamed buffer on reconnect.
5299         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5300         for easier debugging and cleaner code.  On successful (guessed based on
5301         server capabilities) secondary authentication, set imap-state
5302         correctly.
5303         (imap-last-authenticator): Define imap-last-authenticator as a variable
5304         to avoid warnings.
5305
5306 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * nnrss.el (nnrss-request-article): Remove binding of
5309         default-enable-multibyte-characters that has gotten needless by
5310         the 2007-07-13 change in rfc2047-encode-message-header.
5311
5312         * mml.el (mml-insert-multipart): Error on the message header.
5313         (mml-insert-part): Error on the message header; position point at
5314         the end of a MIME tag.
5315
5316 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * time-date.el (autoload): Expand define-obsolete-function-alias into
5319         defalias and make-obsolete for old Emacsen that Gnus supports.
5320         (with-no-warnings): Define it for old Emacsen.
5321         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5322         is available.
5323         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5324         float-time is available; suppress compile warning for time-to-seconds.
5325
5326         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5327         (gnus-float-time): Alias to float-time if it exists.
5328
5329         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5330         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5331         float-time is available; suppress compile warning for time-to-seconds.
5332
5333         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5334         XEmacs.
5335
5336 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5337
5338         * imap.el (imap-message-map): Docstring fix.
5339
5340 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5343         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5344         Add the optional argument `encoding' that overrides the default.
5345
5346         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5347         mm-encode-buffer.
5348
5349 2009-09-04  Glenn Morris  <rgm@gnu.org>
5350
5351         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5352         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5353         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5354         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5355         * mm-util.el (mm-with-unibyte-current-buffer)
5356         (mm-find-buffer-file-coding-system):
5357         * yenc.el (yenc-decode-region): Use default-value rather than
5358         default-enable-multibyte-characters.
5359
5360 2009-09-03  Glenn Morris  <rgm@gnu.org>
5361
5362         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5363         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5364         than default-enable-multibyte-characters.
5365
5366 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5367
5368         * gnus-art.el (gnus-article-read-summary-keys):
5369         Fix gnus-buffer-configuration's value temporarily used.
5370
5371 2009-09-02  Glenn Morris  <rgm@gnu.org>
5372
5373         * gnus-util.el (gnus-float-time): New function.
5374         * gnus-delay.el (gnus-delay-article):
5375         * gnus-sum.el (gnus-thread-latest-date):
5376         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5377         * nnspool.el (nnspool-request-newgroups):
5378         Use gnus-float-time rather than time-to-seconds.
5379         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5380
5381         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5382         (gnus-header-subject-face, gnus-header-newsgroups-face)
5383         (gnus-header-name-face, gnus-header-content-face):
5384         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5385         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5386         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5387         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5388         (gnus-cite-face-11):
5389         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5390         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5391         (gnus-server-closed-face, gnus-server-denied-face)
5392         (gnus-server-offline-face):
5393         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5394         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5395         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5396         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5397         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5398         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5399         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5400         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5401         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5402         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5403         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5404         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5405         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5406         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5407         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5408         (gnus-summary-high-undownloaded-face)
5409         (gnus-summary-low-undownloaded-face)
5410         (gnus-summary-normal-undownloaded-face)
5411         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5412         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5413         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5414         (gnus-splash-face):
5415         * message.el (message-header-to-face, message-header-cc-face)
5416         (message-header-subject-face, message-header-newsgroups-face)
5417         (message-header-other-face, message-header-name-face)
5418         (message-header-xheader-face, message-separator-face)
5419         (message-cited-text-face, message-mml-face):
5420         * sieve-mode.el (sieve-control-commands-face)
5421         (sieve-action-commands-face, sieve-test-commands-face)
5422         (sieve-tagged-arguments-face):
5423         * spam.el (spam-face):
5424         Mark face aliases with "-face" in the name as obsolete.
5425
5426 2009-09-01  Glenn Morris  <rgm@gnu.org>
5427
5428         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5429         than goto-line.
5430
5431 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5434         Don't move point if the command is invoked inside the message header.
5435
5436 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5437
5438         * imap.el (imap-send-command): Simplify.
5439         (imap-wait-for-tag): point-max -> buffer-size.
5440
5441 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5442
5443         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5444         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5445         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5446         * nnir.el (nnir-swish-e-index-file):
5447         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5448         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5449         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5450         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5451         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5452         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5453
5454 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5457         Don't save excursion.
5458
5459 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5460
5461         * nnheader.el (nnheader-find-file-noselect):
5462         * mm-util.el (mm-insert-file-contents):
5463         Use (default-value 'major-mode) instead of default-major-mode.
5464
5465 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5466
5467         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5468
5469 2009-08-26  Glenn Morris  <rgm@gnu.org>
5470
5471         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5472         than placing in files.el.
5473
5474 2009-08-25  Glenn Morris  <rgm@gnu.org>
5475
5476         * nnir.el (top-level): Don't require cl at run-time.
5477         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5478         Replace cl-function substitute with gnus-replace-in-string.
5479         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5480         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5481         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5482         simplified expansions.
5483
5484 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5485
5486         * dig.el (dig): Add autoload cookie.
5487
5488 2009-08-22  Glenn Morris  <rgm@gnu.org>
5489
5490         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5491         goto-line.
5492
5493 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5494
5495         * parse-time.el (parse-time-string-chars): Save match data.
5496
5497 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5498
5499         * parse-time.el (parse-time-string-chars): Compute using character
5500         classes, to handle non-ascii characters (Bug#3190).
5501
5502 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5505
5506         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5507         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5508         (gnus-mm-display-part, gnus-mime-display-single)
5509         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5510         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5511
5512         * gnus-sum.el
5513         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5514         (gnus-summary-move-article): Add expirable mark to articles copied or
5515         moved to group that has auto-expire turned on if the option is non-nil.
5516
5517 2009-07-24  Glenn Morris  <rgm@gnu.org>
5518
5519         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5520         Fix typo.  (Bug#3903)
5521
5522 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5525         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5526         that should not be used for draft articles.
5527         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5528         that has no concern in minor mode keys.
5529         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5530         Abolish.
5531
5532 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5535         article without making inquiry to a user for unknown encoding.
5536
5537         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5538         (nnmaildir--scan): Assume i-node and device number that file-attributes
5539         returns might be cons-cell.
5540
5541         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5542
5543         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5544
5545 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5546
5547         * auth-source.el: Remove docs now in auth.texi.  Don't use
5548         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5549         `auth-source-hide-passwords' and use them.
5550
5551 2009-07-15  Glenn Morris  <rgm@gnu.org>
5552
5553         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5554
5555 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5558         excessive whitespace from the default values of title and description.
5559
5560 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5563         mail-fetch-field to fetch Content-Description header in order to
5564         exclude newlines.
5565
5566 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5567
5568         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5569         format used by GnuPG 2.0.11.
5570
5571 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5574         to deleted part.
5575
5576 2009-05-30  David Engster  <dengste@eml.cc>
5577
5578         * nnmairix.el: Remove old documentation in the commentary block.
5579         (nnmairix-request-group): Do not update active file for nnml back ends.
5580         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5581         end so that overview files are ignored.
5582         (nnmairix-update-groups): Make updating the groups more robust by using
5583         marks.
5584         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5585         with dollar characters in message-id.
5586
5587 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5590         2008-12-25 in dns.el.
5591
5592 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5593
5594         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5595         could happen if the text is only composed of spaces and/or tabs.
5596
5597 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5598
5599         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5600         when sending a queued message to avoid extra mml tags.
5601
5602 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5605
5606 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5609         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5610         rmail-toggle-header for XEmacs;
5611         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5612
5613 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-dired.el: Remove autoload for gnus-setup-message.
5616         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5617         displaying Gnus logo; always use compose-mail.
5618
5619 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5622
5623 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5626         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5627         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5628         available.
5629         (gnus-nocem-epg-verify): New function.
5630
5631 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5634
5635 2009-02-15  Glenn Morris  <rgm@gnu.org>
5636
5637         * gnus-util.el (rmail-insert-rmail-file-header)
5638         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5639         autoloads.
5640         (rmail-default-rmail-file): Remove unnecessary declaration.
5641         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5642
5643 2009-02-14  Glenn Morris  <rgm@gnu.org>
5644
5645         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5646         variable (only used in gnus-util, which declares it anyway).
5647         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5648         which was only needed by gnus-art (changed to not use it any more).
5649         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5650         only used in gnus-util, which autoloads it itself.
5651         (rmail-update-summary): Fix autoload.
5652
5653         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5654         rather than rmail-output-to-rmail-file.
5655
5656 2009-02-07  Glenn Morris  <rgm@gnu.org>
5657
5658         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5659         autoload of function that no longer exists.
5660         (rmail-toggle-header): Declare.
5661         (message-forward-rmail-make-body): Handle mbox Rmail.
5662
5663 2009-01-31  Glenn Morris  <rgm@gnu.org>
5664
5665         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5666         2009-01-09 change.
5667
5668 2009-01-31  Dave Love  <fx@gnu.org>
5669
5670         * imap.el (imap-fetch-safe): Bind debug-on-error.
5671         (imap-debug): Add imap-fetch-safe.
5672
5673 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5674
5675         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5676         (auth-source-forget-all-cached): New convenience function.
5677         (auth-source-user-or-password): Accept list of modes or a single mode.
5678
5679         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5680         auth-source modes.
5681
5682         * netrc.el (netrc-machine-user-or-password): Use list of
5683         auth-source modes.
5684
5685         * nnimap.el (nnimap-open-connection): Use list of
5686         auth-source modes.
5687
5688         * nntp.el (nntp-send-authinfo): Use list of
5689         auth-source modes.
5690
5691 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5692
5693         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5694         now.
5695
5696 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5699         coding system in XEmacs; add a workaround for XEmacs.
5700
5701         * lpath.el: Fbind coding-system-aliasee.
5702
5703 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5706         of current-language-environment.
5707
5708 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5711         available at runtime.
5712
5713 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5716
5717 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5718
5719         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5720         the greatest positive fixnum value doesn't work under an XEmacs with
5721         bignum support; use the most-positive-fixnum constant instead,
5722         available since Emacs 21.1 with cl and XEmacs 21.1.
5723
5724 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5725
5726         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5727         XEmacs gets not to work.
5728
5729 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * mm-util.el (mm-coding-system-priorities): Allow the value like
5732         "Japanese (UTF-8)" of current-language-environment.
5733
5734 2009-01-09  Glenn Morris  <rgm@gnu.org>
5735
5736         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5737         with last-command-event.
5738
5739 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5740
5741         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5742         in the doc string.
5743
5744         * message.el (message-fix-before-sending): Amend comment.
5745
5746 2009-01-08  Dave Love  <fx@gnu.org>
5747
5748         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5749
5750 2009-01-07  David Engster  <dengste@eml.cc>
5751
5752         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5753         simplified server definitions by converting it via
5754         gnus-server-to-method.
5755
5756 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5759         parameter's operands.
5760
5761 2009-01-06  David Engster  <dengste@eml.cc>
5762
5763         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5764         primary select method (for gnus-group-mark-article-as-read).
5765
5766 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5767
5768         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5769         `(gnus)Face', not `(gnus)X-Face'.
5770
5771 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * mm-util.el (mm-ucs-to-char): New function.
5774
5775         * mm-url.el (mm-url-decode-entities): Use it.
5776
5777         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5778         unicode-to-char.
5779
5780 2009-01-05  Dave Love  <fx@gnu.org>
5781
5782         * time-date.el: Require cl for `declare'.
5783
5784 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5785
5786         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5787         Dave Love.
5788
5789 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * message.el (message-fix-before-sending): Add `eight-bit' to
5792         illegible-text check.
5793
5794 2009-01-03  Michael Olson  <mwolson@gnu.org>
5795
5796         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5797         `headers' is nil.  This can occur if the IMAP server does not have
5798         permissions to read messages from a folder, but can write new messages
5799         to the folder.
5800         (nnimap-request-article-part): Do not insert `data' if it is nil.
5801
5802         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5803         characters which will confuse `read', so skip past them.
5804
5805 2009-01-01  Dave Love  <fx@gnu.org>
5806
5807         * imap.el (imap-string-to-integer): Fix typo.
5808         (imap-fetch-safe): New function.
5809         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5810
5811         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5812
5813         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5814         (imap-parse-greeting): Fix doc strings.
5815         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5816         (imap-parse-flag-list): Make messages unique.
5817         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5818
5819         * nnimap.el: Fix author email.
5820         (nnimap-split-rule): Add FIXME comment.
5821         (nnimap-debug): Fix doc string.
5822
5823 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5824
5825         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5826
5827 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5828
5829         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5830         nslookup if resolv.conf isn't available.
5831         (dns-query): Rename from query-dns.
5832         (dns-query-cached): Rename from query-dns-cached.
5833
5834 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5837         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5838         to check if those variables exist (first appeared in Emacs 18.50).
5839
5840 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * mm-util.el (mm-line-number-at-pos): New function.
5843
5844         * spam-report.el (spam-report-process-queue): Use it.
5845
5846 2008-12-24  David Engster  <dengste@eml.cc>
5847
5848         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5849         parameters that haven't existed as variables as buffer-local variables.
5850
5851 2008-12-23  Dave Love  <fx@gnu.org>
5852
5853         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5854         cadar.
5855
5856         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5857         imap-starttls-p.
5858         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5859
5860 2008-12-22  Dave Love  <fx@gnu.org>
5861
5862         * imap.el: Fix author email.  Doc fixes.
5863         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5864         reply.
5865
5866 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         * spam-report.el (spam-report-gmane-max-requests): New constant.
5869         (spam-report-gmane-wait): New variable.
5870         (spam-report-gmane-ham, spam-report-gmane-spam)
5871         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5872         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5873         the server.
5874
5875         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5876         Add explanations.
5877
5878         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5879         nnheader-accept-process-output and nnheader-read-timeout if available.
5880         (pop3-movemail): Use it.
5881
5882         * message.el (message-check-news-body-syntax): Fix signature check if
5883         there's an attachment.
5884
5885 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * mm-util.el: Add comments to the mm- emulating functions.
5888
5889 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5892         Reported by Stephen Berman <stephen.berman@gmx.net>.
5893
5894 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * mm-util.el (mm-substring-no-properties): New function.
5897         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5898         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5899         (mm-string-to-multibyte): Doc fix.
5900
5901         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5902
5903 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * mml.el (mml-attach-file): Strip text properties from file name.
5906         (Bug#1574)
5907
5908 2008-12-16  Glenn Morris  <rgm@gnu.org>
5909
5910         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5911
5912 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5915         knows since the charset specified might be a bogus alias that
5916         mm-charset-synonym-alist provides.
5917
5918 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5919
5920         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5921         "ISO_8859-1".
5922
5923         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5924
5925 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * mm-util.el (mm-charset-eval-alist):
5928         Define it before mm-charset-to-coding-system.
5929         (mm-charset-to-coding-system): Add optional argument `silent';
5930         define it before mm-charset-override-alist.
5931         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5932         default value if it can be used in Emacs currently running;
5933         silence mm-charset-to-coding-system.
5934
5935 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5938         `allow-override' which says whether to use `mm-charset-override-alist'.
5939         (rfc2047-decode-encoded-words): Use it.
5940
5941         * mm-util.el (mm-charset-override-alist): Fix custom type;
5942         add `(gb2312 . gbk)' to choices.
5943
5944 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5947         fast.
5948
5949         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5950
5951         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5952
5953 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5954
5955         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5956         on links.
5957
5958         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5959
5960 2008-12-03  Lute Kamstra  <lute@gnu.org>
5961
5962         * sha1.el: Remove leading * from docstrings of defcustoms,
5963         deffaces, defconsts and defuns.
5964
5965 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5968         users' addresses that don't have domain parts.
5969         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5970         rather than message-narrow-to-head since there will be the message
5971         header separator.
5972
5973 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5974
5975         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5976         since the result is inserted in a unibyte buffer anyway.
5977         (nnimap-demule-use-string-to-multibyte): Remove.
5978         (nnimap-demule): Alias it to mm-string-to-multibyte.
5979
5980 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5981
5982         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5983         variable for debugging bug#464 and bug#1174.
5984         (nnimap-demule): Use it.
5985
5986 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5989         score calculation correctly.
5990
5991 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5992
5993         * message.el (message-send-mail): Just set the buffer to unibyte
5994         rather than use mm-with-unibyte-current-buffer which does a lot more.
5995         (message-send-mail-partially): Don't bother with
5996         mm-with-unibyte-current-buffer since it's already been made unibyte by
5997         message-send-mail.
5998
5999 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6000
6001         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6002
6003 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6004
6005         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6006
6007 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6010         require itself and to remove `with-no-warnings'.
6011
6012 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6013
6014         * starttls.el (starttls-any-program-available): Get the name of the
6015         available TLS layer program.
6016         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6017         well as the host name in the "opening" message.
6018
6019         * auth-source.el (auth-source-cache, auth-source-do-cache)
6020         (auth-source-user-or-password): Cache passwords and logins by default,
6021         allow override with `auth-source-do-cache'.
6022         (auth-source-forget-user-or-password): Allow users to remove cache
6023         entries if needed.
6024
6025 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6026
6027         * md4.el (md4-buffer): Fix typo in docstring.
6028         (md4, md4-64): Doc fixes.
6029         (md4-pack-int32): Reflow docstring.
6030
6031 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6034         condition-case to only the forward-sexp call.
6035
6036 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6039         quotes contained.  Make it more robust regardless by an extra
6040         condition-case wrapper.
6041
6042 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6045
6046 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * nnml.el (nnml-request-expire-articles): Check if the function set to
6049         `nnmail-expiry-target' returns the symbol `delete'.
6050
6051         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6052
6053         * nnmail.el (nnmail-expiry-target): Fix custom type.
6054
6055 2008-10-02  Glenn Morris  <rgm@gnu.org>
6056
6057         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6058         Silence compiler warning.
6059
6060 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6061
6062         * tls.el (open-tls-stream): Show the actual command being
6063         executed, instead of the format string.
6064
6065 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * lpath.el: Fbind codepage-setup for Emacs 23.
6068
6069 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6070
6071         * mml.el (mml-menu): Don't assume mml2015 is bound.
6072
6073 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6076         exists.
6077
6078 2008-09-27  Glenn Morris  <rgm@gnu.org>
6079
6080         * gnus-util.el (mail-header-remove-comments): Autoload it.
6081
6082 2008-09-27  Andreas Schwab  <schwab@suse.de>
6083
6084         * gnus-util.el (gnus-split-references): Strip comments.
6085         (gnus-parent-id): Likewise.
6086
6087 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6088
6089         * message.el (message-confirm-send): Fix version.
6090
6091 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * message.el (message-idna-to-ascii-rhs-1): Use
6094         mail-extract-address-components rather than mail-header-parse-addresses
6095         that is an alias by default to ietf-drums-parse-addresses that does not
6096         support non-ASCII names in headers' contents.
6097
6098 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6099
6100         * message.el (message-confirm-send): Fix variable documentation to
6101         avoid the "y/n" wording.
6102
6103 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6104
6105         * message.el (message-set-auto-save-file-name): Save to a different
6106         filename so multiple messages (especially drafts) can be recovered.
6107
6108 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6109
6110         * message.el (message-confirm-send): Add appropriate version.
6111
6112 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6113
6114         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6115         defvar.
6116
6117 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6118
6119         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6120         (mm-pkcs7-enveloped-magic): Ditto.
6121
6122 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6123
6124         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6125         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6126
6127 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6128
6129         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6130         default, it's better.
6131
6132 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6133
6134         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6135         summary line gnus-number property and ignore them (with a warning
6136         message).
6137
6138 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6141         macro caddr in the interactive form since it won't be expanded.
6142
6143 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6146         `charset'; fix name of function called recursively.
6147         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6148
6149 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6152         (gnus-mime-set-charset-parameters): New function.
6153         (gnus-mime-view-part-as-charset): Use it to correctly display part
6154         specifying wrong charset.
6155
6156 2008-09-08  David Engster  <dengste@eml.cc>
6157
6158         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6159         in completing-read for back end server.
6160
6161 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6162
6163         * message.el (message-confirm-send): New variable to confirm sending a
6164         message.
6165         (message-send): Use it.
6166
6167 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6168
6169         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6170
6171 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6174
6175 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6176
6177         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6178         prevent tracking too many groups.
6179         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6180         Use it.
6181
6182 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6183
6184         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6185         moving point to the bottom of the window in order to avoid recentering.
6186
6187 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6190
6191         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6192         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6193         (gnus-article-beginning-of-window): Fix calculation.
6194
6195 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * gnus-msg.el (gnus-summary-supersede-article)
6198         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6199         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6200         message header.
6201
6202 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6203
6204         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6205         pending output coming after the status change.
6206
6207 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6208
6209         * message.el:
6210         * gnus-start.el:
6211         * gnus-registry.el: Remove VMS support.
6212
6213 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6216         macro.
6217         (rfc2104-hash): Use it.
6218
6219 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6222         (gnus-summary-sort-by-most-recent-date): New commands.
6223         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6224         and menu entries.
6225
6226 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6229         don't redisplay article for raw contents; remove plural articles stuff.
6230
6231         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6232         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6233         on gnus-summary-save-article; display results properly.
6234
6235 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * lpath.el: No need to fbind ns-focus-frame.
6238
6239 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6242
6243 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * gnus-art.el (gnus-summary-save-in-pipe):
6246         Consider gnus-save-all-headers.
6247
6248 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6249
6250         * gnus-util.el (ns-focus-frame): Remove declaration.
6251         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6252         like x.
6253
6254 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6255
6256         * rfc2104.el (rfc2104-zero): Delete defconst.
6257         (rfc2104-hex-alist): Likewise.
6258         (rfc2104-hex-to-int): Delete func.
6259         (rfc2104-hexstring-to-bitstring): Likewise.
6260         (rfc2104-nybbles): New defconst.
6261         (rfc2104-hash): Rewrite for speed.
6262
6263 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * tls.el (open-tls-stream): Make it work with the 2nd argument
6266         BUFFER that is a string but does not exist as a buffer object, as
6267         mentioned in the doc-string.
6268
6269 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6272         SXEmacs.
6273
6274 2008-07-16  Glenn Morris  <rgm@gnu.org>
6275
6276         * gnus-util.el (ns-focus-frame): Declare for compiler.
6277
6278 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6281         set as a group parameter.
6282         (gnus-summary-save-in-pipe): Work when it is called independently.
6283         (gnus-summary-pipe-to-muttprint): Don't modify
6284         gnus-summary-pipe-output-default-command.
6285
6286 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6287
6288         * message.el (message-send-mail-with-sendmail):
6289         Display the error message.
6290
6291 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-art.el (gnus-default-article-saver):
6294         Add gnus-summary-save-in-pipe to choices.
6295         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6296         gnus-summary-pipe-output-default-command as the default command.
6297         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6298         instead of gnus-last-shell-command.
6299
6300         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6301         New user option.
6302         (gnus-summary-muttprint-program): Mention the value will be changed.
6303         (gnus-summary-save-article): Force showing of all headers.
6304         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6305
6306 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6307
6308         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6309
6310 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6311
6312         * nnimap.el (nnimap-id):
6313         * sieve-manage.el (sieve-manage-open): Doc fixes.
6314
6315 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6316
6317         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6318         if available.
6319
6320 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6323
6324         * nnkiboze.el (nnkiboze-generate-group):
6325         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6326
6327         * nnmairix.el: Require CL.
6328
6329 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * dgnushack.el: Autoload get-display-table and put-display-table for
6332         XEmacs 21.5.
6333
6334         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6335         21.4 and SXEmacs.
6336
6337 2008-06-15  David Engster  <dengste@eml.cc>
6338
6339         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6340
6341 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6342
6343         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6344         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6345         runtime choice under XEmacs.
6346
6347         * gnus-sum.el (gnus-summary-set-display-table):
6348         Use `gnus-put-display-table', `gnus-get-display-table',
6349         `gnus-set-display-table' for the display table, instead of `aset'.
6350
6351         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6352         Use `gnus-put-display-table', `gnus-get-display-table',
6353         `gnus-set-display-table' for the display table.
6354
6355 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6356
6357         * nnmairix.el: Add autoloads.
6358
6359 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * nnmairix.el (nnmairix-delete-recreate-group)
6362         (nnmairix-update-and-clear-marks): Fix error messages.
6363
6364 2008-06-14  David Engster  <dengste@eml.cc>
6365
6366         * nnmairix.el: Upgrade to version 0.6.
6367         (nnmairix-group-toggle-propmarks-this-group)
6368         (nnmairix-group-toggle-readmarks-this-group)
6369         (nnmairix-group-delete-recreate-this-group)
6370         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6371         (nnmairix-remove-tick-mark-original-article): New commands.
6372         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6373         (nnmairix-propagate-marks-to-nnmairix-groups)
6374         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6375         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6376         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6377         functions needed for marks propagation and manipulation of read marks.
6378         (nnmairix-update-groups): New function.
6379         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6380         (nnmairix-determine-original-group-from-registry)
6381         (nnmairix-determine-original-group-from-path)
6382         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6383         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6384         New helper functions.
6385         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6386         keystrokes for new commands.
6387         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6388         (nnmairix-request-group): Check allow-fast group parameter.
6389         (nnmairix-request-create-group): Set allow-fast group parameter if
6390         nnmairix-allowfast-default is set.
6391         (nnmairix-close-group): Propagate marks upon closing if needed.
6392         (nnmairix-group-toggle-threads-this-group): Use new.
6393         nnmairix-group-toggle-parameter helper function.
6394         (nnmairix-search): Better check for empty search result.
6395         (nnmairix-goto-original-article): Use new helper functions for
6396         determining original article.
6397         (nnmairix-show-original-article): Make sure message-id is in brackets.
6398         (nnmairix-call-mairix-binary): Change variable name.
6399         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6400         helper function.
6401         (nnmairix-widget-toggle-activate): Fix doc string.
6402
6403 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * nnir.el: Require edmacro when compiling with XEmacs.
6406         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6407         available in Emacs 21.
6408
6409 2008-06-11  Glenn Morris  <rgm@gnu.org>
6410
6411         * gnus-util.el (x-focus-frame):
6412         * gnus.el (image-size):
6413         * mm-decode.el (image-size): Declare.
6414
6415         * gnus-picon.el (declare-function): Add compat definition.
6416         (image-size): Declare.
6417
6418         * gnus-group.el (tool-bar-map):
6419         * gnus-sum.el (tool-bar-map): Define for compiler.
6420
6421         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6422
6423         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6424
6425         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6426         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6427         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6428         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6429         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6430         * sieve-manage.el, spam-report.el, spam.el:
6431         Remove unnecessary eval-and-compile of autoloads.
6432
6433 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6434
6435         * auth-source.el: Precise Tramp doc.
6436
6437 2008-06-07  Glenn Morris  <rgm@gnu.org>
6438
6439         * nnmairix.el: Remove unnecessary eval-when-compile.
6440
6441 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * lpath.el: Fbind propertize for XEmacs 21.4.
6444
6445 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * nnir.el: Move here from ../contrib.
6448
6449 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6450
6451         * gnus-util.el (gnus-read-shell-command): New function.
6452         * mm-decode.el (mm-pipe-part):
6453         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6454
6455 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6458
6459 2008-06-03  Glenn Morris  <rgm@gnu.org>
6460
6461         * pop3.el (nnheader-accept-process-output): Autoload it.
6462
6463 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6466         are not 2-digit hexadecimal characters that follow `%'s.
6467
6468 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * message.el (message-bogus-recipient-p): Fix type in doc string.
6471         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6472         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6473         Improve custom options.
6474         (message-bogus-recipient-p): Adjust accordingly.
6475
6476 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6477
6478         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6479         long-form month and day names.
6480
6481 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * dgnushack.el: Autoload debug, eudc-expand-inline and
6484         pgg-snarf-keys-region for XEmacs.
6485
6486         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6487
6488         * nnmairix.el: Require edmacro when compiling with XEmacs.
6489
6490 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6493         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6494
6495 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6496
6497         * auth-source.el: Add more docs.
6498
6499         * netrc.el (netrc-machine): Always match if the port is not given.
6500
6501 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6504         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6505         retrieval faster in some cases, but might make CPU usage larger.
6506         If this has any bad side effects, we might revert this change.
6507
6508         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6509         seems to make mail retrieval much, much faster.
6510         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6511         unconditionally.
6512
6513         * gnus-draft.el (gnus-group-send-queue):
6514         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6515
6516 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6519
6520         * message.el (message-bogus-address-regexp): Fix and improve custom
6521         type.
6522         (message-setup-hook): Add message-check-recipients as custom option.
6523
6524 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6525
6526         * message.el (message-cite-function): Remove bogus autoload which crept
6527         in during merge from v5-10.
6528
6529 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6530
6531         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6532
6533         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6534
6535         * auth-source.el: Preliminary Tramp docs.
6536         (auth-sources): Change the default auth-sources to use
6537         EPA .gpg files.
6538
6539 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6540
6541         * nntp.el: Autoload `auth-source-user-or-password'.
6542         (nntp-send-authinfo): Use it.
6543
6544         * nnimap.el: Autoload `auth-source-user-or-password'.
6545         (nnimap-open-connection): Use it.
6546
6547         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6548         for the gnus-message function.
6549         (auth-source-user-or-password): Use it.
6550
6551 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6552
6553         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6554         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6555         (rfc2104-hash): Use it.
6556
6557 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6558
6559         * gnus-art.el (gnus-article-toggle-truncate-lines):
6560         Don't use `iff' in docstring.
6561
6562 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6563
6564         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6565
6566         * gnus-util.el (gnus-extract-address-component-name)
6567         (gnus-extract-address-component-email): Convenience functions around
6568         `gnus-extract-address-components'.
6569
6570         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6571         Use `gnus-extract-address-component-email' to fix bug of comparing full
6572         sender name to `user-mail-address'.
6573
6574 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6577         catch/throw to optimize.
6578         (gnus-registry-find-keywords): Just use member to find a keyword.
6579
6580 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6581
6582         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6583         is current before calling gnus-server-prepare.
6584         (gnus-server-setup-buffer, gnus-server-update-server)
6585         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6586
6587 2008-05-04  Juri Linkov  <juri@jurta.org>
6588
6589         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6590         (mailcap-file-default-commands): Use mailcap-replace-in-string
6591         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6592         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6593
6594 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6595
6596         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6597
6598 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6599
6600         * gnus.el: Bump version to 0.11.
6601
6602 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6603
6604         * gnus.el: No Gnus v0.10 is released.
6605
6606 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6607
6608         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6609         hooks.
6610         (gnus-update-read-articles): Speed up non-marks-using users.
6611         (gnus-use-marks): Define gnus-use-marks.
6612         (gnus-propagate-marks): Rename variable to something more sensible.
6613
6614 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6615
6616         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6617         (gmm-image-load-path-for-library): Fix typos in docstrings.
6618         (gmm-message): Reflow docstring.
6619
6620 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6621
6622         * mail-source.el (mail-source-set-1, mail-source-bind):
6623         Move auth-source code out of the macro to clean it up and fix bugs.
6624
6625 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6626
6627         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6628         by sender if it's equal to user-mail-address, it's likely to be
6629         useless.
6630
6631         * mail-source.el (mail-source-bind): Don't use user or password if they
6632         are not bound.  Unintern them if they are nil.  Don't use server unless
6633         it's bound, and default it to empty string otherwise.
6634
6635 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6636
6637         * mail-source.el: Load auth-source.el.
6638         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6639         get user name or password, if auth-sources is set up.
6640
6641         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6642         strategy of splitting with parent.
6643         (gnus-registry-split-fancy-with-parent)
6644         (gnus-registry-post-process-groups): Use it and fix prior
6645         bug (returning a list as the split result).
6646
6647         * auth-source.el (auth-sources): Remove server parameter.
6648         (auth-source-pick, auth-source-user-or-password)
6649         (auth-source-user-or-password-imap)
6650         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6651         (auth-source-user-or-password-sftp)
6652         (auth-source-user-or-password-smtp): Remove server parameter.
6653
6654 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6655
6656         * smime.el (smime-sign-region, smime-encrypt-region)
6657         (smime-decrypt-region):
6658         Remove redundant calls to `generate-new-buffer-name'.
6659
6660 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6661
6662         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6663         Don't use QP for message/rfc822.
6664         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6665
6666 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6667
6668         * sieve-manage.el (sieve-string-bytes): Remove.
6669         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6670         correct byte-length only if the process's coding-system is the same as
6671         the one used internally by Emacs to represent strings.
6672
6673 2008-04-22  Juri Linkov  <juri@jurta.org>
6674
6675         * mailcap.el (mailcap-file-default-commands): New function.
6676
6677 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * message.el (message-signature-separator, message-cite-function):
6680         Change custom version.
6681
6682 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6683
6684         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6685         commands.
6686         (tls-checktrust): Ditto.
6687
6688 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6689
6690         * mm-decode.el (mm-display-external): Make temp file read-only.
6691
6692 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6695         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6696         `C-c C-f d'.
6697
6698 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6699
6700         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6701
6702 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * gnus.el: Bump version to 0.9.
6705
6706 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * gnus.el: No Gnus v0.8 is released.
6709
6710 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6711
6712         * mail-source.el (mail-source-value):
6713         Prefer fboundp to functionp so it works with macros as well.
6714
6715 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6716
6717         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6718         Fix last change in case the element is not even a symbol.
6719
6720 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6721
6722         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6723         Prefer fboundp to functionp so it works with macros as well.
6724
6725 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6726
6727         * auth-source.el: Add docs.
6728         (auth-sources): Modify format to support server.
6729         (auth-source-pick, auth-source-user-or-password)
6730         (auth-source-user-or-password-imap)
6731         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6732         (auth-source-user-or-password-sftp)
6733         (auth-source-user-or-password-smtp): Add server parameter.
6734
6735 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * gnus-registry.el: Initialize the registry when gnus-registry-install
6738         is t.
6739
6740 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * compface.el (uncompface): Make buffer unibyte.
6743
6744 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6745
6746         * mail-source.el (mail-source-value):
6747         Prefer fboundp to functionp so it works with macros as well.
6748
6749 2008-04-05  Glenn Morris  <rgm@gnu.org>
6750
6751         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6752
6753 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6754
6755         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6756         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6757
6758         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6759         multibyteness after rather than before erasing it.
6760
6761         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6762         mm-with-multibyte.
6763         (gnus-request-article-this-buffer): Make sure the proper decoding is
6764         used if gnus-original-article-buffer happens to be unibyte.
6765
6766         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6767         default-enable-multibyte-characters.
6768
6769         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6770         default-enable-multibyte-characters.
6771
6772         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6773
6774         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6775
6776 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6777
6778         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6779         Fix last change in case the element is not even a symbol.
6780
6781 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6782
6783         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6784         (imap-message-copyuid-1): Use it.
6785         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6786         J. Williams in
6787         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6788
6789         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6790         imap-enable-exchange-bug-workaround.
6791         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6792
6793 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6794
6795         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6796         a 100 byte status-checks into a 2-3MB transfer for each group.
6797         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6798         to enable bug workaround or not.
6799         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6800
6801 2008-03-31  Glenn Morris  <rgm@gnu.org>
6802
6803         * message.el (mml2015-use): Declare for compiler.
6804         (message-info): Require mml2015 when appropriate.
6805
6806 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6809         whitespace.
6810
6811 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6812
6813         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6814         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6815         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6816         (nntp-service-to-port): New function.
6817         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6818         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6819         (nntp-open-netcat-stream): New function.
6820         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6821
6822 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6823
6824         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6825
6826 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6827
6828         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6829
6830 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6831
6832         * dns.el (dns-write): Use set-buffer-multibyte.
6833
6834 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6835
6836         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6837
6838 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * message.el (message-signature-separator): Change default.
6841         Improve custom type.
6842         (message-cite-function): Change default to
6843         message-cite-original-without-signature.
6844
6845         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6846         toggle.
6847
6848         * message.el (message-check-news-body-syntax): Fix signature check.
6849         (message-setup-1): Mark buffer as unmodified _after_ running
6850         message-setup-hook and handling message-alternative-emails.
6851         (message-shorten-references): Be more strict when building list of
6852         valid references to comply with GNKSA.
6853
6854         * gnus-group.el (gnus-read-ephemeral-bug-group)
6855         (gnus-read-ephemeral-debian-bug-group)
6856         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6857
6858         * message.el (message-info): Don't use booleanp which isn't supported
6859         in Emacs 21 and XEmacs.
6860
6861 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6864         gnus-group-gmane-group-download-format.
6865         (gnus-group-read-ephemeral-gmane-group): Rename from
6866         gnus-group-read-ephemeral-gmane-group.
6867         (gnus-read-ephemeral-gmane-group-url): Rename from
6868         gnus-group-read-ephemeral-gmane-group-url.
6869         (gnus-bug-group-download-format-alist): New variable.
6870         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6871         (gnus-read-ephemeral-emacs-bug-group): New commands.
6872
6873 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6876         (gnus-visible-headers): Improve custom type.
6877
6878 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * mml.el (mml-menu): Add workarounds for XEmacs.
6881
6882         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6883         X-Boundary header.
6884
6885         * message.el (message-simplify-recipients): Fix previous commit.
6886
6887 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6888
6889         * mm-util.el (mm-set-buffer-multibyte): New function.
6890         * mm-decode.el (mm-copy-to-buffer): Use it.
6891
6892         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6893         Prefer fboundp to functionp so it works with macros as well.
6894
6895 2008-03-19  Glenn Morris  <rgm@gnu.org>
6896
6897         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6898         Accidentally removed in the sync process with Emacs.
6899
6900 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * message.el (message-alter-recipients-discard-bogus-full-name):
6903         New function.
6904         (message-alter-recipients-function): New variable.
6905         (message-get-reply-headers): Use it.
6906         (message-replace-header): New helper function.
6907         (message-recipients-without-full-name): New variable.
6908         (message-simplify-recipients): New command.
6909
6910         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6911
6912         * message.el (message-info): Handle EasyPG manual.
6913
6914         * mml.el (mml-menu): Add entry for EasyPG.
6915
6916 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6917
6918         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6919         parameter.
6920
6921         * message.el (message-disassociate-draft): Specify drafts group name
6922         fully.
6923
6924 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6925
6926         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6927         Eliminate unnecessary duplicates from the match list.
6928
6929 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6932
6933         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6934
6935         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6936         args of `how-many' of which the XEmacs version doesn't take; declare
6937         Info-index-next as function.
6938
6939 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * gnus-score.el (gnus-score-headers): Fix handling of
6942         gnus-inhibit-slow-scoring.
6943
6944         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6945         string.
6946         (gnus-button-url-regexp): Improve handling of parenthesis.
6947         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6948         (gnus-button-handle-info-keystrokes): Handle index entries.
6949
6950 2008-03-15  Glenn Morris  <rgm@gnu.org>
6951
6952         * parse-time.el (parse-time-string): Simplify.
6953
6954 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6957         Incoming* files.
6958
6959 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * auth-source.el (auth-sources): Rename from auth-source-choices.
6962         (auth-source-pick): Use it.
6963
6964 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6965
6966         * binhex.el (binhex-decode-region-internal):
6967         * uudecode.el (uudecode-decode-region-internal):
6968         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6969         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6970         setting default-enable-multibyte-characters.
6971
6972 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * auth-source.el (auth-source-protocols)
6975         (auth-source-protocols-customize, auth-source-choices): Add and
6976         modified variable customizations and defaults.
6977         (auth-source-pick, auth-source-user-or-password)
6978         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6979         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6980         (auth-source-user-or-password-sftp)
6981         (auth-source-user-or-password-smtp): Use new variables and provide an
6982         interface to netrc.el.
6983
6984 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6987         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6988         Make sure the nntp port to specify is a string.
6989
6990 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6991
6992         * nntp.el: Use with-current-buffer.
6993         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6994         dubious mm-with-unibyte-current-buffer.
6995         (nntp-with-open-group-function): New function extracted from
6996         nntp-with-open-group macro.
6997         (nntp-with-open-group): Use the function, so it's easier to debug.
6998         Add indentation and debugging info.
6999         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7000         Recommend the use of the netcat alternatives.
7001
7002         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7003         Avoid mm-string-as-multibyte as well.
7004
7005         * nnweb.el (nnweb-insert-html):
7006         Remove use of nnheader-string-as-multibyte.
7007
7008         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7009         (nnheader-string-as-multibyte): Remove.
7010
7011         * mm-view.el: Use inhibit-read-only.
7012         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7013         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7014         or unibyte-string.
7015
7016         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7017         (mm-uu-yenc-extract): Use with-current-buffer.
7018
7019         * gnus-soup.el (gnus-soup-send-packet): Don't use
7020         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7021
7022         * nnmh.el: Use with-current-buffer.
7023         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7024         mm-string-as-multibyte on the output of mm-encode-coding-string.
7025
7026         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7027         (nnimap-request-move-article): Use with-current-buffer.
7028
7029         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7030         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7031         conversion uses string-make-unibyte rather than string-as-unibyte.
7032
7033         * gnus-msg.el: Use with-current-buffer.
7034
7035         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7036
7037 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7038
7039         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7040         string for caching if it is 'PIN.
7041
7042 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * lpath.el: Consider the case without Emacs/W3.
7045
7046 2008-03-08  Glenn Morris  <rgm@gnu.org>
7047
7048         * time-date.el (date-to-time, time-subtract, time-add)
7049         (safe-date-to-time): Doc fixes.
7050
7051 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * mail-source.el (mail-source-delete-old-incoming-confirm):
7054         Change default to nil.
7055         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7056
7057 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * lpath.el: Rearrange.
7060
7061         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7062         (gnus-article-goto-prev-page): Work for articles having ^L's.
7063
7064         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7065
7066         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7067
7068 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7069
7070         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7071         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7072         (gnus-bookmark-jump): Adjust some variable names.
7073
7074 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7075
7076         * auth-source.el: New package.
7077         (auth-source-choices): Add customization entry point variable.
7078
7079         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7080         bug.
7081
7082 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7083
7084         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7085         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7086         (gnus-registry-install-shortcuts): Rename from
7087         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7088         the `gnus-registry-mark-map' keymap dynamically from
7089         `gnus-registry-marks'.  The generated functions update the summary line
7090         when a registry mark is added or deleted, and will call
7091         `gnus-registry-install-p' (see the comments in the code).
7092         (gnus-registry-user-format-function-M): Use concat intelligently.
7093
7094         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7095         the registry mark functions.
7096
7097 2008-03-05  Glenn Morris  <rgm@gnu.org>
7098
7099         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7100         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7101         gnus-art.
7102         (top-level): No need to load own source when compiling.
7103
7104 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7105
7106         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7107         Suggested by <chris.anderton@zetnet.co.uk>.
7108
7109 2008-03-04  Glenn Morris  <rgm@gnu.org>
7110
7111         * gnus-sum.el (top-level): No need to require gnus when compiling,
7112         since unconditionally required near start of file.
7113         (gnus-summary-display-while-building): Move definition before use.
7114
7115 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         * gnus-registry.el (gnus-registry-user-format-function-M):
7118         Add formatting function.
7119
7120 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7121
7122         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7123         with plists.
7124         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7125         Use new format.
7126
7127 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7130         `where-is-internal' that returns a range of key sequences.
7131
7132 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7133
7134         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7135
7136         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7137         (gnus-summary-jump-to-group): Consider windows on other displayed
7138         frames as well.  Similar changes might be needed elsewhere, but that's
7139         the one I've bumped into during my use.
7140
7141         * nndoc.el (nndoc-oe-dbx-type-p):
7142         * gnus-msg.el (gnus-debug):
7143         * gnus-group.el (gnus-update-group-mark-positions):
7144         Use mm-string-to-multibyte.
7145
7146 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7149         doesn't handle NotDashEscaped.
7150
7151         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7152         (mml-dnd-attach-options): Fix typo in custom choice.
7153
7154         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7155         Change nndoc-article-type to mbox.
7156         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7157
7158         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7159         to nil, instead of html2text.
7160
7161         * imap.el (imap-debug): Add `imap-ping-server'.
7162
7163         * gnus-bookmark.el: Add FIXMEs.
7164
7165         * message.el (message-form-letter-separator)
7166         (message-send-form-letter-delay): New variables.
7167         (message-send-form-letter): Use them.  New command to send form
7168         letters.  Requested by Uwe Siart.
7169         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7170
7171 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * Update copyright years.
7174
7175 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         Sync from EMACS_22_BASE.
7178
7179         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7180
7181 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7182
7183         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7184         empty author.
7185
7186 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7187
7188         * gnus-registry.el (gnus-registry-marks): Add variable for
7189         customization of marks and their appearance.
7190         (gnus-registry-read-mark): Use it.
7191         (gnus-registry-do-marks): Add utility function to loop through
7192         `gnus-registry-marks'.
7193         (gnus-registry-install-shortcuts-and-menus): Add function to install
7194         shortcuts and menus.
7195         (gnus-registry-initialize): Use it.
7196         (gnus-registry-default-mark): Clarify documentation.
7197
7198 2008-02-29  Glenn Morris  <rgm@gnu.org>
7199
7200         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7201         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7202         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7203         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7204         Change defcustom :version from 23.0 to 23.1.
7205
7206 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * gnus-registry.el (gnus-registry-follow-group-p)
7209         (gnus-registry-post-process-groups): Add functions to aid registry
7210         splitting and improve logging.  Clarify behavior in function
7211         documentation.
7212         (gnus-registry-split-fancy-with-parent): Use them.
7213
7214 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7215
7216         * gnus-art.el: Use with-current-buffer.
7217
7218 2008-02-27  David Engster  <dengste@eml.cc>
7219
7220         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7221         Express real group name in the response.
7222
7223 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7226         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7227         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7228         autoload gnus-registry-fetch-group when compiling.
7229         (nnmairix-request-group-with-article-number-correction):
7230         Remove unreferenced argument passed to nnmairix-call-backend.
7231
7232 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7235         (mm-uu-extract): Improve face for low color ttys.
7236         Reported by Sascha Wilde.
7237
7238 2008-02-27  Glenn Morris  <rgm@gnu.org>
7239
7240         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7241         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7242         variables to defconsts.  Convert comments to doc-strings.
7243         (nnmairix-last-server, nnmairix-current-server): Convert from free
7244         variables to defvars.  Convert comments to doc-strings.
7245         (gnus-registry-fetch-group): Autoload.
7246         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7247         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7248         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7249         caddr.
7250         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7251         nnmairix-request-group-with-article-number-correction call.
7252         (nnmairix-fast, nnmairix-group): New, less general names, for free
7253         variables passed from nnmairix-request-group to
7254         nnmairix-request-group-with-article-number-correction.  Declare.
7255         (nnmairix-request-group-with-article-number-correction):
7256         Use nnmairix-fast, nnmairix-group rather than fast, group.
7257
7258 2008-02-26  David Engster  <dengste@eml.cc>
7259
7260         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7261         version 0.5.
7262
7263 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7266         instead of making an extra function call.  Don't add the current group
7267         to articles only when they have the group.  Use
7268         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7269         Reported by David <de_bb@arcor.de>.
7270
7271 2008-02-24  Miles Bader  <miles@gnu.org>
7272
7273         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7274         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7275         (mm-find-mime-charset-region):
7276         * mm-bodies.el (mm-encode-body):
7277         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7278
7279 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7282         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7283
7284 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * mail-source.el (mail-source-delete-incoming): Change default.
7287         Supplement doc string.
7288
7289         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7290
7291 2008-02-14  Glenn Morris  <rgm@gnu.org>
7292
7293         * time-date.el (format-seconds): New function.
7294
7295 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * nnmail.el (nnmail-message-id-cache-file): Derive from
7298         `gnus-home-directory'.
7299
7300 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7303         Document negative prefix.
7304
7305         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7306
7307 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7308
7309         * message.el (message-unsent-separator): Add the Exim bounce
7310         separator.
7311
7312 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7313
7314         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7315         list.
7316         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7317         recipient/signer list.
7318
7319 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * Makefile.in (datarootdir): Define.
7322         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7323         name that might contain whitespace.
7324
7325 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7326
7327         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7328         fbound (Emacs 23 unicode), signal an error.
7329
7330 2008-02-08  Glenn Morris  <rgm@gnu.org>
7331
7332         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7333
7334 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7335
7336         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7337         ports to the calls to `netrc-machine-user-or-password' in addition to
7338         "imap" and "imaps".
7339
7340 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7341
7342         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7343
7344         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7345
7346 2008-02-01  Kenichi Handa  <handa@m17n.org>
7347
7348         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7349         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7350         (rfc2104-hash): Convert the result of concat to unibyte string.
7351
7352 2008-02-01  Dave Love  <fx@gnu.org>
7353
7354         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7355         coding-system-for-read.
7356         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7357
7358 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7361         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7362         <hanche@math.ntnu.no>.
7363
7364 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7367
7368         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7369
7370 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7371
7372         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7373         * message.el (message-beginning-of-line): Use featurep instead of bound
7374         tests in order to resolve conditionals at compile time.
7375
7376 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7377
7378         * mail-source.el (mail-sources): Add `group' choice.
7379
7380         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7381         parameter `in-group' to control into which group the articles go.
7382         Add treatment of `group' mail-source.
7383
7384 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7387
7388         * mm-decode.el (mm-dissect-buffer): Decode description.
7389
7390         * mml.el (mml-to-mime): Encode message header first.
7391
7392 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7395         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7396
7397         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7398         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7399
7400 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7401
7402         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7403
7404 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7407         prefix keys.
7408         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7409         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7410         gnus-xmas.el.
7411
7412         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7413         (gnus-xmas-article-describe-bindings): New function.
7414         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7415         gnus-xmas-article-describe-bindings.
7416
7417         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7418
7419 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7420
7421         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7422         Add new variables for article mark management.
7423         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7424         list of extra data entries which, when present, will indicate that the
7425         article ID should not be trimmed from the registry.
7426         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7427         functions.
7428         (gnus-registry-read-mark): New function to read a mark name from the
7429         user.
7430         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7431         (gnus-registry-set-article-mark-internal): New functions to add and
7432         remove marks.
7433         (gnus-registry-get-article-marks): New function to show the marks for
7434         an article, or retrieve them for further use.
7435
7436 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7439         keys when no argument is given.
7440
7441 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * imap.el (imap-ping-server): New variable.
7444         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7445         (imap-ping-server): Minor doc string fixes.
7446
7447 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7448
7449         * imap.el (imap-ping-server): New function.
7450         (imap-opened): Call imap-ping-server.
7451
7452 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7453
7454         * gnus-sum.el (gnus-article-sort-by-random)
7455         (gnus-thread-sort-by-random): Fix doc strings.
7456         Reported by jidanni@jidanni.org.
7457
7458 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-art.el (gnus-article-describe-bindings): New function.
7461         (gnus-article-read-summary-keys): Use it.
7462         (gnus-article-mode-map): Bind `C-h b' to it.
7463
7464 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7467         XEmacs.
7468         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7469         Protect against non-character events.
7470
7471         * lpath.el: Fbind map-keymap for Emacs 21.
7472
7473 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7476         New command.
7477         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7478         instead of END.  Change name of the temp file.
7479         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7480         customizable.
7481
7482 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7485         bind `S W' to gnus-article-wide-reply-with-original; set default
7486         binding to gnus-article-read-summary-send-keys.
7487         (gnus-article-read-summary-keys): Fix the order of keys; display
7488         continuation keys correctly in the echo area; describe bindings
7489         correctly when keys end with `C-h'.
7490         (gnus-article-read-summary-send-keys): New function.
7491         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7492         Work for gnus-article-read-summary-send-keys; display continuation keys
7493         correctly in the echo area.
7494         (gnus-article-reply-with-original): Ignore prefix argument.
7495         (gnus-article-wide-reply-with-original): New function.
7496
7497         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7498         Emacs 21.
7499
7500 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7503         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7504
7505 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7508         (gnus-group-read-ephemeral-gmane-group): New command.
7509
7510 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7511
7512         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7513
7514 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * message.el (message-send-mail-function): Increase custom version.
7517
7518         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7519         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7520
7521 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7522
7523         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7524         for the cases where imap-authenticate is called with a nil buffer
7525         parameter.
7526
7527 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7530         html parts correctly; support forwarded messages.
7531         (gnus-article-browse-html-article): Remove work buffers.
7532
7533         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7534         compiling.
7535         (netrc-bound-and-true-p): New macro.
7536         (netrc-parse): Use it instead of bound-and-true-p that is not available
7537         in XEmacs 21.4.
7538
7539 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7540
7541         * gnus-registry.el (gnus-registry-mark-article)
7542         (gnus-registry-article-marks): Add functionality to mark articles
7543         through the Gnus registry.
7544
7545         * encrypt.el: Clarify documentation for the new pgg method.
7546         (encrypt-file-alist): Add PGG option.
7547         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7548         functionality.  Abstract password key and messaging to external
7549         functions.
7550         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7551         (encrypt-message-method-and-cipher): Add new convenience external
7552         functions.
7553         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7554         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7555
7556         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7557         (netrc-parse): Use encrypt-file-alist to determine if
7558         encrypt-find-model or encrypt-insert-file-contents should be used.
7559
7560         * encrypt.el: Clarify documentation.  Load password-cache or
7561         password, whichever one is found first, instead of autoloading.
7562
7563 2007-12-19  Glenn Morris  <rgm@gnu.org>
7564
7565         * mml.el (message-options-set, message-narrow-to-head)
7566         (message-in-body-p, message-mail-p, message-encode-message-body):
7567         Autoload.
7568         (message-remove-header, message-narrow-to-headers-or-head)
7569         (message-subscribed-p, message-make-mail-followup-to)
7570         (message-position-on-field, message-news-p)
7571         (message-options-set-recipient, message-generate-headers)
7572         (message-sort-headers): Declare as functions.
7573
7574 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7575
7576         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7577         convention in doc string.
7578
7579 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7582         title to html parts.
7583         (gnus-article-browse-html-article): Pass message header to it.
7584
7585         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7586
7587 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7590         or password compatible with XEmacs.
7591
7592 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7595         format document.
7596         (gnus-mime-delete-part): Don't write description line if empty.
7597         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7598
7599 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7600
7601         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7602         (gnus-summary-mark-read-and-unread-as-read)
7603         (gnus-summary-mark-current-read-and-unread-as-read)
7604         (gnus-summary-mark-unread-as-ticked): Doc fix.
7605         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7606
7607 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7610         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7611
7612 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7615         yes-or-no-p.
7616
7617 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * mm-decode.el (mm-add-meta-html-tag): New function.
7620         (mm-save-part-to-file, mm-pipe-part): Use it.
7621
7622         * gnus-art.el (gnus-article-browse-delete-temp-files):
7623         Use gnus-y-or-n-p instead of y-or-n-p.
7624         (gnus-article-browse-html-parts): Work with message/external-body; use
7625         mm-add-meta-html-tag.
7626
7627 2007-12-11  Glenn Morris  <rgm@gnu.org>
7628
7629         * gnus-cache.el: Require gnus-sum not just when compiling.
7630
7631         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7632
7633         * gnus-int.el (gnus-server-opened, gnus-status-message):
7634         Move definitions before use.
7635
7636         * mm-decode.el: Require gnus-util.
7637         (mm-remove-part): Only call delete-annotation on XEmacs.
7638
7639         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7640
7641         * nnmail.el: Require gnus-int.
7642
7643         * spam.el: Move `require's before `eval-when-compile's.
7644
7645         * gnus-ems.el (gnus-alive-p):
7646         * gnus-fun.el (message-goto-eoh):
7647         * gnus-util.el (gnus-group-name-decode):
7648         * mail-source.el (gnus-compress-sequence):
7649         * message.el (Info-goto-node, format-spec):
7650         * mm-bodies.el (message-options-get):
7651         * mm-decode.el (mm-view-pkcs7):
7652         * mm-util.el (gmm-write-region):
7653         * mml-smime.el (mml-compute-boundary)
7654         (gnus-completing-read-with-default):
7655         * mml.el (widget-button-press, gnus-make-hashtable):
7656         * mml1991.el (mm-decode-content-transfer-encoding)
7657         (mm-encode-content-transfer-encoding)
7658         (message-options-get, message-options-set):
7659         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7660         * nnfolder.el (gnus-request-group):
7661         * nnheader.el (ietf-drums-unfold-fws):
7662         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7663         * smime.el (gnus-run-mode-hooks):
7664         * spam-stat.el (gnus-message): Autoload.
7665
7666         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7667         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7668         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7669         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7670         Add declare-function compatibility definition.
7671
7672         * gnus-cache.el (nnvirtual-find-group-art):
7673         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7674         (gnus-add-image, gnus-add-wash-type):
7675         * gnus-group.el (nnkiboze-score-file):
7676         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7677         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7678         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7679         (message-tokenize-header, gnus-get-buffer-create)
7680         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7681         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7682         * gnus.el (gnus-group-decoded-name):
7683         * mail-source.el (imap-capability):
7684         * mm-bodies.el (message-options-set):
7685         * mm-decode.el (gnus-configure-windows):
7686         * mm-extern.el (message-goto-body):
7687         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7688         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7689         (epg-sub-key-validity, message-options-set):
7690         * mml.el (widget-event-point, gnus-configure-windows):
7691         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7692         * mml2015.el (epg-check-configuration, epg-configuration)
7693         (message-options-set):
7694         * nndb.el (nndb-request-article):
7695         * nnfolder.el (gnus-request-create-group):
7696         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7697         * nnmaildir.el (gnus-group-mark-article-read):
7698         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7699         * rfc1843.el (message-fetch-field):
7700         * spam.el (gnus-extract-address-components):
7701         Declare as functions.
7702
7703 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7706
7707         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7708
7709         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7710         bind show-trailing-whitespace for XEmacs.
7711
7712 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7715         new no-op macro for backward compatibility.
7716
7717         * imap.el (imap-string-to-integer): New function.
7718
7719 2007-12-09  Glenn Morris  <rgm@gnu.org>
7720
7721         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7722
7723         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7724         * message.el, mm-view.el, sieve-manage.el, smime.el:
7725         Add declare-function compatibility definition.
7726
7727         * gnus-art.el (w3-region, w3m-region, Info-menu):
7728         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7729         * gnus-sum.el (gnus-get-predicate):
7730         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7731         * message.el (mail-abbrev-in-expansion-header-p):
7732         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7733         (w3m-detect-meta-charset, w3m-region):
7734         * sieve-manage.el (password-read, password-cache-add)
7735         (password-cache-remove):
7736         * smime.el (password-read-and-add): Declare as functions.
7737
7738 2007-12-08  David Kastrup  <dak@gnu.org>
7739
7740         * gnus-sum.el (gnus-summary-simplify-subject-query):
7741         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7742         `message'.
7743
7744 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7747         it to bind idna-program, installation-directory, defined-colors, and
7748         face-attribute for XEmacs of the version that compiles defcustom forms.
7749
7750 2007-12-07  Glenn Morris  <rgm@gnu.org>
7751
7752         * gnus-art.el (article-make-date-line): Revert previous change.
7753
7754 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7755
7756         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7757
7758 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7759
7760         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7761         Call gnus-add-to-range ranges only once with a prepared article-list.
7762
7763 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7764
7765         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7766         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7767         group names with backslashes.
7768         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7769
7770 2007-12-06  Deepak Goel  <deego3@gmail.com>
7771
7772         * gnus-art.el (article-make-date-line):
7773         * gnus-start.el (gnus-load):
7774         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7775
7776 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-art.el (gnus-use-idna)
7779         * gnus-start.el (gnus-site-init-file)
7780         * message.el (message-use-idna)
7781         * mm-uu.el (mm-uu-hide-markers)
7782         * smiley.el (smiley-style): Revert changes that suppress warnings.
7783
7784 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7787         specify charset to html source.
7788         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7789
7790 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7793         idna-program in order to suppress byte compile warning issued by XEmacs
7794         that came to byte compile the default value section of defcustom forms
7795         recently.
7796
7797         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7798         value of installation-directory.
7799
7800         * message.el (message-use-idna): Don't directly refer to the value of
7801         idna-program.
7802
7803         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7804
7805         * smiley.el (smiley-style): Don't directly call face-attribute.
7806
7807 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7808
7809         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7810
7811         * gnus-dired.el: Reduce Gnus dependencies.
7812         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7813         Don't require.  Use autoloads instead.
7814         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7815         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7816         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7817         (gnus-dired-mode): Adjust doc string.
7818         (gnus-dired-mail-mode): New variable.
7819         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7820         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7821         (gnus-dired-mail-buffers): New function.  Return mail or message
7822         composition buffers.
7823         (gnus-dired-attach): Use it.
7824         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7825         NO-DECODE.
7826         (gnus-dired-print): Use `gnus-print-buffer' depending on
7827         `gnus-dired-mail-mode'.
7828
7829 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * rfc2047.el (rfc2047-encoded-word-regexp)
7832         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7833         explaining what regexp patterns are for.
7834
7835 2007-12-04  Glenn Morris  <rgm@gnu.org>
7836
7837         * password.el: Move to password-cache.el.
7838
7839         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7840         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7841         * mml-smime.el (password-read, password-cache-add)
7842         (password-cache-remove):
7843         No need to autoload, since mml-sec requires password.
7844
7845         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7846         * message.el (gnus-extract-address-components):
7847         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7848
7849         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7850         password.
7851
7852 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * mailcap.el: Reduce dependencies.
7855         (mail-header-parse-content-type): Autoload.
7856         (mailcap-delete-duplicates): New alias.
7857         (mailcap-mime-info): Add optional argument NO-DECODE.
7858         (mailcap-mime-types): Use mailcap-delete-duplicates.
7859
7860         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7861
7862 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7863
7864         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7865         (imap-parse-status): Upcase status-att for servers that sends them
7866         lower-case (e.g., MS Exchange 2007).
7867
7868 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7869
7870         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7871         function.
7872
7873         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7874         (gnus-uu-yenc-article): New function.
7875
7876         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7877
7878         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7879
7880 2007-12-02  Glenn Morris  <rgm@gnu.org>
7881
7882         * binhex.el (binhex): New custom group.
7883         (binhex-decoder-program, binhex-decoder-switches)
7884         (binhex-use-external): Move to the binhex custom group.
7885
7886         * uudecode.el (uudecode): New custom group.
7887         (uudecode-decoder-program, uudecode-decoder-switches)
7888         (uudecode-use-external): Move to the uudecode custom group.
7889
7890         * netrc.el (top-level): Don't load `encrypt' features.
7891         (netrc-parse): Don't use encrypt.
7892         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7893
7894         * encrypt.el: Remove file.
7895
7896 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7899         matches on patches.
7900
7901         * gnus-art.el (gnus-article-browse-html-article):
7902         Mention `mm-text-html-renderer' in the doc string.
7903
7904         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7905         string.  Add comments.
7906
7907         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7908         if rhs is ASCII.
7909
7910 2007-12-01  Glenn Morris  <rgm@gnu.org>
7911
7912         * mail-source.el (top-level): Require format-spec before
7913         eval-when-compile.
7914
7915 2007-11-30  Glenn Morris  <rgm@gnu.org>
7916
7917         * encrypt.el: Require password, rather than autoloading password-read.
7918
7919 2007-11-29  Glenn Morris  <rgm@gnu.org>
7920
7921         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7922         (sasl-make-client, sasl-next-step, sasl-step-data)
7923         (sasl-step-set-data): Declare as functions.
7924
7925 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7928
7929 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7930
7931         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7932         certs should be verified and what is to be done in the event of a
7933         verification failure.
7934
7935         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7936         caller can indicate whether the cache should be disregarded for this
7937         call.  This way the result of the call is reproducible at all times and
7938         can be considered a canonical server name for the supplied method.
7939         (gnus-agent-method-p): Canonicalize server names by pushing their
7940         method through `gnus-method-to-server' using the no-cache argument.
7941
7942         * gnus-srvr.el (gnus-server-insert-server-line):
7943         Call `gnus-method-to-server' with `no-cache' argument.
7944
7945         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7946         gnus-agent-possibly-synchronize-flags as this should be called when the
7947         server is actually being opened.
7948         (gnus-agent-possibly-synchronize-flags)
7949         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7950         flags file of an agentized server to the latter function.
7951
7952         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7953         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7954         after a connection has been established successfully.
7955
7956 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-art.el (article-display-face): Force to display face if called
7959         interactively; check if gnus-article-x-face-too-ugly matches author.
7960         (article-display-x-face): Display face even if From header is missing
7961         as article-display-face does.
7962
7963 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7964
7965         * hashcash.el (message-narrow-to-headers-or-head)
7966         (message-fetch-field, message-goto-eoh)
7967         (message-narrow-to-headers): Declare as functions.
7968
7969 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * mail-source.el (mail-sources): Default to fetch from file for
7972         compatibility with default of nnmail-spool-file.
7973
7974 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7977         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7978         to look for encoded word that should be encoded again.
7979         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7980         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7981         encoding pattern.
7982         (rfc2047-decode-region): Switch strict regexp and loose one according
7983         to rfc2047-allow-irregular-q-encoded-words.
7984
7985 2007-11-25  Romain Francoise  <romain@orebokech.com>
7986
7987         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7988
7989 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * tls.el (tls-program): Provide more custom choices from
7992         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7993         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7994
7995 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7998         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7999
8000         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8001         `nnmail-spool-file'.
8002
8003         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8004         `nnmail-spool-file'.
8005
8006         * gnus-move.el (gnus-change-server): Ditto.
8007
8008         * gnus-kill.el (gnus-batch-score): Ditto.
8009
8010         * gnus-cache.el (gnus-jog-cache): Ditto.
8011
8012         * gnus-msg.el (gnus-summary-reply):
8013         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8014
8015 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8018         version.  Minor improvement to doc strings.
8019         (tls-program): Add comment.
8020
8021 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8022
8023         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8024         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8025         mismatch between the hostname provided in the certificate and the name
8026         of the host connnecting to.
8027         (open-tls-stream): Use them.  Check certificates against trusted root
8028         certificates.
8029
8030 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * gnus-cache.el (gnus-cache-generate-nov-databases):
8033         Use nnml-generate-nov-databases-directory instead of
8034         nnml-generate-nov-databases-1.
8035
8036 2007-11-24  Glenn Morris  <rgm@gnu.org>
8037
8038         * message.el (message-tool-bar-retro): Update for rename
8039         mail_send.xpm->mail-send.xpm.
8040
8041 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8042
8043         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8044         `smime-ldap-search' for Emacs 22 and up.
8045
8046 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8047
8048         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8049
8050         * message.el (message-send-mail-function): Fix error convention.
8051         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8052         (message-widen-reply, message-send-mail, message-talkative-question)
8053         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8054         (message-clone-locals, message-send-news): Use with-current-buffer.
8055         (message-insert-or-toggle-importance): Remove unused var `valid'.
8056         (message-make-references): Remove unused var `new-references'.
8057         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8058
8059 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8060
8061         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8062         (spam-split-symbolic-return-positive): Reflow docstring.
8063         (spam-backends, spam-summary-exit-behavior)
8064         (spam-mark-ham-unread-before-move-from-spam-group)
8065         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8066         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8067         (spam-clear-cache, spam-backend-check, spam-install-backend)
8068         (spam-install-statistical-backend, spam-list-of-processors)
8069         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8070         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8071         (spam-check-crm114, spam-initialize, spam-unload-hook):
8072         Fix typos in docstrings.
8073
8074 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8077         been checked if they have never been read and those group levels are
8078         higher than the one that a user specified.
8079
8080 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8083         foreign groups unless a group level is specified by a user.
8084         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8085
8086 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * message.el (message-send-mail-function): Require sendmail.
8089
8090 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * message.el (message-send-mail-function): Check for smtpmail too.
8093
8094         * utf7.el (utf7-encode, utf7-decode): Use coding system
8095         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8096
8097         * message.el (message-send-mail-function): New function.
8098         (message-send-mail-function): Set default using
8099         message-send-mail-function.  Adjust doc string.
8100         (message-send-mail-with-mailclient): New function.
8101
8102 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8103
8104         * smime.el (from):
8105         * rfc2047.el (message-posting-charset):
8106         * qp.el (mm-use-ultra-safe-encoding):
8107         * pop3.el (parse-time-months):
8108         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8109         * nnml.el (files):
8110         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8111         (jka-compr-compression-info-list, ange-ftp-path-format)
8112         (efs-path-regexp):
8113         * nndiary.el (files):
8114         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8115         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8116         (epg-digest-algorithm-alist, inhibit-redisplay)
8117         (password-cache-expiry):
8118         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8119         (pgg-output-buffer, password-cache-expiry):
8120         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8121         (efs-path-regexp):
8122         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8123         (inhibit-redisplay):
8124         * mm-uu.el (file-name, start-point, end-point, entry)
8125         (gnus-newsgroup-name, gnus-newsgroup-charset):
8126         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8127         (latin-unity-ucs-list):
8128         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8129         (mm-uu-binhex-decode-function):
8130         * message.el (gnus-message-group-art, gnus-list-identifiers)
8131         (rmail-enable-mime-composing, gnus-local-organization)
8132         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8133         (gnus-read-active-file, facemenu-add-face-function)
8134         (facemenu-remove-face-function, gnus-article-decoded-p)
8135         (tool-bar-mode):
8136         * mail-source.el (display-time-mail-function):
8137         * gnus-util.el (nnmail-pathname-coding-system)
8138         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8139         (gnus-original-article-buffer, gnus-user-agent)
8140         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8141         (xemacs-codename, sxemacs-codename, emacs-program-version):
8142         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8143         * gnus-start.el (gnus-agent-covered-methods)
8144         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8145         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8146         (gnus-newsgroup-headers, gnus-group-list-mode)
8147         (gnus-group-mark-positions, gnus-newsgroup-data)
8148         (gnus-newsgroup-unreads, nnoo-state-alist)
8149         (gnus-current-select-method, mail-sources)
8150         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8151         (nnmail-spool-file, gnus-cache-active-hashtb):
8152         * gnus-mh.el (mh-lib-progs):
8153         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8154         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8155         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8156         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8157         (gnus-group-buffer):
8158         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8159         (font-lock-set-defaults):
8160         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8161         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8162         (gnus-summary-post-menu, total-parts, type, condition, length):
8163         * gnus-agent.el (gnus-agent-read-agentview):
8164         * flow-fill.el (show-trailing-whitespace):
8165         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8166         eval-and-compile wrappers for byte compiler pacifiers.
8167
8168         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8169         (mm-display-inline-fontify): Check for featurep 'xemacs not
8170         extent-list.
8171
8172         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8173         itimer-list.
8174         (mm-create-image-xemacs): Only do something for XEmacs.
8175         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8176
8177         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8178
8179         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8180         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8181
8182 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8183
8184         * nnimap.el (nnimap-split-download-body):
8185         * gnus-demon.el (gnus-demon):
8186         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8187
8188 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8191         New macros.
8192         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8193         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8194         copy data from unibyte buffer to multibyte current buffer.
8195         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8196         to copy data from unibyte current buffer to multibyte buffer.
8197         (nntp-make-process-buffer): Make process buffer unibyte.
8198
8199         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8200
8201 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8202
8203         * pop3.el (pop3-open-server): Accept and process data more robustly at
8204         connexion start to avoid spurious "POP SSL connexion failed" errors.
8205
8206 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8207
8208         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8209         read group names.
8210
8211 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8214
8215 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8218         (nnmail-save-active): Use a unibyte buffer when saving active file,
8219         which may contain non-ASCII group names.
8220
8221         * nnml.el (nnml-request-group): Decode group names in messages.
8222
8223 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * message.el (message-citation-line-function)
8226         (message-insert-formatted-citation-line): Fix spelling of
8227         `message-insert-formated-citation-line'.
8228
8229 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8232
8233 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8236         nnmail-pathname-coding-system.
8237
8238         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8239         that a user enters; decode group names in messages.
8240
8241         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8242
8243 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8246
8247         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8248
8249         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8250         risky local variable.
8251
8252         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8253
8254 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8255
8256         * encrypt.el: Improve documentation to fix function name typo.
8257         Reported by Daiki Ueno <ueno@unixuser.org>.
8258
8259 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8262         even if the point is not in the last page of an article.
8263         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8264         back to the previous page.
8265
8266 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8269
8270 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8273
8274 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8275
8276         * message.el (message-check-news-body-syntax):
8277         Avoid mm-string-as-multibyte.
8278         (message-hide-headers): Don't assume (point-min)==1.
8279
8280 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * message.el (message-remove-blank-cited-lines): Fix if remove is
8283         given.
8284         (message-bogus-address-regexp): New variable.
8285         (message-bogus-recipient-p): New function.
8286         (message-check-recipients): New command.
8287         (message-syntax-checks): Add `bogus-recipient'.
8288         (message-fix-before-sending): Add `bogus-recipient'.
8289
8290         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8291         (gnus-treat-body-boundary): Don't test window-system.
8292
8293 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8294
8295         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8296
8297 2007-10-28  Miles Bader  <miles@gnu.org>
8298
8299         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8300         at compile-time too.
8301
8302 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * gnus-msg.el (gnus-message-setup-hook):
8305         Add `message-remove-blank-cited-lines' to options.
8306
8307 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * message.el (message-remove-blank-cited-lines): New function.
8310         Suggested by Karl Plästerer.
8311
8312 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8315         mapc.
8316
8317         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8318         (top-level): Use mapc to set functions to be traced for debugging.
8319
8320         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8321         called for effect with while loop.
8322
8323         * message.el (message-talkative-question): Replace mapcar called for
8324         effect with mapc.
8325
8326         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8327         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8328         called for effect with dolist.
8329
8330         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8331
8332         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8333         gnus-extra-headers and nnmail-extra-headers.
8334
8335         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8336         called for effect with dolist.
8337         (top-level): Use mapc to set functions to be traced for debugging.
8338
8339         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8340         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8341         dolist.
8342
8343         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8344         Replace mapcar called for effect with mapc.
8345         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8346         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8347         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8348         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8349
8350         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8351         remove-if that's a cl function.
8352
8353         * webmail.el (webmail-debug): Replace mapcar called for effect with
8354         dolist.
8355
8356         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8357         with mapc.
8358
8359 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8362         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8363         with while loop.
8364
8365         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8366         functions from article-* functions.
8367         (gnus-multi-decode-header): Replace mapcar called for effect with
8368         dolist.
8369
8370         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8371         (gnus-bookmark-show-details): Replace mapcar called for effect with
8372         while loop.
8373
8374         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8375         called for effect with while loop.
8376
8377         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8378         with dolist.
8379
8380         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8381         Replace mapcar called for effect with dolist.
8382
8383         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8384
8385         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8386         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8387         Replace mapcar called for effect with dolist.
8388         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8389         mapc.
8390
8391         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8392         Replace mapcar called for effect with dolist.
8393         (gnus-topic-list): Replace mapcar called for effect with mapc.
8394
8395         * gnus.el: Use mapc instead of mapcar to add autoloads.
8396
8397 2007-10-23  Richard Stallman  <rms@gnu.org>
8398
8399         * gnus-group.el (gnus-group-highlight): Mark as risky.
8400
8401 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus.el (gnus-server-to-method): Return method found first in
8404         gnus-newsrc-alist.
8405
8406         * gnus-art.el (gnus-article-highlight-signature)
8407         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8408         button overlay without the front stickiness.
8409
8410 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8411
8412         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8413         overview buffer needed a catch to receive its throw.
8414         (gnus-agent-flush-cache): Declare as interactive to make this function
8415         easier to use.
8416
8417 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8420         `next-line'.
8421
8422 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8425         exclude address matching message-dont-reply-to-names.
8426
8427 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * gnus-util.el (gnus-string<): New function.
8430
8431         * gnus-sum.el (gnus-article-sort-by-author)
8432         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8433
8434 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8437         the frame-focus tag is set in gnus-buffer-configuration.
8438
8439 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8442         the front stickiness.
8443
8444 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8447         url pattern; remove duplicate one.
8448         (gnus-article-extend-url-button): New function.
8449         (gnus-article-add-buttons): Use it.
8450         (gnus-button-push): Use concatenated url that it makes.
8451
8452 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8453
8454         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8455
8456 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8457
8458         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8459         Don't hardcode point-min==1.
8460
8461 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8464         Fix comment about "iso8859-1".
8465
8466 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8467
8468         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8469         ones returned from the verify-function.
8470
8471         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8472         Call mml2015-extract-cleartext-signature if extraction failed.
8473
8474 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8475
8476         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8477         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8478         failed.
8479
8480 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8483
8484 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8487         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8488         recommends to use EasyPG instead of PGG.
8489
8490         * pgg.el: Revert to revision 6.23.2.16.
8491
8492         * pgg-def.el: Revert to revision 6.6.2.14.
8493
8494         * pgg-gpg.el: Revert to revision 6.23.2.34.
8495
8496 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8497
8498         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8499         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8500         thread for both the null and zero (kill/expire thread) universal prefix
8501         cases.
8502         (gnus-summary-expire-thread): Add new function to expire a thread,
8503         using gnus-summary-kill-thread.
8504         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8505         shortcuts for gnus-summary-expire-thread.
8506         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8507         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8508
8509 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8510
8511         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8512         extras value, so an extras entry can be deleted.
8513         (gnus-registry-delete-extra-entry): Use it.
8514         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8515         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8516         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8517         storage through the gnus-registry, and provide an appropriate API for
8518         it.
8519
8520 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8523         Suggested by Leo <sdl.web@gmail.com>.
8524
8525         * gnus.el: Do.
8526
8527 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8530         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8531
8532         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8533
8534         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8535         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8536
8537 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8540         newline.
8541         (nnmbox-request-accept-article): Don't change article in source buffer;
8542         narrow to header to use message-fetch-field rather than
8543         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8544         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8545         as delimiters; make sure article ends with newline.
8546         (nnmbox-delete-mail): Correct last position of article to be deleted;
8547         ignore X-Gnus-Newsgroup header in article body.
8548         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8549         positions; make sure article ends with newline.
8550
8551         * message.el (message-display-abbrev): Don't infloop when a user
8552         inserts SPC in the beginning of header.
8553
8554         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8555         coding-system-for-read and coding-system-for-write for XEmacs having no
8556         file-coding feature.
8557
8558         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8559
8560 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8561
8562         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8563         list of groups not followed by default.  Fix type to be regexp.
8564         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8565
8566 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8567
8568         * hmac-def.el (define-hmac-function): Switch from old-style to
8569         new-style backquotes.
8570
8571         * md4.el (md4-make-step): Likewise.
8572
8573 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8576         raw-text coding system when saving .newsrc file, which may contain
8577         non-ASCII group names.
8578
8579 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * gnus-cus.el (gnus-score-extra): New widget.
8582         (gnus-score-extra-convert): New function.
8583         (gnus-score-customize): Use it for Extra.
8584
8585 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8586
8587         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8588         (mml2015-mailcrypt-clear-verify): Use it.
8589         (mml2015-gpg-clear-verify): Use it.
8590         (mml2015-pgg-clear-verify): Use it.
8591         (mml2015-epg-clear-verify): Replace the current part with the output
8592         from GnuPG; don't extract the plaintext by itself.
8593
8594         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8595         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8596         mml2015-clear-verify-function; don't touch the armor headers or
8597         dash-escaped text here.
8598
8599 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8602         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8603         parts, or application/octet-stream as a last resort.
8604         (gnus-mime-view-part-as-type): Don't toggle display.
8605         (gnus-mime-view-part-as-charset): Don't turn off display before
8606         querying charset.
8607
8608         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8609         stuff to undisplayer function in Emacs.
8610         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8611
8612         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8613         text/calendar parts.
8614
8615 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8618         decoding text/calendar parts.
8619
8620         * message.el (message-forward-make-body-mime): Always mark body as
8621         having no illegible text; remove signed-or-encrypted argument.
8622         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8623
8624         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8625         (mml-generate-mime-1): Don't encode body if it is specified to be in
8626         raw form; don't make buffer be unibyte when inserting multibyte string.
8627
8628 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8629
8630         * sha1.el: Fix up comment style.
8631         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8632         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8633
8634         * hex-util.el: Fix up comment style.
8635         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8636
8637         * gnus-salt.el: Use with-current-buffer.
8638         (gnus-pick-setup-message): Fix long-standing typo.
8639
8640 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * imap.el (imap-logout-timeout): New variable.
8643         (imap-logout, imap-logout-wait): New functions.
8644         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8645
8646         * nnimap.el (nnimap-logout-timeout): New server variable.
8647         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8648         nnimap-logout-timeout.
8649
8650         * gnus-art.el (gnus-article-summary-command-nosave)
8651         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8652
8653 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus.el (gnus-maximum-newsgroup): New variable.
8656
8657         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8658         according to gnus-maximum-newsgroup.
8659
8660         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8661         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8662         Limit the range of articles according to gnus-maximum-newsgroup.
8663
8664 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8665
8666         * gnus-art.el (gnus-sticky-article): Fix problems described in
8667         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8668         Don't perform gnus-configure-windows here; reuse existing sticky
8669         article buffer.
8670
8671         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8672         it doesn't exist in gnus-article-mode.
8673
8674 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8677         (gnus-agent-decoded-group-name): New function.
8678         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8679         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8680
8681 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8682
8683         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8684         Add binding for gnus-sticky-article.
8685         (gnus-summary-exit): Don't kill sticky article buffers.
8686
8687         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8688         article buffer.
8689         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8690         (gnus-kill-sticky-article-buffers): New commands.
8691
8692 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * nntp.el (nntp-xref-number-is-evil): New server variable.
8695         (nntp-find-group-and-number): If it is non-nil, don't trust article
8696         numbers in the Xref header.
8697
8698 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus-agent.el (gnus-agent-read-group): New function.
8701         (gnus-agent-flush-group, gnus-agent-expire-group)
8702         (gnus-agent-regenerate-group): Use it.
8703         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8704         nnmail-pathname-coding-system.
8705
8706 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8709
8710         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8711         that are unread as unread, and also as selected so that information of
8712         marks having been changed by a user may be updated when exiting group.
8713
8714 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8717
8718 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8721         calculated ignoring signature parts to gnus-treat-article.
8722
8723 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8726         a point here in order to keep the window start.
8727         (gnus-insert-mime-security-button): Make a button overlay without the
8728         front stickiness.
8729         (gnus-mime-display-security): Goto the end of a button.
8730
8731         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8732
8733 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8736         group-name-at-point.
8737         (gnus-group-completing-read): New function that offers decoded
8738         non-ASCII group names for completion.
8739         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8740         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8741         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8742         (gnus-group-fetch-control): Use it.
8743         (gnus-fetch-group): Use group-name-at-point for the initial value
8744         rather than the default value; use gnus-alive-p.
8745
8746         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8747         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8748         (gnus-summary-post-news): Use gnus-group-completing-read.
8749
8750         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8751         (gnus-read-move-group-name): Decode group name for completion.
8752
8753 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8754
8755         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8756         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8757         Yamaoka slightly modified the code).
8758
8759 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8762         (nnmail-split-incoming): Bind it.
8763
8764         * nnml.el (nnml-group-name-charset): New function.
8765         (nnml-decoded-group-name): Use it; don't decode group name if
8766         nnmail-group-names-not-encoded-p is non-nil.
8767         (nnml-encoded-group-name): New function.
8768         (nnml-group-pathname): Inline nnml-decoded-group-name.
8769         (nnml-request-expire-articles): Decode group name in message.
8770         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8771         nnmail-pathname-coding-system.
8772         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8773         not decoded ones according to nnmail-group-names-not-encoded-p.
8774         (nnml-generate-active-info): Use nnml-encoded-group-name.
8775
8776 2007-08-08  Glenn Morris  <rgm@gnu.org>
8777
8778         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8779         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8780         doc-strings and comments.
8781
8782 2007-07-25  Glenn Morris  <rgm@gnu.org>
8783
8784         * Relicense all FSF files to GPLv3 or later.
8785
8786 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-sum.el (gnus-summary-move-article):
8789         Make gnus-summary-respool-article work.
8790
8791 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8794         string.
8795
8796 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8797
8798         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8799         that should be ignored when comparing distant RSS articles with local
8800         ones.
8801         (nnrss-make-hash-index): New function.  Create a hash index according
8802         to the ignored fields.
8803         (nnrss-check-group): Use it.
8804
8805 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8808
8809         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8810
8811         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8812         the new optional argument ENCODED is non-nil.
8813         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8814         coding system for encoding group name.
8815         (gnus-group-make-rss-group): Pass un-encoded group name to
8816         gnus-group-make-group.
8817         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8818         encoded.
8819
8820         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8821         Encode group name to which articles are moved or copied.
8822         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8823         coding system for encoding Newsgroup, Followup-To and Xref headers.
8824
8825         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8826         marks; use nnheader-file-coding-system to write a file.
8827         (nnagent-retrieve-headers): Bind file-name-coding-system to
8828         nnmail-pathname-coding-system.
8829
8830         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8831
8832         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8833         (nnml-request-article, nnml-request-create-group)
8834         (nnml-request-rename-group, nnml-find-id)
8835         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8836         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8837         (nnml-save-marks): Use nnml-group-pathname instead of
8838         nnmail-group-pathname.
8839
8840         (nnml-request-create-group, nnml-request-expire-articles)
8841         (nnml-request-move-article, nnml-request-delete-group)
8842         (nnml-deletable-article-p, nnml-possibly-create-directory)
8843         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8844         (nnml-open-marks): Bind file-name-coding-system to
8845         nnmail-pathname-coding-system.
8846
8847         (nnml-request-article): Pass server argument to nnml-find-group-number.
8848         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8849         Pass server argument to nnml-possibly-create-directory.
8850         (nnml-request-accept-article): Pass server argument to
8851         nnml-active-number and nnml-save-mail.
8852         (nnml-find-group-number): Pass server argument to nnml-find-id.
8853         (nnml-request-update-info): Pass server argument to
8854         nnml-marks-changed-p.
8855
8856         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8857         (nnml-save-mail, nnml-active-number): Add server argument.
8858
8859         (nnml-request-delete-group): Warn if group is missing.
8860         (nnml-get-nov-buffer): Decode group name.
8861         (nnml-generate-active-info): Encode group name.
8862         (nnml-open-marks): Decode group name in messages.
8863
8864 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8867         if it is not specified.
8868         (gnus-article-pipe-part, gnus-article-save-part)
8869         (gnus-article-interactively-view-part, gnus-article-copy-part)
8870         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8871         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8872         (gnus-article-replace-part, gnus-article-delete-part)
8873         (gnus-article-view-part-as-type): Pass raw prefix argument to
8874         gnus-article-part-wrapper.
8875
8876 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-agent.el (gnus-agent-save-active):
8879         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8880
8881         * gnus-cache.el (gnus-cache-save-buffers)
8882         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8883         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8884         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8885         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8886         (gnus-cache-generate-active, gnus-cache-rename-group)
8887         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8888         (gnus-cache-update-overview-total-fetched-for):
8889         Bind file-name-coding-system to nnmail-pathname-coding-system.
8890         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8891         New variables.
8892         (gnus-cache-decoded-group-name): New function.
8893         (gnus-cache-file-name): Use it.
8894         (gnus-cache-generate-active): Use non-decoded group name for active.
8895
8896         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8897         right place.
8898         (gnus-write-active-file): Don't break non-ASCII group names.
8899
8900         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8901         nnmail-pathname-coding-system.
8902
8903         * lpath.el: Bind default-file-name-coding-system,
8904         file-name-coding-system and language-info-alist for XEmacs.
8905
8906         * gnus-uu.el (gnus-uu-decode-save): Typo.
8907
8908 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8911
8912 2007-07-14  David Kastrup  <dak@gnu.org>
8913
8914         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8915         finishing actions if we did not edit the article.
8916
8917 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8920         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8921         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8922         (gnus-agent-flush-group, gnus-agent-flush-cache)
8923         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8924         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8925         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8926         (gnus-agent-regenerate-group)
8927         (gnus-agent-update-files-total-fetched-for)
8928         (gnus-agent-update-view-total-fetched-for):
8929         Bind file-name-coding-system to nnmail-pathname-coding-system.
8930         (gnus-agent-group-pathname): Don't encode file names by
8931         nnmail-pathname-coding-system.
8932         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8933         coding-system-for-write instead of buffer-file-coding-system to
8934         gnus-agent-file-coding-system.
8935
8936         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8937         Decode group name.
8938
8939         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8940
8941         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8942         (gnus-read-newsrc-el-file): Make group names unibyte.
8943
8944         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8945         nnmail-pathname-coding-system.
8946
8947         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8948         (nnrss-request-delete-group): Bind file-name-coding-system to
8949         nnmail-pathname-coding-system.
8950         (nnrss-read-server-data, nnrss-read-group-data):
8951         Bind file-name-coding-system correctly.
8952         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8953
8954         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8955         (nntp-server-to-method-cache): New variable.
8956         (nntp-group-pathname): New function that decodes non-ASCII group names.
8957         (nntp-possibly-create-directory, nntp-marks-changed-p)
8958         (nntp-save-marks, nntp-open-marks): Use it.
8959         (nntp-possibly-create-directory, nntp-open-marks):
8960         Bind file-name-coding-system to nnmail-pathname-coding-system.
8961         (nntp-open-marks): Decode group names when bootstrapping marks.
8962
8963         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8964         Newsgroups and Folowup-To headers.
8965
8966 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8969         (gnus-server-closed-face, gnus-server-denied-face)
8970         (gnus-server-offline-face): Remove variable.
8971         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8972
8973         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8974         of modifying message-stack directly for XEmacs.
8975
8976         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8977         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8978         if the coding-system argument is nil for XEmacs.
8979
8980         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8981         mm-charset-override-alist.
8982
8983         * rfc2047.el: Don't require base64; require rfc2045 for the function
8984         rfc2045-encode-string.
8985         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8986         to quote the parameter value.
8987
8988 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8991         form in gnus-group-name-charset-method-alist.
8992
8993         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8994         overrides the default layout edit-form.
8995
8996         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8997
8998         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8999
9000 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9003         as unfetched articles.
9004
9005 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9008
9009 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9012         original back end that keeps marks in the local system.
9013
9014 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9017         arg of pop-to-buffer for XEmacs.
9018         (gnus-article-read-summary-keys): Ditto; don't restore window
9019         configuration if summary command ends up with neither article buffer
9020         nor summary buffer; describe bindings if summary keys end with C-h.
9021
9022 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * message.el (message-fix-before-sending): Skip raw message part to be
9025         forwarded while checking illegible text.
9026         (message-forward-make-body-mime, message-forward-make-body):
9027         Mark signed or encrypted raw message as having no illegible text.
9028
9029 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9032         (gnus-message-with-timestamp-1): New macro.
9033         (gnus-message-with-timestamp): New function.
9034         (gnus-message): Use them.
9035
9036         * nnheader.el (nnheader-message): Use them.
9037
9038 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9041         .newsrc.eld file.
9042
9043 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * gnus-agent.el (gnus-agent-fetch-headers)
9046         (gnus-agent-retrieve-headers):
9047         Bind gnus-decode-encoded-address-function to identity.
9048
9049         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9050         available also when the server returns simply a dot.
9051
9052         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9053
9054 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9057
9058 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-ems.el (gnus-x-splash): Make it work.
9061
9062         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9063         from being used.
9064
9065         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9066
9067 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9070         4th and the 5th arguments.
9071
9072         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9073         the front stickiness.
9074         (gnus-article-summary-command-nosave): Correct the order of the
9075         arguments passed to pop-to-buffer.
9076         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9077         summary command ends up with the article buffer.
9078
9079         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9080         the same faces.
9081
9082 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9083
9084         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9085
9086 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9087
9088         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9089         * gnus-sum.el (gnus-summary-highlight):
9090         * pgg.el (pgg-sign-region, pgg-sign):
9091         * mail-source.el (mail-source-delete-old-incoming-confirm):
9092         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9093
9094 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-art.el (gnus-mime-view-part-externally)
9097         (gnus-mime-view-part-internally): Fix predicate function passed to
9098         completing-read.
9099
9100         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9101
9102         * gnus.el (gnus-update-message-archive-method): Add :version.
9103
9104 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus.el (gnus-update-message-archive-method): New variable.
9107
9108         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9109         according to gnus-message-archive-method if
9110         gnus-update-message-archive-method is non-nil.
9111
9112 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9115         Suggested by Loic Dachary <loic@dachary.org>.
9116         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9117
9118 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * message.el (message-pop-to-buffer): Add switch-function argument.
9121         (message-mail): Pass switch-function argument to it.
9122
9123 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9126         Improve doc string.
9127
9128 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9131         (gnus-header-content)
9132         * gnus-cite.el (gnus-cite-10)
9133         * gnus-srvr.el (gnus-server-closed)
9134         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9135         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9136         (gnus-group-mail-3-empty, gnus-group-mail-low)
9137         (gnus-group-mail-low-empty, gnus-splash)
9138         * message.el (message-header-to, message-header-cc)
9139         (message-header-subject, message-header-other, message-header-name)
9140         (message-header-xheader, message-separator, message-cited-text)
9141         (message-mml): Lighten colors of faces used for dark background.
9142
9143 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9144
9145         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9146         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9147
9148 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * message.el (message-narrow-to-headers-or-head):
9151         Ignore mail-header-separator in the body.
9152
9153 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9156         same as window size.
9157
9158 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9159
9160         * message.el (message-font-lock-keywords): Use message-header-xheader
9161         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9162         ahead of the anything pattern, to get it recognised.
9163
9164 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9167         spam.el loads uses it in the compiled defadvice form.
9168
9169 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9170
9171         * gnus-sum.el (gnus-articles-to-read)
9172         (gnus-summary-insert-old-articles): Don't truncate group name for
9173         `read-string'.
9174
9175         * gnus-util.el (gnus-limit-string): Delete this function.
9176
9177         * gnus-sum.el (gnus-simplify-subject-fully):
9178         Use `truncate-string-to-width' instead.
9179
9180 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9181
9182         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9183         Tell if, on summary exit, the next group has to be selected.
9184         (gnus-summary-exit): Use it.
9185
9186 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9189         non-break space.
9190
9191 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9194         Check if group is not a directory.
9195         (nnfolder-request-expire-articles): Don't delete articles if the target
9196         group is not available.
9197
9198         * nnml.el (nnml-request-create-group): Properly check if group is not a
9199         file.
9200         (nnml-request-expire-articles): Don't delete articles if the target
9201         group is not available.
9202
9203         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9204         Don't quote characters that are within parentheses.
9205
9206 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9209         (gnus-handle-ephemeral-exit): Select article according to it.
9210
9211 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9212
9213         * message.el (message-insert-formated-citation-line): Remove newline.
9214         (message-citation-line-format): Add final \n here so that the user can
9215         avoid a blank line.
9216
9217 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9218
9219         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9220         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9221         Update lanl/arXiv support.
9222
9223 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9224
9225         * gnus.el: Bump version number.
9226
9227 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228
9229         * gnus.el (gnus-version-number): Bump version.
9230
9231 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9232
9233         * gnus.el: No Gnus v0.6 is released.
9234
9235 2007-04-27  Didier Verna  <didier@xemacs.org>
9236
9237         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9238         * gmm-utils.el (gmm-regexp-concat): ... here.
9239         * message.el: Don't require 'gnus-util.
9240         (message-dont-reply-to-names): Handle name change above.
9241         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9242
9243 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9246         since the initial value varies according to the system.
9247
9248 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9251
9252 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9253
9254         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9255
9256 2007-04-24  Didier Verna  <didier@xemacs.org>
9257
9258         Improve the type of gnus-ignored-from-addresses.
9259         * gnus-util.el (gnus-orify-regexp): New function.
9260         * message.el (gnus-util): Require it.
9261         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9262         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9263         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9264
9265 2007-04-24  Didier Verna  <didier@xemacs.org>
9266
9267         * gnus-sum.el:
9268         * gnus-utils.el: Fix some trailing whitespaces.
9269
9270 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9273         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9274         article's Message-ID; refer parent article in summary buffer.
9275
9276         * message.el (message-bounce): Call mime-to-mml.
9277
9278         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9279         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9280         optimize and/or forms properly.
9281
9282 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9285         URL.
9286
9287 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9290
9291 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9294         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9295         displayed of multipart/alternative part if it is invoked from summary
9296         buffer.
9297
9298         * mm-view.el (mm-inline-text-html-render-with-w3m)
9299         (mm-inline-text-html-render-with-w3m-standalone)
9300         (mm-inline-render-with-function): Use mail-parse-charset by default.
9301
9302 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9303
9304         * parse-time.el (parse-time-string-chars): Check if CHAR
9305         is less than the length of parse-time-syntax.
9306
9307 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9310         from gnus-newsgroup-processable.
9311
9312 2007-04-16  Didier Verna  <didier@xemacs.org>
9313
9314         * gnus-msg.el (gnus-configure-posting-styles):
9315         Handle message-signature-directory properly with :file syntax.
9316         Reported by "Leo".
9317
9318 2007-04-11  Didier Verna  <didier@xemacs.org>
9319
9320         New user option: message-signature-directory.
9321         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9322         * message.el (message-insert-signature): Ditto.
9323         * message.el (message-signature-file): Doc update.
9324         * message.el (message-signature-directory): New.
9325
9326 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * gnus-msg.el (gnus-inews-yank-articles):
9329         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9330
9331 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * message.el (message-yank-original): Make sure cited text ends with
9334         newline; don't exchange point and mark.
9335
9336 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9337
9338         * tls.el (open-tls-stream): Properly handle case where there
9339         is no associated buffer.
9340
9341 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9342
9343         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9344         message-yank-original, make sure (< mark TEXT point).
9345
9346 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * message.el (message-fill-column): New variable.
9349         (message-mode): Use it.  Add comment on a possible new hook.
9350
9351         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9352         (nnmail-get-new-mail): Reformat.
9353
9354         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9355
9356         * gmm-utils.el: Fix Commentary.
9357         (gmm-tool-bar-from-list): Fix typo in doc string.
9358
9359 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9360
9361         * message.el (message-yank-original): Don't switch point and mark
9362         unnecessarily to put point and mark as documented.
9363
9364 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365
9366         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9367         from the message heads.
9368
9369 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9370
9371         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9372         article buffer does not have a window.  This may not be the best
9373         solution but is certainly better than setting the start of the null,
9374         that is the current, window.
9375
9376 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9379         (gnus-draft-setup): Run it.
9380
9381         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9382         gnus-score-fast-scoring.  Allow regexp.
9383         (gnus-score-headers): Use it.
9384
9385         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9386         XEmacs.
9387
9388         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9389         string.
9390         (gnus-button-alist): Also catch `<f1> k ...'.
9391         (gnus-treat-display-x-face): Fix doc string.
9392
9393 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9394
9395         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9396         evaluation of gnus-extended-version to ensure correct generation of the
9397         User-Agent header when message-generate-headers-first is used.
9398
9399 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9400
9401         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9402         hashcash-path is nil.  Don't call callback with incorrect number of
9403         parameters if val is 0.
9404
9405 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9406
9407         * message.el (message-required-news-headers):
9408         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9409
9410 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9411
9412         * tls.el (open-tls-stream): In handshake-waiting loop,
9413         don't wait more if there is output available to process.
9414
9415 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9416
9417         * tls.el (tls-program): Doc fix.
9418
9419 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * message.el (message-generate-new-buffers): Change the meaning of the
9422         nil value; add `standard' to the choices; treat t as `unique'; improve
9423         doc string.
9424         (gnus-select-frame-set-input-focus): Autoload.
9425         (message-buffer-name): Search for the existing message buffer if
9426         message-generate-new-buffers is nil or `standard'; treat the value t of
9427         message-generate-new-buffers as `unique'.
9428         (message-pop-to-buffer): Raise the frame already displaying the message
9429         buffer; clear the echo area after querying.
9430         (message-setup): Pass the `continue' argument to compose-mail.
9431         (message-mail): Prefer `switch-function' if it is given; search for the
9432         existing message buffer if the `continue' argument is non-nil; pass
9433         continue and switch-function arguments to compose-mail by way of
9434         message-setup.
9435         (message-mail-other-window): Adjust argument of message-setup.
9436         (message-mail-other-frame): Ditto.
9437
9438 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9441         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9442         to turn font-lock on when turning gnus-message-citation-mode on.
9443
9444 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9445
9446         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9447         (mml-smime-function-alist): New variable; add epg as the backend.
9448         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9449         mml-smime- functions instead.
9450         * mm-view.el: Require smime.
9451
9452 2007-03-05  Didier Verna  <didier@xemacs.org>
9453
9454         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9455         instead of just inheritance for posting styles.
9456         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9457
9458 2007-02-24  Chris Moore  <dooglus@gmail.com>
9459
9460         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9461         * pgg-pgp.el (pgg-pgp-encrypt-region):
9462         * pgg-gpg.el (pgg-gpg-encrypt-region):
9463         Check pgg-encrypt-for-me if no other recipients.
9464
9465 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9466
9467         * tls.el (tls-certtool-program): Fix custom type.
9468
9469 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9472         and point-at-eol instead of line-(beginning|end)-position.
9473
9474         * assistant.el (assistant-parse-buffer): Ditto.
9475
9476         * netrc.el (netrc-parse-services): Ditto.
9477
9478 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9479
9480         * mml2015.el (mml2015-epg-find-usable-key): New function.
9481         (mml2015-epg-sign): Use it.
9482         (mml2015-epg-encrypt): Use it.
9483
9484 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * message.el (message-make-in-reply-to): Quote name containing
9487         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9488         if there are special characters.  Reported by NAKAJI Hiroyuki
9489         <nakaji@jp.freebsd.org>.
9490
9491 2007-02-27  Didier Verna  <didier@xemacs.org>
9492
9493         Include the group parameters as well as the topic ones in the
9494         inheritance filter process.
9495         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9496         argument GROUP-PARAMS-LIST.
9497         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9498
9499 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * nntp.el (nntp-never-echoes-commands)
9502         (nntp-open-connection-functions-never-echo-commands): New variables.
9503         (nntp-send-command): Use them.
9504
9505 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9506
9507         * mml2015.el (mml2015-epg-verify): Simplify.
9508
9509 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * mml.el (mml-content-disposition-alist): New user option.
9512         (mml-content-disposition): New function.
9513         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9514         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9515
9516 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9517
9518         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9519         verification.
9520
9521 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9522
9523         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9524         articles posted in the last 24 hours.
9525
9526 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9527
9528         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9529
9530 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9531
9532         * nntp.el (nntp-send-command): Don't wait for echoes when
9533         nntp-open-ssl-stream is used.
9534
9535 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9538         (gnus-message-add-citation-keywords)
9539         (gnus-message-remove-citation-keywords): Remove.
9540         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9541         directly, make the variables in font-lock-defaults buffer-local, add
9542         gnus-message-citation-keywords to them and then update the value of
9543         font-lock-keywords.
9544
9545 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * message.el (message-cite-original-1): Don't call
9548         gnus-article-highlight-citation.
9549
9550         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9551         citations; fix line count.
9552
9553 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9556         (gnus-message-add-citation-keywords)
9557         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9558         versions of font-lock-add-keywords and font-lock-remove-keywords to
9559         work with XEmacs correctly.
9560
9561 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * gnus-cite.el (gnus-cite-face-list): Set the values of
9564         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9565         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9566         (gnus-message-cite-prefix-regexp): New variable.
9567         (gnus-message-search-citation-line): Use it; protect against long
9568         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9569         the 0th match data for Emacs.
9570         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9571         (gnus-message-add-citation-keywords): Append keywords rather than
9572         prepending; emulate font-lock-add-keywords if it is not available.
9573         (gnus-message-remove-citation-keywords):
9574         Emulate font-lock-remove-keywords if it is not available.
9575
9576         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9577
9578         * message.el (message-cite-prefix-regexp): Set the value of
9579         gnus-message-cite-prefix-regexp.
9580
9581 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9582
9583         * nnweb.el (nnweb-google-parse-1): Update parser.
9584
9585 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9586
9587         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9588
9589 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9590
9591         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9592         regexp.
9593
9594 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9597         string-to-multibyte.
9598         (uudecode-decode-region-internal): Use it.
9599
9600         * lpath.el: Fbind string-as-multibyte for XEmacs.
9601
9602 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9605         Fix custom choice.
9606
9607         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9608
9609 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9610
9611         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9612
9613         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9614         `write-region' to respect `mm-inhibit-file-name-handlers'.
9615
9616 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9617
9618         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9619         Use gnus-home-directory instead of "~/" or "$HOME".
9620
9621 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9622
9623         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9624         to mention filename.
9625         Add comments at beginning regarding usage.
9626         (encrypt-write-file-contents): Change interactive so a string is
9627         acceptable.  If the file has no associated model, show an error instead
9628         of a nonsense prompt.
9629
9630 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9631
9632         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9633         Thanks to Yoshihiko Yamada for kind notification of this typo.
9634
9635 2007-01-12  Kenichi Handa  <handa@m17n.org>
9636
9637         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9638         multibyte buffer.
9639
9640 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus-score.el (gnus-score-fast-scoring): New variable.
9643         (gnus-score-headers): Use it.
9644
9645         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9646
9647         * message.el (message-cite-original-1):
9648         Call gnus-article-highlight-citation if requested.
9649         (message-make-from): Allow name and address as optional arguments.
9650
9651         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9652
9653         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9654         bugs to doc string.
9655         (gnus-button-alist): Add mid\\|message-id.
9656         (gnus-button-fetch-group): Extend for use in
9657         `browse-url-browser-function'.
9658         (gnus-button-url-regexp): Try to catch paired parentheses like in
9659         Wikipedia URLs.
9660
9661         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9662         Suggested by Simon Krahnke <overlord@gmx.li>.
9663
9664 2007-01-13  Romain Francoise  <romain@orebokech.com>
9665
9666         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9667         Update copyright.
9668
9669 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9670
9671         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9672
9673 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9674
9675         * gnus-registry.el (gnus-registry-unfollowed-groups)
9676         (gnus-registry-split-fancy-with-parent): Fix documentation.
9677
9678 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9681         from nnweb groups.
9682
9683 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9686         Xref urls.  Erase buffer before requesting head.
9687
9688         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9689
9690 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9693         customizable.
9694
9695 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9696
9697         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9698         no signing key is found.
9699         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9700         no encrypting and/or signing key is found.
9701
9702 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9705
9706 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9707
9708         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9709         headers read from disk with the ones newly found in the current search.
9710         This should no longer cause problems, because the article numbers in
9711         Gmane's `nov.php' output are ignored since the previous change.
9712
9713 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9714
9715         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9716
9717 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9720         replace-regexp-in-string; bind url-version; fbind display-images-p and
9721         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9722         find-face and set-itimer-function for Emacs; bind itimer-list for
9723         Emacs.
9724
9725         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9726
9727 2007-01-01  Romain Francoise  <romain@orebokech.com>
9728
9729         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9730
9731 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9732
9733         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9734         `define-minor-mode' macro definition expanded properly.
9735         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9736         exclude it there.
9737
9738         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9739         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9740         `fboundp' test.
9741         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9742         This is OK to autoload in (S)XEmacs now.
9743
9744 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745
9746         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9747         keystroke.
9748         (gnus-summary-limit-to-singletons): Fix typo.
9749
9750         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9751         else fails.
9752
9753 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9754
9755         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9756         docstring.
9757
9758         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9759         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9760         (gnus-summary-insert-dormant-articles): Fix typo in message.
9761
9762 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9765         nil for XEmacs.
9766         (gnus-message-citation-mode): Don't autoload in XEmacs.
9767
9768         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9769
9770 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9771
9772         * nnimap.el (nnimap-expunge-search-string):
9773         Mention nnimap-search-uids-not-since-is-evil in docstring.
9774
9775 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * spam.el: Revert to make-obsolete-variable because
9778         define-obsolete-variable-alias is not supported in Emacs 21.
9779
9780         * spam.el (spam-ifile-path, spam-ifile-database-path)
9781         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9782         make-obsolete-variable.
9783         (spam-bsfilter-path, spam-bsfilter-program)
9784         (spam-spamassassin-path, spam-spamassassin-program)
9785         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9786         Don't use "path" inappropriately.
9787         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9788         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9789         variable names.
9790
9791 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9792
9793         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9794         summary buffer.
9795
9796         * password.el (password-cache-remove): Use clear-string to burn
9797         password, if available.
9798
9799 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9802
9803         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9804
9805         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9806         (gnus-message-highlight-citation): Move defcustom here from
9807         gnus-cite.el.
9808         (gnus-message-citation-mode): Autoload.
9809
9810         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9811         checks to make it compile with XEmacs.
9812         (gnus-message-citation-mode): New minor mode.
9813         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9814         (gnus-message-highlight-citation): New variables.
9815         (gnus-message-search-citation-line)
9816         (gnus-message-add-citation-keywords)
9817         (gnus-message-remove-citation-keywords)
9818         (turn-on-gnus-message-citation-mode)
9819         (turn-off-gnus-message-citation-mode): New functions.
9820
9821 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9822
9823         * gnus-cite.el: Enable highlighting of different citation levels in
9824         message-mode.
9825
9826 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * message.el (message-make-fqdn): Fix comment.
9829         (message-bogus-system-names): Add ".local".
9830
9831         * spam.el (spam-ifile-path, spam-ifile-program)
9832         (spam-ifile-database-path, spam-ifile-database)
9833         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9834         Don't use "path" inappropriately.
9835         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9836         strings.
9837         (spam-check-ifile, spam-ifile-register-with-ifile)
9838         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9839         Use new variable names.
9840
9841         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9842         (gnus-treat-display-smileys): Simplify using
9843         gnus-image-type-available-p.
9844
9845         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9846         available.
9847
9848         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9849         Use `display-images-p' if available.
9850
9851 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9854         one after turning on the buffer's multibyteness instead of decoding
9855         them directly in the unibyte buffer that causes unexpected conversion
9856         in Emacs 23 (unicode).
9857
9858 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9859
9860         * message.el (message-generate-hashcash): Fix custom type.
9861
9862 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9865
9866 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9869         disconnect icons.  Add help text.
9870
9871 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9872
9873         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9874         negated to be consistent with the others we handle.
9875
9876 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9879         version of gnus-summary-buffer to something, so that we can use two
9880         article buffers at the same time.
9881
9882 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9883
9884         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9885         trigger all the extra headers.
9886         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9887         sorting.
9888
9889 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9890
9891         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9892         solid groups.
9893
9894 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9895
9896         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9897
9898 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * legacy-gnus-agent.el: Add Copyright notice.
9901
9902 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9903
9904         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9905
9906 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9909
9910         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9911         to make it work reliably in CVS Emacs.
9912         (gnus-summary-limit-strange-charsets-predicate)
9913         (gnus-summary-limit-to-predicate): New functions.
9914
9915 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9916
9917         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9918         specifying array size.
9919         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9920         array if it is too small.
9921         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9922         (gnus-sort-threads-loop): New function.
9923
9924 2006-12-06  Chris Moore  <dooglus@gmail.com>
9925
9926         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9927         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9928
9929 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9930
9931         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9932         options.
9933
9934 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9935
9936         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9937         DOS-ing the recipient.
9938
9939         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9940         the headers when creating the mapping to avoid mismappings.
9941         (nnweb-gmane-create-mapping): Always nix out old mapping.
9942
9943 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9946         and mm-verify-option to never.
9947
9948 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * message.el (message-signed-or-encrypted-p): New function.
9951         (message-forward-make-body): Use it.
9952
9953         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9954         Replace encode-coding-string with mm-encode-coding-string.
9955
9956 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * nneething.el (nneething-decode-file-name):
9959         Replace decode-coding-string with mm-decode-coding-string.
9960
9961         * gnus-int.el (gnus-open-server): Say failed server's name.
9962
9963 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9964
9965         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9966         strings to a single string.  Quote `errors-file-name'.
9967         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9968         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9969         Adjust calls.  Use `shell-quote-argument'.
9970
9971 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9972
9973         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9974         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9975
9976         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9977         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9978         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9979         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9980         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9981         (gnus-subscribe-newsgroup, gnus-1):
9982         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9983         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9984         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9985         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9986
9987 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9988
9989         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9990         keystroke.
9991         (gnus-summary-limit-to-bodies): Implement headersp.
9992
9993 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9996
9997 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10000
10001 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10002
10003         * message.el (message-generate-hashcash): Expand range of values to
10004         include `opportunistic'.
10005         (message-send-mail): Use it.
10006
10007 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10008
10009         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10010         and comment it.
10011
10012         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10013
10014 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * gnus-util.el (gnus-extract-address-components): Improve comment.
10017
10018 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * gnus-util.el (gnus-extract-address-components): Work with address in
10021         which the name portion contains @.
10022
10023         * lpath.el: Fbind custom-autoload.
10024
10025 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * gnus.el (gnus-start): Move custom group up.
10028         (gnus-select-method): Don't autoload, but make it available for
10029         `customize-variable'.
10030         (gnus-getenv-nntpserver): Don't autoload.
10031
10032 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10033
10034         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10035
10036 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * message.el (message-sendmail-extra-arguments): New variable.
10039         (message-send-mail-with-sendmail): Use it.
10040
10041 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10044         mm-with-unibyte-current-buffer to make string unibyte.
10045
10046         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10047         mm-string-as-multibyte.
10048
10049 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10050
10051         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10052         Reported by Werner Koch <wk@gnupg.org>.
10053
10054 2006-11-14  Daiki Ueno  <ueno@p360>
10055
10056         * mml2015.el: Autoload epa-select-keys when compiling.
10057
10058 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10059
10060         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10061         message-options.
10062         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10063
10064 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10065
10066         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10067         EasyPG (< 0.0.6).
10068         (mml2015-always-trust): New user option.
10069         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10070         prompt.
10071
10072 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * nntp.el (nntp-authinfo-force): New variable.
10075         (nntp-send-authinfo): Use it.
10076
10077 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10080         decode encoded words.  Improve prompt.  Add comment about forwarding.
10081         (message-replacement-char): Move up.
10082
10083 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10084
10085         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10086         instead of gnus-intersection because arguments of gnus-sorted-nunion
10087         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10088
10089 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10090
10091         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10092         (message-simplify-subject-functions):
10093         Enable message-strip-subject-encoded-words by default.
10094
10095 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * message.el (message-strip-subject-encoded-words): New function.
10098         (message-simplify-subject-functions): New variable.
10099         (message-simplify-subject): Use it.  Fix typo in doc string.
10100         Support message-strip-subject-encoded-words.
10101
10102 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10103
10104         * gnus-diary.el (gnus-diary-delay-format-function):
10105         * nndiary.el (nndiary-reminders):
10106         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10107
10108 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gnus-art.el (article-hide-boring-headers): Fetch date from
10111         gnus-original-article-buffer to avoid problems with localized date
10112         strings.
10113
10114 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10117
10118 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10121         New variables.
10122         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10123         (mm-charset-synonym-alist): Move some entries to
10124         mm-codepage-iso-8859-list.
10125         (mm-charset-synonym-alist, mm-charset-override-alist):
10126         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10127
10128 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10131
10132 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10135         with Emacs 21 and XEmacs.
10136
10137 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10138
10139         * spam.el (spam-parse-address): New function for better parsing,
10140         catching errors, etc.
10141         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10142
10143 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10144
10145         * mm-view.el: Add interactive arg to html2text autoload.
10146
10147 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10150
10151 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10154         New variables.
10155         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10156         (mm-charset-synonym-alist): Move some entries to
10157         mm-codepage-iso-8859-list.
10158
10159         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10160
10161 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * message.el (message-citation-line-format)
10164         (message-insert-formated-citation-line): Fix implementation of %E, %N
10165         and %n according to the doc string.
10166
10167 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10168
10169         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10170         Use car-safe to avoid bad parses.
10171
10172 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10175         names.
10176
10177         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10178
10179 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10182         header.
10183
10184         * message.el (message-draft-headers): Add Date.
10185         (message-headers-to-generate): Fix typo in docstring.
10186
10187         * nndraft.el (nndraft-required-headers): New variable.
10188         (nndraft-generate-headers): Use it.
10189
10190         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10191
10192 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10193
10194         * gnus-registry.el (gnus-registry-wash-for-keywords)
10195         (gnus-registry-find-keywords): New functions to allow easy searching of
10196         articles that are in the registry.
10197
10198 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10199
10200         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10201         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10202         Reported by Damien Elmes <damien@repose.cx>.
10203
10204 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * gnus.el (gnus-mime): Remove unused custom group.
10207
10208 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10209
10210         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10211         "blank line" when searching for end of armor headers.
10212
10213 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gmm-utils.el (gmm-write-region): Fix variable name.
10216
10217 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * gmm-utils.el (gmm-write-region): New function based on compatibility
10220         code from `mm-make-temp-file'.
10221
10222         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10223
10224         * nnmaildir.el (nnmaildir--update-nov)
10225         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10226         Use `gmm-write-region'.
10227
10228 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10231         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10232
10233         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10234
10235         * message.el (message-replacement-char): New variable.
10236         (message-fix-before-sending): Use it.
10237         (message-simplify-subject): New function to remove duplicate code.
10238         (message-reply, message-followup): Use it.
10239
10240         * gnus-sum.el (gnus-summary-make-menu-bar):
10241         Clarify gnus-summary-limit-to-articles.
10242
10243 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-util.el (gnus-with-local-quit): New macro.
10246
10247         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10248
10249 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10250
10251         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10252         ignore non-string data.
10253
10254 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10255
10256         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10257         non-string data (needs to be done in the registry too).
10258
10259 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10260
10261         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10262         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10263         (gnus-registry-split-fancy-with-parent)
10264         (gnus-registry-fetch-simplified-message-subject-fast)
10265         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10266         Remove text properties on ingress into the registry and when it's saved.
10267         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10268         registry from entries with no groups.
10269
10270 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10271
10272         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10273         function to remove string properties.
10274
10275 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * gmm-utils.el (gmm): Adjust custom version.
10278
10279         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10280         Adjust custom version.
10281
10282         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10283
10284 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * gnus-art.el (gnus-insert-prev-page-button)
10287         (gnus-insert-next-page-button): Simplify.  Reformat.
10288
10289 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10290
10291         * gnus-art.el (gnus-insert-prev-page-button)
10292         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10293
10294 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10295
10296         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10297
10298 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10299
10300         * gnus-art.el (gnus-insert-mime-button)
10301         (gnus-insert-mime-security-button):
10302         Apply gnus-article-button-face to MIME and security buttons.
10303
10304 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10307         readable.
10308
10309 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10312
10313 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10314
10315         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10316         `browse-url-of-file' instead of `browse-url'.
10317
10318 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10319
10320         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10321         regexp.  Articles containing quotation were cut prematurely.
10322
10323 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * message.el (message-cite-original-1): Use nobody by default for the
10326         value of From header.
10327         (message-reply): Ditto.
10328
10329 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10330
10331         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10332         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10333         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10334
10335 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10338         mails in the doc string.  Add some URLs in comment.
10339         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10340
10341 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10344         backslashes handling and the way to find boundaries of quoted strings.
10345
10346 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10347
10348         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10349         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10350         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10351         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10352
10353 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10356         doc string.
10357         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10358
10359 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * lpath.el: Fbind epg-check-configuration.
10362
10363 2006-09-06  Simon Josefsson  <jas@extundo.com>
10364
10365         * mml2015.el (mml2015-use): Doc fix, mention epg.
10366
10367 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10368
10369         * mml2015.el (mml2015-use): Default to epg, if available.
10370
10371 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10372
10373         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10374         message-sender.
10375         (mml1991-epg-encrypt): Ditto.
10376         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10377         message-sender.
10378         (mml2015-epg-encrypt): Ditto.
10379
10380 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10381
10382         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10383         several common directories.
10384
10385 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10386
10387         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10388         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10389
10390 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-art.el (article-decode-encoded-words): Make it fast.
10393
10394 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10397
10398         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10399         in quoted string into `\'.
10400
10401 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10402
10403         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10404         Use standard-syntax-table.
10405
10406 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * gnus-art.el (gnus-decode-address-function): New variable.
10409         (article-decode-encoded-words): Use it to decode headers which are
10410         assumed to contain addresses.
10411         (gnus-mime-delete-part): Remove useless `or'.
10412
10413         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10414         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10415         (gnus-nov-parse-line): Use it to decode From header.
10416         (gnus-get-newsgroup-headers): Ditto.
10417         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10418
10419         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10420         (mail-decode-encoded-address-string): New alias.
10421
10422         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10423         New function.
10424         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10425         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10426         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10427         (rfc2047-decode-string): Ditto.
10428         (rfc2047-decode-address-region): New function.
10429         (rfc2047-decode-address-string): New function.
10430
10431 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * message.el (message-caesar-buffer-body): Allow rotating headers.
10434
10435         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10436
10437         * message.el (message-insert-formated-citation-line): Fix %f.
10438         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10439
10440 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10443         (gnus-bookmark-mouse-available-p): New macro.
10444         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10445         (gnus-bookmark-bmenu-show-infos): Use it.
10446         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10447         (gnus-bookmark-bmenu-hide-infos): Ditto.
10448         (gnus-bookmark-remove-properties): New function.
10449         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10450         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10451         (gnus-bookmark-write-file): Bind coding-system-for-write.
10452         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10453         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10454         group before selecting it.
10455         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10456         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10457         quit-window if it is not available; use gnus-mouse-2 and bind it to
10458         gnus-bookmark-bmenu-select-by-mouse.
10459         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10460         (gnus-bookmark-bmenu-select-by-mouse): New function.
10461
10462 2006-08-13  Romain Francoise  <romain@orebokech.com>
10463
10464         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10465         space.
10466
10467 2006-08-10  Romain Francoise  <romain@orebokech.com>
10468
10469         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10470         (dns-mode-soa-auto-increment-serial): New user option.
10471         (dns-mode-soa-maybe-increment-serial): New function.
10472         (dns-mode): Add the latter to `write-contents-functions'.
10473
10474 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * compface.el (uncompface): Use binary rather than raw-text-unix.
10477
10478 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * compface.el (uncompface): Make sure the eol conversion doesn't take
10481         place when communicating with the external programs.
10482         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10483
10484 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10487
10488 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10489
10490         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10491         Make it more robust by parsing author and date independently.
10492
10493 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10496
10497 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10498
10499         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10500         first matching secret key.
10501         (mml2015-epg-encrypt): Ditto.
10502
10503         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10504         first matching secret key.
10505         (mml1991-epg-encrypt): Ditto.
10506
10507         * mml2015.el (mml2015-encrypt-to-self): New user option.
10508         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10509         mml2015-epg-encrypt-to-self is set.
10510
10511         * mml1991.el (mml1991-encrypt-to-self): New variable.
10512         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10513         mml1991-epg-encrypt-to-self is set.
10514
10515         * mml2015.el (mml2015-signers): New user option.
10516         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10517         (mml2015-epg-encrypt): Allow to select signing keys.
10518
10519         * mml1991.el (mml1991-signers): New variable.
10520         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10521         (mml1991-epg-encrypt): Allow to select signing keys.
10522
10523 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * nnheader.el (nnheader-insert-head): Make it work even if the file
10526         uses CRLF for the line-break code.
10527
10528 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10529
10530         * mml2015.el: Require mml-sec instead of password.
10531         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10532         (mml2015-cache-passphrase): Inherit the default value from
10533         mml-secure-cache-passphrase.
10534         (mml2015-passphrase-cache-expiry): Inherit the default value from
10535         mml-secure-passphrase-cache-expiry.
10536
10537         * mml1991.el: Require mml-sec instead of password.
10538         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10539         (mml1991-cache-passphrase): Inherit the default value from
10540         mml-secure-cache-passphrase.
10541         (mml1991-passphrase-cache-expiry): Inherit the default value from
10542         mml-secure-passphrase-cache-expiry.
10543
10544         * mml-sec.el: Require password.
10545         (mml-secure-verbose): New user option.
10546         (mml-secure-cache-passphrase): New user option.
10547         (mml-secure-passphrase-cache-expiry): New user option.
10548
10549 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10550
10551         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10552         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10553         andreas@altroot.de (Andreas Vögele).
10554
10555         FIXME: Use `tiny change'?
10556
10557 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10558
10559         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10560         workaround for the url package included with Emacs.
10561
10562         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10563
10564 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10567         correctly.  This fixes a bug caused by the 2006-05-12 change.
10568
10569 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10570
10571         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10572         some information about the error when saying that the `bogus' mail
10573         group will be used.
10574
10575 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10578         string.
10579
10580 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10581
10582         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10583
10584 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10585
10586         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10587
10588 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10589
10590         * mml1991.el (mml1991-function-alist): Add epg.
10591         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10592         (mml1991-epg-encrypt): New functions.
10593
10594 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10595
10596         * mml2015.el (mml2015-verbose): New variable.
10597         (mml2015-cache-passphrase): Ditto.
10598         (mml2015-passphrase-cache-expiry): Ditto.
10599         (mml2015-function-alist): Add epg.
10600         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10601         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10602         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10603         New functions.
10604
10605 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10606
10607         * message.el (message-cite-original-1): Preserve region when removing
10608         quoted text due to X-No-Archive in order to avoid bogus attribution
10609         when citing multiple messages.
10610
10611 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10612
10613         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10614         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10615
10616 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * gnus-diary.el (gnus-user-format-function-d)
10619         (gnus-user-format-function-D): Autoload.
10620
10621         * imap.el (Commentary): Fix typo.
10622
10623         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10624         2006-04-22 contribution.
10625
10626 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10627
10628         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10629         It didn't really fix the bogosity I'm seeing with solid web groups.
10630
10631 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10632
10633         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10634         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10635         created using server names.  If we use the feature without declaring
10636         it, Gnus does not properly manage server and group state.
10637
10638         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10639         bound.
10640
10641 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10642
10643         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10644         looking up the method using GROUP's prefix before inventing a new one.
10645         It is used on killed/unknown groups in various places where returning
10646         an all-new method isn't expected by the caller.
10647
10648         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10649         and match semantics of gnus-group-real-prefix.
10650
10651 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * nnmail.el (nnmail-broken-references-mailers): New variable.
10654         (nnmail-ignore-broken-references): New function generalizing
10655         nnmail-fix-eudora-headers.
10656         (nnmail-fix-eudora-headers): Now obsolete.
10657
10658         * gnus-art.el (gnus-button-handle-custom):
10659         Support `customize-apropos*'.
10660
10661 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10664
10665         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10666         articles.
10667
10668 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * message.el (message-cite-reply-above): New variable.
10671         (message-yank-original): Use it.
10672
10673 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10676
10677 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10680         as read.
10681
10682         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10683
10684 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10687         (gnus-bookmark-default-file): Use gnus-directory.
10688         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10689         Remove "*" in doc string.
10690         (gnus-bookmark-write-file): Simplify.
10691         (gnus-bookmark-maybe-sort-alist): Use `when'.
10692         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10693         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10694         Add FIXME about Emacs 21 and XEmacs compatibility.
10695         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10696         compatibility.
10697         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10698         compatibility.
10699         (gnus-bookmark-menu-heading): Fix version.
10700
10701 2006-06-19  Bastien Guerry  <bzg@altern.org>
10702
10703         * gnus-bookmark.el: New file.
10704
10705 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * message.el (message-syntax-checks): Doc fix.
10708
10709 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10710
10711         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10712         unsubscribed groups as if they were killed ones.  It causes duplicate
10713         entries in gnus-newsrc-alist.
10714
10715 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * message.el (message-syntax-checks): Doc fix.
10718         (message-send-mail): Add check for continuation headers.
10719         (message-check-news-header-syntax): Fix regexp used to check for
10720         continuation headers.
10721
10722 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10725
10726 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10729
10730 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10733         default-truncate-lines.
10734
10735 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10738         to fill the utf-8 entry.
10739
10740         * lpath.el: Fbind unicode-precedence-list.
10741
10742 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10743
10744         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10745
10746 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10747
10748         * gnus-agent.el (directory-files-and-attributes): Move all the way
10749         forward (the third and final move).
10750         (gnus-agent-read-agentview): Trap reconstruction errors due to
10751         nonexistent directory.  Handle by returning nil.
10752
10753 2006-05-30  Didier Verna  <didier@xemacs.org>
10754
10755         * message.el (message-dont-reply-to-names): Update the custom type.
10756         * message.el (message-dont-reply-to-names): New defsubst: potentially
10757         convert a list of regexps into a single one.
10758         * message.el (message-get-reply-headers): Use it.
10759         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10760
10761 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * gnus-agent.el (directory-files-and-attributes): Move forward.
10764
10765 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * gnus-ml.el (gnus-mailing-list-subscribe)
10768         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10769         (gnus-mailing-list-message): Fix doc strings.
10770
10771 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10772
10773         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10774         of doing it manually.
10775
10776 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10779         comment.
10780
10781 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10782
10783         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10784         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10785         (gnus-agent-read-local): All symbols allocated in my-obarray.
10786         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10787         (gnus-agent-regenerate-group): Check numeric names to see if they are
10788         messages or groups.
10789         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10790         better way of do this...)
10791
10792         * gnus-cache.el (gnus-agent-total-fetched-for):
10793         Ignore 'dummy.group' (there should be a better way of do this...)
10794
10795 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10798         (gnus-saved-headers): Ditto.
10799         (gnus-default-article-saver): Mention functions may have properties.
10800         (gnus-article-save): Override gnus-save-all-headers and
10801         gnus-saved-headers by :headers property which saver function may have.
10802         (gnus-summary-save-in-file): Add :headers property.
10803         (gnus-summary-write-to-file): Ditto.
10804
10805         * gnus-sum.el (gnus-summary-save-article): Bind
10806         gnus-prompt-before-saving to t when saving many articles in a file;
10807         always show all headers.
10808
10809         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10810
10811 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10812
10813         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10814         marks.
10815
10816         * message.el (message-indent-citation): Add optional arguments to allow
10817         using it outside of message buffers.
10818
10819         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10820         (gnus-article-treat-unfold-headers): Use it.
10821         (gnus-article-truncate-lines): New variable.
10822         (gnus-article-mode): Use it.
10823         (gnus-article-toggle-truncate-lines): New function.
10824
10825         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10826         Add gnus-article-toggle-truncate-lines.
10827
10828         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10829         coding system in XEmacs, use binary.
10830
10831 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10834         after-load-alist.
10835
10836         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10837         this function should save decoded articles.
10838         (gnus-summary-write-to-file): Use property to specify this function
10839         should save decoded articles and specify gnus-summary-save-in-file
10840         should be used to save articles other than the first one when saving
10841         many articles.
10842         (gnus-summary-save-body-in-file): Use property to specify this
10843         function should save decoded articles.
10844         (gnus-summary-write-body-to-file): Use property to specify this
10845         function should save decoded articles and specify
10846         gnus-summary-save-body-in-file should be used to save articles other
10847         than the first one when saving many articles.
10848
10849         * gnus-sum.el (gnus-summary-save-article): Simplify.
10850
10851 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-art.el (gnus-default-article-saver):
10854         Add gnus-summary-write-body-to-file.
10855         (gnus-article-save-coding-system): Don't use coding system object
10856         in XEmacs.
10857         (gnus-read-save-file-name): Add optional `dir-var' argument which
10858         specifies directory in which files are saved; work even if optional
10859         `variable' argument is not specified.
10860         (gnus-summary-write-to-file): Read file name.
10861         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10862         (gnus-summary-write-body-to-file): New function.
10863
10864         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10865         (gnus-summary-local-variables): Add it.
10866         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10867         (gnus-summary-save-article): Remove optional `decode' argument;
10868         determine whether to decode articles by the value of
10869         gnus-default-article-saver; when saving many files using
10870         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10871         it first and use gnus-summary-save-in-file or
10872         gnus-summary-save-body-in-file thereafter unless
10873         gnus-prompt-before-saving is always; move point to article which
10874         will be saved.
10875         (gnus-summary-save-article-file): Revert.
10876         (gnus-summary-write-article-file): Revert.
10877         (gnus-summary-save-article-body-file): Revert.
10878         (gnus-summary-write-article-body-file): New function.
10879
10880 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * gnus-art.el (gnus-default-article-saver): Doc fix.
10883         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10884         from gnus-summary-save-article-coding-system, and default to a
10885         certain coding system.
10886         (gnus-output-to-file): Add coding cookie and encode text according
10887         to gnus-article-save-coding-system; don't use mm-append-to-file.
10888
10889         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10890         gnus-art.el and rename to gnus-article-save-coding-system.
10891         (gnus-summary-save-article): Require gnus-art; don't show all
10892         headers if it decodes articles; don't add coding cookie here;
10893         don't bind mm-text-coding-system-for-write.
10894         (gnus-summary-save-article-file): Save decoded articles.
10895         (gnus-summary-write-article-file): When saving many files, use
10896         gnus-summary-write-to-file first and gnus-summary-save-in-file
10897         thereafter unless gnus-prompt-before-saving is always.
10898         (gnus-summary-save-article-body-file): Save decoded articles.
10899
10900         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10901
10902 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * nnrss.el (nnrss-check-group): Bind hash-index.
10905
10906 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10907
10908         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10909         its hash index.  Store this hash in `nnrss-group-data'.
10910         (nnrss-read-group-data): Update accordingly.
10911
10912 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10915         entry.
10916
10917         * gnus-sum.el (gnus-summary-make-menu-bar):
10918         Add gnus-article-browse-html-article.
10919
10920 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10921
10922         * gnus-sum.el (gnus-summary-mime-map):
10923         Add gnus-article-browse-html-article.
10924
10925         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10926
10927 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10928
10929         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10930         suitable coding systems in customize.
10931
10932 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * mail-source.el (mail-sources): Fix custom type.
10935
10936 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10939         (gnus-summary-expire-articles-now): Shorten prompt.
10940
10941         * gmm-utils.el (wid-edit): Require.
10942         (defun-gmm): Rename from `gmm-defun-compat'.
10943         (gmm-image-search-load-path): Use it.
10944         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10945
10946 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * gnus-sum.el (gnus-summary-save-article-coding-system):
10949         New variable.
10950         (gnus-summary-save-article): Add optional `decode' argument.
10951         If it is set and gnus-summary-save-article-coding-system is non-nil,
10952         save decoded article.
10953         (gnus-summary-write-article-file): Save decoded article if
10954         gnus-summary-save-article-coding-system is non-nil.
10955
10956         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10957         type.
10958
10959 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10962
10963 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10966         first to test gnus-single-article-buffer which may be buffer-local.
10967
10968         * gnus-sum.el (gnus-summary-setup-buffer):
10969         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10970         group; make gnus-article-buffer, gnus-article-current, and
10971         gnus-original-article-buffer always buffer-local.
10972         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10973         group.
10974         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10975
10976 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * nnml.el (nnml-request-compact-group): Compressed files might not
10979         have .gz extension.
10980
10981 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10982
10983         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10984         (mm-copy-to-buffer): Use with-current-buffer.
10985         (mm-display-part): Simplify.
10986         (mm-inlinable-p): Add optional arg `type'.
10987
10988 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10989
10990         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10991         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10992         Try harder to show the attachment internally or externally using
10993         gnus-mime-view-part-as-type.
10994
10995 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * message.el (message-from-style, message-signature-separator)
10998         (message-user-organization-file, message-send-mail-function)
10999         (message-citation-line-function, message-yank-prefix)
11000         (message-indent-citation-function, message-signature)
11001         (message-signature-file, message-signature-insert-empty-line):
11002         Remove autoloads.
11003
11004         * gnus-art.el (gnus-buttonized-mime-types):
11005         Remove "multipart/signed".  Revert 2006-04-26 change.
11006
11007 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * gnus.el (gnus-version-number): Bump version.
11010
11011 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11012
11013         * gnus.el: No Gnus v0.5 is released.
11014
11015 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11016
11017         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11018         fetching articles by message-id.
11019
11020 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * message.el (hashcash): Require hashcash as normal.
11023
11024         * ecomplete.el (ecomplete-highlight-match-line):
11025         Use point-at-eol.
11026         (ecomplete-highlight-match-line): Use `highlight', because that
11027         face exists in both Emacs and XEmacs.
11028
11029         * message.el (message-display-abbrev): Use point-at-bol.
11030
11031         * mail-source.el: Don't require timer/timer-funcs.
11032
11033         * gnus-async.el: Ditto.
11034
11035         * password.el: Ditto.
11036
11037         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11038
11039         * mm-url.el: Ditto.
11040
11041         * gnus-xmas.el: Don't require timer-funcs.
11042
11043         * mm-util.el: Require timer/timer-funcs.
11044
11045 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11046
11047         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11048         Close.
11049
11050 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11053         unibyte after clear-decrypt function runs.
11054
11055         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11056         returns as a unibyte string.
11057
11058 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * lpath.el: Revert.
11061
11062         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11063         (pgg-gpg-process-sentinel): Revert.
11064
11065         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11066         (pgg-pgp-lookup-key): Revert.
11067
11068         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11069         (pgg-pgp5-lookup-key): Revert.
11070
11071         * pgg.el (pgg-fetch-key): Revert.
11072
11073 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * lpath.el: Fbind string-as-multibyte for XEmacs.
11076
11077         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11078         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11079         (mml1991-pgg-encrypt): Ditto.
11080
11081         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11082         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11083         a multibyte buffer.
11084
11085         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11086         (pgg-pgp-lookup-key): Ditto.
11087
11088         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11089         (pgg-pgp5-lookup-key): Ditto.
11090
11091         * pgg.el (pgg-fetch-key): Ditto.
11092
11093 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * message.el (message-user-organization-file): Check several
11096         locations of the organization file.
11097
11098         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11099         Add gnus-article-view-part-as-type.
11100
11101         * gnus-art.el (gnus-article-view-part-as-type): New function.
11102
11103         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11104         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11105
11106         * mml.el: Simplify autoload.
11107         (mml-mode): defvar dnd-protocol-alist instead of using
11108         symbol-value.
11109         (mml-default-directory): New variable.
11110         (mml-minibuffer-read-file): Use it.
11111         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11112
11113         * message.el (message-citation-line-format): New variable.
11114         (message-insert-formated-citation-line): New function.
11115         (message-citation-line-function):
11116         Add `message-insert-formated-citation-line' to custom type.
11117
11118         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11119         to doc string.
11120
11121         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11122         depending on mm-verify-option.
11123
11124 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11127         binding pgg-* variables; reimplement the section which prevents
11128         MIME header from being signed.
11129         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11130         pgg-text-mode; remove a blank line at the top of body.
11131
11132         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11133         lines at the top of body; use gnus-newsgroup-charset if there's no
11134         Charset header.
11135
11136 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * message.el (message-self-insert-commands): Doc fix.
11139
11140         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11141         (mm-uu-pgp-encrypted-test): Ditto.
11142         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11143         between header and body; return application/pgp-encrypted handle
11144         if decryption failed; decode decrypted body by charset.
11145
11146         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11147         element match to application/pgp-*.
11148
11149 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11150
11151         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11152         HTML.
11153
11154 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11155
11156         * mail-source.el (mail-source-call-script): Message the error
11157         string.
11158
11159 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11160
11161         * gnus-util.el (gnus-byte-compile): Use it.
11162
11163 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11164
11165         * gnus-util.el (kill-empty-logs): New function.
11166
11167 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168
11169         * message.el (message-mail-alias-type): Doc fix.
11170         (message-mail-alias-type-p): New function.
11171         (message-send): Use it.
11172         (message-mode): Ditto.
11173         (message-strip-forbidden-properties): Ditto.
11174
11175         * ecomplete.el (ecomplete-database-file-coding-system):
11176         New variable.
11177         (ecomplete-save): Use it.
11178         (ecomplete-setup): Use it.
11179
11180 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * message.el (message-self-insert-commands): New variable.
11183         (message-strip-forbidden-properties): Use it.
11184
11185 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11186
11187         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11188         that doesn't make XEmacs choke.
11189
11190 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * gnus-util.el (gnus-replace-in-string):
11193         Prefer replace-regexp-in-string over of replace-in-string.
11194
11195 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-util.el (gnus-select-frame-set-input-focus):
11198         Use select-frame-set-input-focus if it is available in XEmacs; use
11199         definition defined in Emacs 22 for old Emacsen.
11200
11201         * dgnushack.el: Autoload unmorse-region for XEmacs.
11202
11203         * lpath.el: Bind cursor-in-non-selected-windows and
11204         select-frame-set-input-focus for XEmacs.
11205
11206 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11209
11210 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11211
11212         * gnus-registry.el (gnus-registry-cache-save): Remove text
11213         properties when saving via the temp buffer.
11214
11215 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * message.el (message-generate-hashcash): Honor custom type.
11218
11219 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11220
11221         * message.el (message-generate-hashcash): Default to non-nil when
11222         hashcash is found.
11223
11224         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11225         (gnus-refer-thread-limit): Increase default to 500.
11226
11227         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11228
11229         * flow-fill.el (fill-flowed): Allow delete-space.
11230
11231 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11234         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11235         Remove autoloads.
11236
11237 2006-04-18  Simon Josefsson  <jas@extundo.com>
11238
11239         * message.el (message-generate-hashcash): Default to.
11240
11241 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11244         concatenating segments rather than before concatenating them.
11245
11246 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11249
11250 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251
11252         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11253
11254         * message.el (message-forward-make-body-plain):
11255         Allow message-forward-ignored-headers to be a list.
11256         (message-remove-ignored-headers): Factor out into function.
11257         (message-forward-make-body-mml): Use it.
11258
11259         * imap.el (imap-quote-specials): New function.
11260         (imap-login-auth): Quote specials.
11261
11262         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11263         (rfc2231-parse-string): Allow concatanation of parameters that
11264         aren't contiguous.  The test case is
11265           (mail-header-parse-content-type "message/external-body;
11266             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11267             access-type=LOCAL-FILE;
11268             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11269
11270 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11271
11272         * nntp.el (nntp-accept-process-output): Return the value of
11273         `nnheader-accept-process-output'.
11274
11275 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276
11277         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11278         (gnus-button-alist): Recognize more diff formats.
11279         (gnus-button-patch): Strip directory.
11280
11281 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11284         Emacs 22 when setting focus.
11285
11286 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * gnus-art.el (gnus-article-treat-types): Do treatment of
11289         text/x-verbatim parts.
11290         (gnus-button-patch): New command.
11291
11292         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11293         addresses that contain invalid characters.
11294
11295 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296
11297         * message.el (message-put-addresses-in-ecomplete):
11298         Use gnus-replace-in-string.
11299         (message-is-yours-p): Use the more correct
11300         mail-header-parse-address instead of
11301         mail-extract-address-components.
11302         (message-put-addresses-in-ecomplete): Fix typo.
11303
11304         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11305         keystroke.
11306
11307         * gnus-art.el (gnus-treatment-function-alist): Change order of
11308         newsgroups/generic header folding to avoid double-folding.
11309
11310         * message.el (message-hidden-headers): Add X-Draft-From.
11311
11312         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11313         New command.
11314         (gnus-summary-repeat-search-article-backward): New command.
11315
11316         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11317         groups in the parent topic.
11318
11319 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11320
11321         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11322         (spam-extra-header-to-number): Return the CRM114 number as a
11323         number instead of a string.
11324
11325 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * gnus-art.el (gnus-face-properties-alist): Move here from
11328         gnus-fun.
11329
11330         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11331
11332 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11333
11334         * message.el (message-strip-forbidden-properties): Only display on
11335         self-insert-command.
11336
11337         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11338         reindent.
11339         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11340
11341 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11342
11343         * smiley.el (smiley-style): Fix typo.
11344
11345 2006-03-23  Kenichi Handa  <handa@m17n.org>
11346
11347         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11348         instead of set-buffer-multibyte.
11349
11350 2006-03-23  Kenichi Handa  <handa@m17n.org>
11351
11352         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11353         buffer and then decode the buffer text if necessary.
11354         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11355         first, and after mm-encode-body, change the buffer to unibyte.
11356
11357 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11358
11359         * hashcash.el (hashcash-insert-payment-async-2):
11360         Use message-goto-eoh instead of doing it manually.
11361         (mail-add-payment): Use message-narrow-to-header instead of trying
11362         to do the same itself.
11363
11364         * message.el (message-hidden-headers): Add Face.
11365
11366         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11367         reparenting code.
11368         (gnus-summary-reparent-children): Refactored out code.
11369         (gnus-summary-thread-map): New keystroke.
11370         (gnus-summary-reparent-children): Make into command.
11371
11372         * smiley.el (smiley-style): Default to `medium' if using a large
11373         font.
11374
11375         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11376         does it itself.
11377
11378         * message.el (message-point-in-header-p): Simplify definition.
11379
11380 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11381
11382         * nnagent.el (nnagent-request-set-mark): Silence log file
11383         writing.
11384         (nnagent-request-set-mark): Use write-region instead of
11385         append-to-file.
11386
11387         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11388         strange select method.
11389
11390         * ecomplete.el (ecomplete-display-matches): Get highlightling
11391         right.
11392         (ecomplete-display-matches): Use literals.
11393         (ecomplete-display-matches): Disable message logging.
11394
11395         * message.el (message-display-abbrev): Small optimization.
11396
11397         * ecomplete.el (ecomplete-display-matches): Allow automatic
11398         display.
11399
11400         * message.el (message-strip-forbidden-properties):
11401         Display abbrevs.
11402         (message-display-abbrev): Get automatic display right.
11403
11404         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11405         keystrokes.
11406
11407 2006-04-13  Romain Francoise  <romain@orebokech.com>
11408
11409         TODO: Backport to v5-10!
11410
11411         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11412         Move here (and rename) from gnus-registry.el.
11413
11414         * gnus-registry.el: Require gnus-util.
11415         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11416
11417 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418
11419         * gnus-group.el (gnus-group-catchup-current):
11420         Change if-then-else-if-then-else into cond.
11421         (gnus-group-catchup): Indent.
11422         (group-name-at-point): New function.
11423         (gnus-fetch-group): Provide default from thing at point.
11424
11425 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11426
11427         * message.el (message-display-abbrev): Fix regexp.
11428
11429         * ecomplete.el (ecomplete-highlight-match-line):
11430         Reimplement choosing.
11431         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11432         dead variables.
11433
11434         * message.el (message-newline-and-indent): Remove debugging.
11435         (message-display-abbrev): Use new implementation.
11436
11437 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gnus-art.el (gnus-article-mode):
11440         Set cursor-in-non-selected-windows to nil.
11441
11442         * smiley.el: Revert previous change.
11443         (smiley-data-directory): defvar it before using it in the
11444         defcustom of `smiley-style'.
11445
11446 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447
11448         * message.el (message-newline-and-indent): New function.
11449
11450         * ecomplete.el: Implement more bits.
11451
11452         * message.el (message-put-addresses-in-ecomplete): Clean up the
11453         string.
11454
11455         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11456
11457         * gnus-sum.el (gnus-summary-save-parts):
11458         Bind gnus-summary-save-parts-counter and use it to make unique file
11459         names.
11460
11461         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11462
11463         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11464         parameter to say whether to actually parse the individual
11465         addresses.
11466
11467         * message.el (message-put-addresses-in-ecomplete): New function.
11468         (ecomplete): Require.
11469         (message-mail-alias-type): Add ecomplete as an option.
11470
11471 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11472
11473         * flow-fill.el (fill-flowed): Remove trailing space from blank
11474         quoted lines.
11475
11476 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11477
11478         * smiley.el (smiley-style): Move definition later to avoid a
11479         compilation warning.
11480
11481 2006-04-12  Kenichi Handa  <handa@m17n.org>
11482
11483         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11484         buffer and then decode the buffer text if necessary.
11485         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11486         first, and after mm-encode-body, change the buffer to unibyte.
11487         Use mm-disable-multibyte instead of set-buffer-multibyte.
11488
11489 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11492         Content-Type header instead of Content-Disposition header.
11493         (gnus-mime-inline-part): Ditto.
11494         (gnus-mime-view-part-as-charset): Ignore charset that the part
11495         specifies.
11496
11497         * mm-decode.el (mm-display-part): Work with external parts and
11498         usual parts similarly.
11499
11500         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11501         instead of gnus-display-mime.
11502
11503         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11504         instead of with-temp-buffer.
11505
11506         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11507         tag to summarized topics part in order to encode non-ASCII text.
11508
11509 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * smiley.el (smiley-style): New variable.
11512         (smiley-directory): New function.
11513         (smiley-data-directory): Derive from `smiley-style' using
11514         `smiley-directory'.
11515         (smiley-regexp-alist): Add new entries.
11516
11517         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11518         (gnus-article-browse-delete-temp): Add :version.
11519
11520 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11521
11522         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11523         the sieve region.
11524
11525 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11526
11527         * gnus.el (gnus-version-number): Bump version.
11528
11529 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * gnus.el: No Gnus v0.4 is released.
11532
11533 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11534
11535         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11536         layout.
11537
11538         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11539         unknown charset.
11540
11541         * message.el (message-header-synonyms): Add Original-To to the
11542         default.
11543
11544         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11545         optional parameter.
11546
11547 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * gnus-fun.el (gnus): Require it for gnus-directory.
11550
11551 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11554
11555 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11556
11557         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11558
11559 2006-04-05  Simon Josefsson  <jas@extundo.com>
11560
11561         * password.el (password-reset): New function.
11562
11563 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11564
11565         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11566         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11567
11568 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11569
11570         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11571         Some whitespace was matched into the url, which broke browsing hits
11572         > 100 when mm-url-use-external was nil.
11573
11574 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11577         Check gnus-extra-headers for 'Newsgroups.
11578
11579         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11580         bound.
11581
11582 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11583
11584         * pgg-gpg.el: Clean up process buffers every time gpg processes
11585         complete.
11586
11587 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11590         doc string.
11591
11592 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11593
11594         * pgg-gpg.el (pgg-gpg-process-filter)
11595         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11596
11597         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11598         lines, temporary fix.
11599
11600 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11603
11604 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11605
11606         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11607         default-enable-multibyte-characters.  This reverts the change from
11608         revision 6.17 which is no longer necessary because the passphrase
11609         is sent separately now.  GnuPG messages are unreadable under
11610         multibyte locales with default-enable-multibyte-characters set to
11611         nil.
11612
11613 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * message.el (message-tool-bar-gnome): Move "spell".
11616
11617 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11620         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11621         instead.
11622
11623 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11624
11625         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11626         Improve newsgroups handling for NNTP overviews which don't include
11627         Newsgroups.
11628
11629 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11630
11631         * message.el (message-resend): Bind message-generate-hashcash to nil.
11632
11633 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11634
11635         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11636         when searching for already-paid recipients.
11637
11638 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11639
11640         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11641         passphrases when it is not needed.
11642         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11643         passphrase stuff from gpg, should only be necessary when you use
11644         gpg with a smartcard.
11645
11646 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * mml.el (mml-insert-mime): Ignore cached contents of
11649         message/external-body part.
11650
11651         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11652         (mm-insert-part): Ditto.
11653
11654 2006-03-23  Simon Josefsson  <jas@extundo.com>
11655
11656         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11657         Reiner.
11658         (pgg-gpg-use-agent-p): Use it again.
11659
11660 2006-03-23  Simon Josefsson  <jas@extundo.com>
11661
11662         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11663         older emacsen.
11664         (pgg-gpg-use-agent-p): Don't use it.
11665
11666 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11669         if we can.
11670
11671 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11672
11673         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11674         (pgg-gpg-update-agent): New function.
11675         (pgg-gpg-use-agent-p): New function.
11676         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11677         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11678         (pgg-gpg-sign-region): Use it.
11679
11680 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11683         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11684
11685 2006-03-21  Simon Josefsson  <jas@extundo.com>
11686
11687         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11688         <wilde@sha-bang.de>.
11689         (pgg-gpg-use-agent): New variable.
11690         (pgg-gpg-process-region): Use it.
11691         (pgg-gpg-encrypt-region): Likewise.
11692         (pgg-gpg-encrypt-symmetric-region): Likewise.
11693         (pgg-gpg-decrypt-region): Likewise.
11694         (pgg-gpg-sign-region): Likewise.
11695         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11696
11697 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11700
11701         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11702         Add comment on version.
11703
11704 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * smiley.el: Add missing test smiley.
11707
11708 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * mm-decode.el (mm-with-part): New macro.
11711         (mm-get-part): Use it; work with message/external-body as well.
11712         (mm-save-part): Treat name and filename equally.
11713
11714         * mm-extern.el (mm-extern-cache-contents): New function.
11715         (mm-inline-external-body): Use it; force the part to be displayed;
11716         move undisplayer added to the cached handle to the parent.
11717
11718         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11719         (gnus-mime-view-part-as-type): Work with message/external-body.
11720
11721         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11722
11723 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11726         images in image-load-path.  [Sync with image.el, revision 1.60, in
11727         Emacs.]
11728
11729 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11732         path rather than symbol.  Always return list of directories.
11733         Guarantee that image directory comes first.  [Sync with image.el,
11734         revision 1.59, in Emacs.]
11735
11736         * message.el (message-make-tool-bar): Adjust to new API of
11737         `gmm-image-load-path-for-library'.
11738
11739         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11740
11741         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11742
11743 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11744
11745         * gnus-art.el (gnus-article-only-boring-p):
11746         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11747         intangible text.
11748         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11749
11750 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11753         Use `defun' instead of `gmm-defun-compat'.
11754
11755 2006-03-14  Simon Josefsson  <jas@extundo.com>
11756
11757         * message.el (message-unique-id): Don't use message-number-base36
11758         if (user-uid) is a float.
11759         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11760
11761 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11764
11765         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11766         empty line between a part and a message part.
11767
11768 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * smiley.el: Add more test smileys.
11771         (smiley-data-directory, smiley-regexp-alist)
11772         (gnus-smiley-file-types): Fix doc strings.
11773         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11774         adding new elements.
11775         (smiley-mouse-map): Unused code.  Make it a comment.
11776
11777 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11780         scan latest NoCeM messages instead of old ones.
11781         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11782         delimiters that are recently used.
11783         (gnus-nocem-load-cache): Add autoload cookie.
11784
11785         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11786
11787         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11788         level which is larger than gnus-use-nocem is specified.
11789
11790         * gnus-group.el (gnus-group-get-new-news): Ditto.
11791
11792 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * gnus-util.el (gnus-tool-bar-update): New function.
11795
11796         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11797         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11798
11799         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11800
11801         * gnus-group.el (gnus-group-redraw-when-idle)
11802         (gnus-group-redraw-check): Remove.
11803         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11804
11805 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11808         if optional last element is specified in splits (FIELD VALUE...).
11809
11810 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11813         to gmm-image-load-path-for-library.  Call with no-error argument.
11814         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11815
11816         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11817
11818         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11819
11820         * gmm-utils.el (gmm-image-load-path): Remove alias.
11821
11822 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gmm-utils.el (gmm-image-load-path): Add alias.
11825
11826         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11827         nnml-generate-nov-databases-1.
11828         (nnml-generate-nov-databases): Use it.
11829         (nnml-generate-nov-databases-directory): Document no-active
11830         argument.
11831
11832         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11833         directory if path is t.  Add no-error.
11834
11835         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11836         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11837
11838         * gnus-art.el (gnus-article-browse-delete-temp-files):
11839         Simplify resetting gnus-article-browse-html-temp-list.
11840
11841         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11842         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11843         Add example to docstring.  Rename local variables.  Move error
11844         checks to default case in cond and simplify.
11845
11846 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11849         handle is multipart when calling it recursively.
11850         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11851
11852 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11853
11854         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11855         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11856
11857 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11860         is loaded.
11861
11862         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11863         loaded.
11864
11865 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11868         to "Emacs 23 (unicode)" in doc string.
11869
11870         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11871         "Emacs 23 (unicode)" in comment.
11872
11873 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11876
11877         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11878         characters 160 through 255 in Emacs 23.
11879
11880 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11883         gnus-article-browse-html-temp.
11884         (gnus-article-browse-delete-temp): Make it customizable.
11885         Add `file'.  Adjust doc string.
11886         (gnus-article-browse-delete-temp-files): Add argument.
11887         Allow query for each file.  Adjust doc string.
11888         (gnus-article-browse-html-parts):
11889         Add `gnus-article-browse-delete-temp-files' to
11890         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11891
11892 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11893
11894         * gnus-art.el (gnus-article-browse-html-temp)
11895         (gnus-article-browse-delete-temp): New variables.
11896         (gnus-article-browse-delete-temp-files): New function.
11897         (gnus-article-browse-html-parts): Use it.
11898
11899 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11902
11903         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11904         string.
11905
11906         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11907         gnus-summary-insert-new-articles when unplugged.
11908         Remove gnus-summary-search-article-forward.
11909
11910         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11911         display-visual-class instead of display-color-cells.
11912
11913 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * dgnushack.el: Autoload customize-group for XEmacs.
11916
11917         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11918         message/* containing non-ASCII text properly.
11919
11920 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11921
11922         * message.el: Require gmm-utils, remove autoloads.
11923         (message-tool-bar): Set default based on
11924         gmm-tool-bar-style.
11925         (message-tool-bar-gnome): Add gmm-customize-mode.
11926
11927         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11928         gmm-tool-bar-style.
11929         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11930
11931         * gnus-group.el (gnus-group-tool-bar): Set default based on
11932         gmm-tool-bar-style.
11933         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11934
11935         * gmm-utils.el (gmm-image-directory): Rename variable from
11936         gmm-image-load-path.
11937         (gmm-image-load-path): Use gmm-image-directory.
11938         (gmm-customize-mode): New function.
11939         (gmm-tool-bar-style): New variable.
11940
11941         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11942         gnus-group-redraw-line-number.
11943         (gnus-group-redraw-check): Simplify.
11944         (gnus-group-tool-bar-update): Remove redraw check.
11945         (gnus-group-make-tool-bar): Add redraw check.
11946
11947 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11948
11949         * gnus-art.el (gnus-button): Add missing parentheses.
11950
11951 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * lpath.el: Fbind line-number-at-pos.
11954
11955 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11958
11959 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11960
11961         * gnus-art.el (gnus-button): New face.
11962         (gnus-article-button-face): Use it.
11963
11964         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11965         Add gnus-summary-next-page.  Re-order.
11966
11967         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11968         next-node are now included.
11969         (gnus-group-redraw-line-number): New internal variable.
11970         (gnus-group-redraw-check): Helper function for updating the tool
11971         bar.
11972         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11973
11974         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11975
11976         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11977         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11978         Use it to match format of Spamassassin 3.0 and later.
11979         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11980         (spam-check-bogofilter)
11981         (spam-bogofilter-register-with-bogofilter): Fix args of
11982         `gnus-error' calls.
11983
11984 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11987         unnecessary interaction when sending queued mails.
11988         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11989
11990 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11993         first or last are nil.
11994
11995 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11996
11997         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11998
11999 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12000
12001         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12002
12003 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * dns.el (query-dns): Protect more against buggy tcp output.
12006
12007 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12010         nov.php.
12011
12012 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12013
12014         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12015         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12016         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12017         output on the server side.
12018         (nnweb-google-create-mapping): Update regexps and add some
12019         progress indication.
12020
12021 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * gnus-group.el (gnus-group-tool-bar-gnome):
12024         Fix gnus-agent-toggle-plugged.  Re-order icons.
12025         (gnus-group-tool-bar-gnome):
12026         Add gnus-group-{prev,next}-unread-group.
12027         (gnus-group-tool-bar-gnome): Re-order icons.
12028
12029         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12030         Move gnus-summary-insert-new-articles.
12031
12032         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12033         Fix comments.
12034
12035         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12036         also available in Emacs 21.3.
12037
12038         * message.el (message-fix-before-sending): Change "Emacs 22" to
12039         "Emacs 23 (unicode)" in comment.
12040
12041         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12042         "Emacs 23 (unicode)" in comment.
12043
12044         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12045         comment.
12046         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12047
12048         * mm-view.el (mm-fill-flowed): Add :version.
12049
12050 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12053         and load-path.
12054
12055 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * message.el: Autoload gmm-image-load-path.
12058         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12059         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12060         consitency.
12061
12062         * gmm-utils.el (gmm-image-load-path): Also search in
12063         "../etc/images".  Don't set gmm-image-load-path if we don't find
12064         the image.
12065
12066 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * gmm-utils.el (gmm-image-load-path): Don't make
12069         `gmm-image-load-path' include subdirectories which the second arg
12070         `image' might specify.
12071
12072         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12073         subdirectory to icon file names.
12074
12075         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12076
12077 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12080         gmm-image-load-path calls.
12081
12082         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12083
12084         * message.el (message-make-tool-bar): Ditto.
12085
12086         * mml.el (mml-preview): Add comment concerning tool bar icons.
12087
12088         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12089         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12090
12091         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12092         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12093
12094         * message.el (message-tool-bar-gnome): Use new icon names.
12095         (message-make-tool-bar): Use `gmm-image-load-path'.
12096
12097         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12098         New functions from MH-E.
12099         (gmm-image-load-path): New variable from MH-E.
12100         (gmm-image-load-path): New function from MH-E.  Add arguments
12101         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12102         *-image-load-path-called-flag.
12103
12104 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12105
12106         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12107
12108 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12109
12110         * nnimap.el (nnimap-request-move-article): Change folder back to
12111         source group before deleting.
12112
12113 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12116
12117         * gnus-art.el (mm-url-insert-file-contents-external):
12118         Autoload mm-url.
12119
12120         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12121
12122 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12125         coding system which mm-charset-to-coding-system returns for a
12126         given charset is valid.
12127
12128 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12129
12130         * html2text.el (html2text-remove-tag-list):
12131         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12132
12133 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12134
12135         * gnus-cus.el: Revert 2005-10-17 change.
12136
12137 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-art.el (article-strip-banner):
12140         Call article-really-strip-banner only when the regexp match is made.
12141
12142 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-art.el (article-strip-banner):
12145         Use gnus-extract-address-components instead of
12146         mail-header-parse-addresses to make it work with non-ASCII text;
12147         remove mail-encode-encoded-word-string.
12148
12149         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12150         values which are surrounded with \"...\"; make it never cause a
12151         Lisp error; give up parsing of parameters if it failed in
12152         extracting type.
12153
12154 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12155
12156         * smime.el (smime-cert-by-ldap-1): Fix bug where
12157         `smime-ldap-search' returns results without userCertificates.
12158
12159 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12162
12163 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * spam.el (spam-check-spamassassin-headers): Adapt format for
12166         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12167         <ari@mbf.ocn.ne.jp>.
12168         (spam-list-of-processors): Add spam-use-gmane.
12169
12170 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12173         make-temp-file; make it work with XEmacs as well.
12174
12175         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12176         mm-make-temp-file.
12177
12178         * mm-decode.el (mm-display-external): Use the 3rd arg of
12179         mm-make-temp-file.
12180         (mm-create-image-xemacs): Ditto.
12181
12182 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12185         with message-narrow-to-headers.
12186         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12187         (gnus-draft-check-draft-articles): New function.
12188         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12189
12190 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * gnus-art.el (gnus-article-browse-html-parts):
12193         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12194         Don't use suffix argument for mm-make-temp-file for Emacs 21
12195         compatibility.  Remove useless `format'.
12196
12197 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12198
12199         * nnweb.el (nnweb-google-wash-article): Update regexps.
12200         (nnweb-group-alist): Use defvoo instead of defvar.
12201
12202 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12205         re-loading nn* modules.
12206
12207 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12210         for `tool-bar-mode' and don't check it's default-value.
12211
12212         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12213
12214         * message.el (message-make-tool-bar): Ditto.
12215
12216         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12217         `substring'.  Shorten tmp-file name.
12218
12219         * gnus.el: Remove bogus comment.
12220
12221 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12222
12223         * gnus-art.el (gnus-article-browse-html-parts): New function.
12224         (gnus-article-browse-html-article): New function for viewing html
12225         articles with a browser.
12226
12227 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12228
12229         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12230         in elisp.
12231         (pgg-gpg-encrypt-symmetric-region): Ditto.
12232         (pgg-gpg-sign-region): Ditto.
12233
12234         * pgg-def.el (pgg-text-mode): New variable.
12235
12236         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12237         (mml2015-pgg-encrypt): Ditto.
12238
12239         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12240         (mml1991-pgg-encrypt): Ditto.
12241
12242 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * nnfolder.el (nnfolder-insert-newsgroup-line):
12245         Use message-make-date instead of current-time-string.
12246
12247         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12248         to gnus-decoded which mm-uu might set.
12249
12250 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12253         don't decode quoted parameters; remove misimported Emacs code.
12254         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12255         (rfc2231-decode-encoded-string): Don't use split-string which
12256         behaves differently according to Emacs version; use
12257         mm-decode-coding-region to convert charset to coding-system.
12258         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12259         (rfc2231-encode-string): Remove misimported Emacs code.
12260
12261 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12264         when calling mail-header-parse-content-type.
12265         (article-de-quoted-unreadable): Ditto.
12266         (article-de-base64-unreadable): Ditto.
12267         (article-wash-html): Ditto.
12268
12269         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12270         calling mail-header-parse-content-type and
12271         mail-header-parse-content-disposition.
12272         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12273         mail-header-parse-content-type.
12274
12275         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12276         insert charset and format parameters; encode description after
12277         inserting it to buffer.
12278         (mml-insert-parameter): Fold lines properly even if a parameter is
12279         segmented into two or more lines; change the max column to 76.
12280
12281         * rfc1843.el (rfc1843-decode-article-body): Don't use
12282         ignore-errors when calling mail-header-parse-content-type.
12283
12284         * rfc2231.el (rfc2231-parse-string): Return at least type if
12285         possible; don't cause an error even if it fails in parsing of
12286         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12287         (rfc2231-encode-string): Don't break lines at the beginning, leave
12288         it to mml-insert-parameter.
12289
12290         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12291         calling mail-header-parse-content-type.
12292
12293 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * spam-report.el (spam-report-gmane-use-article-number):
12296         Improve doc string.
12297         (spam-report-gmane-internal): Check if a suitable header was found
12298         in the article.
12299
12300 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12303         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12304
12305 2006-02-05  Romain Francoise  <romain@orebokech.com>
12306
12307         Update copyright notices of all files in the gnus directory.
12308
12309 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12310
12311         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12312
12313 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12316         segmented lines of parameter value to cope with Thunderbird 1.5
12317         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12318         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12319         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12320
12321 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12322
12323         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12324         parts.
12325
12326 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12327
12328         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12329         there's only one active file for all servers.
12330         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12331         solid groups.  Gnus might have used a FAST request to select the group.
12332         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12333         and nnweb-search redundantly in the active file.
12334         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12335         (nnweb-request-create-group): Don't use ARGS.
12336         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12337         initialisations.  Let nnoo do the work.
12338
12339 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12342         Say the part has been decoded.
12343
12344         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12345
12346 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12347
12348         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12349         mailcap-viewer-test-cache when there's no 'test clause, since that
12350         will invert the meaning of a "nil" test previously determined by
12351         mailcap-mailcap-entry-passes-test.
12352
12353 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12356         compiling.
12357
12358         * gnus-sum.el: Ditto.
12359
12360         * message.el: Don't bind tool-bar-map when compiling.
12361
12362 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12363
12364         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12365
12366 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12367
12368         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12369         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12370         current Google Groups.
12371
12372 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12375         and tool-bar-mode.
12376
12377         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12378         and tool-bar-mode.
12379
12380         * message.el (message-tool-bar-update): Simplify.
12381         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12382
12383         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12384         gnus-summary-buffer.
12385         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12386         gnus-summary-reply.
12387
12388         * gmm-utils.el (gmm): Add :version.
12389
12390 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * Makefile.in (clean): New rule.
12393         (distclean): Use it.
12394
12395 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12396
12397         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12398         Don't autoload.
12399
12400 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gmm-utils.el (gmm-verbose): Add :group.
12403
12404 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * message.el: Change some comments WRT tool-bars.
12407
12408         * gnus-sum.el (gnus-summary-tool-bar)
12409         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12410         (gnus-summary-tool-bar-zap-list): New variables.
12411         (gnus-summary-make-tool-bar): Complete rewrite using
12412         `gmm-tool-bar-from-list'.
12413
12414         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12415         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12416         New variables.
12417         (gnus-group-make-tool-bar): Complete rewrite using
12418         `gmm-tool-bar-from-list'.
12419         (gnus-group-tool-bar-update): New function.
12420
12421         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12422
12423 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12426         is dissected into a single part of which the type is the same as
12427         the given one; decode charset.
12428
12429 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12430
12431         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12432         into alists as symbol not string, since that's what
12433         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12434         look for.
12435
12436 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12439         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12440
12441         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12442
12443 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12446         (gnus-xmas-mime-security-button-menu): New function.
12447
12448         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12449         (gnus-mime-security-button-menu): New definition.
12450         (gnus-mime-security-button-map): Use them.
12451         (gnus-mime-security-button-menu): New function.
12452         (gnus-insert-mime-security-button): Addition to help echo.
12453         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12454         (gnus-mime-security-pipe-part): New functions.
12455
12456         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12457         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12458
12459         * mm-decode.el (mm-handle-set-disposition): Remove.
12460         (mm-handle-set-description): Remove.
12461
12462 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12465         (mm-w3m-standalone-supports-m17n-p): New function.
12466         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12467         w3m usage.
12468
12469         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12470         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12471
12472 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12473
12474         * message.el (message-tool-bar-zap-list):
12475         Use gmm-tool-bar-zap-list as custom type.
12476         (message-tool-bar-update): New function.
12477         (message-tool-bar, message-tool-bar-gnome)
12478         (message-tool-bar-retro): Add message-tool-bar-update.
12479         (message-tool-bar-gnome): Add flyspell-buffer.
12480
12481         * gnus-util.el (gnus-error): Describe `args'.
12482
12483         * gmm-utils.el (gmm-error): Describe `args'.
12484         (gmm-tool-bar-zap-list): New widget.
12485         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12486
12487 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12490         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12491         the number of recursive calls.
12492
12493         * mm-decode.el (mm-handle-set-disposition): New macro.
12494         (mm-handle-set-description): New macro.
12495
12496 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12499         encoding.
12500
12501 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * message.el (message-tool-bar-zap-list, message-tool-bar)
12504         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12505         (message-tool-bar-local-item-from-menu): Remove.
12506         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12507         (message-make-tool-bar): New function.
12508         (message-mode): Use `message-make-tool-bar'.
12509
12510         * gmm-utils.el: New file.
12511         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12512         (gmm-lazy): New widget copied from `nnmail.el'.
12513         (gmm-tool-bar-from-list): New function for creating customizable
12514         tool bars.
12515         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12516         output.
12517         (gmm): Add :prefix to defgroup.
12518
12519 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12520
12521         * gmm-utils.el (gmm-widget-p): New function.
12522
12523 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12524
12525         * mml.el (mml-attach-file): Describe `description' in doc string.
12526         (mml-menu): Add Emacs MIME manual and PGG manual.
12527
12528 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12529
12530         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12531
12532 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12533
12534         * nntp.el (nntp-end-of-line): Doc fix.
12535
12536 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12537
12538         * imap.el (imap-open): Handle case where buffer is a buffer
12539         object.
12540
12541 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12542
12543         * gnus-delay.el (gnus-delay): Don't autoload.
12544         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12545         to be re-loaded when customizing the `gnus-delay' group.
12546
12547 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12548
12549         * message.el (message-insert-citation-line): Use newlines.
12550
12551 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12552
12553         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12554         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12555         these routines, so the passphrase can be managed externally and
12556         passed in to the system.
12557         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12558         pgg-add-passphrase-to-cache function.
12559
12560         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12561         (pgg-pgp5-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-pgp5-sign-region): Use new name of
12565         pgg-add-passphrase-to-cache function.
12566
12567 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12568
12569         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12570         part of the decoded armor to find the key-identifier.
12571         (pgg-gpg-lookup-key-owner): New function to return the
12572         human-readable identifier of a key owner.
12573         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12574         itself.
12575         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12576         the key value) if we have a key and can match it against a secret
12577         key.  Also, added a note pointing out fact that the prompt only
12578         indicates the first matching key.
12579
12580         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12581         pgg-decrypt-region.
12582         (pgg-add-passphrase-to-cache): Rename from
12583         `pgg-add-passphrase-cache' to reduce confusion (all callers
12584         changed).
12585         (pgg-remove-passphrase-from-cache): Rename from
12586         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12587         changed).
12588         (pgg-read-passphrase, pgg-add-passphrase-cache)
12589         (pgg-remove-passphrase-cache): Add informative docstrings.
12590         (pgg-decrypt): Convey provided passphrase in subordinate call to
12591         pgg-decrypt-region.
12592
12593 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12594
12595         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12596         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12597         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12598         'passphrase' argument, so the passphrase can be managed externally
12599         and then passed in to the system.
12600
12601         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12602         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12603         so the passphrase cache can be used reliably with identifiers
12604         besides a pgp packet's key id.
12605
12606         * pgg-gpg.el (pgg-gpg-encrypt-region)
12607         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12608         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12609         these routines, so the passphrase can be managed externally and
12610         passed in to the system.
12611
12612         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12613         'notruncate' argument, so the passphrase cache can be used
12614         reliably with identifiers besides a pgp packet's key id.
12615
12616 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12617
12618         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12619         symmetric encryption.
12620         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12621         encrypted session key.
12622         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12623         message ask for the passphrase in a proper way.
12624
12625         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12626         New user commands for symmetric encryption.
12627
12628 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12631
12632         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12633
12634 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12635
12636         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12637
12638 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * mm-decode.el (mm-inlined-types): Add application/pgp.
12641         (mm-automatic-display): Ditto.
12642
12643         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12644         part as text.
12645
12646 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * nnrss.el: Update copyright.
12649         (nnrss-opml-import): Query whether to subscribe to each entry.
12650
12651         * gnus-art.el:
12652         * gnus-sum.el:
12653         * gnus-xmas.el:
12654         * messagexmas.el:
12655         * mm-uu.el:
12656         * mm-view.el: Update copyright.
12657
12658 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * message.el (message-info): New function.
12661         (message-mode-menu): Add it.
12662         Update copyright.
12663
12664         * ChangeLog: Fix and update copyright.
12665
12666 2006-01-13  Romain Francoise  <romain@orebokech.com>
12667
12668         * message.el (message-forward-subject-name-subject): Prefer the
12669         address to 'nowhere' if the sender has no name.
12670         Fix typo.  Update copyright year.
12671
12672 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * gnus-art.el (article-wash-html):
12675         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12676         (gnus-article-wash-html-with-w3m-standalone): New function.
12677
12678         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12679         mm-inline-text-html-render-with-w3m-standalone.
12680         (mm-text-html-washer-alist): Map w3m-standalone to
12681         gnus-article-wash-html-with-w3m-standalone.
12682         (mm-inline-text-html-render-with-w3m-standalone): New function.
12683
12684 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12685
12686         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12687         Improve LaTeX.
12688
12689 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12692         (nnrss-request-article): Render text/plain parts as HTML.
12693
12694         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12695         the buffer.
12696
12697 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12700         custom definition of `gnus-posting-styles'.
12701
12702         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12703         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12704
12705 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12706
12707         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12708         Use nntp for bug archive.
12709
12710 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12713         parts.
12714         (nnrss-normalize-date): New function converts ISO 8601 date into
12715         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12716         (nnrss-check-group): Use it.
12717
12718 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12721
12722         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12723         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12724         (nnrss-insert-w3): Ditto.
12725
12726 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12729         the articles to be forwarded including the case where neither a
12730         number of articles nor a region is specified.
12731
12732 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * nnrss.el (nnrss-request-article): Fix last change; fill
12735         text/plain parts.
12736
12737 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12740         in text/plain part.
12741         (nnrss-check-group): Don't add excessive newline to dc:subject.
12742
12743 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12744
12745         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12746         article.
12747
12748 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12751         (nnml-use-compressed-files, nnml-save-mail): Support other
12752         comression programs such as bzip2.
12753
12754 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12755
12756         * dns.el (query-dns): Make sure we check the buffer size before
12757         removing tcp headers.
12758
12759 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12762         remove MIME buttons associated with multipart/alternative parts.
12763         (gnus-mime-display-alternative): Tag buttons using `article-type'
12764         text property.
12765
12766         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12767         associated with multipart/alternative parts.
12768
12769         * gnus-art.el (gnus-signature-separator): Fix custom type.
12770
12771         * mm-decode.el (mm-inlined-types): Fix custom type.
12772         (mm-keep-viewer-alive-types): Ditto.
12773         (mm-automatic-display): Ditto.
12774         (mm-attachment-override-types): Ditto.
12775         (mm-inline-override-types): Ditto.
12776         (mm-automatic-external-display): Ditto.
12777
12778 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12779
12780         * spam-report.el (spam-report-user-mail-address)
12781         (spam-report-user-agent): New variables.
12782         (spam-report-url-ping-plain): Use spam-report-user-agent.
12783
12784 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12785
12786         * gnus-art.el (gnus-button-handle-custom): Do not just use
12787         `customize-apropos' for any "M-x customize-*" button but the
12788         function called for.  Accept both the function name and its
12789         argument in order to achieve this.
12790         (gnus-button-alist): Remove support for "custom:" URL's.
12791         Pass function name to `gnus-button-handle-custom' in case of "M-x
12792         customize-*" buttons.
12793
12794 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12795
12796         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12797         multipart/alternative and add xref to mm-discouraged-alternatives
12798         in doc string.
12799
12800         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12801         gnus-buttonized-mime-types in doc string.
12802
12803 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12806         Suggest image/.* in the doc string.
12807
12808 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12811         message-marks (Debian bug #342521).
12812
12813 2005-12-12  Simon Josefsson  <jas@extundo.com>
12814
12815         * password.el (password-read-from-cache): Add.
12816         (password-read): Use it.
12817
12818 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * rfc2047.el (rfc2047-charset-to-coding-system):
12821         Recognize us-ascii as a MIME charset.
12822
12823         * mm-bodies.el (mm-decode-content-transfer-encoding):
12824         Protect against the case where the 2nd arg TYPE is nil.
12825
12826 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12827
12828         * pop3.el (pop3-stream-type): Fix custom version.
12829
12830         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12831
12832 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12833
12834         * mm-decode.el (mm-display-external): Add missing cdr.
12835
12836 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12839         RFC1524) if it is in mailcap or add a suffix according to
12840         mailcap-mime-extensions when generating a temp filename; postpone
12841         deleting a temp file for 2 seconds for some wrappers, shell
12842         scripts, and so on, which might exit right after having started a
12843         viewer command as a background job.
12844
12845 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * nntp.el (nntp-marks-directory): Fix custom group.
12848
12849         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12850         steps when < 10.
12851
12852         * gnus-start.el (gnus-no-server-1):
12853         Mention `gnus-level-default-subscribed' in doc string.
12854
12855 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12856
12857         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12858         parens.
12859
12860 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * gnus-xmas.el (gnus-use-toolbar): Revert.
12863         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12864         gnus-use-toolbar is default.
12865
12866         * messagexmas.el (message-use-toolbar): Revert.
12867         (message-setup-toolbar): Use global default-toolbar if
12868         message-use-toolbar is default.
12869
12870 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12873         according to default-toolbar-visible-p.
12874
12875         * messagexmas.el (message-use-toolbar): Ditto.
12876
12877 2005-11-26  Dave Love  <fx@gnu.org>
12878
12879         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12880         (tls-program, tls-success): Provide openssl alternative.
12881
12882         * starttls.el: Doc fixes.
12883         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12884         SERVICE to PORT.
12885
12886         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12887         port null or service name.
12888         (starttls-negotiate): Autoload.
12889
12890 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * message.el (message-kill-to-signature): Fix interactive spec.
12893
12894 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * pop3.el (pop3-open-server): Recognize a string as a service name.
12897
12898 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12899
12900         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12901
12902 2005-11-23  Dave Love  <fx@gnu.org>
12903
12904         Add pop3s, pop3/starttls.
12905
12906         * pop3.el (pop3-authentication-scheme): Clarify doc.
12907         (open-tls-stream, starttls-open-stream): Autoload.
12908         (pop3-stream-type): New.
12909         (pop3-open-server): Use it.
12910
12911         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12912         for POP.
12913         (mail-source-keyword-map): Add :stream for POP.
12914         (mail-source-fetch-pop): Use pop3-stream-type.
12915
12916 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12919         of current-time-string.
12920
12921 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12922
12923         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12924         date header.
12925
12926 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12927
12928         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12929         it can seriously impact performance as it bypasses the agent's
12930         local caches.
12931
12932 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12933
12934         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12935         must be explicitly online rather than "not explicitly offline" for
12936         its flags to be synchronized.
12937
12938         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12939         that gnus-uu-unmark-thread will function correctly.
12940
12941         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12942         1024K is instead displayed as 1M.
12943
12944 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12945
12946         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12947
12948 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12949
12950         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12951
12952 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12953
12954         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12955         error message to display actual error condition.
12956         (gnus-agent-save-local): Avoid saving symbols that are bound to
12957         nil as they simply result in a warning message in
12958         gnus-agent-read-local.
12959
12960 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12963         rather than make-variable-buffer-local for file-precious-flag.
12964
12965 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12966
12967         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12968         for duplicates which are removed.  The invalid sort check then
12969         triggers a rescan after the sort as sorting may have moved
12970         duplicate entries such that they can be cheaply detected.
12971
12972 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12975
12976 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12977
12978         * gnus-agent.el (gnus-agent-article-alist-save-format):
12979         Change internal variable to a custom variable.  Change default value
12980         from compressed(2) to uncompressed(1).
12981         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12982         support for uncompressed agentview files.  Taken together, reading
12983         the agentview file should now be 6-7 times faster.
12984
12985 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12986
12987         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12988         as a buffer-local variable.  This avoids creating truncated
12989         dribble files as a result of a hang up, eg.
12990
12991 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12992
12993         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12994         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12995         XEmacs.
12996
12997 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * gnus-start.el (gnus-start-draft-setup):
13000         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13001
13002         * gnus.el (gnus-splash): Change custom group.
13003         (gnus-group-get-parameter, gnus-group-parameter-value):
13004         Describe allow-list argument.
13005
13006         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13007         string.
13008
13009 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gnus-art.el (gnus-default-article-saver): Add user-defined
13012         `function' to custom type.
13013
13014 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13015
13016         * imap.el (imap-open): Handle case where buffer is a buffer
13017         object.
13018
13019 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13022         long lines.
13023         (gnus-cache-delete-group): Wrap doc strings.
13024
13025         * gnus-agent.el (gnus-agent-rename-group)
13026         (gnus-agent-delete-group): Wrap doc strings.
13027
13028 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * messagexmas.el (message-use-toolbar): Change the valid values
13031         into default, top, bottom, left, and right.
13032         (message-toolbar-thickness): New variable.
13033         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13034         well.
13035         (message-setup-toolbar): Make it work.
13036
13037         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13038         (gnus-use-toolbar): Change the valid values into default, top,
13039         bottom, left, and right.
13040         (gnus-toolbar-thickness): New variable.
13041         (gnus-xmas-setup-toolbar): New function.
13042         (gnus-xmas-setup-group-toolbar): Use it.
13043         (gnus-xmas-setup-summary-toolbar): Use it.
13044
13045 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13046
13047         * gnus-start.el (gnus-1): Add "native" to
13048         gnus-predefined-server-alist.
13049
13050         * gnus.el (gnus-method-to-server): Don't add "native" to the
13051         lists here, because that leads to problems when
13052         gnus-select-method is bound.
13053
13054 2005-11-09  Simon Josefsson  <jas@extundo.com>
13055
13056         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13057         use (not sort-by-date) instead.
13058
13059 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13060
13061         * gnus-delay.el (gnus-delay-group): Don't autoload.
13062         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13063         to be re-loaded when customizing the `gnus-delay' group.
13064
13065 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13066
13067         * message.el: Revert last changes.
13068         (message-insert-citation-line): Use newlines.
13069
13070 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13071
13072         * message.el (message-courtesy-message)
13073         (message-mark-insert-begin, message-mark-insert-end)
13074         (message-elide-ellipsis, message-cancel-message)
13075         (message-add-header, message-change-subject)
13076         (message-cross-post-followup-to-header)
13077         (message-cross-post-insert-note, message-reduce-to-to-cc)
13078         (message-widen-reply, message-delete-not-region)
13079         (message-kill-to-signature, message-insert-signature)
13080         (message-insert-importance-high, message-insert-importance-low)
13081         (message-insert-or-toggle-importance)
13082         (message-insert-disposition-notification-to)
13083         (message-indent-citation, message-yank-original)
13084         (message-cite-original-without-signature, message-cite-original)
13085         (message-insert-citation-line, message-position-on-field)
13086         (message-fix-before-sending, message-send-mail-partially)
13087         (message-send-mail, message-send-mail-with-sendmail)
13088         (message-send-mail-with-qmail, message-send-news)
13089         (message-check-news-header-syntax, message-generate-headers)
13090         (message-insert-courtesy-copy, message-fill-address)
13091         (message-fill-header, message-shorten-references)
13092         (message-setup-1, message-cancel-news)
13093         (message-forward-make-body-plain, message-forward-make-body-mime)
13094         (message-forward-make-body-mml, message-encode-message-body)
13095         (message-forward-make-body-digest-plain)
13096         (message-forward-make-body-digest-mime)
13097         (message-use-alternative-email-as-from): Insert `hard-newline'
13098         instead of ordinary newlines.
13099
13100 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * message.el (message-generate-headers): Downcase the argument
13103         given to message-check-element.
13104
13105 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13106
13107         * nntp.el (nntp-authinfo-rejected): New error condition.
13108         (nntp-wait-for): Use new error condition to signal authentication
13109         error.
13110         (nntp-retrieve-data): Rethrow new error condition to break out of
13111         recursive call to nntp-send-authinfo.
13112
13113 2005-11-08  Romain Francoise  <romain@orebokech.com>
13114
13115         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13116         (gnus-summary-exit-map): Bind to `Z p'.
13117         (gnus-summary-make-menu-bar): Add menu item.
13118
13119 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13122         (gnus-treat-*): Add `first' in all doc strings.
13123
13124         * gnus-group.el (gnus-group-compact-group): Fix typo.
13125
13126 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * gnus.el (gnus-parameters-case-fold-search): New variable.
13129         (gnus-parameters-get-parameter): Use it.
13130
13131         * gnus-score.el (gnus-home-score-file): Doc fix.
13132
13133 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13134
13135         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13136
13137 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * mm-util.el (mm-special-display-p): New function.
13140
13141         * mml.el (mml-preview): Use it; doc fix.
13142
13143 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13144
13145         * imap.el (imap-open): Handle case where buffer is a buffer object.
13146
13147 2005-10-29  Romain Francoise  <romain@orebokech.com>
13148
13149         * message.el (message-fix-before-sending): Fix comment.
13150
13151 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13152
13153         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13154
13155 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13156
13157         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13158         Used in gnus-score.el.
13159
13160 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13163
13164 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13167         whitespace removed in revision 7.8.  Use concatenated string to
13168         protect trailing whitespace.
13169
13170 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13171
13172         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13173         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13174         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13175         Courier IMAP ("some version from 2004").  Mostly based on similar
13176         code in the same function.
13177
13178 2005-10-26  Didier Verna  <didier@xemacs.org>
13179
13180         * gnus-group.el (gnus-group-compact-group): Invalidate original
13181         article buffer.
13182         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13183         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13184         NOV database and in article itself.
13185         Invalidate article backlog.
13186
13187 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13190
13191 2005-10-26  Simon Josefsson  <jas@extundo.com>
13192
13193         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13194         part of 2004-07-25 change.
13195
13196 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * message.el (message-display-completion-list): New function.
13199         (message-expand-group): Use it; make sure the Completions buffer
13200         is modifiable.
13201 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13202
13203         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13204         user-mail-name is an empty string.
13205
13206 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13209         depending on gnus-score-decay-constant.
13210
13211         * encrypt.el (encrypt-insert-file-contents)
13212         (encrypt-write-file-contents): Don't use `gnus-message'.
13213
13214         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13215         arguments.
13216         (mm-uu-type-alist): Add message-marks and insert-marks.
13217         Pass arguments to mm-uu-verbatim-marks-extract.
13218         (mm-uu-hide-markers): New variable.
13219         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13220
13221         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13222         (gnus-convert-image-to-face-command): Use "convert" by default to
13223         allow other input image formats.
13224         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13225         accordingly.
13226
13227 2005-10-23  Simon Josefsson  <jas@extundo.com>
13228
13229         * imap.el (imap-gssapi-program): Align command line parameters
13230         with latest GNU SASL.
13231         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13232
13233 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13234
13235         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13236         HTML.
13237         (nnslashdot-request-article): Ditto.
13238
13239         * lpath.el (featurep): Add nobreak-char-display.
13240
13241 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13242
13243         * mail-source.el (mail-source-fetch-pop): Require pop3.
13244         (mail-source-check-pop): Ditto.
13245
13246 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13249         errors.
13250
13251 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13254         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13255
13256         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13257
13258         * mm-bodies.el (mm-decode-string):
13259         Call `mm-charset-to-coding-system' with allow-override argument.
13260
13261 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13264         (rfc2047-charset-to-coding-system): New function.
13265         (rfc2047-decode-encoded-words): New function.
13266         (rfc2047-decode-region): Use them.
13267         (rfc2047-decode-cte): Remove.
13268         (rfc2047-parse-and-decode): Remove.
13269         (rfc2047-decode): Remove.
13270
13271 2005-10-15  Kenichi Handa  <handa@m17n.org>
13272
13273         * rfc2047.el (rfc2047-decode-cte): New function.
13274         (rfc2047-decode-region): Change the way to decode successive
13275         encoded-words: decode B- or Q-encoding in each encoded-word,
13276         concatenate them, and decode it as charset.
13277
13278 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * lpath.el: Fbind codepage-setup for XEmacs.
13281
13282 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13283
13284         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13285         widget-move-and-invoke.
13286         (gnus-custom-mode): Use gnus-custom-map.
13287
13288 2005-10-15  Bill Wohler  <wohler@newt.com>
13289
13290         * message.el (message-tool-bar-map): Rename image file from
13291         mail_send to mail/send.
13292
13293 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13294
13295         * message.el (message-expand-group): Pass the common
13296         prefix substring of completion to `display-completion-list'.
13297
13298 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13299
13300         * mml-sec.el (mml-secure-method): New internal variable.
13301         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13302         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13303         New functions using mml-secure-method.
13304
13305         * mml.el (mml-mode-map): Add key bindings for those functions.
13306         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13307         Harder <harder@myrealbox.com>.
13308         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13309         Goto end of message if point is the headers of the message.
13310
13311         * message.el (message-in-body-p): New function.
13312
13313         * assistant.el: Autoload gnus-util and netrc.
13314
13315         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13316         Use `mm-charset-override-alist' only when decoding.
13317
13318         * mm-bodies.el (mm-decode-body):
13319         Call `mm-charset-to-coding-system' with allow-override argument.
13320
13321         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13322         `filename' from Content-Disposition if Content-Type doesn't
13323         provide `name'.
13324         (gnus-mime-view-part-as-type): Set default instead of
13325         initial-input.
13326
13327 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13328
13329         * format-spec.el (format-spec): Propagate text properties of % spec.
13330
13331 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-art.el (gnus-treat-predicate): Add `first'.
13334
13335 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13338         (mm-charset-override-alist): New variable.
13339         (mm-charset-to-coding-system): Use it.
13340         (mm-codepage-setup): New helper function.
13341         (mm-charset-eval-alist): New variable.
13342         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13343         Warn about unknown charsets.
13344
13345         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13346
13347 2005-10-04  David Hansen  <david.hansen@gmx.net>
13348
13349         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13350         (nnrss-check-group): Ditto.
13351
13352 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13353
13354         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13355         Rename x-gnus-verbatim to x-verbatim.
13356         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13357
13358         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13359         x-verbatim.
13360
13361         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13362
13363         * gnus-util.el (gnus-remove-duplicates): Remove.
13364
13365         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13366         instead of gnus-remove-duplicates.
13367
13368         * message.el (message-remove-duplicates): Remove.
13369         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13370         message-remove-duplicates.
13371
13372         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13373         available, else use implementation from `delete-dups'.
13374
13375         * message.el (message-insert-expires): New function.
13376         (message-mode-map): Add key binding.
13377         (message-mode-field-menu): Add menu entry.
13378         (message-mode): Document it.
13379         (message-make-expires-date): Use `message-make-date'.
13380
13381 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13382
13383         * message.el (message-make-expires-date): New function.
13384
13385 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * Makefile.in (list-installed-shadows): New entry.
13388         (install): Use it.
13389         (remove-installed-shadows): New entry.
13390
13391         * dgnushack.el (dgnushack-default-load-path): New variable.
13392         (dgnushack-find-lisp-shadows): New function.
13393         (dgnushack-remove-lisp-shadows): New function.
13394
13395 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * Makefile.in (install-el-elc): New entry.
13398         (install): Use it so that .el files are necessarily installed.
13399
13400 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13403
13404 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13405
13406         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13407         function rather than the diff-mode.el package.
13408         (mm-display-external): Use with-current-buffer.
13409         (mm-viewer-completion-map, mm-viewer-completion-map):
13410         Move initialization inside declaration.
13411
13412 2005-09-29  Simon Josefsson  <jas@extundo.com>
13413
13414         * spam.el: Load hashcash when compiling, to avoid warnings.
13415         Don't autoload mail-check-payment.
13416         (spam-check-hashcash): Define unconditionally, since hashcash.el
13417         is part of Gnus now.  Ignore errors from payment checking.
13418
13419 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * message.el (message-bold-region, message-unbold-region):
13422         Rename from `bold-region' and `unbold-region'.
13423
13424         * message.el: Remove useless autoloads.
13425
13426 2005-09-28  Simon Josefsson  <jas@extundo.com>
13427
13428         * message.el (message-use-idna): Default to t.
13429         (message-use-idna): Test whether encoding works too.  Doc fix.
13430
13431 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * nntp.el (nntp-warn-about-losing-connection): Remove.
13434
13435 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13438         customizable.  Change default value.
13439         (mm-uu-diff-groups-regexp): Change default value.
13440         (mm-uu-type-alist): Add doc string.
13441         (mm-uu-configure): Add doc string.  Make it interactive.
13442         (mm-uu-tex-groups-regexp): New variable.
13443         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13444         (mm-uu-type-alist): Add LaTeX documents.
13445         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13446         of "text/verbatim".
13447         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13448
13449         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13450         instead of "text/verbatim".
13451
13452         * message.el (message-mark-inserted-region)
13453         (message-mark-insert-file): Use slrn style marks when called with
13454         prefix argument.
13455
13456 2005-09-27  Simon Josefsson  <jas@extundo.com>
13457
13458         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13459
13460 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13461
13462         * message.el (message-remove-duplicates): New function.
13463         Implementation borrowed from `gnus-remove-duplicates'.
13464         (message-idna-to-ascii-rhs): Also encode idna addresses in
13465         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13466         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13467         only ask about the same idna domain once per header and also tell
13468         in what header to replace the idna domain.
13469
13470         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13471         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13472         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13473         a header is decoded and not just the last one.
13474
13475 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13478         has been decoded.
13479
13480         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13481         (mm-insert-part): Don't modify text if it has been decoded.
13482
13483         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13484         decoded.
13485
13486         * mm-view.el (mm-inline-text): Don't strip text props unless
13487         decoding enriched or richtext parts.
13488
13489 2005-09-25  Romain Francoise  <romain@orebokech.com>
13490
13491         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13492         * gnus-start.el (gnus-subscribe-interactively):
13493         * gnus-uu.el (gnus-uu-grab-articles):
13494         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13495         space.
13496
13497 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13498
13499         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13500         * mm-view.el (mm-view-pkcs7-decrypt):
13501         * gnus-sum.el (gnus-summary-limit-to-extra)
13502         (gnus-summary-respool-article, gnus-read-move-group-name):
13503         * gnus-score.el (gnus-summary-increase-score):
13504         * gnus-util.el (gnus-completing-read-with-default):
13505         * gnus-art.el (gnus-read-save-file-name)
13506         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13507         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13508         * message.el (message-check-news-header-syntax):
13509         Follow convention for reading with the minibuffer.
13510
13511 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * spam-report.el (spam-report-url-ping-plain):
13514         Use gnus-extended-version as User-Agent.
13515
13516         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13517         default value is nil.
13518
13519         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13520         (mm-uu-verbatim-marks-extract): New function.
13521         (mm-uu-extract): New face.
13522         (mm-uu-copy-to-buffer): Use it.
13523
13524         * spam-report.el (spam-report-gmane-ham): Rename from
13525         `spam-report-gmane-unspam'.
13526         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13527         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13528
13529         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13530         Autoload.
13531         (spam-report-gmane-unregister-routine):
13532         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13533
13534 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13535
13536         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13537         (spam-report-gmane-unregister-routine): Add support for gmane
13538         unregistration.
13539
13540         * spam-report.el (spam-report-gmane-unspam)
13541         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13542         (spam-report-gmane): Change to take a single article and do unspam
13543         registration.
13544
13545 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * mm-url.el (mm-url-decode-entities): Fix regexp.
13548
13549 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13550
13551         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13552         default to nil, to be able to use Gnus at all.  If the default
13553         switches to something else, then the function should be fixed not
13554         be exceedingly slow.
13555
13556 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13557
13558         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13559         fail hard.
13560
13561         * spam-report.el: Add better Keywords line.
13562
13563         * spam.el: Add Maintainer and better Keywords line.
13564
13565 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13566
13567         * gnus-art.el (gnus-article-replace-part)
13568         (gnus-mime-replace-part): New functions.
13569         (gnus-mime-action-alist, gnus-mime-button-commands)
13570         (gnus-mime-save-part-and-strip): Add file argument.
13571         (gnus-article-part-wrapper): Add interactive argument.
13572
13573         * gnus-sum.el (gnus-summary-mime-map):
13574         Add `gnus-article-replace-part'.
13575
13576 2005-09-19  Didier Verna  <didier@xemacs.org>
13577
13578         The nnml compaction feature:
13579         * nnml.el (nnml-request-compact-group): New function.
13580         * nnml.el (nnml-request-compact): New function.
13581         * gnus-int.el (gnus-request-compact-group): New function.
13582         * gnus-int.el (gnus-request-compact): New function.
13583         * gnus-group.el (gnus-group-compact-group): New function.
13584         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13585         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13586         * gnus-srvr.el (gnus-server-compact-server): New function.
13587         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13588         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13589
13590 2005-09-18  Deepak Goel  <deego@gnufans.org>
13591
13592         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13593         format spec.
13594
13595 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13598
13599 2005-09-15  Romain Francoise  <romain@orebokech.com>
13600
13601         * message.el (message-fill-paragraph): Clarify docstring.
13602
13603 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * gnus-art.el (gnus-mime-display-part): Protect against broken
13606         MIME messages.
13607
13608 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13611         before parsing header.
13612
13613 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13614
13615         * html2text.el (html2text-replace-list): Add new entities.
13616
13617 2005-09-11  Romain Francoise  <romain@orebokech.com>
13618
13619         * message.el (message-alternative-emails): Improve docstring.
13620         (message-setup-1): Call `message-use-alternative-email-as-from'
13621         after `message-setup-hook' to give it precedence over posting
13622         styles, etc.
13623         (message-use-alternative-email-as-from): Add docstring.
13624         Remove the original From header if present.
13625
13626         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13627         (nnml-save-mail): Use it.
13628
13629         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13630         articles.  Add new argument `silent'.
13631         (gnus-uu-mark-all): Report the total number of marked articles.
13632
13633 2005-09-10  Romain Francoise  <romain@orebokech.com>
13634
13635         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13636         (gnus-uu-mark-series): Likewise.
13637
13638 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13639
13640         * spam-report.el (spam-report-gmane): Fix generation of spam
13641         report URL.
13642
13643 2005-09-10  Simon Josefsson  <jas@extundo.com>
13644
13645         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13646         t, based on discussion on the ding list with Robert Epprecht
13647         <epprecht@solnet.ch>.
13648
13649 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * spam-report.el (spam-report-gmane): Make it work without
13652         X-Report-Spam header.  Gmane now only provides Archived-At.
13653         This is only used if `spam-report-gmane-use-article-number' is nil.
13654         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13655
13656         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13657         make `gnus-summary-sort-by-recipient' work with threading.
13658
13659         * nnweb.el (nnweb-google-wash-article): Print a message if article
13660         is not available.
13661
13662 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13663
13664         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13665         change.  Decode text/* parts content before displaying.
13666
13667 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13670
13671 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13674
13675         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13676         url-package-name, url-package-version,
13677         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13678         w3m-display-inline-images, and w3m-minor-mode-map.
13679
13680 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * message.el (message-tab-body-function): Fix mismatched custom type.
13683
13684         * gnus.el (gnus-group-change-level-function): Ditto.
13685
13686         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13687
13688         * gnus-art.el (gnus-signature-limit)
13689         (gnus-article-mime-part-function): Ditto.
13690
13691 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * mml.el (mml-mode): Silence the byte compiler.
13694
13695         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13696         using `(sit-for 0)' before moving the point to the specified part;
13697         skip unbuttonized parts.
13698         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13699         return to the summary window if gnus-auto-select-part is non-nil.
13700
13701 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13702
13703         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13704         New variables.
13705         (mml-dnd-attach-file, mml-mode): Use them.
13706
13707         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13708         Make fetching article by MID work again for Google Groups.
13709         Add FIXME concerning gnus-group-make-web-group.
13710
13711         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13712         Don't depend on Gnus by using mail-extract-address-components if
13713         gnus-extract-address-components is not bound.
13714
13715 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13716
13717         * gnus-art.el (gnus-mime-display-security): Don't display the
13718         signature, but only the signed part.
13719
13720 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13723
13724         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13725         list, not listp.
13726
13727 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13728
13729         * mm-encode.el (mm-encode-content-transfer-encoding):
13730         Likewise when encoding.
13731
13732         * mm-bodies.el (mm-decode-content-transfer-encoding):
13733         De-canonicalize CRLF for all text content types, not just
13734         text/plain.
13735
13736 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13739         valid article; point arrow and cursor at the MIME button.
13740
13741 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13744         Suggested by Dan Christensen <jdc@uwo.ca>.
13745
13746         * mm-decode.el (mm-save-part): Enable change of prompt.
13747
13748 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13749
13750         * gnus-msg.el (gnus-inews-add-send-actions):
13751         Make `message-post-method' lambda parameter ARG `&optional'.
13752
13753 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * gnus-sum.el (gnus-summary-mime-map):
13756         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13757         gnus-article-jump-to-part.
13758
13759         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13760         (gnus-article-edit-part): Use it.
13761         (gnus-article-part-wrapper): Add no-handle argument.
13762         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13763         New functions.
13764
13765 2005-08-29  Romain Francoise  <romain@orebokech.com>
13766
13767         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13768         docstring.
13769         (gnus-face-from-file): Likewise.
13770
13771 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13774         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13775         non-nil.
13776         (gnus-auto-select-part): New variable.
13777         (gnus-article-jump-to-part): New function.
13778         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13779         (gnus-mime-delete-part): Allow selecting specified part after
13780         deleting or stripping parts.
13781         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13782         part if argument is bogus.
13783
13784 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13785
13786         * gnus-art.el (w3m-minor-mode-map):
13787         * gnus-spec.el (gnus-newsrc-file-version):
13788         * gnus-util.el (nnmail-active-file-coding-system)
13789         (gnus-original-article-buffer, gnus-user-agent):
13790         * gnus.el (gnus-ham-process-destinations)
13791         (gnus-parameter-ham-marks-alist)
13792         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13793         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13794         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13795         * mm-decode.el (gnus-current-window-configuration):
13796         * mm-extern.el (gnus-article-mime-handles):
13797         * mm-url.el (url-current-object, url-package-name)
13798         (url-package-version):
13799         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13800         (smime-keys, w3m-cid-retrieve-function-alist)
13801         (w3m-current-buffer, w3m-display-inline-images)
13802         (w3m-minor-mode-map):
13803         * mml-smime.el (gnus-extract-address-components):
13804         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13805         (gnus-newsrc-hashtb, message-default-charset)
13806         (message-deletable-headers, message-options)
13807         (message-posting-charset, message-required-mail-headers)
13808         (message-required-news-headers):
13809         * mml1991.el (mc-pgp-always-sign):
13810         * mml2015.el (mc-pgp-always-sign):
13811         * nnheader.el (nnmail-extra-headers):
13812         * rfc1843.el (gnus-decode-encoded-word-function)
13813         (gnus-decode-header-function, gnus-newsgroup-name):
13814         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13815
13816 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13817
13818         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13819         the end of the date treatments.
13820
13821 2005-08-15  Simon Josefsson  <jas@extundo.com>
13822
13823         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13824         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13825         Capello and Romain Francoise.
13826         (pgg-fetch-key-function): Remove, not used?
13827         (pgg-insert-url-with-w3): Require url, to get
13828         url-insert-file-contents regardless of where it is defined.
13829
13830 2005-08-13  Romain Francoise  <romain@orebokech.com>
13831
13832         * message.el (message-cite-original-1): New function.
13833         (message-cite-original): Use it.
13834         (message-cite-original-without-signature): Ditto.
13835
13836 2005-08-08  Romain Francoise  <romain@orebokech.com>
13837
13838         * message.el (message-yank-empty-prefix): New variable.
13839         (message-indent-citation): Use it.
13840         (message-cite-original-without-signature): Respect X-No-Archive.
13841
13842 2005-08-08  Simon Josefsson  <jas@extundo.com>
13843
13844         * pgg.el: Autoload url-insert-file-contents instead of loading
13845         w3/url.
13846         (pgg-insert-url-with-w3): Don't load url here.
13847
13848 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13849
13850         * message.el (message-kill-to-signature): Don't insert newline at
13851         bol.
13852         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13853
13854 2005-08-06  Romain Francoise  <romain@orebokech.com>
13855
13856         * message.el (message-user-fqdn): Fix typo in docstring.
13857
13858 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13859
13860         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13861
13862         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13863
13864 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * mm-bodies.el (mm-encode-body): Use coding system rather than
13867         charset to encode text.
13868
13869         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13870         number of charsets if utf-8 is available (XEmacs).
13871
13872 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13875         taken from `gnus-button-mid-or-mail-regexp'.
13876         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13877         (gnus-button-alist): Improve regexp for domain part of the MIDs
13878         for news:localpart@domain buttons.
13879         (gnus-button-ctan-directory-regexp): Update.
13880
13881 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * sieve-manage.el (sieve-manage-interactive-login):
13884         Use make-local-variable rather than make-variable-buffer-local.
13885         (sieve-manage-open): Ditto.
13886         (sieve-manage-authenticate): Ditto.
13887
13888         * mml.el (mml-generate-mime-1): Make the content type default to
13889         text/plain if the filename is not specified.
13890
13891 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13894         instead of insert-buffer.
13895
13896         * message.el (message-yank-original): Ditto; set the mark at the
13897         end of the yanked message.
13898
13899 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13902         lines to scroll rather than to stop it.
13903
13904         * mml.el (mml-generate-default-type): Add doc string.
13905         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13906         default to application/octet-stream when determining the content
13907         type if it is not specified for the part or the mml contents; add
13908         a comment about mml-generate-default-type.
13909
13910 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13913         make it default to application/octet-stream when determining the
13914         content type if it is not specified for the external contents.
13915
13916 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13919         segmented parameter but also other parameters might be there.
13920
13921 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * mm-decode.el (mm-display-external): Delete temp file, directory
13924         and buffer immediately if the external process is exited.
13925
13926 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13929         fewer lines than that of scroll-margin.
13930         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13931
13932 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * gnus-art.el (gnus-article-next-page): Revert.
13935         (gnus-article-beginning-of-window): New macro.
13936         (gnus-article-next-page-1): Use it.
13937         (gnus-article-prev-page): Ditto.
13938         (gnus-article-edit-part): Use insert-buffer-substring instead of
13939         insert-buffer.
13940         (gnus-article-edit-exit): Ditto.
13941
13942         * gnus-util.el (gnus-beginning-of-window): Remove.
13943         (gnus-end-of-window): Remove.
13944
13945         * lpath.el: Don't bind header-line-format and scroll-margin.
13946
13947 2005-07-25  Simon Josefsson  <jas@extundo.com>
13948
13949         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13950         to have the url package without w3.  Reported by Daiki Ueno
13951         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13952
13953 2005-07-20  Didier Verna  <didier@xemacs.org>
13954
13955         * gnus-diary.el: Remove the description comment (nndiary is now
13956         properly documented in the Gnus manual).
13957         Fix the spelling of "Back End".
13958         * nndiary.el: Ditto.
13959         Fix the copyright notice.
13960
13961 2005-07-18  Romain Francoise  <romain@orebokech.com>
13962
13963         * gnus-sum.el (gnus-summary-to-prefix)
13964         (gnus-summary-newsgroup-prefix): New variables.
13965         (gnus-summary-from-or-to-or-newsgroups): Use them.
13966
13967 2005-07-17  Romain Francoise  <romain@orebokech.com>
13968
13969         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13970         space as it's generally not especially interesting to the user.
13971
13972 2005-07-16  Romain Francoise  <romain@orebokech.com>
13973
13974         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13975         nil to avoid prompting and file modification if one of the
13976         messages at the top of the nnfolder file contains a copyright
13977         notice.
13978         Update copyright notice.
13979
13980         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13981         instead of `current-time-string' as the latter creates a time
13982         string that is not RFC 2822 compliant (it lacks the zone).
13983         Update copyright notice.
13984
13985 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13986
13987         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13988         for text/rtf.  Display default in prompt.  Pass default for M-n.
13989
13990         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13991
13992 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13993
13994         * gnus-msg.el (gnus-button-mailto):
13995         Remove save-selected-window-window hackery because it relies on
13996         save-selected-window internals.
13997
13998 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14001         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14002         (gnus-article-prev-page): Ditto.
14003
14004         * gnus-util.el (gnus-beginning-of-window): New function.
14005         (gnus-end-of-window): New function.
14006
14007         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14008
14009 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14010
14011         * gnus-score.el (gnus-score-edit-all-score):
14012         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14013         gnus-message.
14014
14015 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14016
14017         * gnus-msg.el (gnus-button-mailto):
14018         Remove save-selected-window-window hackery because it relies on
14019         save-selected-window internals.
14020
14021 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14024         add-minor-mode.
14025         (gnus-binary-mode): Ditto.
14026
14027         * gnus-topic.el (gnus-topic-mode): Ditto.
14028
14029 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14030
14031         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14032         (gnus-article-prev-page): Take scroll-margin into consideration.
14033
14034 2005-07-04  Lute Kamstra  <lute@gnu.org>
14035
14036         Update FSF's address in GPL notices.
14037
14038 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14039
14040         * gnus.el (gnus-exit):
14041         * gnus-group.el (gnus-group-icons):
14042         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14043
14044         * gnus-nocem.el (gnus-nocem):
14045         * message.el (message-various, message-buffers, message-sending)
14046         (message-interface, message-forwarding, message-insertion)
14047         (message-headers, message-news, message-mail):
14048         * pgg-gpg.el (pgg-gpg):
14049         * pgg-parse.el (pgg-parse):
14050         * pgg-pgp.el (pgg-pgp):
14051         * pgg-pgp5.el (pgg-pgp5):
14052         * pop3.el (pop3): Finish `defgroup' description with period.
14053
14054 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * gnus-art.el (article-display-face): Improve the efficiency.
14057         (article-display-x-face): Ditto; remove grey x-face stuff.
14058
14059 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * gnus-art.el (article-display-face): Correct the position in
14062         which Faces are inserted.
14063
14064 2005-06-29  Didier Verna  <didier@xemacs.org>
14065
14066         * gnus-art.el (article-display-face): Display faces in correct
14067         order.
14068
14069 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14072         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14073         (gnus-nocem-check-article): Fetch the Type header.
14074         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14075         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14076         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14077         make sure gnus-nocem-hashtb is initialized.
14078         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14079         (gnus-nocem-unwanted-article-p): Ditto.
14080
14081         * pgg.el (pgg-verify): Return the verification result.
14082
14083 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14084
14085         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14086         is ascii.
14087
14088 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14089
14090         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14091         `show-nonbreak-escape'.
14092
14093 2005-06-23  Lute Kamstra  <lute@gnu.org>
14094
14095         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14096
14097         * dig.el (dig-mode):
14098         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14099
14100 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14101
14102         * nnimap.el (nnimap-split-download-body): Fix spellings.
14103
14104 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14105
14106         * gnus-art.el (gnus-article-encrypt-body):
14107         * gnus-cus.el (gnus-score-customize):
14108         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14109         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14110
14111 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14112
14113         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14114         header by looking for magic "MII" at the beginnig.
14115
14116 2005-06-16  Miles Bader  <miles@gnu.org>
14117
14118         * gnus-xmas.el (gnus-xmas-group-startup-message):
14119         Use renamed gnus-splash face.
14120
14121         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14122         (assistant-field-face): New backward-compatibility alias for renamed
14123         face.
14124         (assistant-render-text): Use renamed assistant-field face.
14125
14126         * spam.el (spam): Remove "-face" suffix from face name.
14127         (spam-face): New backward-compatibility alias for renamed face.
14128         (spam-face, spam-initialize): Use renamed spam face.
14129
14130         * message.el (message-header-to, message-header-cc)
14131         (message-header-subject, message-header-newsgroups)
14132         (message-header-other, message-header-name)
14133         (message-header-xheader, message-separator, message-cited-text)
14134         (message-mml): Remove "-face" suffix from face names.
14135         (message-header-to-face, message-header-cc-face)
14136         (message-header-subject-face, message-header-newsgroups-face)
14137         (message-header-other-face, message-header-name-face)
14138         (message-header-xheader-face, message-separator-face)
14139         (message-cited-text-face, message-mml-face):
14140         New backward-compatibility aliases for renamed faces.
14141         (message-font-lock-keywords): Use renamed message faces.
14142
14143         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14144         (sieve-test-commands, sieve-tagged-arguments):
14145         Remove "-face" suffix from face names.
14146         (sieve-control-commands-face, sieve-action-commands-face)
14147         (sieve-test-commands-face, sieve-tagged-arguments-face):
14148         New backward-compatibility aliases for renamed faces.
14149         (sieve-control-commands-face, sieve-action-commands-face)
14150         (sieve-test-commands-face, sieve-tagged-arguments-face):
14151         Use renamed sieve faces.
14152
14153         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14154         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14155         (gnus-group-news-3-empty, gnus-group-news-4)
14156         (gnus-group-news-4-empty, gnus-group-news-5)
14157         (gnus-group-news-5-empty, gnus-group-news-6)
14158         (gnus-group-news-6-empty, gnus-group-news-low)
14159         (gnus-group-news-low-empty, gnus-group-mail-1)
14160         (gnus-group-mail-1-empty, gnus-group-mail-2)
14161         (gnus-group-mail-2-empty, gnus-group-mail-3)
14162         (gnus-group-mail-3-empty, gnus-group-mail-low)
14163         (gnus-group-mail-low-empty, gnus-summary-selected)
14164         (gnus-summary-cancelled, gnus-summary-high-ticked)
14165         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14166         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14167         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14168         (gnus-summary-low-undownloaded)
14169         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14170         (gnus-summary-low-unread, gnus-summary-normal-unread)
14171         (gnus-summary-high-read, gnus-summary-low-read)
14172         (gnus-summary-normal-read, gnus-splash):
14173         Remove "-face" suffix from face names.
14174         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14175         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14176         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14177         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14178         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14179         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14180         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14181         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14182         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14183         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14184         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14185         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14186         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14187         (gnus-summary-normal-ticked-face)
14188         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14189         (gnus-summary-normal-ancient-face)
14190         (gnus-summary-high-undownloaded-face)
14191         (gnus-summary-low-undownloaded-face)
14192         (gnus-summary-normal-undownloaded-face)
14193         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14194         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14195         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14196         (gnus-splash-face):
14197         New backward-compatibility aliases for renamed faces.
14198         (gnus-group-startup-message): Use renamed gnus faces.
14199
14200         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14201         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14202         (gnus-server-agent): Remove "-face" suffix from face names.
14203         (gnus-server-agent-face, gnus-server-opened-face)
14204         (gnus-server-closed-face, gnus-server-denied-face)
14205         (gnus-server-offline-face):
14206         New backward-compatibility aliases for renamed faces.
14207         (gnus-server-agent-face, gnus-server-opened-face)
14208         (gnus-server-closed-face, gnus-server-denied-face)
14209         (gnus-server-offline-face): Use renamed gnus faces.
14210
14211         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14212         Remove "-face" suffix from face names.
14213         (gnus-picon-xbm-face, gnus-picon-face):
14214         New backward-compatibility aliases for renamed faces.
14215
14216         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14217         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14218         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14219         (gnus-cite-11): Remove "-face" suffix from face names.
14220         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14221         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14222         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14223         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14224         New backward-compatibility aliases for renamed faces.
14225         (gnus-cite-attribution-face, gnus-cite-face-list)
14226         (gnus-article-boring-faces): Use renamed gnus faces.
14227
14228         * gnus-art.el (gnus-signature, gnus-header-from)
14229         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14230         (gnus-header-content): Remove "-face" suffix from face names.
14231         (gnus-signature-face, gnus-header-from-face)
14232         (gnus-header-subject-face, gnus-header-newsgroups-face)
14233         (gnus-header-name-face, gnus-header-content-face):
14234         New backward-compatibility aliases for renamed faces.
14235         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14236
14237         * gnus-sum.el (gnus-summary-selected-face)
14238         (gnus-summary-highlight): Use renamed gnus faces.
14239         * gnus-group.el (gnus-group-highlight): Likewise.
14240
14241 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14242
14243         * gnus-sieve.el (gnus-sieve-article-add-rule):
14244         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14245         * spam-stat.el (spam-stat-buffer-change-to-spam)
14246         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14247
14248         * message.el (message-is-yours-p):
14249         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14250
14251 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * mm-view.el (mm-inline-text): Withdraw the last change.
14254
14255 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14258         executing enriched-decode.
14259
14260 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14263         charset of tar files.
14264
14265 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14266
14267         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14268
14269 2005-06-04  Lute Kamstra  <lute@gnu.org>
14270
14271         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14272         information is never recorded.
14273
14274 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14275
14276         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14277
14278 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * pop3.el (pop3-apop): Run md5 in the binary mode.
14281
14282         * starttls.el (starttls-set-process-query-on-exit-flag):
14283         Use eval-and-compile.
14284
14285 2005-05-31  Simon Josefsson  <jas@extundo.com>
14286
14287         * smime.el (smime-replace-in-string): Define.
14288         (smime-cert-by-ldap-1): Use it.
14289
14290 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * gnus-art.el (article-display-x-face): Replace
14293         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14294
14295         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14296         set-process-query-on-exit-flag or process-kill-without-query.
14297
14298         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14299         loop instead of replace-regexp.
14300
14301         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14302         instead of process-kill-without-query if it is available.
14303
14304         * lpath.el: Fbind ldap-search-entries.
14305
14306         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14307         instead of find-file-hooks if it is available.
14308
14309         * mml1991.el: Bind pgg-default-user-id when compiling.
14310
14311         * mml2015.el: Bind pgg-default-user-id when compiling.
14312
14313         * nndraft.el (nndraft-request-associate-buffer):
14314         Use write-contents-functions instead of write-contents-hooks if it is
14315         available.
14316
14317         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14318         instead of find-file-hooks if it is available.
14319
14320         * nntp.el (nntp-open-connection): Replace
14321         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14322         (nntp-open-ssl-stream): Ditto.
14323         (nntp-open-tls-stream): Ditto.
14324
14325         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14326         set-process-query-on-exit-flag or process-kill-without-query.
14327         (starttls-open-stream-gnutls): Use it instead of
14328         process-kill-without-query.
14329         (starttls-open-stream): Ditto.
14330
14331 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14332
14333         * smime.el (smime-cert-by-ldap-1): Don't use
14334         replace-regexp-in-string.
14335
14336 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14337
14338         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14339
14340         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14341         in PEM format.  Adjust to the XEmacs compability.
14342
14343 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14346         by `string-to-number'.
14347         * gnus-agent.el (gnus-agent-regenerate-group)
14348         (gnus-agent-fetch-articles): Ditto.
14349         * gnus-art.el (gnus-button-fetch-group): Ditto.
14350         * gnus-cache.el (gnus-cache-generate-active)
14351         (gnus-cache-articles-in-group): Ditto.
14352         * gnus-group.el (gnus-group-set-current-level)
14353         (gnus-group-insert-group-line): Ditto.
14354         * gnus-score.el (gnus-score-set-expunge-below)
14355         (gnus-score-set-mark-below, gnus-summary-score-effect)
14356         (gnus-summary-score-entry): Ditto.
14357         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14358         (gnus-soup-pack): Ditto.
14359         * gnus-spec.el (gnus-xmas-format): Ditto.
14360         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14361         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14362         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14363         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14364         * nndb.el (nndb-get-remote-expire-response): Ditto.
14365         * nndiary.el (nndiary-parse-schedule-value)
14366         (nndiary-string-to-number, nndiary-request-replace-article)
14367         (nndiary-request-article): Ditto.
14368         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14369         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14370         * nneething.el (nneething-make-head): Ditto.
14371         * nnfolder.el (nnfolder-request-article)
14372         (nnfolder-retrieve-headers): Ditto.
14373         * nnheader.el (nnheader-file-to-number): Ditto.
14374         * nnkiboze.el (nnkiboze-request-article): Ditto.
14375         * nnmail.el (nnmail-process-unix-mail-format)
14376         (nnmail-process-babyl-mail-format): Ditto.
14377         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14378         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14379         (nnmh-request-create-group, nnmh-request-list-1)
14380         (nnmh-request-group, nnmh-request-article): Ditto.
14381         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14382         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14383         * nnsoup.el (nnsoup-make-active): Ditto.
14384         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14385         * nntp.el (nntp-find-group-and-number)
14386         (nntp-retrieve-headers-with-xover): Ditto.
14387         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14388         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14389         (pgg-format-key-identifier): Ditto.
14390         * pop3.el (pop3-last, pop3-stat): Ditto.
14391         * qp.el (quoted-printable-decode-region): Ditto.
14392
14393         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14394         of concat.
14395
14396 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14399
14400         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14401
14402         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14403
14404         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14405
14406         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14407
14408         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14409
14410         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14411         (gnus-carpal-mode): Ditto.
14412
14413         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14414         (gnus-browse-mode): Ditto.
14415
14416         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14417
14418         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14419
14420 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14421
14422         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14423
14424 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-util.el (gnus-run-mode-hooks): New function.
14427
14428         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14429
14430         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14431         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14432
14433 2005-05-27  Lute Kamstra  <lute@gnu.org>
14434
14435         * dns-mode.el (dns-mode): Specify customization group.
14436
14437 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14438
14439         * gnus-agent.el (gnus-agent-make-mode-line-string):
14440         Use mode-line-highlight as mouse-face.
14441
14442 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * canlock.el (canlock): Change the parent group to news.
14445
14446         * deuglify.el (gnus-outlook-deuglify): Add :group.
14447
14448         * dig.el (dig): Add :group.
14449
14450         * dns-mode.el (dns-mode): Add :group.
14451
14452         * encrypt.el (encrypt): Add :group.
14453
14454         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14455         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14456         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14457         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14458         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14459
14460         * gnus-diary.el (gnus-diary): Add :group.
14461
14462         * gnus.el (gnus-group-news-1-face): Add :group.
14463         (gnus-group-news-1-empty-face): Ditto.
14464         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14465         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14466         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14467         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14468         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14469         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14470         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14471         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14472         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14473         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14474         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14475         (gnus-summary-high-ticked-face): Ditto.
14476         (gnus-summary-low-ticked-face): Ditto.
14477         (gnus-summary-normal-ticked-face): Ditto.
14478         (gnus-summary-high-ancient-face): Ditto.
14479         (gnus-summary-low-ancient-face): Ditto.
14480         (gnus-summary-normal-ancient-face): Ditto.
14481         (gnus-summary-high-undownloaded-face): Ditto.
14482         (gnus-summary-low-undownloaded-face): Ditto.
14483         (gnus-summary-normal-undownloaded-face): Ditto.
14484         (gnus-summary-high-unread-face): Ditto.
14485         (gnus-summary-low-unread-face): Ditto.
14486         (gnus-summary-normal-unread-face): Ditto.
14487         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14488         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14489
14490         * hashcash.el (hashcash): New custom group.
14491         (hashcash-default-payment): Add :group.
14492         (hashcash-payment-alist): Ditto.
14493         (hashcash-default-accept-payment): Ditto.
14494         (hashcash-accept-resources): Ditto.
14495         (hashcash-path): Ditto.
14496         (hashcash-extra-generate-parameters): Ditto.
14497         (hashcash-double-spend-database): Ditto.
14498         (hashcash-in-news): Ditto.
14499
14500         * message.el (message-minibuffer-local-map): Add :group.
14501
14502         * netrc.el (netrc): Add :group.
14503
14504         * sieve-manage.el (sieve-manage-log): Add :group.
14505         (sieve-manage-default-user): Diito.
14506         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14507         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14508         (sieve-manage-authenticators): Ditto.
14509         (sieve-manage-authenticator-alist): Ditto.
14510         (sieve-manage-default-port): Ditto.
14511
14512         * sieve-mode.el (sieve-control-commands-face): Add :group.
14513         (sieve-action-commands-face): Ditto.
14514         (sieve-test-commands-face): Ditto.
14515         (sieve-tagged-arguments-face): Ditto.
14516
14517         * smime.el (smime): Add :group.
14518
14519         * spam-report.el (spam-report): Add :group.
14520
14521         * spam.el (spam, spam-face): Add :group.
14522
14523 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14524
14525         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14526         return \n.\n.\n at the end of articles.  Protect against that.
14527         (nntp-with-open-group): Allow debugging.
14528
14529         * nnheader.el (mail-header-set-extra): Make into a function
14530         because I just could't understand how to quote the list properly.
14531
14532         * dns.el (query-dns-cached): New function.
14533
14534 2005-05-26  Lute Kamstra  <lute@gnu.org>
14535
14536         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14537
14538 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14541
14542         * gnus-art.el: Don't autoload mail-extract-address-components.
14543
14544         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14545         eval-and-compile to evaluate it.
14546
14547         * hashcash.el: Don't autoload executable-find.
14548
14549         * nndb.el: Don't declare the nndb back end two or more times; don't
14550         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14551
14552         * nntp.el: Autoload format-spec instead of format; use
14553         eval-and-compile to evaluate autoload forms.
14554
14555 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14556
14557         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14558
14559 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14560
14561         * gnus.el (gnus-version-number): Bump version.
14562
14563 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14564
14565         * gnus.el: No Gnus v0.3 is released.
14566
14567 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14568
14569         * lpath.el (featurep): Bind show-nonbreak-escape.
14570
14571 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * gnus-art.el (gnus-article-edit-part): Disable undo.
14574
14575 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14578         gnus-article-date-lapsed-new-header is t if date timer is active;
14579         skip headers in which the original date value is empty.
14580         (gnus-article-save-original-date): Redefine it as a macro.
14581         (gnus-display-mime): Use it.
14582
14583 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * gnus-art.el (article-date-ut): Support converting date in
14586         forwarded parts as well.
14587         (gnus-article-save-original-date): New function.
14588         (gnus-display-mime): Use it.
14589
14590 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14591
14592         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14593         enclosure element of <item>.
14594
14595 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * message.el (message-kill-buffer-query): Rename from
14598         `message-kill-buffer-query-if-modified'.  Add :version.
14599
14600 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14603         window layout.
14604
14605 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * mml.el: Autoload dnd when compiling.
14608
14609 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14612         x-dnd-*.
14613
14614 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * qp.el (quoted-printable-encode-region): Save excursion.
14617
14618 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14619
14620         * message.el (message-kill-buffer-query-if-modified): Add new variable
14621         so the user can kill a modified message buffer quickly.
14622         (message-kill-buffer): Use it.
14623
14624 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * lpath.el: Fbind display-time-event-handler; don't fbind
14627         string-to-multibyte.
14628
14629         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14630
14631 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14634         contained in text because xml.el decodes entities) with LFs.
14635
14636 2005-04-11  Lute Kamstra  <lute@gnu.org>
14637
14638         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14639         differently.
14640
14641 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14642
14643         * mm-util.el (mm-detect-coding-region): Typo.
14644
14645 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14648
14649 2005-04-06  Deepak Goel  <deego@gnufans.org>
14650
14651         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14652         user-function allow user modifications of the scores.
14653         (spam-stat-score-buffer-user): New function, to allow
14654         user-computed modifications to the score.
14655         (spam-stat-score-buffer-user-functions): List of additional
14656         scoring functions.
14657         (spam-stat-error-holder): Global temporary error holder.
14658         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14659         variable.
14660
14661 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14662
14663         * gnus-registry.el (gnus-registry-clean-empty-function)
14664         (gnus-registry-trim, gnus-registry-fetch-groups)
14665         (gnus-registry-delete-group): Groups that match
14666         `gnus-registry-ignored-groups' are removed from the registry
14667         entries, not just ignored for splitting.  This helps clean up the
14668         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14669         to get all the groups a message ID is in.
14670
14671         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14672         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14673         (spam-stat-score-buffer-user-functions): Add :number custom type.
14674
14675 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14678         argument in XEmacs.
14679
14680         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14681         (nnrss-request-group): Decode group name first.
14682         (nnrss-request-article): Make a text/plain article if mml-to-mime
14683         failed.
14684         (nnrss-get-encoding): Return a compatible encoding according to
14685         nnrss-compatible-encoding-alist.
14686         (nnrss-find-el): Use consp instead of listp.
14687         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14688
14689 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14692         which Emacs 20 doesn't support.
14693         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14694
14695 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14698         silence the byte compiler inside the defun.
14699
14700         * gnus-demon.el (parse-time-string): Add autoload.
14701
14702         * gnus-delay.el (parse-time-string): Add autoload.
14703
14704         * gnus-art.el (parse-time-string): Add autoload.
14705
14706         * nnultimate.el (parse-time): Require for `parse-time-string'.
14707
14708 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14711
14712         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14713
14714         * smime.el (smime-ldap-host-list): Add :version.
14715
14716 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14717
14718         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14719         pass it to `gnus-browse-read-group'.
14720         (gnus-browse-read-group): Add NUMBER argument and pass it to
14721         `gnus-group-read-ephemeral-group'.
14722
14723         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14724         argument and pass it to `gnus-group-read-group'.
14725
14726 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14727
14728         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14729         mm-xemacs-find-mime-charset-1 if we have the mule feature
14730         available at runtime.
14731
14732 2005-03-25  Werner Lemberg  <wl@gnu.org>
14733
14734         * nnmaildir.el: Replace `illegal' with `invalid'.
14735
14736 2005-03-23  Lute Kamstra  <lute@gnu.org>
14737
14738         * time-date.el: Add comment on time value formats.
14739         Don't require parse-time.
14740         (with-decoded-time-value): New macro.
14741         (encode-time-value): New function.
14742         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14743         (days-to-time): Return a valid time value when arg is huge.
14744         (time-since): Use time-subtract.
14745         (time-to-number-of-days): Use time-to-seconds.
14746
14747 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14748
14749         * gnus-start.el (gnus-display-time-event-handler):
14750         Check display-time-timer at runtime rather than only at load time
14751         in case display-time-mode is turned off in the mean time.
14752
14753 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14756         used.
14757
14758         * nneething.el (nneething-map-file-directory): Derive from
14759         `gnus-directory'.
14760
14761         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14762         the To/Cc button.
14763
14764 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14765
14766         * nnmaildir.el (nnmaildir-request-accept-article):
14767         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14768
14769 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14770
14771         * gnus-async.el: Require timer-funcs at compile time when in
14772         XEmacs for `run-with-idle-timer'.
14773
14774 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14775
14776         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14777         autoloaded function.
14778
14779 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14780
14781         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14782
14783 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14784
14785         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14786
14787 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14788
14789         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14790         Add gnus-expert-user to default.
14791
14792 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14793
14794         * nnimap.el (nnimap-open-server): Ditto.
14795
14796         * imap.el (imap-authenticate): Fix typo.
14797
14798 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14799
14800         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14801         buffer (since IMAP server might return FETCH response out of
14802         order, and the nntp buffer must be sorted).
14803
14804 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14805
14806         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14807         comparison on string.
14808
14809         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14810         (gnus-agent-score): Rename category keywords to match gnus-cus.
14811         (gnus-agent-summary-fetch-series): Modify to protect against
14812         gnus-agent-summary-fetch-group clearing processable flags.
14813         (gnus-agent-synchronize-group-flags): Update live group buffer as
14814         synchronization may occur due to the user toggle the plugged
14815         status.
14816         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14817         successfully downloaded.
14818         (gnus-agent-expire-group-1): Avoid using markers when the overview
14819         is in ascending order; greatly improves performance.
14820         (gnus-agent-regenerate-group):
14821         Use gnus-agent-synchronize-group-flags to reset read status in both
14822         gnus and server.
14823         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14824
14825 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * message.el: Don't autoload former message-utils variables.
14828         (message-strip-subject-trailing-was): Change doc string.
14829
14830         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14831         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14832         (nnweb-google-search): Add "hl=en" here.
14833         (nnweb-google-parse-1, nnweb-google-create-mapping):
14834         Don't hardcode URL.
14835
14836 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14837
14838         * message.el (message-get-reply-headers, message-followup):
14839         Mention related variables `message-use-followup-to' and
14840         `message-use-mail-followup-to', in the information buffer.
14841
14842         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14843         of broken groups(-beta).google.com.
14844
14845 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14846
14847         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14848         parameter to invoked gnus-request-move-article; remove the
14849         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14850         all at once instead of once per article.
14851         (gnus-summary-remove-process-mark): Accept a list of articles as
14852         well as a single article for processing.
14853
14854         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14855         parameter.
14856
14857         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14858
14859         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14860
14861         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14862         parameter.
14863
14864         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14865         parameter.
14866
14867         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14868         parameter and remove the gnus-sum-hint-move-is-internal variable.
14869
14870         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14871         parameter.
14872
14873         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14874         parameter.
14875
14876         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14877         parameter.
14878
14879         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14880
14881         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14882         parameter.
14883
14884         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14885         parameter.
14886
14887 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14888
14889         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14890         a more conservative way.
14891
14892 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14893
14894         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14895         buffer, so it moves the window's cursor.
14896
14897 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14898
14899         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14900         `mm-dissect-multipart' and receive the from field as an (optional)
14901         argument from `mm-dissect-multipart'.
14902         (mm-dissect-multipart): Receive the from field as an argument and
14903         pass it on when we call `mm-dissect-buffer' on MIME parts.
14904         Fixes verification/decryption of signed/encrypted MIME parts.
14905
14906 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14907
14908         * gnus-sum.el (gnus-summary-move-article):
14909         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14910         whatever it calls (right now, only nnimap-request-move article
14911         respects it).
14912
14913         * nnimap.el (nnimap-request-move-article):
14914         When gnus-sum-hint-move-is-internal is set, don't do the extra
14915         nnimap-request-article.
14916
14917 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14918
14919         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14920
14921         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14922         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14923
14924         * gnus-sum.el (gnus-summary-caesar-message):
14925         Apply `gnus-treat-article' after rotation.
14926
14927         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14928         doc string.
14929
14930 2005-02-22  Simon Josefsson  <jas@extundo.com>
14931
14932         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14933         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14934         <arne@arnested.dk>.
14935         (encrypt): Add password-cache and password-cache-expiry as group
14936         members.
14937
14938 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14939
14940         * smime.el (smime-ldap-host-list): Doc fix.
14941         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14942         cache) password.
14943         (smime-sign-region): Use it.
14944         (smime-decrypt-region): Use it.
14945         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14946         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14947         fails.
14948         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14949         certificate from DER to PEM format rather than calling openssl.
14950
14951         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14952
14953         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14954         for signing/encryption.
14955
14956         * mml.el (mml-parse-1): Use them.
14957
14958 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14959
14960         * nnrss.el (nnrss-verbose): Remove.
14961         (nnrss-request-group): Use `nnheader-message' instead.
14962
14963 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14964
14965         * nnrss.el (nnrss-verbose): New variable.
14966         (nnrss-request-group): Make it say nnrss is requesting a group.
14967
14968 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14971         Handle news URL with given port correctly.
14972
14973 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14976         containing special characters.
14977
14978         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14979
14980         * mml.el (mime-to-mml): Ditto.
14981
14982         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14983         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14984         (rfc2047-decode-region): Quote decoded words containing special
14985         characters when rfc2047-quote-decoded-words-containing-tspecials
14986         is non-nil.
14987
14988 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14989
14990         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14991
14992         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14993
14994 2005-02-15  Simon Josefsson  <jas@extundo.com>
14995
14996         * nnimap.el (nnimap-debug): Doc fix.
14997
14998         * imap.el (imap-debug): Doc fix.
14999
15000 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15003
15004 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15005
15006         * gnus.el (spam-contents): Improve docs for spam-contents
15007         parameter in its variable incarnation.
15008
15009 2005-02-14  Simon Josefsson  <jas@extundo.com>
15010
15011         * smime-ldap.el: Use require instead of load-library for ldap.
15012         (smime-ldap-search): Indent.
15013         (smime-ldap-search-internal): Shorten line.
15014
15015         * smime.el (smime-cert-by-dns): Add doc-string.
15016         (smime-cert-by-ldap-1): Indent.
15017
15018         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15019         mml-smime-get-dns-ldap.
15020         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15021
15022 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15023
15024         * smime.el: Require smime-ldap.
15025         (smime-ldap-host-list): New variable.
15026         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15027
15028         * mml-smime.el (mml-smime-encrypt-query): New function.
15029         (mml-smime-encrypt-query): Use it.
15030
15031         * smime-ldap.el: New file.
15032
15033 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15036
15037 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15040         argument in doc string.  Make query for type more clear.
15041
15042 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15043
15044         * gnus.el (gnus-group-startup-message): Search for gnus images in
15045         etc/images/gnus.
15046         * mm-util.el (mm-image-load-path): Likewise.
15047         * smiley.el (smiley-data-directory): Search for smilies in
15048         etc/images/smilies.
15049
15050 2005-02-09  Kim F. Storm  <storm@cua.dk>
15051
15052         Change Emacs release version from 21.4 to 22.1 throughout.
15053         Change Emacs development version from 21.3.50 to 22.0.50.
15054
15055 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15058
15059         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15060         non-Mule XEmacs as well.
15061         (mm-decompress-buffer): Signal an error intentionally if it does
15062         not decompress compressed data because auto-compression-mode is
15063         disabled.
15064
15065 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15066
15067         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15068         an ID in the registry even if it has no groups.
15069
15070 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15073         merge it into mm-decompress-buffer.
15074         (gnus-mime-copy-part): Use the MIME part charset, the value which
15075         a user specified or gnus-newsgroup-charset for decoding, like
15076         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15077         save-buffer what was used.  Suggested by Kevin Ryde
15078         <user42@zip.com.au>.
15079         (gnus-mime-inline-part): Allow the name parameter as well as the
15080         filename parameter; force decompressing of compressed data; always
15081         display contents being not decoded as unibyte.
15082
15083         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15084         as well as the filename parameter.
15085
15086         * mm-util.el (mm-decompress-buffer):
15087         Merge gnus-mime-jka-compr-maybe-uncompress.
15088         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15089         of compressed data.
15090
15091 2005-02-08  Simon Josefsson  <jas@extundo.com>
15092
15093         * imap.el (imap-log): Doc fix.
15094
15095 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15098         the coding cookies; decompress compressed parts.
15099
15100         * mml.el (mml-generate-mime-1): Add the charset parameter according
15101         to the value which a user specified manually or the coding cookie.
15102
15103         * mm-util.el (mm-string-to-multibyte): New function.
15104         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15105         (mm-coding-system-to-mime-charset): New function.
15106         (mm-decompress-buffer): New function.
15107         (mm-find-buffer-file-coding-system): New function.
15108
15109         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15110         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15111         parts.
15112
15113 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15114
15115         * mm-view.el (mm-display-inline-fontify): Decode a part according
15116         to the charset parameter.
15117
15118 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15121         prefix arg is neither nil nor a number, as info specifies.
15122
15123 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15126         timestamps.
15127
15128 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15129
15130         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15131         groups error checking and notify user.
15132
15133 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15134
15135         * message.el (message-send-mail-function): Check existence of
15136         sendmail-program first before using default value
15137         `message-send-mail-with-sendmail'.  Otherwise use more generic
15138         `smtpmail-send-it'.
15139
15140 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * nntp.el (nntp-request-update-info): Always return nil.
15143
15144 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15145
15146         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15147
15148 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15149
15150         * message.el (message-beginning-of-line): Change the behavior when
15151         invoked between BOL and : so that it first moves backward.
15152
15153 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15156         article buffer when editing of the article is discarded.
15157         (gnus-article-prepare): Revert.
15158
15159 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-art.el (gnus-article-prepare):
15162         Remove message-strip-forbidden-properties from the local hook.
15163
15164 2005-01-27  Simon Josefsson  <jas@extundo.com>
15165
15166         * password.el (password-cache-add): Only start one timer per key.
15167         Reported by Derek Atkins <warlord@MIT.EDU>.
15168
15169 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15170
15171         * run-at-time.el: Remove.  It is no longer needed as
15172         timer-funcs.el in the xemacs-base package has a working version of
15173         `run-at-time'.
15174
15175         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15176
15177         * password.el: Require timer-funcs instead of run-at-time in
15178         XEmacs.
15179         Remove `password-run-at-time' macro.
15180         (password-cache-add): Use `run-at-time' instead of
15181         `password-run-at-time'.
15182
15183         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15184         Remove `nnheader-cancel-function-timers' alias,
15185         `cancel-function-timers' exists in XEmacs in timer-funcs.
15186
15187         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15188         for `run-with-idle-timer'.
15189
15190         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15191         for `run-at-time'.
15192
15193         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15194         for `with-timeout'.
15195
15196         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15197         the same as for XEmacs 21.4.
15198         No need to ignore `run-with-idle-timer', this function exists in
15199         XEmacs now in timer-funcs.el in the xemacs-base package.
15200         (dgnushack-compile): No need to delete
15201         run-at-time.el from the list of files to compile because it
15202         doesn't exist anymore.
15203
15204 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15207         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15208
15209 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15210
15211         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15212         sensitively.
15213
15214 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15215
15216         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15217
15218 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15221         which will be inserted according to the multibyteness of a buffer
15222         rather than the type of contents.  Suggested by ARISAWA Akihiro
15223         <ari@mbf.ocn.ne.jp>.
15224
15225         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15226         of string which old xml.el may return rather than a string.
15227
15228 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15231
15232 2005-01-16  Simon Josefsson  <jas@extundo.com>
15233
15234         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15235         idn/idna.el isn't available.
15236         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15237         <michael@waxrat.com>.
15238
15239         * hashcash.el: Remove non-FSF copyright header.
15240
15241         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15242         (hashcash-generate-payment): Use it.
15243         (hashcash-generate-payment-async): Use it.
15244
15245 2005-01-15  Simon Josefsson  <jas@extundo.com>
15246
15247         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15248         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15249
15250         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15251         gnus-summary-idna-message.
15252         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15253         (gnus-summary-idna-message): New function.
15254
15255 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15256
15257         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15258         gnus-novice-user.
15259
15260 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * nnrss.el (nnrss-request-delete-group): Delete entries in
15263         nnrss-group-alist as well.
15264         (nnrss-save-server-data): Insert newline.
15265
15266 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15267
15268         * gnus.el (gnus-user-agent): Use list of symbols instead of
15269         symbols.  Display full version number for (S)XEmacs.
15270         Optionally display (S)XEmacs codename.
15271
15272         * gnus-util.el (gnus-emacs-version): Update for new
15273         `gnus-user-agent'.
15274
15275         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15276         Gnus version.
15277
15278 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15281         which is unreadable in some setups.
15282
15283 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * gnus-spec.el (gnus-update-format-specifications): Flush the
15286         group format spec cache if it doesn't support decoded group names.
15287
15288 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15291         Allow to apply decay on score files matching a regexp.
15292
15293 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15296         compatibility in %g and %c.
15297
15298 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15301         name for only %g and %c.
15302         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15303         of gnus-tmp-group to decoded group name.
15304         (gnus-group-make-rss-group): Exclude `/'s from group names.
15305
15306 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * nnrss.el (nnrss-get-encoding): Fix regexp.
15309
15310 2004-12-27  Simon Josefsson  <jas@extundo.com>
15311
15312         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15313         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15314         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15315
15316 2004-12-17  Kim F. Storm  <storm@cua.dk>
15317
15318         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15319
15320         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15321
15322 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15323
15324         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15325
15326 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * nnrss.el: Require rfc2047 and mml.
15329         (nnrss-file-coding-system): New variable.
15330         (nnrss-format-string): Redefine it as an inline function.
15331         (nnrss-decode-group-name): New function.
15332         (nnrss-string-as-multibyte): Remove.
15333         (nnrss-retrieve-headers): Decode group name; don't use
15334         nnrss-format-string.
15335         (nnrss-request-group): Decode group name.
15336         (nnrss-request-article): Decode group name; allow a Message-ID as
15337         well as an article number; don't use nnrss-format-string; encode a
15338         Message-ID string which may contain non-ASCII characters; use
15339         mml-to-mime to compose a MIME article.
15340         (nnrss-request-expire-articles): Decode group name.
15341         (nnrss-request-delete-group): Decode group name.
15342         (nnrss-fetch): Clarify error message.
15343         (nnrss-read-server-data): Use insert-file-contents instead of load;
15344         bind file-name-coding-system; use multibyte buffer.
15345         (nnrss-save-server-data): Bind coding-system-for-write to the
15346         value of nnrss-file-coding-system; bind file-name-coding-system;
15347         add coding cookie.
15348         (nnrss-read-group-data): Use insert-file-contents instead of load;
15349         bind file-name-coding-system; use multibyte buffer.
15350         (nnrss-save-group-data): Bind coding-system-for-write to the
15351         value of nnrss-file-coding-system; bind file-name-coding-system.
15352         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15353         make it work with non-ASCII text.
15354         (nnrss-find-el): Make it work with old xml.el as well.
15355
15356 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15357
15358         * nnrss.el (nnrss-get-encoding): New function.
15359         (nnrss-fetch): Use unibyte buffer initially; bind
15360         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15361         decode contents according to the encoding attribute.
15362         (nnrss-save-group-data): Add coding cookie.
15363         (nnrss-mime-encode-string): New function.
15364         (nnrss-check-group): Use it to encode subject and author.
15365
15366 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15367
15368         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15369         imaginary variable.
15370
15371 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15374         correctly even if there are wide characters.
15375
15376 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15379         downcased symbol names; make a new cache instead of reusing
15380         bbdb-hashtable.
15381
15382 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15385         concatenating segments rather than before concatenating them.
15386         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15387
15388         * message.el (message-get-reply-headers): Bind `extra'.
15389
15390 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15391
15392         * message.el (message-extra-wide-headers): New variable.
15393         (message-get-reply-headers): Use it.
15394
15395 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15398         (gnus-agent-group-pathname): Ditto.
15399
15400         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15401
15402         * gnus-group.el (gnus-group-make-group): Decode group name.
15403         (gnus-group-make-rss-group): Register the group data after opening
15404         the nnrss group.
15405
15406 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15407
15408         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15409         by expiry now get marked as read.
15410
15411 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15414
15415 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15416
15417         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15418         unify Latin characters in XEmacs.
15419         (mm-find-mime-charset-region): Use it.
15420
15421 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * gnus-util.el (gnus-delete-directory): New function.
15424
15425         * gnus-agent.el (gnus-agent-delete-group): Use it.
15426
15427         * gnus-cache.el (gnus-cache-delete-group): Use it.
15428
15429 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15432         names.
15433
15434 2004-12-16  Simon Josefsson  <jas@extundo.com>
15435
15436         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15437
15438 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15441
15442         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15443         (gnus-group-set-current-level): Decode group name.
15444
15445 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15446
15447         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15448         failed.
15449
15450 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-group.el (gnus-group-delete-group): Decode group name.
15453         (gnus-group-make-rss-group): Encode group name.
15454         (gnus-group-catchup-current): Decode group name.
15455         (gnus-group-kill-group): Decode group name.
15456
15457 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15458
15459         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15460
15461 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * gnus-group.el (gnus-group-make-rss-group):
15464         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15465
15466         * gnus-start.el (gnus-setup-news): Honor user's setting to
15467         gnus-message-archive-method.  Suggested by Lute Kamstra
15468         <lute@gnu.org>.
15469
15470 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15471
15472         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15473         global counterparts of the buffer-local variables.
15474
15475 2004-11-16  Romain Francoise  <romain@orebokech.com>
15476
15477         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15478         counterparts of the buffer-local variables.
15479
15480 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * message.el (message-forbidden-properties): Fix typo in doc
15483         string.
15484
15485 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * gnus-util.el (gnus-replace-in-string): Add doc string.
15488
15489         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15490         to avoid problems when splitting mails with many recipients.
15491
15492 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15493
15494         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15495         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15496
15497 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15498
15499         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15500         if there is no hashtable in memory or file modification time is
15501         newer than cached timestamp.
15502
15503 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * gnus-sum.el (gnus-summary-limit-to-recipient):
15506         Implement not-matching option.
15507
15508 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15511         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15512         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15513         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15514         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15515         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15516
15517 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * message.el (message-forward-make-body-mml): Remove headers
15520         according to message-forward-ignored-headers if a message is decoded.
15521
15522 2004-12-02  Romain Francoise  <romain@orebokech.com>
15523
15524         * message.el (message-forward-make-body-plain): Always remove
15525         headers according to message-forward-ignored-headers.
15526
15527 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15528
15529         * spam.el (spam-summary-prepare-exit): Remove the
15530         gnus-summary-limit pop for now, it has problems with ham marks for
15531         me.
15532
15533 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15534
15535         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15536         correctly.
15537
15538 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15539
15540         * format-spec.el (format-spec): Message the char.
15541
15542 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15543
15544         * gnus-art.el (gnus-split-methods): Reformat comments.
15545
15546         * spam.el (spam-summary-prepare-exit): Remove article limits
15547         before exiting the summary buffer.
15548
15549 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15552         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15553
15554         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15555         order to silence the byte compiler.
15556
15557         * spam.el: Fix the way to silence the byte compiler, which
15558         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15559         bbdb-search-simple, spam-BBDB-register-routine,
15560         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15561         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15562         spam-stat-buffer-is-spam, spam-stat-load,
15563         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15564         spam-stat-save and spam-stat-split-fancy.
15565
15566 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15569         which may confuse users.
15570         (canlock-password-for-verify): Ditto.
15571
15572         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15573
15574         * gnus-art.el (gnus-emphasis-alist): Ditto.
15575
15576         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15577
15578         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15579
15580         * gnus-start.el (gnus-save-killed-list): Ditto.
15581
15582         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15583         (gnus-sum-thread-tree-root): Ditto.
15584         (gnus-sum-thread-tree-false-root): Ditto.
15585         (gnus-sum-thread-tree-single-indent): Ditto.
15586
15587         * message.el (message-courtesy-message): Ditto.
15588         (message-archive-note): Ditto.
15589         (message-subscribed-address-file): Ditto.
15590         (message-user-fqdn): Ditto.
15591
15592         * spam-report.el (spam-report-gmane-regex): Ditto.
15593
15594         * spam.el (spam-blackhole-good-server-regex): Ditto.
15595
15596 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * mml.el (mml-preview): Widen the message buffer before copying
15599         the contents to the preview buffer; sort headers before previewing.
15600
15601         * message.el (message-hidden-headers): Fix the way to avoid a bug
15602         in the `repeat' widget in Emacs 21.3 or earlier.
15603
15604 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * message.el (message-hidden-headers): Default to "^References:".
15607         Improve customization type.  Suggested by Reiner Steib
15608         <Reiner.Steib@gmx.de>.
15609
15610 2004-11-25  Romain Francoise  <romain@orebokech.com>
15611
15612         * message.el (message-strip-forbidden-properties): Remove check for
15613         obsolete `message-hidden' text property, hidden headers are not
15614         accessible in the buffer anymore.
15615
15616 2004-11-22  Romain Francoise  <romain@orebokech.com>
15617
15618         * message.el (message-header-format-alist): Add `From' in list
15619         so that it can be sorted.
15620         (message-fix-before-sending): Widen and sort headers before
15621         sending.
15622         (message-hide-headers): Use narrowing to hide headers by moving
15623         them to the top of the buffer and narrowing to the region
15624         underneath.
15625
15626 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15627
15628         * message.el (message-strip-forbidden-properties):
15629         Bind buffer-read-only (etc) to nil.
15630
15631 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15634         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15635
15636 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15637
15638         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15639
15640 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15641
15642         * dns.el (query-dns): Use sit-for to time instead of
15643         accept-process-output, since that doesn't seem to work on udp
15644         sockets.
15645
15646 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15649
15650 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15651
15652         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15653         doc string.  Improve doc string.
15654
15655 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * nntp.el (nntp-request-update-info): Return nil if
15658         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15659         may not call gnus-activate-group which uselessly issues the GROUP
15660         commands for all nntp groups and wastes time.  Reported by Romain
15661         Francoise <romain@orebokech.com>.
15662
15663         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15664
15665 2004-11-15  Simon Josefsson  <jas@extundo.com>
15666
15667         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15668         headers separately.
15669         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15670         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15671
15672 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15673
15674         * gnus-start.el (gnus-convert-old-newsrc):
15675         Assign legacy-gnus-agent to 5.10.7.
15676
15677 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15678
15679         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15680         start of the lines.
15681
15682 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15683
15684         * hashcash.el (hashcash-default-payment): Change default to 20.
15685         (hashcash-default-accept-payment): Change default to 20.
15686         (hashcash-process-alist): New variable.
15687         (hashcash-generate-payment-async): Add.
15688         (hashcash-already-paid-p): Add.
15689         (hashcash-insert-payment): Don't generate payments twice.
15690         (hashcash-insert-payment-async): Add.
15691         (hashcash-insert-payment-async-2): Add.
15692         (hashcash-cancel-async): Add.
15693         (hashcash-wait-async): Add.
15694         (hashcash-processes-running-p): Add.
15695         (hashcash-wait-or-cancel): Add.
15696         (mail-add-payment): New optional argument.  Conditionally start
15697         asynchronous calculation.
15698         (mail-add-payment-async): Add.
15699
15700         * message.el (message-send-mail): Wait for asynchronous hashcash
15701         results.  Don't clobber existing X-Hashcash headers.
15702         (message-setup-1): Call mail-add-payment-async when
15703         message-generate-hashcash is non-nil.
15704
15705 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15706
15707         * message.el (message-use-alternative-email-as-from): Examine the
15708         From header as well; use message-make-from in order to include a
15709         user's full name.
15710
15711 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15714         default; improve customization type.
15715         (gnus-emphasis-custom-with-format): New macro.
15716         (gnus-emphasis-custom-value-to-external): New function.
15717         (gnus-emphasis-custom-value-to-internal): New function.
15718
15719 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15720
15721         * dns.el (query-dns): Resolve reverse addresses.
15722
15723 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15724
15725         * gnus-group.el (gnus-group-get-new-news): Use it.
15726
15727         * gnus-start.el (gnus-check-reasonable-setup): New function.
15728
15729 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15732         "Args out of range" error.  Reported by Arnaud Giersch
15733         <arnaud.giersch@free.fr>.
15734
15735 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15736
15737         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15738
15739 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15740
15741         * spam.el (spam group): Add :version.
15742
15743         * pgg-def.el (pgg group): Add :version.
15744
15745 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-art.el (gnus-article-edit-article): Don't associate the
15748         article buffer with a draft file.  This is a temporary measure
15749         against the 2004-08-22 change to gnus-article-edit-mode.
15750
15751 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15754         (html2text-format-tags): Remove unused variable `attr'.
15755
15756 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15757
15758         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15759
15760         * tls.el (tls-process-connection-type, tls-success)
15761         (tls-certtool-program): Add :version.
15762
15763         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15764         (starttls-extra-arguments, starttls-process-connection-type)
15765         (starttls-connect, starttls-failure, starttls-success): Add :version.
15766
15767         * spam-stat.el (spam-stat): Add :version.
15768
15769         * sieve.el (sieve): Add :version.
15770
15771         * sha1.el (sha1): Add :version.
15772         (sha1-use-external): Remove redundant version.
15773
15774         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15775         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15776         (nnmail-split-fancy-match-partial-words)
15777         (nnmail-split-lowercase-expanded): Add :version.
15778
15779         * nndiary.el (nndiary): Add :version.
15780
15781         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15782
15783         * mml-sec.el (mml-default-sign-method)
15784         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15785         Add :version.
15786
15787         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15788
15789         * mm-url.el (mm-url-use-external, mm-url-program)
15790         (mm-url-arguments): Add :version.
15791
15792         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15793         (mm-attachment-file-modes, mm-decrypt-option)
15794         (mm-w3m-safe-url-regexp): Add :version.
15795
15796         * message.el (message-cite-prefix-regexp)
15797         (message-sendmail-envelope-from, message-minibuffer-local-map)
15798         (message-user-fqdn, message-completion-alist): Add :version.
15799
15800         * gnus-win.el (gnus-configure-windows-hook)
15801         (gnus-use-frames-on-any-display): Add :version.
15802
15803         * gnus-art.el (gnus-article-address-banner-alist)
15804         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15805         (gnus-treat-from-picon, gnus-treat-mail-picon)
15806         (gnus-treat-x-pgp-sig): Add :version.
15807
15808         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15809         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15810         (gnus-summary-article-delete-hook)
15811         (gnus-summary-display-while-building): Add :version.
15812
15813         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15814         (gnus-get-top-new-news-hook): Add :version.
15815
15816         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15817         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15818
15819         * gnus-registry.el (gnus-registry): Add :version.
15820
15821         * gnus-spec.el (gnus-use-correct-string-widths)
15822         (gnus-make-format-preserve-properties): Add :version.
15823
15824         * gnus.el (gnus-group-charter-alist)
15825         (gnus-group-fetch-control-use-browse-url)
15826         (gnus-install-group-spam-parameters): Add :version.
15827
15828         * gnus-diary.el (gnus-diary): Add :version.
15829
15830         * gnus-delay.el (gnus-delay): Add :version.
15831
15832         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15833         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15834         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15835         Add :version.
15836
15837         * gnus-agent.el (gnus-agent-max-fetch-size)
15838         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15839         (gnus-agent-prompt-send-queue): Add :version.
15840
15841         * deuglify.el (gnus-outlook-deuglify): Add :version.
15842
15843         * html2text.el: Beautify code.  Improve doc strings.
15844         Some checkdoc cleanup.
15845         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15846
15847 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15848
15849         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15850
15851 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15852
15853         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15854         when package is loaded.
15855
15856         * spam.el (spam-summary-score-preferred-header): Add global preference
15857         for people who want to override the default SpamAssassin over
15858         Bogofilter preference (when both are set).
15859         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15860         (spam-user-format-function-S):
15861         Check spam-summary-score-preferred-header.
15862         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15863         (spam-user-format-function-S): Format the score correctly.
15864
15865 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15868         signature file.  Suggested by Manoj Srivastava
15869         <srivasta@golden-gryphon.com>.
15870
15871         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15872         iso-2022-jp even in the Japanese language environment.
15873         Suggested by Jason Rumney <jasonr@gnu.org>.
15874
15875 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15878         use the same characters as the dummy marks; make it free from
15879         getting affected by the language environment.
15880         (gnus-summary-read-group-1): Update mark positions only when the
15881         format spec is updated.
15882
15883         * gnus-spec.el (gnus-update-format-specifications): Return a list
15884         of updated types.
15885
15886 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15889         of boundp to check if display-warning is available.
15890
15891 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15892
15893         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15894
15895 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * nnspool.el (nnspool-spool-directory): Use news-path if the
15898         news-directory variable is not bound.
15899
15900         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15901         function instead of display-warning if it is not available.
15902
15903 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15906         v5-10: Use `point-at-bol'.
15907
15908 2004-10-26  Simon Josefsson  <jas@extundo.com>
15909
15910         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15911         <chenggao@gmail.com>.
15912
15913 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15914
15915         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15916         instead.
15917
15918 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15921         to remove a server from the nnimap-server-buffer-alist.
15922         (nnimap-open-connection, nnimap-close-server): Use it.
15923
15924         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15925
15926 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15929         running the major-mode function.
15930
15931 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15934         dummy marks in the right way.
15935
15936 2004-10-18  David Edmondson  <dme@dme.org>
15937
15938         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15939         excessively.
15940
15941 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15942
15943         * gnus-util.el (gnus-split-references): Accept a nil references
15944         string and go on blissfully.
15945
15946         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15947         cases where the references string is non-nil but has no references.
15948
15949         * encrypt.el: Add autoload tags.
15950
15951         * spam.el (spam-resolve-registrations-routine): Remove article
15952         from unregistration list too.  Reported by David Hanak
15953         <dhanak@isis.vanderbilt.edu>
15954
15955 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15956
15957         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15958         nil.  Change custom type.
15959
15960 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15961
15962         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15963
15964         * gnus-sum.el (gnus-summary-move-article): Use it.
15965
15966 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         * encrypt.el: Add autoload cookies.
15969
15970         * spam.el (spam-backend-article-list-property)
15971         (spam-backend-get-article-todo-list)
15972         (spam-backend-put-article-todo-list)
15973         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15974         Resolve registrations separately.
15975         (spam-register-routine): Format comments.
15976         (spam-unregister-routine, spam-register-routine): Always call with
15977         specific-articles, no default list.
15978         (spam-summary-prepare-exit): Use the spam-classifications function.
15979
15980         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15981         gnus-encrypt.el.
15982
15983         * encrypt.el: Copied from gnus-encrypt.el.
15984
15985         * gnus-encrypt.el: Commented that it's obsolete.
15986
15987 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15988
15989         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15990         (gnus-score-save): Use it.
15991
15992         * message.el (message-bury): Use `window-dedicated-p'.
15993
15994 2004-10-15  Simon Josefsson  <jas@extundo.com>
15995
15996         * pop3.el (top-level): Don't require nnheader.
15997         (pop3-read-timeout): Add.
15998         (pop3-accept-process-output): Add.
15999         (pop3-read-response, pop3-retr): Use it.
16000
16001 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16002
16003         * spam.el (spam-register-routine): Move comment.
16004         (spam-verify-bogofilter): Use 'unknown for the initial
16005         spam-bogofilter-valid state, not 'never.
16006
16007         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16008         for netrc-machine.
16009
16010         * nnimap.el (nnimap-open-connection):
16011         Use netrc-machine-user-or-password.
16012
16013 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16014
16015         * gnus-registry.el (gnus-registry-unload-hook):
16016         Set as a variable with add-hook.
16017
16018         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16019         of news-path.
16020
16021         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16022
16023         * spam.el: Delete duplicate `provide'.
16024         (spam-unload-hook): Set as a variable with add-hook.
16025
16026 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16027
16028         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16029         in the doc string.
16030
16031         * message.el (message-ignored-news-headers)
16032         (message-ignored-supersedes-headers)
16033         (message-ignored-resent-headers)
16034         (message-forward-ignored-headers): Improve custom type.
16035
16036 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * message.el (message-tokenize-header): Fix 2004-09-06 change
16039         which used point-min in the wrong place.
16040
16041 2004-10-12  Simon Josefsson  <jas@extundo.com>
16042
16043         * tls.el (tls-certtool-program): New variable.
16044         (tls-certificate-information): New function, based on
16045         ssl-certificate-information.
16046
16047 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * compface.el: Move the version of ELisp-based uncompface program
16050         to the contrib directory because of the copyright problem.
16051
16052 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16053
16054         * message.el (message-kill-buffer): Raise the current frame.
16055
16056 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16057
16058         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16059
16060         * gnus.el (message-y-or-n-p): Autoload.
16061
16062         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16063         (pop3-password-required, pop3-authentication-scheme)
16064         (pop3-leave-mail-on-server): Make customizable.
16065         (pop3): New custom group.
16066         (pop3-retr): Remove `sleep-for' statements.
16067         Suggested by Dave Love <fx@gnu.org>.
16068
16069         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16070         Windows/DOS.
16071
16072         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16073         (imap-parse-body): Fix incorrect use of `assert'.
16074         Suggested by Dave Love <fx@gnu.org>.
16075
16076         * mml.el (mml-minibuffer-read-disposition): Require match.
16077         Suggested by Dave Love <fx@gnu.org>.
16078
16079 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16080
16081         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16082         doc string.
16083
16084 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16087
16088 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16089
16090         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16091         instead of calling `mm-insert-inline', to decode text/* parts
16092         before displaying them.
16093
16094 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * mm-uu.el (mm-uu-text-plain-type): New variable.
16097         (mm-uu-pgp-signed-extract-1): Use it.
16098         (mm-uu-pgp-encrypted-extract-1): Use it.
16099         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16100         bind mm-uu-text-plain-type with that value.
16101         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16102         mm-uu-dissect.
16103
16104 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * gnus-group.el (gnus-update-group-mark-positions):
16107         * gnus-sum.el (gnus-update-summary-mark-positions):
16108         * message.el (message-check-news-body-syntax):
16109         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16110         of string-as-multibyte.
16111
16112 2004-10-05  Juri Linkov  <juri@jurta.org>
16113
16114         * gnus-group.el (gnus-update-group-mark-positions):
16115         * gnus-sum.el (gnus-update-summary-mark-positions):
16116         * message.el (message-check-news-body-syntax):
16117         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16118         8-bit unibyte values to a multibyte string for search functions.
16119
16120 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16123         (mm-uu-dissect-text-parts): New function.
16124
16125         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16126         dissect text parts.
16127
16128         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16129         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16130
16131         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16132
16133         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16134         Use gnus-current-topics instead of gnus-current-topic.
16135
16136 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16137
16138         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16139
16140 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16141
16142         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16143         where approriate.
16144
16145         * nnml.el (nnml-generate-active-info): do.
16146
16147         * nndiary.el (nndiary-generate-active-info): do.
16148
16149         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16150         (gnus-topic-move): do.
16151
16152         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16153         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16154
16155         * gnus-srvr.el (gnus-server-prepare)
16156         (gnus-server-open-all-servers): do.
16157
16158         * gnus-msg.el (gnus-summary-cancel-article)
16159         (gnus-summary-resend-message)
16160         (gnus-summary-mail-crosspost-complaint): do.
16161
16162         * gnus-move.el (gnus-change-server): do.
16163
16164         * gnus-group.el (gnus-group-unmark-all-groups)
16165         (gnus-group-set-current-level): do.
16166
16167 2004-10-04  Simon Josefsson  <jas@extundo.com>
16168
16169         * message.el (message-generate-hashcash): Doc fix.
16170
16171 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16172
16173         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16174         avoid infinite recursion via gnus-get-function.
16175
16176 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16177
16178         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16179
16180         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16181
16182         * nnmail.el (nnmail-split-history): do.
16183
16184         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16185         (nnml-request-delete-group): do.
16186
16187         * nnslashdot.el (nnslashdot-read-groups): do.
16188
16189         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16190         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16191
16192         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16193         (nnspool-sift-nov-with-sed): Use last.
16194         (nnspool-retrieve-headers-with-nov): Use mapc.
16195         (nnspool-request-newgroups): Use dolist.
16196         (nnspool-request-group): Use last.
16197
16198         * nntp.el (nntp-read-server-type): Use dolist.
16199
16200         * nnvirtual.el (nnvirtual-create-mapping)
16201         (nnvirtual-update-read-and-marked): Use dolist.
16202         (nnvirtual-convert-headers): Simplify.
16203
16204 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16205
16206         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16207         Add support for sync'ing tick marks.
16208
16209 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16212         there's no visible header.
16213
16214 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16215
16216         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16217         When necessary, pass full group name to gnus-request-set-marks.
16218
16219 2004-10-01  Simon Josefsson  <jas@extundo.com>
16220
16221         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16222         acroread.
16223
16224 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16225
16226         * spam-report.el (spam-report-gmane): Fix interactive.
16227
16228         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16229
16230         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16231         when writing file.
16232         (gnus-agent-synchronize-flags): Don't default to being
16233         interactive.
16234
16235 2004-09-30  Simon Josefsson  <jas@extundo.com>
16236
16237         * message.el (message-generate-hashcash): Add.
16238         (message-send-mail): Use it, call mail-add-payment.
16239
16240 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16241
16242         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16243
16244 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16245
16246         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16247         gnus-requst-update-info with explicit code to sync the in-memory
16248         info read flags with the marks being sync'd to the backend.
16249
16250         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16251
16252 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16253
16254         * spam.el (spam-verify-bogofilter): Add new function.
16255         (spam-check-bogofilter)
16256         (spam-bogofilter-register-with-bogofilter): Use it.
16257         (spam-verify-bogofilter): Add small fixes.
16258
16259 2004-09-28  Simon Josefsson  <jas@extundo.com>
16260
16261         * hashcash.el (hashcash-generate-payment): Revert.
16262
16263 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16264
16265         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16266         Use gnus-extract-references instead of gnus-split-references.
16267
16268         * gnus-util.el (gnus-extract-references): Add new function, analogous
16269         to gnus-split-references but extracts only the message-ID without
16270         anything extra.
16271
16272         * hashcash.el (hashcash-generate-payment)
16273         (hashcash-check-payment): Do the right thing if hashcash-path is
16274         nil (because the hashcash program could not be found).
16275
16276         * spam.el (spam-use-hashcash): Remove comment.
16277
16278 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16279
16280         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16281         (gnus-cache-enter-article, gnus-cache-remove-article)
16282         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16283
16284         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16285
16286         * gnus-art.el (article-hide-boring-headers)
16287         (article-translate-strings, article-display-face)
16288         (gnus-article-mime-match-handle-first)
16289         (gnus-article-highlight-headers)
16290         (gnus-article-add-buttons-to-head): do.
16291
16292 2004-09-27  Simon Josefsson  <jas@extundo.com>
16293
16294         * hashcash.el: New version, from
16295         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16296         ../contrib/.
16297
16298 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16299
16300         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16301
16302 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16303
16304         * gnus-dup.el (gnus-dup-open): Use mapc.
16305         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16306
16307         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16308         Reported by Stefan Wiens <s.wi@gmx.net>.
16309
16310         * gnus.el (gnus-shutdown): Use dolist.
16311
16312         * gnus-undo.el (gnus-undo): Use mapc.
16313
16314         * nnrss.el (nnrss-generate-active): do.
16315
16316         * message.el (message-cite-original-without-signature)
16317         (message-cite-original): Use mapc.
16318         (message-do-actions, message-make-forward-subject): Use dolist.
16319
16320 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16321
16322         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16323         deletion to remove entire duplicate line.  Fixes merged article
16324         number bug.
16325
16326 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16327
16328         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16329         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16330         first ask if you want to open a server and then, even when you
16331         responded with no, asking if you want to synchronize the server's
16332         flags.
16333         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16334         multi-line expressions.
16335         (gnus-agent-synchronize-group-flags): New internal function.
16336         Updates marks in memory (in the info structure) AND in the
16337         backend.
16338
16339         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16340
16341         * nnagent.el (nnagent-request-set-mark):
16342         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16343         method, to ensure that synchronization updates marks in the
16344         backend and in the info (in memory) structure.
16345
16346 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16349         convention fully; don't miss the root article of a thread; make
16350         the X-Draft-From header with correct article numbers.
16351
16352 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16353
16354         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16355         unless plugged.  Disable the agent so that an open failure causes
16356         an error.
16357
16358         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16359         Revert 2004-09-21 change.  The backend must be opened while
16360         synchronizing flags even when the backend stores the flags
16361         locally.
16362
16363 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16364
16365         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16366         in `header' match.  Reported by Svend Tollak Munkejord.
16367
16368         * message.el (message-cite-original): Fix use of
16369         `message-cite-articles-with-x-no-archive'.
16370
16371 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16374         (gnus-window-to-buffer): Ditto.
16375
16376         * mml.el (mml-preview-buffer): New variable.
16377         (mml-preview): Manage window layout with gnus-buffer-configuration.
16378
16379         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16380         X-Draft-From header even if those articles aren't quoted.
16381
16382 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16383
16384         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16385         (gnus-request-set-mark, gnus-request-update-mark): Use new
16386         g-s-t-u-l-m to decide to use backend even when unplugged.
16387
16388 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16389
16390         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16391         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16392
16393 2004-09-20  Simon Josefsson  <jas@extundo.com>
16394
16395         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16396         "utf-16-le".
16397
16398 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16399
16400         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16401
16402 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16403
16404         * uudecode.el (uudecode-use-external): Add :version.
16405
16406         * smime.el (smime-CA-file, smime-encrypt-cipher)
16407         (smime-dns-server): Add :version.
16408
16409         * smiley.el (gnus-smiley-file-types): Add :version.
16410
16411         * sha1.el (sha1-use-external): Add :version.
16412
16413         * pgg-def.el (pgg-query-keyserver): Add :version.
16414
16415         * nnmail.el (nnmail-fancy-expiry-targets)
16416         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16417         Add :version.
16418
16419         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16420         (nnimap-retrieve-groups-asynchronous): Add :version.
16421         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16422
16423         * mml.el (mml-content-disposition-parameters)
16424         (mml-insert-mime-headers-always): Add :version.
16425
16426         * mm-util.el (mm-coding-system-priorities): Add :version.
16427
16428         * mm-decode.el (mm-inline-text-html-with-images)
16429         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16430         (mm-verify-option): Add :version.
16431         (mm-text-html-renderer): Change :version.
16432
16433         * message.el (message-fcc-externalize-attachments)
16434         (message-required-headers, message-draft-headers)
16435         (message-subject-trailing-was-query)
16436         (message-subject-trailing-was-ask-regexp)
16437         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16438         (message-mark-insert-end, message-archive-header)
16439         (message-archive-note, message-cross-post-default)
16440         (message-cross-post-note, message-followup-to-note)
16441         (message-cross-post-note-function, message-use-mail-followup-to)
16442         (message-subscribed-address-functions)
16443         (message-subscribed-address-file, message-subscribed-addresses)
16444         (message-subscribed-regexps, message-allow-no-recipients)
16445         (message-yank-cited-prefix, message-signature-insert-empty-line)
16446         (message-hidden-headers, message-hierarchical-addresses)
16447         (message-mail-user-agent, message-use-idna)
16448         (message-valid-fqdn-regexp)
16449         (message-strip-special-text-properties, message-header-synonyms)
16450         (message-beginning-of-line, message-tab-body-function): Add :version.
16451         (message-insert-canlock, message-wide-reply-confirm-recipients):
16452         Change :version.
16453
16454         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16455         and :version.
16456         (mail-source-delete-old-incoming-confirm)
16457         (mail-source-movemail-program): Add :version.
16458
16459         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16460         (gnus-agent-cache, gnus-agent): Change :version.
16461
16462         * gnus-util.el (gnus-use-byte-compile): Change :version.
16463
16464         * gnus-sum.el (gnus-summary-make-false-root-always)
16465         (gnus-summary-default-high-score)
16466         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16467         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16468         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16469         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16470         (gnus-sum-thread-tree-single-indent)
16471         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16472         (gnus-sum-thread-tree-leaf-with-other)
16473         (gnus-sum-thread-tree-single-leaf): Add :version.
16474         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16475         (gnus-article-loose-mime): Change :version.
16476
16477         * gnus-start.el (gnus-backup-startup-file)
16478         (gnus-save-startup-file-via-temp-buffer): Add :version.
16479
16480         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16481         (gnus-server-offline-face): Add :version.
16482
16483         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16484
16485         * gnus-msg.el (gnus-gcc-externalize-attachments)
16486         (gnus-debug-files, gnus-debug-exclude-variables)
16487         (gnus-discouraged-post-methods): Change :version.
16488         (gnus-confirm-mail-reply-to-news)
16489         (gnus-confirm-treat-mail-like-news): Add :version.
16490
16491         * gnus-int.el (gnus-server-unopen-status): Add :version.
16492
16493         * gnus-group.el (gnus-group-jump-to-group-prompt)
16494         (gnus-large-ephemeral-newsgroup)
16495         (gnus-fetch-old-ephemeral-headers): Add :version.
16496
16497         * gnus-fun.el (gnus-x-face-directory)
16498         (gnus-convert-pbm-to-x-face-command)
16499         (gnus-convert-image-to-x-face-command)
16500         (gnus-convert-image-to-face-command): Add :version.
16501
16502         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16503
16504         * gnus-cite.el (gnus-cite-blank-line-after-header)
16505         (gnus-article-boring-faces): Add :version.
16506
16507         * gnus-art.el (gnus-buttonized-mime-types)
16508         (gnus-inhibit-mime-unbuttonizing)
16509         (gnus-treat-display-face)
16510         (gnus-treat-body-boundary): Change :version.
16511         (gnus-body-boundary-delimiter, gnus-picon-databases)
16512         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16513         (gnus-treat-date-english, gnus-treat-fold-headers)
16514         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16515         (gnus-treat-mail-picon, gnus-treat-wash-html)
16516         (gnus-article-encrypt-protocol)
16517         (gnus-use-idna, gnus-article-over-scroll)
16518         (gnus-mime-display-multipart-alternative-as-mixed)
16519         (gnus-mime-display-multipart-related-as-mixed)
16520         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16521         (gnus-ctan-url, gnus-button-ctan-handler)
16522         (gnus-button-handle-ctan-bogus-regexp)
16523         (gnus-button-ctan-directory-regexp)
16524         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16525         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16526         (gnus-button-man-level, gnus-button-emacs-level)
16527         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16528
16529         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16530         (gnus-agent-go-online): Change :version.
16531         (gnus-agent-expire-unagentized-dirs)
16532         (gnus-agent-auto-agentize-methods): Add :version.
16533
16534         * flow-fill.el (fill-flowed-display-column)
16535         (fill-flowed-encode-column): Add :version.
16536
16537         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16538         (gnus-outlook-deuglify-unwrap-max)
16539         (gnus-outlook-deuglify-cite-marks)
16540         (gnus-outlook-deuglify-unwrap-stop-chars)
16541         (gnus-outlook-deuglify-no-wrap-chars)
16542         (gnus-outlook-deuglify-attrib-cut-regexp)
16543         (gnus-outlook-deuglify-attrib-verb-regexp)
16544         (gnus-outlook-deuglify-attrib-end-regexp)
16545         (gnus-outlook-display-hook): Add :version.
16546
16547         * binhex.el (binhex-use-external): Add :version.
16548
16549 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16552         and `invisible'.
16553
16554 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16555
16556         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16557         in gnus-registry-trim.
16558
16559 2004-09-13  Simon Josefsson  <jas@extundo.com>
16560
16561         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16562
16563         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16564
16565         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16566         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16567         <yamaoka@jpl.org>.
16568         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16569         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16570         <yamaoka@jpl.org>.
16571
16572         * sieve.el (sieve-manage-mode): Ditto.
16573
16574 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16575
16576         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16577
16578 2004-09-11  Simon Josefsson  <jas@extundo.com>
16579
16580         * dns-mode.el: Add.
16581
16582         * mm-view.el (mm-display-dns-inline): Add.
16583
16584         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16585         (mm-automatic-display): Ditto.
16586
16587         * mailcap.el (mailcap-mime-data): Add text/dns.
16588         (mailcap-mime-extensions): Map .soa to text/dns.
16589
16590 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16591
16592         * gnus-art.el (article-decode-mime-words, article-babel)
16593         (gnus-article-highlight-signature, gnus-article-add-buttons)
16594         (gnus-signature-toggle): Remove unnecessary bindings of
16595         `inhibit-read-only' inherited from v5.10 merge.
16596
16597 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16598
16599         * nntp.el (nntp): New customization group.
16600         (nntp-authinfo-file): Add customization group.
16601
16602         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16603
16604         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16605
16606         * gnus.el (to-address, to-list, subscribed)
16607         (large-newsgroup-initial): Ditto.
16608
16609         * flow-fill.el (fill-flowed-display-column)
16610         (fill-flowed-encode-column): Ditto.
16611
16612 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16613
16614         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16615         Use point-min rather than 1.
16616         (message-send-mail): Use buffer-size rather than point-max.
16617
16618         * gnus-sum.el (gnus-summary-search-article-forward):
16619         Signal a specific `search-failed' rather than a generic `error'.
16620
16621         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16622         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16623         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16624
16625 2004-09-10  Simon Josefsson  <jas@extundo.com>
16626
16627         * nndb.el (require): Remove tcp and duplicate cl.
16628
16629 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-agent.el (directory-files-and-attributes): Move forward.
16632
16633 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16634
16635         * gnus-agent.el (directory-files-and-attributes):
16636         Optionally defined to support XEmacs.
16637
16638 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16639
16640         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16641         to avoid run-time CL dependencies.
16642         (gnus-agent-unfetch-articles): New function.
16643         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16644         article numbers even when local .overview file is missing.
16645         (gnus-agent-read-article-number): New function.  Only accepts
16646         27-bit article numbers.
16647         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16648         Use gnus-agent-read-article-number.
16649         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16650         from backend while recognizing that article numbers in .overview
16651         must be valid.
16652         (gnus-agent-update-files-total-fetched-for):
16653         Use directory-files-and-attributes to improve performance.
16654         * gnus-int.el (gnus-request-move-article):
16655         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16656         improve performance.
16657
16658         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16659         some users confused by references to .newsrc when they only have a
16660         .newsrc.eld file.
16661         (gnus-convert-mark-converter-prompt)
16662         (gnus-convert-converter-needs-prompt): Fix use of property list.
16663         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16664         New function.  Used internally to only display 'gnus converting
16665         files' message when actually necessary.
16666
16667         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16668         methods now autoloaded.
16669
16670 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16673         identifiers.
16674
16675 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * gnus-picon.el: Fix indentation and closing parenthesis.
16678
16679 2004-09-01  Simon Josefsson  <jas@extundo.com>
16680
16681         * message.el (message-canlock-generate): Require sha1, not
16682         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16683         to require within a function.  Sadly, if sha1.el isn't loaded, the
16684         let binding in m-c-g will hide the defcustom definition, which is
16685         bad.)
16686
16687         * canlock.el: Require sha1, not sha1-el.
16688
16689         * message.el: Don't autoload sha1 (there is a autoload cookie in
16690         sha1.el).
16691
16692         * sha1-el.el: Rename to sha1.el.
16693
16694 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16695
16696         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16697
16698 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16699
16700         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16701
16702 2004-08-30  Kim F. Storm  <storm@cua.dk>
16703
16704         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16705
16706         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16707         Add :group 'nnimap.
16708
16709 2004-08-30  Andreas Schwab  <schwab@suse.de>
16710
16711         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16712         ?* and ?\;.
16713
16714         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16715         and ?\' to symbol instead of whitespace.
16716
16717 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16720
16721         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16722         instead of re-search-forward.
16723
16724         * gnus-uu.el (gnus-uu-save-article): Ditto.
16725         (gnus-uu-post-encode-uuencode): Ditto.
16726
16727         * html2text.el (html2text-clean-list-items): Ditto.
16728         (html2text-clean-dtdd): Ditto.
16729         (html2text-format-tags): Ditto.
16730
16731         * message.el (message-send-mail-with-sendmail): Fix regexp.
16732         (message-fill-field-general): Use search-forward instead of
16733         re-search-forward.
16734         (unbold-region): Ditto.
16735
16736         * nnrss.el (nnrss-request-article): Ditto.
16737
16738         * nnslashdot.el (nnslashdot-request-article): Ditto.
16739
16740         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16741
16742         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16743         "Unrecognized menu descriptor" error in XEmacs.
16744
16745 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16746
16747         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16748         parent article of a sparse article in the thread hashtb.
16749
16750 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16751
16752         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16753         (nnmail-expand-newtext): Lowercase expanded entries if
16754         nnmail-split-lowercase-expanded is non-nil.
16755
16756 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16759
16760         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16761         of gnus-tmp-news-method into string under XEmacs.  It will be
16762         passed to gnus-correct-length which takes only a string argument.
16763
16764 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-util.el (gnus-bind-print-variables): New macro.
16767         (gnus-prin1): Use it.
16768         (gnus-prin1-to-string): Use it.
16769         (gnus-pp): New function.
16770         (gnus-pp-to-string): New function.
16771
16772         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16773         Replace pp-to-string with gnus-pp-to-string.
16774         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16775         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16776         * gnus-msg.el (gnus-debug): Ditto.
16777         * gnus-score.el (gnus-score-save): Ditto.
16778         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16779         gnus-pp-to-string.
16780         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16781         with gnus-pp.
16782         * score-mode.el (gnus-score-pretty-print): Ditto.
16783         * webmail.el (webmail-debug): Ditto.
16784
16785 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * gnus-art.el (article-display-face, article-display-x-face):
16788         Use buffer-read-only.
16789
16790 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus-art.el (article-hide-list-identifiers):
16793         Bind inhibit-read-only as t.
16794
16795 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16796
16797         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16798
16799 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16800
16801         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16802         (gnus-narrow-to-page): Don't assume point-min == 1.
16803         (gnus-article-edit-mode): Derive from message-mode.
16804
16805         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16806         point-min == 1.
16807
16808         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16809         Disable incorrect use of `assert'.
16810
16811         * message.el (message-mode): Set comment-start-skip.
16812
16813
16814 2004-08-22  Sam Steingold  <sds@gnu.org>
16815
16816         * pop3.el (pop3-leave-mail-on-server): New user variable.
16817         (pop3-movemail): Delete mail only when it is nil.
16818
16819 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16820
16821         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16822
16823         * mml.el (mml-preview): Use `pop-to-buffer'.
16824
16825         * message.el (message-goto-mail-followup-to): Insert after "To".
16826         (message-carefully-insert-headers): Add comment.
16827
16828         * gnus.el: Remove unused variable `gnus-article-check-size'.
16829
16830         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16831
16832         * gnus-art.el (gnus-button-alist):
16833         Improve `gnus-button-handle-library' entry.
16834
16835 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16836
16837         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16838         Use downcase, since XEmacs capitalizes error messages differently.
16839
16840 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16841
16842         * nntp.el: Add (require 'gnus) due to reference to
16843         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16844
16845 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16846
16847         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16848         Bind `mm-fill-flowed'.
16849
16850         * mm-decode.el (mm-dissect-singlepart): Check it.
16851
16852 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16853
16854         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16855         'imap' for netrc parsing.
16856
16857 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * mailcap.el (mailcap-mime-data): Mark as risky.
16860
16861 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16864         may be included in the encoded word.
16865         (rfc2047-encode): Don't append a space if the encoded word
16866         includes close parenthesis.
16867
16868 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16871         of text within parentheses.
16872
16873 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16874
16875         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16876         (gnus-encrypt-write-file-contents): Make the password key the file
16877         name PLUS the cipher, not just the cipher.  Also remove failed
16878         passwords from the cache.
16879
16880 2004-08-06  Simon Josefsson  <jas@extundo.com>
16881
16882         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16883         Doc fix.
16884
16885 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16888         LWSP.
16889
16890 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16891
16892         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16893         Try to append in-reply-to: data to the references: header.
16894
16895         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16896         (netrc-parse): Use gnus-encrypt.el functions.
16897
16898         * gnus-encrypt.el: Add new file for encryption support; currently
16899         does only a few GPG ciphers and an internal XOR cipher.
16900
16901         * password.el: Add comments on using password-read-and-add.
16902         (password-read-and-add): Add function to read and add the
16903         password to the cache at once.
16904
16905 2004-07-28  Simon Josefsson  <jas@extundo.com>
16906
16907         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16908         parameter (but don't use it, for now).
16909
16910         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16911         instead of hard coding to nil.
16912
16913 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16916         as mm-inline-image-xemacs does.
16917
16918 2004-07-26  Simon Josefsson  <jas@extundo.com>
16919
16920         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16921         Revert part of 2004-07-17 change below.
16922
16923 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16926         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16927
16928 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16929
16930         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16931         quotes that actually start with ">" at the beginning of the
16932         lines.
16933
16934 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * rfc2047.el (rfc2047-encode-region): Fix last change.
16937         (rfc2047-encode-parameter): Remove useless concat.
16938
16939 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16942         encode special characters; fix some kind of misconfigured headers;
16943         signal a real error if debug-on-quit or debug-on-error is non-nil.
16944         (rfc2047-encode-max-chars): New variable.
16945         (rfc2047-encode-1): Use it.
16946         (rfc2047-encode-parameter): New function.
16947
16948         * mml.el (mml-insert-parameter): Remove an excessive space.
16949
16950 2004-07-17  Simon Josefsson  <jas@extundo.com>
16951
16952         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16953         Kai Grossjohann <kai@emptydomain.de>.
16954         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16955         (gnus-group-make-menu-bar): Ditto.
16956
16957         * gnus-util.el (gnus-group-server): Add.
16958
16959 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16960
16961         * message.el (message-clone-locals): Clone sendmail and smtp
16962         variables.
16963
16964 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * rfc2047.el (rfc2047-encode-region): Fix last change.
16967
16968 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16971         characters as non-special.
16972
16973 2004-07-09  Simon Josefsson  <jas@extundo.com>
16974
16975         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16976         Users will lose all flag changes made while unplugged with
16977         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16978         good default.  See numerous reports on ding mailing list.
16979
16980 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16983         add generate-head-function and generate-article-function to the
16984         rfc822-forward entry.
16985         (nndoc-rfc822-forward-generate-article): New function.
16986         (nndoc-rfc822-forward-generate-head): New function.
16987
16988         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16989
16990 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16991
16992         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16993         respect display group parameter and gnus-summary-expunge-below.
16994         (gnus-articles-to-read): Remove unused reference to display group
16995         parameter.
16996
16997 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16998
16999         * nnheader.el (nnheader-uniquify-message-id): New experimental
17000         variable.
17001         (nnheader-nov-read-message-id): Use it.
17002
17003         * spam-report.el (spam-report-gmane): Add interactive.
17004
17005 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * mm-encode.el (mm-content-transfer-encoding-defaults):
17008         Use qp-or-base64 for the application/* types.
17009
17010 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17011
17012         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17013
17014 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17015
17016         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17017         trim value.
17018
17019 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17020
17021         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17022         New macro and function.
17023         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17024
17025 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17028         after-load-alist.
17029
17030 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17031
17032         * gnus-group.el (gnus-group-get-new-news-this-group):
17033         Don't update info that isn't there.
17034
17035 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17036
17037         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17038         entry.
17039
17040 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * mm-view.el (mm-inline-render-with-function): Use multibyte
17043         buffer; decode html source by charset.
17044
17045         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17046
17047         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17048         Mule-UCS is loaded under XEmacs.
17049         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17050
17051 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17052
17053         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17054
17055 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * mm-util.el (mm-coding-system-p): Return a coding-system.
17058         (mm-mime-mule-charset-alist): Use shift_jis instead of
17059         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17060         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17061         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17062         instead of japanese-shift-jis and iso-latin-1 respectively in
17063         order to share the default value with both Emacs and XEmacs-mule.
17064         (mm-mule-charset-to-mime-charset):
17065         Make mm-coding-system-priorities effective.
17066         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17067         while predicating of candidates upon the priorities.
17068
17069 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17070
17071         * gnus-sum.el (gnus-summary-make-menu-bar):
17072         Add gnus-uu-invert-processable.
17073
17074         * gnus.el: Autoload gnus-uu-invert-processable.
17075
17076 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * mm-util.el (mm-with-multibyte-buffer): New macro.
17079
17080         * rfc2047.el (rfc2047-encode-string): Use it.
17081         (rfc2047-encode-region): Move point to the end of the region after
17082         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17083
17084 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17087         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17088
17089 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17092         (gnus-cite-parse): Ignore quoted envelope From_.
17093         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17094
17095 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17096
17097         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17098         invalid addresses.
17099
17100 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17101
17102         * spam.el: Change section markers, revise TODO list.
17103         (spam-backends): Make new master list of all installed backends.
17104         (spam-summary-exit-behavior): Add new variable to determine how
17105         messages moves are done at summary exit.
17106         (spam-move-spam-nonspam-groups-only)
17107         (spam-process-ham-in-nonham-groups)
17108         (spam-process-ham-in-spam-groups): Remove variables, the
17109         spam-summary-exit-behavior variable should be used to manage this
17110         behavior.
17111         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17112         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17113         and spam-old-spam-articles.
17114         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17115         Add empty variables, placeholders for the backends they represent.
17116         (spam-set-difference): Move, unchanged.
17117         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17118         unless the user has a processor variable.
17119         (spam-classifications, spam-classification-valid-p)
17120         (spam-backend-properties, spam-backend-property-valid-p)
17121         (spam-backend-function-type-valid-p)
17122         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17123         (spam-report-articles-gmane, spam-report-articles-resend):
17124         Remove functions, they are not needed.
17125         (spam-install-backend-super, spam-backend-list)
17126         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17127         (spam-backend-function, spam-backend-ham-registration-function)
17128         (spam-backend-spam-registration-function)
17129         (spam-backend-ham-unregistration-function)
17130         (spam-backend-spam-unregistration-function)
17131         (spam-backend-statistical-p, spam-backend-mover-p)
17132         (spam-install-backend-alias, spam-install-checkonly-backend)
17133         (spam-install-mover-backend, spam-install-nocheck-backend)
17134         (spam-install-backend, spam-install-statistical-backend)
17135         (spam-install-statistical-checkonly-backend): Add backend installation
17136         support.
17137         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17138         (spam-group-processor-p): Use the new backend code and respect the
17139         summary exit behavior.
17140         (spam-mark-spam-as-expired-and-move-routine): Remove.
17141         (spam-summary-prepare): Change to use the new spam-old-articles
17142         variable.
17143         (spam-copy-or-move-routine, spam-copy-spam-routine)
17144         (spam-move-spam-routine, spam-copy-ham-routine)
17145         (spam-move-ham-routine): Add code to copy/move ham or spam.
17146         (spam-fetch-field-fast): Improve doc and code, plus allow the
17147         'number request.
17148         (spam-list-of-checks, spam-list-of-statistical-checks):
17149         Remove variables.
17150         (spam-split, spam-find-spam): Use the new backend code.
17151         (spam-registration-functions): Remove variable.
17152         (spam-unregister-routine): Add convenience wrapper.
17153         (spam-log-undo-registration, spam-register-routine)
17154         (spam-log-processing-to-registry)
17155         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17156         where possible.
17157         (spam-check-gmane-xref, spam-check-regex-headers)
17158         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17159         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17160         (spam-check-bogofilter-headers, spam-check-spamoracle)
17161         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17162         (spam-check-crm114-headers): Use the spam-split-group that
17163         spam-split prepares, no need to determine it every time.
17164
17165         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17166         to the nnheader-parse-naked-head call.
17167
17168         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17169
17170         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17171         the nnheader-nov-read-message-id call.
17172
17173 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17176         gnus-activate-group twice.  Suggested by Markus Peter
17177         <warp@spin.de>.
17178
17179 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * gnus-art.el (gnus-article-time-format): Exchange the order of
17182         day and month in the default value; fix customization type.
17183         (article-date-ut): Use add-text-properties.
17184         (article-make-date-line): Use message-make-date instead of
17185         current-time-string.
17186
17187         * message.el (message-fetch-field): Don't use set-text-properties.
17188         (message-make-date): Simplify.
17189
17190         * messagexmas.el (message-xmas-make-date): New function.
17191         (message-xmas-redefine): Defalias message-make-date to it.
17192
17193 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17196         (rfc2047-encode-region): Treat text within parentheses as special;
17197         show the original text when error has occurred.
17198
17199         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17200         already-computed method to gnus-activate-group.
17201
17202         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17203         same select-methods identical Lisp objects.
17204
17205         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17206         object when modifying the info.
17207
17208 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17211         gnus-opened-servers since it has never been opened with the new
17212         configuration yet.
17213
17214 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17215
17216         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17217         arg to nnheader-generate-fake-message-id.
17218
17219 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17220
17221         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17222         number and build a fake message ID localized to a group and
17223         article number (so it's repeatable from that point on).
17224         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17225         ID format.
17226
17227         * gnus-sum.el (gnus-get-newsgroup-headers):
17228         Call nnheader-generate-fake-message-id with the article number.
17229
17230 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17231
17232         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17233         end-of-buffer.
17234
17235 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17236
17237         * message.el (message-ignored-supersedes-headers): Add Approved.
17238
17239 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17242         goto-char.
17243         (rfc2047-encode): Fold the line before encoding.
17244
17245 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17246
17247         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17248         folding -- not all headers can be folded, and this should be done
17249         by the message composition mode.  Probably.  I think.
17250
17251 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17254         fast.
17255
17256         * gnus-ems.el (gnus-remove-image): Don't use
17257         message-text-with-property; remove only the image found first.
17258
17259         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17260         found first.
17261
17262 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17263
17264         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17265
17266 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17267
17268         * message.el (message-text-with-property): Make it fast and accept
17269         optional arguments.
17270         (message-strip-forbidden-properties): Use it.
17271         (message-fix-before-sending): Follow the m-t-w-p change.
17272
17273         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17274
17275 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * gnus-art.el (article-hide-headers): Don't change the buffer
17278         mistakenly when performing mml-preview even if
17279         gnus-single-article-buffer is nil.
17280
17281 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17282
17283         * message.el (message-expand-name-databases): New user option.
17284         (message-expand-name): Use it.
17285
17286 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17287
17288         * spam.el (spam-report-articles-resend)
17289         (spam-report-resend-register-routine): Allow ham reporting.
17290         (spam-report-resend-register-ham-routine): Add wrapper.
17291         (spam-registration-functions): Add ham resending functions.
17292         (spam-list-of-processors): Add ham resend processor.
17293
17294         * gnus.el (ham-resend-to): Add new group parameter.
17295         (spam-process): Add ham resend option.
17296
17297         * spam-report.el (spam-report-resend): Allow reporting ham.
17298         (spam-report-resend-ham): Add wrapper.
17299
17300 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17301
17302         * message.el (message-cite-articles-with-x-no-archive):
17303         New variable.
17304         (message-cite-original): Use it.
17305
17306 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17307
17308         * message.el (message-cite-original): Respect X-No-Archive.
17309
17310 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * gnus-art.el (article-hide-headers): Refer to the values for
17313         gnus-ignored-headers and gnus-visible-headers in the summary
17314         buffer since a user may have set them as group parameters.
17315
17316 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17317
17318         * assistant.el (assistant-node-name): Add convenience function.
17319         (assistant-render-text, assistant-render-node): Add error handling,
17320         plus handle multiple next nodes.
17321         (assistant-find-next-node): Comment out for now.
17322         (assistant-find-next-nodes): Add function, returns list of next
17323         nodes.
17324
17325 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * mail-source.el (mail-source-directory): Fix doc-string.
17328
17329 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17330
17331         * assistant.el (assistant-render-text, assistant-eval): Add :set
17332         widget type, which is different because it takes and returns a
17333         list.  Much hilarity ensues.
17334
17335 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17338
17339         * gnus-group.el (gnus-group-get-new-news-this-group):
17340         Add doc-string.
17341
17342         * gnus-start.el (gnus-activate-group): Add doc-string.
17343
17344 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17347
17348 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17349
17350         * assistant.el (assistant-render-text): Try to add a :set
17351         widget, more to come.
17352
17353         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17354         strings.
17355         (spam-report-articles-resend)
17356         (spam-register-routine): Do registration iff any articles warrant
17357         it.
17358         (spam-summary-prepare-exit): Change log message for nil group
17359         destinations.
17360
17361 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17362
17363         * spam.el (spam-report-resend-register-routine):
17364         Allow spam-report-resend-to to be a group parameter or a global value.
17365
17366 2004-05-26  Simon Josefsson  <jas@extundo.com>
17367
17368         * starttls.el: Merge with my GNUTLS based starttls.el.
17369         (starttls-gnutls-program, starttls-use-gnutls)
17370         (starttls-extra-arguments, starttls-process-connection-type)
17371         (starttls-connect, starttls-failure, starttls-success):
17372         New variables.
17373         (starttls-program, starttls-extra-args): Doc fix.
17374         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17375         New functions.
17376         (starttls-negotiate, starttls-open-stream):
17377         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17378         function if it is set.
17379
17380 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17381
17382         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17383         structured fields.
17384
17385 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17388
17389 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17390
17391         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17392         Add variable.
17393         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17394         assigning the spam-mark to new messages.
17395
17396 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17397
17398         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17399
17400 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17403
17404         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17405         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17406         default.
17407
17408 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17409
17410         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17411         correct data.
17412
17413 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17414
17415         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17416         (spam-group-processor-p): Fix function.
17417         (spam-group-processor-multiple-p)
17418         (spam-group-spam-processor-report-gmane-p)
17419         (spam-group-spam-processor-report-resend-p)
17420         (spam-group-spam-processor-bogofilter-p)
17421         (spam-group-spam-processor-blacklist-p)
17422         (spam-group-spam-processor-ifile-p)
17423         (spam-group-ham-processor-ifile-p)
17424         (spam-group-spam-processor-spamoracle-p)
17425         (spam-group-spam-processor-crm114-p)
17426         (spam-group-ham-processor-bogofilter-p)
17427         (spam-group-spam-processor-stat-p)
17428         (spam-group-ham-processor-stat-p)
17429         (spam-group-ham-processor-whitelist-p)
17430         (spam-group-ham-processor-BBDB-p)
17431         (spam-group-ham-processor-spamoracle-p)
17432         (spam-group-ham-processor-copy-p): Remove functions with some
17433         prejudice against unneeded code.
17434         (spam-report-articles-resend)
17435         (spam-report-resend-register-routine): Allow the group/topic
17436         spam-resend-to value to override spam-report-resend-to.
17437         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17438         properly now.
17439
17440         * gnus.el (spam-resend-to): Add group/topic parameter.
17441         (spam-process): Move the OBSOLETE processors to the end of the
17442         choices.
17443
17444 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17445
17446         * spam-report.el (spam-report-resend-to, spam-report-resend):
17447         Start with resend-to set to nil, and then ask the user if necessary.
17448         (spam-report-resend): spam-report-resend takes a list of articles, not
17449         separate article numbers.
17450
17451 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17454         addition to emacs-w3m.
17455
17456 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17457
17458         * assistant.el (assistant-authinfo-data): New function.
17459         (assistant-eval): Eval for entire assistant.
17460
17461         * netrc.el (netrc-services-file): New variable.
17462         (netrc-parse-services): New function.
17463         (netrc-find-service-name): New function.
17464         (netrc-find-service-number): New function.
17465         (netrc-port-equal): New function.
17466         (netrc-machine): Use it.
17467
17468         * nnimap.el (nnimap-open-connection): Use netrc.
17469
17470         * gnus-util.el (gnus-netrc-get): Remove aliases.
17471
17472         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17473
17474         * assistant.el (wid-edit): Fix compilation.
17475
17476         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17477
17478 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17479
17480         * gnus-util.el (gnus-set-file-modes): New function.  (small
17481         patch).
17482
17483 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17484
17485         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17486
17487         * assistant.el (assistant-render-node): Fix up rendering and
17488         read-only text.
17489         (assistant-render-node): Reset.
17490         (assistant-make-read-only): Not sticky.
17491
17492 2004-05-20  Danny Siu  <dsiu@adobe.com>
17493
17494         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17495         centered even when gnus-auto-center-summary is t.
17496
17497 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17498
17499         * dns.el (dns-get-txt-answer): New function.
17500         (dns-read-txt): Ditto.
17501         (query-dns): Use it.
17502
17503 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17506         active for foreign groups even if the group level is higher than
17507         the specified value.
17508
17509 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17510
17511         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17512         non-active groups.
17513
17514         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17515
17516 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17517
17518         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17519
17520 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17521
17522         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17523         (spam-crm114-header, spam-crm114-spam-switch)
17524         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17525         (spam-crm114-positive-spam-header)
17526         (spam-crm114-database-directory, spam-list-of-processors)
17527         (spam-group-spam-processor-crm114-p)
17528         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17529         (spam-generic-score, spam-list-of-checks)
17530         (spam-list-of-statistical-checks, spam-registration-functions)
17531         (spam-check-crm114-headers, spam-crm114-score)
17532         (spam-check-crm114, spam-crm114-register-with-crm114)
17533         (spam-crm114-register-spam-routine)
17534         (spam-crm114-unregister-spam-routine)
17535         (spam-crm114-register-ham-routine)
17536         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17537         From asjo@koldfront.dk (Adam Sjøgren).
17538
17539         * gnus.el: Add spam-use-crm114.
17540
17541         * spam.el (spam-list-of-processors, spam-registration-functions):
17542         Add spam-use-resend.
17543         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17544         (spam-report-articles-gmane): Add doc fix.
17545         (spam-report-articles-resend, spam-report-resend-register-routine):
17546         Add wrappers around spam-report-resend-to.
17547
17548         * spam-report.el (spam-report-resend-to, spam-report-resend):
17549         Add support for resending spam.
17550         (spam-report-gmane): Fix line length >80.
17551
17552         * gnus.el (spam-process): Add spam-use-resend.
17553
17554 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17555
17556         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17557         number of processed spam messages.
17558         (spam-ham-copy-or-move-routine): Return the number of processed
17559         ham messages.
17560         (spam-summary-prepare-exit): Use the above values to decide
17561         whether status messages shouled be displayed.
17562
17563 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17566         `rfc2047-encoding-function-alist' in order to avoid conflicting
17567         with the old version.
17568         (rfc2047-encode-region): Concatenate words containing non-ASCII
17569         characters in structured fields; don't encode space-delimited
17570         ASCII words even in unstructured fields; don't break words at
17571         char-category boundaries.
17572         (rfc2047-encode-1): New function.
17573         (rfc2047-encode): Use it; encode text so that it occupies the
17574         maximum width within 76-column; work correctly on Q encoding for
17575         iso-2022-* charsets.
17576         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17577         sure not to break a line just after the header name.
17578         (rfc2047-b-encode-region): Remove.
17579         (rfc2047-b-encode-string): New function.
17580         (rfc2047-q-encode-region): Remove.
17581         (rfc2047-q-encode-string): New function.
17582
17583         * mm-util.el (mm-replace-in-string): New function.
17584
17585 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17586
17587         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17588         Really get it right.
17589         (gnus-inews-make-draft): Really.
17590
17591 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17592
17593         * nnmh.el (nnmh-request-list-1): Don't check the link count
17594         before descending.  (small patch)
17595
17596 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17597
17598         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17599         stuff.
17600
17601         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17602         Match on real group name.
17603
17604         * gnus-art.el (gnus-signature-limit): Doc fix.
17605
17606         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17607
17608         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17609
17610 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17611
17612         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17613         isn't a string.
17614
17615 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17616
17617         * gnus-draft.el (gnus-draft-send):
17618         Bind rfc2047-encode-encoded-words.
17619
17620         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17621         (rfc2047-encodable-p): Say that =? needs encoding.
17622         (rfc2047-encode-encoded-words): New variable.
17623
17624         * gnus-group.el (gnus-group-select-group): Doc fix.
17625
17626         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17627
17628         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17629         to nil.
17630
17631         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17632
17633         * nnheader.el (nnheader-get-lines-and-char): New function.
17634
17635 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17636
17637         * gnus-msg.el (gnus-summary-followup-with-original):
17638         Document yanking of region when active.
17639
17640 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17643         groups if the group level is higher than the specified value.
17644
17645 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17646
17647         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17648         (gnus-group-jump-to-group): Add prefix argument using
17649         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17650         non-active group.
17651
17652         * compface.el (uncompface): Be verbose when changing
17653         `uncompface-use-external'.
17654
17655         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17656         handle manual section.
17657
17658 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17659
17660         * gnus-art.el (gnus-button-alist): Revert previous change.
17661
17662 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17663
17664         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17665
17666 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17667
17668         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17669         whether backend can accept message.
17670
17671         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17672
17673 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17674
17675         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17676         Avoid creating directory when nntp-marks-is-evil is true.
17677         Reported by Reiner Steib.
17678
17679 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17680
17681         * gnus-picon.el (gnus-picon-style): New variable.
17682         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17683         (gnus-picon-transform-address): Support `gnus-picon-style'.
17684         From Jesper Harder <harder@ifa.au.dk>.
17685
17686 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17687
17688         * message.el (message-fill-field): Return point.
17689         (message-generate-headers): Go to end of field.
17690
17691         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17692         stuff for non-living groups.
17693
17694 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17695
17696         * gnus-art.el (gnus-article-followup-with-original)
17697         (gnus-article-reply-with-original): gnus-mark-active-p ->
17698         gnus-region-active-p.
17699
17700 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17701
17702         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17703         only when there is spam or ham to be processed.
17704
17705 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17706
17707         * mail-source.el (mail-source-delete-crash-box): Refactor.
17708         (mail-source-fetch): Use it.
17709         (mail-source-fetch-file): Ditto.
17710         (mail-source-fetch-directory): Run postscript in loop.
17711         (mail-source-fetch-pop): Delete.
17712         (mail-source-fetch-maildir): Ditto.
17713         (mail-source-fetch-imap): Ditto.
17714
17715         * imap.el (imap-authenticators): Comment out sasl.
17716
17717         * message.el (message-skip-to-next-address): New function.
17718         (message-fill-header-address): Refactor.
17719         (message-fill-address): Use it.
17720         (message-delete-address): Use it.
17721         (message-fill-header-general): Refactor.
17722         (message-fill-field-address): Rename.
17723         (message-narrow-to-field): Find the start of the header.
17724         (message-header-format-alist): Don't pre-fill.
17725         (message-fill-header): Remove.
17726         (message-insert-header): New function.
17727         (message-shorten-references): Use it.
17728
17729         * rfc2047.el (rfc2047-field-value): Strip props.
17730
17731         * mail-parse.el (mail-header-make-address): New alias.
17732
17733         * ietf-drums.el (ietf-drums-make-address): New function.
17734
17735         * imap.el: Add compiler directives.
17736
17737         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17738
17739         * gnus-art.el (article-decode-idna-rhs): Don't use
17740         message-idna-inside-rhs-p.
17741
17742 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17743
17744         * message.el (message-idna-inside-rhs-p): Remove.
17745         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17746
17747         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17748         false positives.
17749
17750 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17751
17752         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17753
17754 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17755
17756         * nneething.el (nneething-file-name): Don't create spurious
17757         files.
17758
17759         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17760         (gnus-inews-do-gcc): Remove sleep.
17761
17762         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17763         part under point.
17764
17765         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17766         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17767
17768 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17769
17770         * spam.el (spam-summary-prepare-exit): Fix (length).
17771
17772 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17773
17774         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17775         as expired without moving it" message when there are spam
17776         messages left.
17777
17778 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17779
17780         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17781         header is not nil.
17782
17783 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17784
17785         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17786         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17787         (nntp-marks-changed-p): New arg SERVER.
17788         (nntp-request-update-info): Adjust caller.
17789
17790 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17791
17792         * nntp.el (nntp-save-marks): Pass missing arg.
17793
17794 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17795
17796         * nntp.el: Support marks.
17797         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17798         (nntp-marks-modtime, nntp-marks-directory): New variables.
17799         (nntp-request-set-mark, nntp-request-update-info)
17800         (nntp-possibly-create-directory, nntp-marks-changed-p)
17801         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17802         New functions.
17803
17804 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17805
17806         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17807         (gnus-xmas-redefine): Rename.
17808
17809         * gnus-score.el (gnus-score-insert-help):
17810         Use gnus-select-lowest-window.
17811
17812         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17813         appt-select-lowest-window and rename to gnus-select-lowest-window.
17814
17815         * gnus.el: do.
17816
17817 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17818
17819         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17820         encodings of MIME-encoded words, in order to improve
17821         interoperability with several broken MUAs.
17822
17823 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17824
17825         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17826         tags, only when charsets are not specified in headers.
17827         (mm-inline-text-html-render-with-w3m): Ditto.
17828
17829         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17830         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17831
17832 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17833
17834         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17835         instead of MIME-decoded from fields when checking
17836         `gnus-article-address-banner-alist'.
17837
17838 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17839
17840         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17841         description rather than subject.
17842
17843 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17844
17845         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17846
17847 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17848
17849         * gnus.el (gnus-version-number): Bump.
17850
17851 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17852
17853         * gnus.el: No Gnus v0.2 is released.
17854
17855 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17856
17857         * gnus-agent.el (gnus-agent-read-agentview):
17858         Inline gnus-uncompress-range.
17859
17860 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17861
17862         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17863         `exec-installed-p'.
17864
17865 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17866
17867         * gnus.el (spam-process, spam-autodetect-methods):
17868         Add bsfilter and bsfilter-headers.
17869
17870         * spam.el (spam-bsfilter): New customize group.
17871         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17872         (spam-bsfilter-header, spam-bsfilter-probability-header)
17873         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17874         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17875         (spam-bsfilter-database-directory): New options.
17876         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17877         (spam-list-of-statistical-checks, spam-registration-functions):
17878         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17879         (spam-bsfilter-score): New command.
17880         (spam-check-bsfilter-headers, spam-check-bsfilter)
17881         (spam-bsfilter-register-with-bsfilter)
17882         (spam-bsfilter-register-spam-routine)
17883         (spam-bsfilter-unregister-spam-routine)
17884         (spam-bsfilter-register-ham-routine)
17885         (spam-bsfilter-unregister-ham-routine): New functions.
17886         (spam-generic-score): Support bsfilter; Accept an optional argument
17887         to recalcurate spam score even if scoring header has already been
17888         added.
17889         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17890         optional argument to recalcurate spam score even if scoring header
17891         has already been added.
17892
17893 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17894
17895         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17896         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17897         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17898         link is missing.
17899
17900 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17903         (html2text-get-attr): Rewrite.
17904
17905         * message.el (message-setup-1): Remove redundant put-text-property
17906         on mail-header-separator.
17907
17908 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17909
17910         * gnus-registry.el (gnus-registry-cache-whitespace)
17911         (gnus-registry-action, gnus-registry-spool-action)
17912         (gnus-registry-split-fancy-with-parent): Change message levels
17913         from 5 to 3 or 7, as needed.
17914
17915         * spam.el (spam-summary-prepare-exit)
17916         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17917         (spam-split, spam-find-spam, spam-log-undo-registration)
17918         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17919         level from 5 to 6.
17920
17921 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17924         2004-03-04 change).
17925
17926 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17927
17928         * sieve-manage.el (sieve-manage-open):
17929         * nnweb.el (nnweb-insert-html):
17930         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17931         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17932         * nnspool.el (nnspool-request-group):
17933         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17934         * nnml.el (nnml-request-update-info):
17935         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17936         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17937         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17938         (nnimap-request-set-mark):
17939         * nnfolder.el (nnfolder-request-update-info):
17940         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17941         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17942         * gnus-uu.el (gnus-uu-find-articles-matching):
17943         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17944         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17945         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17946         * gnus-nocem.el (gnus-nocem-scan-groups):
17947         * gnus-int.el (gnus-start-news-server):
17948         * gnus-group.el (gnus-group-make-kiboze-group)
17949         (gnus-group-browse-foreign-server):
17950         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17951         Use mapc when appropriate.
17952
17953 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17954
17955         FIXME: Make separate entries for each person.
17956
17957         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17958         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17959         <shields@msrl.com>:
17960
17961         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17962         may need for spam sorting and scoring.
17963         (spam-user-format-function-S): Add user format function suitable for
17964         general use.
17965         (spam-article-sort-by-spam-status): Add sorting function for summary
17966         sorting.
17967         (spam-extra-header-to-number): Add function to get a score from a
17968         header.
17969         (spam-summary-score): Add function to get a numeric score from the
17970         headers.
17971         (spam-generic-score): Fix function doc, was in wrong place.
17972         (spam-initialize): Take symbols when it's run, and install the
17973         extra headers that spam-necessary-extra-headers thinks we need.
17974
17975 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17976
17977         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17978         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17979
17980 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17981
17982         * gnus-sum.el (gnus-set-global-variables)
17983         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17984         (gnus-article-get-xrefs, gnus-summary-best-group)
17985         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17986         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17987         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17988         Use with-current-buffer.
17989
17990 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17991
17992         * spam.el (spam-summary-prepare-exit): Simplify logic.
17993         (spam-fetch-article-header): Read the article header if it's not
17994         available.
17995         (spam-list-articles): Simplify logic.
17996         (spam-filelist-register-routine): Fix bug with unregister-list.
17997
17998         * gnus-registry.el: Fix comments at beginning.
17999
18000 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18001
18002         * message.el (message-cater-to-broken-inn): Remove.
18003         (message-shorten-references): Make sure the total folded length of
18004         References is shorter than 998 characters to cater to a bug in INN
18005         2.3.  Also, don't pretend that references aren't folded -- this
18006         hasn't worked for a while.
18007
18008 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18009
18010         * gnus-agent.el (gnus-agentize):
18011         gnus-agent-send-mail-real-function no longer set to current value
18012         of message-send-mail-function but rather a lambda that calls
18013         message-send-mail-function.  The change makes the agent real-time
18014         responsive to user changes to message-send-mail-function.
18015
18016 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18017
18018         * legacy-gnus-agent.el
18019         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18020         help from Florian Weimer <fw@deneb.enyo.de>
18021
18022 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * nnmail.el (nnmail-cache-insert): Revert last change.
18025
18026 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * nnmail.el (nnmail-cache-insert): Always check whether
18029         nnmail-cache-ignore-groups matches a group name.
18030
18031 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18032
18033         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18034         (spam-find-spam, spam-log-processing-to-registry)
18035         (spam-log-registered-p, spam-log-unregistration-needed-p)
18036         (spam-log-undo-registration): Use gnus-message instead of
18037         gnus-error, none of these errors are fatal.
18038
18039         * gnus-registry.el (gnus-registry-clean-empty-function)
18040         (gnus-registry-clean-empty): Remove only empty entries without
18041         extra data.
18042
18043 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18044
18045         * spam-stat.el (spam-stat-buffer-change-to-spam)
18046         (spam-stat-buffer-change-to-non-spam): Change (error) to
18047         (gnus-message 8) invocation.
18048
18049 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * nntp.el (nntp-via-netcat-command): New variable.
18052         (nntp-via-netcat-switches): New variable.
18053         (nntp-open-via-rlogin-and-netcat): New function.
18054         (nntp-open-connection-function): Doc fix.
18055         (nntp-telnet-command): Doc fix.
18056         (nntp-end-of-line): Doc fix.
18057         (nntp-via-rlogin-command): Doc fix.
18058         (nntp-via-user-name): Doc fix.
18059         (nntp-via-address): Doc fix.
18060
18061 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18064         error in Emacs 21.1.
18065
18066 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18067
18068         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18069
18070 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18071
18072         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18073         (gnus-agent-with-refreshed-group): New macro.
18074         (gnus-agent-rename-group): New function.
18075         (gnus-agent-delete-group): New function.
18076         (gnus-agent-save-group-info): Use gnus-command-method when
18077         `method' parameter is nil.  Don't write nil entries into the
18078         active file.
18079         (gnus-agent-get-group-info): New function.
18080         (gnus-agent-fetch-articles):
18081         Use gnus-agent-update-files-total-fetched-for to increment disk space
18082         used.
18083         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18084         Use gnus-agent-update-view-total-fetched-for to increment disk space
18085         used.
18086         (gnus-agent-get-local): Add optional parameters to avoid calling
18087         gnus-group-real-name and gnus-find-method-for-group.
18088         (gnus-agent-set-local): Delete stored entry if either min, or max,
18089         are nil.
18090         (gnus-agent-fetch-session): Reworded error/quit messages.
18091         On quit, use gnus-agent-regenerate-group to record existance of any
18092         articles fetched to disk before the quit occurred.
18093         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18094         gnus-agent-update-view-total-fetched-for, and
18095         gnus-agent-update-files-total-fetched-for to decrement disk space
18096         used.
18097         (gnus-agent-retrieve-headers):
18098         Use gnus-agent-update-view-total-fetched-for to increment disk space
18099         used.
18100         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18101         with gnus-agent-update-files-total-fetched-for to decrement disk
18102         space and fresh group buffer.
18103         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18104         (gnus-agent-need-update-total-fetched-for): New variable.
18105         (gnus-agent-update-files-total-fetched-for): New function.
18106         (gnus-agent-update-view-total-fetched-for): New function.
18107         (gnus-agent-total-fetched-for): New function.
18108
18109         * gnus-cache.el (gnus-cache-save-buffers):
18110         Use gnus-cache-update-overview-total-fetched-for to change disk space
18111         used by this group.
18112         (gnus-cache-possibly-enter-article):
18113         Use gnus-cache-update-file-total-fetched-for to increment disk space
18114         used by this group.
18115         (gnus-cache-possibly-remove-article):
18116         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18117         used by this group.
18118         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18119         (gnus-cache-rename-group): New function.
18120         (gnus-cache-delete-group): New function.
18121         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18122         (gnus-cache-need-update-total-fetched-for): New variable.
18123         (gnus-cache-with-refreshed-group): New macro.
18124         (gnus-cache-update-file-total-fetched-for): New function.
18125         (gnus-cache-update-overview-total-fetched-for): New function.
18126         (gnus-cache-rename-group-total-fetched-for): New function.
18127         (gnus-cache-delete-group-total-fetched-for): New function.
18128         (gnus-cache-total-fetched-for): New function.
18129
18130         * gnus-group.el: Require gnus-sum and autoload functions to
18131         resolve warnings when gnus-group.el compiled alone.
18132         (gnus-group-line-format): Documented new %F.
18133         (size of Fetched data) group line format; identifies disk space
18134         used by agent and cache.
18135         (gnus-group-line-format-alist): Defined new F format.
18136         (gnus-total-fetched-for): New function.
18137         (gnus-group-delete-group): No longer update
18138         gnus-cache-active-altered as gnus-request-delete-group now keeps
18139         the cache in sync.
18140         (gnus-group-list-active): Let the agent store a server's active
18141         list if currently plugged.
18142
18143         * gnus-int.el (gnus-request-delete-group):
18144         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18145         local disk in sync with the server.
18146         (gnus-request-rename-group):
18147         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18148         local disk in sync with the server.
18149
18150         * gnus-start.el (gnus-get-unread-articles):
18151         Cosmetic simplification to logic.
18152
18153         * gnus-util.el (gnus-rename-file): New function.
18154
18155 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18156
18157         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18158
18159 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18160
18161         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18162         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18163
18164 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18167         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18168
18169 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18170
18171         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18172
18173 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18174
18175         * spam.el (spam-set-difference): Add function to replace
18176         gnus-set-difference in spam.el.
18177         (spam-summary-prepare-exit): Use spam-set-difference.
18178
18179 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18180
18181         * gnus-registry.el (gnus-registry-cache-file): Update to use
18182         gnus-dribble-directory OR gnus-home-directory OR ~.
18183         (gnus-registry-split-fancy-with-parent): Fix doc.
18184
18185 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18186
18187         * message.el (message-exchange-point-and-mark):
18188         Use message-mark-active-p.  Suggested by Jesper Harder
18189         <harder@ifa.au.dk>.
18190
18191 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18192
18193         * message.el (message-exchange-point-and-mark): Don't activate
18194         region if it was inactive.  Suggested by Hiroshi Fujishima
18195         <pooh@nature.tsukuba.ac.jp>.
18196
18197 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * gnus-art.el (article-display-face): Display Faces in the same
18200         order as X-Faces.
18201
18202 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18205
18206 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18209         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18210         (gnus-article-mime-hierarchy): Remove.
18211         (gnus-article-mime-hierarchy-next): Remove.
18212         (gnus-article-mode): Revert 2004-03-19 change.
18213         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18214         (gnus-insert-mime-button): Revert 2004-03-19 change.
18215         (gnus-mime-accumulate-hierarchy): Remove.
18216         (gnus-mime-enter-multipart): Remove.
18217         (gnus-mime-leave-multipart): Remove.
18218         (gnus-mime-display-part): Revert 2004-03-19 change.
18219         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18220
18221         * mml.el (mml-preview): Revert 2004-03-19 change.
18222
18223 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18224
18225         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18226
18227 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18230         t while entering a file name using the mm-with-multibyte macro.
18231         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18232
18233         * mm-util.el (mm-with-multibyte): New macro.
18234
18235 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18236
18237         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18238         New user option.
18239         (gnus-mime-multipart-functions): Doc and customization fix.
18240         (gnus-article-mime-hierarchy): New variable.
18241         (gnus-article-mime-hierarchy-next): New variable.
18242         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18243         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18244         gnus-article-mime-hierarchy-next to nil.
18245         (gnus-insert-mime-button): Show hierarchy numbers.
18246         (gnus-mime-accumulate-hierarchy): New function.
18247         (gnus-mime-enter-multipart): New function.
18248         (gnus-mime-leave-multipart): New function.
18249         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18250         (gnus-mime-display-alternative): Show hierarchy numbers.
18251
18252         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18253         gnus-article-mime-hierarchy-next to nil.
18254
18255 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18256
18257         * dns.el: Don't require gnus-xmas.
18258
18259 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18260
18261         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18262         inline PGP.
18263         (mml-menu): Disable mml-quote-region if mark is inactive.
18264
18265 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18268         when the group's active is not available.
18269
18270 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18273         error.
18274
18275 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18276
18277         * imap.el (imap-store-password): New variable.
18278         (imap-interactive-login): Use it.
18279         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18280
18281 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18284         window-start and hscroll to summary window.
18285
18286 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18287
18288         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18289         conversion message to newsrc-dribble when an actual conversion is
18290         performed.
18291
18292 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18293
18294         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18295
18296 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18297
18298         * mm-decode.el (mm-complicated-handles): New function reviving
18299         former definition of mm-multiple-handles.
18300
18301         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18302         (gnus-mime-delete-part): Use it.
18303
18304 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18305
18306         * gnus-agent.el (gnus-agent-read-local):
18307         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18308         avoid the implicit assumption that they will always be equal.
18309         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18310         coding-system-for-write, as the with-temp-file macro first prints
18311         to a buffer then saves the buffer.
18312
18313 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * gnus-art.el (gnus-article-edit-part): New function.
18316         (gnus-mime-save-part-and-strip): Use it; do query instead of
18317         signaling an error; don't use mm-multiple-handles.
18318         (gnus-mime-delete-part): Ditto.
18319
18320 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18321
18322         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18323         old file versions.
18324         (gnus-group-prepare-hook): Remove function that converted list
18325         form of gnus-agent-expire-days to group properties.
18326
18327         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18328         (gnus-request-accept-article): Re-indented.
18329
18330         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18331         converters to handle old agent file formats.  Add logic for a
18332         "backup before upgrading warning".
18333         (gnus-convert-mark-converter-prompt): Developers can mark
18334         functions as needing (default), or not needing,
18335         gnus-convert-old-newsrc's "backup before upgrading warning".
18336         (gnus-convert-converter-needs-prompt): Tests whether the user
18337         should be protected from potentially irreversable changes by the
18338         function.
18339
18340         * legacy-gnus-agent.el: New.  Provides converters that are only
18341         loaded when gnus-convert-old-newsrc needs to call them.
18342
18343 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18344
18345         * mail-source.el (mail-source-touch-pop): Doc fix.
18346
18347         * message.el (message-smtpmail-send-it): Doc fix.
18348
18349 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18350
18351         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18352
18353         * nnmail.el (nnmail-split-fancy): do.
18354
18355         * gnus-kill.el (gnus-kill, gnus-execute): do.
18356
18357 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18358
18359         * gnus-sum.el (gnus-widget-reversible-match)
18360         (gnus-widget-reversible-to-internal)
18361         (gnus-widget-reversible-to-external): New functions.
18362         (gnus-widget-reversible): New widget.
18363         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18364
18365 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18366
18367         * gnus-sum.el (gnus-thread-sort-functions)
18368         (gnus-article-sort-functions): Document `(not F)' items.
18369
18370 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18371
18372         * spam.el (spam-use-gmane-xref): Add new backend.
18373         (spam-gmane-xref-spam-group): Add variable to control the name of the
18374         Gmane spam group.
18375         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18376         (spam-regex-headers-spam, spam-regex-headers-ham)
18377         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18378         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18379         backends and checks.
18380         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18381
18382         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18383         an autodetect method.
18384
18385 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18386
18387         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18388         articles are being added to a group.
18389         (gnus-request-replace-article): Inform the agent that articles
18390         need to be uncached as the cached contents are no longer valid.
18391
18392 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * binhex.el: Don't autoload executable-find.
18395
18396         * canlock.el: Don't autoload mail-fetch-field.
18397
18398         * dgnushack.el: Autoload c-mode for XEmacs.
18399
18400         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18401
18402         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18403         rmail-dont-reply-to and rmail-output.
18404
18405         * gnus-score.el: Don't autoload ffap-string-at-point.
18406
18407         * gnus-setup.el: Don't autoload sc-cite-original.
18408
18409         * imap.el: Don't autoload base64-decode-string,
18410         base64-encode-string and md5.
18411
18412         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18413         and rmail-msg-restore-non-pruned-header.
18414
18415         * mm-decode.el: Don't autoload executable-find.
18416
18417         * mm-url.el: Don't autoload executable-find.
18418
18419         * mm-view.el: Don't autoload diff-mode.
18420
18421         * nndb.el: Don't autoload news-reply-mode, news-setup,
18422         cancel-timer and telnet.
18423
18424         * password.el: Don't autoload run-at-time for Emacs.
18425
18426         * sha1-el.el: Don't autoload executable-find.
18427
18428         * sieve-mode.el: Don't autoload c-mode.
18429
18430         * uudecode.el: Don't autoload executable-find.
18431
18432 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18433
18434         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18435         (gnus-agent-possibly-alter-active): Avoid null in numeric
18436         comparison.
18437         (gnus-agent-set-local): Refuse to save null in local object table.
18438         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18439         list of articles that will be marked as unread.
18440
18441 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18444
18445 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18446
18447         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18448         language tags.
18449
18450 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18451
18452         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18453         Don't bind "obarray".
18454
18455         * gnus-sum.el (gnus-thread-sort-functions):
18456         Add `gnus-thread-sort-by-most-recent-number' and
18457         `gnus-thread-sort-by-most-recent-date'.
18458         Reported by Kai Grossjohann <kai@emptydomain.de>.
18459
18460 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18463
18464 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18465
18466         * gnus-cus.el (gnus-agent-customize-category):
18467         Remove ignore-errors macro reference that required cl to be loaded at
18468         run-time.
18469
18470         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18471         single-interval range of the form (min . max).  Previously the
18472         range had to look like ((min . max)).  Likewise, return
18473         (min . max) rather than ((min . max)).
18474         (gnus-range-map): Use gnus-range-normalize to accept
18475         single-interval range.
18476
18477         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18478         the cache, but not the agent, now appear with their usual face.
18479
18480         * dgnushack.el (loaddir): New variable that is bound to the
18481         directory containing the dgnushack.el file. Use loaddir, rather
18482         than srcdir, to update load-path. Change lets dgnushack compile
18483         code in directories other than GNUS/lisp.
18484
18485 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * lpath.el: Don't bind w3m-safe-url-regexp.
18488
18489         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18490         w3m-safe-url-regexp variable buffer-local.
18491
18492         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18493
18494 2004-02-27  Simon Josefsson  <jas@extundo.com>
18495
18496         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18497         gnus-group-real-prefix.
18498         (gnus-summary-move-article): Use it, instead of
18499         gnus-group-real-prefix.
18500
18501 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * lpath.el: Bind w3m-safe-url-regexp.
18504
18505         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18506         w3m-safe-url-regexp variable buffer-local and set it as the value
18507         of mm-w3m-safe-url-regexp.
18508
18509         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18510
18511         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18512         parsing gnus-posting-styles when the message is not for replying.
18513
18514         * dgnushack.el: Autoload sgml-mode for XEmacs.
18515
18516         * nnrss.el (nnrss-opml-export):
18517         Use mm-set-buffer-file-coding-system instead of
18518         set-buffer-file-coding-system.
18519
18520 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18523         of checkdoc.el).
18524         * nnrss.el: do.
18525         * gnus-mlspl.el: do.
18526         * gnus-ml.el: do.
18527         * gnus-srvr.el: do.
18528
18529         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18530
18531 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18532
18533         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18534         Corrections to custom-manual links.
18535
18536         * gnus-art.el (gnus-article): Ditto.
18537
18538         * mm-decode.el (mime-display, mime-security): Ditto.
18539
18540 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18541
18542         * flow-fill.el: Typo.
18543
18544 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18545
18546         * spam-wash.el: New file.
18547
18548 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18549
18550         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18551
18552 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18553
18554         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18555         to be run with new-articles as LIST1, not LIST2.
18556         (spam-registration-functions): Add spam-use-ham-copy as a nil
18557         registration backend.
18558
18559 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18560
18561         * spam-stat.el (spam-stat-washing-hook): New option.
18562         (spam-stat-buffer-words): Use it.
18563         (spam-stat-process-directory, spam-stat-test-directory):
18564         Use insert-file-contents-literally.
18565         (spam-stat-coding-system): New variable.
18566         (spam-stat-load, spam-stat-save): Use it.
18567
18568 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18569
18570         * spam-report.el (spam-report-plug-agent):
18571         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18572
18573 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18574
18575         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18576         Allow / in mailto URLs.
18577
18578 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18579
18580         * spam-report.el (spam-report-process-queue): Fix interactive use.
18581         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18582         (spam-report-unplug-agent): Doc fixes.
18583         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18584         (spam-report-agentize, spam-report-deagentize): Autoload.
18585
18586 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18589
18590         * message.el (message-setup-fill-variables): Add mml tags to
18591         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18592         <ajk@iu.edu>.
18593         (message-mode): Don't modify paragraph-separate there.
18594
18595 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18596
18597         * compface.el (uncompface-use-external): Default to undecided.
18598         (uncompface-use-external-threshold): New variable.
18599         (uncompface-float-time): New macro.
18600         (uncompface): Determine whether to use the external decoder if
18601         uncompface-use-external is undecided.
18602
18603 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18604
18605         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18606         after images.
18607
18608         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18609
18610 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18611
18612         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18613
18614         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18615
18616         * gnus-sum.el (gnus-summary-limit-to-age)
18617         (gnus-summary-limit-children): do.
18618
18619         * gnus-int.el (gnus-request-scan): do.
18620
18621         * gnus-group.el (gnus-group-suspend): do.
18622
18623         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18624
18625         * gnus-cite.el (gnus-cite-parse-attributions): do.
18626
18627         * gnus-agent.el (gnus-summary-set-agent-mark)
18628         (gnus-agent-regenerate-group): do.
18629
18630         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18631
18632         * binhex.el (binhex-decode-region-internal): do.
18633
18634 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * gnus-fun.el (gnus-face-properties-alist): New user option.
18637         (gnus-display-x-face-in-from): Use it.
18638
18639         * gnus-art.el (article-display-face): Ditto.
18640
18641         * compface.el (uncompface-use-external): Default to nil.
18642
18643 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18644
18645         * nntp.el (nntp-erase-buffer): New function.
18646         (nntp-retrieve-data, nntp-send-command)
18647         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18648         (nntp-possibly-change-group): Use it.
18649
18650         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18651         Use with-current-buffer.
18652
18653 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18654
18655         * compface.el: Merge the ELisp-based uncompface program.
18656         (compface): New customization group.
18657         (uncompface-use-external): New user option.
18658         (uncompface): Call uncompface-internal if uncompface-use-external
18659         is nil.
18660         (uncompface-internal): New function.  Note that there are also
18661         some other functions and variables added for this function.
18662
18663 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18664
18665         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18666         if necessary.
18667
18668 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18669
18670         * spam-report.el (spam-report-unplug-agent)
18671         (spam-report-plug-agent, spam-report-deagentize)
18672         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18673         Add support for the Agent in spam-report: when unplugged, report to a
18674         file; when plugged, submit all the requests.
18675
18676         * spam.el (spam-register-routine): Fix message about
18677         registration.
18678
18679 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18680
18681         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18682         dependencies.
18683         (rfc2047-encode): Use it.
18684
18685         * gnus-art.el (gnus-button-marker-list): Move before first
18686         reference.
18687
18688         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18689         (imap-parse-body): Fix format string mismatch.
18690
18691         * gnus-score.el (gnus-summary-increase-score): do.
18692
18693         * nnrss.el (nnrss-close): New function.
18694
18695 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18696
18697         * nnrss.el (nnrss-make-filename): New function.
18698         (nnrss-request-delete-group, nnrss-read-server-data)
18699         (nnrss-save-server-data, nnrss-read-group-data)
18700         (nnrss-save-group-data): Use it.
18701         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18702         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18703         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18704
18705 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18706
18707         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18708
18709 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18710
18711         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18712         files.
18713
18714         * message.el (message-generate-headers-first): Don't quote nil
18715         and t in docstrings.
18716
18717         * imap.el (imap-id): do.
18718
18719         * gnus-agent.el (gnus-agent-consider-all-articles)
18720         (gnus-agent-queue-mail): do.
18721
18722 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18723
18724         * spam-report.el (spam-report-process-queue): New function.
18725         Process requests from `spam-report-requests-file'.
18726         (spam-report-process-queue): Doc fix.
18727
18728 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18729
18730         * spam.el (spam-register-routine)
18731         (spam-log-processing-to-registry, spam-log-registered-p)
18732         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18733         Change "check" to "spam-check" for semi-clarity.
18734
18735 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18736
18737         * pop3.el: Require nnheader.
18738
18739         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18740
18741         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18742
18743         * gnus-picon.el: Require cl.
18744
18745         * gnus-fun.el: Require gnus-ems and gnus-util.
18746
18747         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18748
18749         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18750
18751         * gnus-art.el (gnus-article-edit-mode): Define before first
18752         reference.
18753
18754 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18755
18756         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18757         (gnus-uu-post-encoded): Use point-at-bol.
18758
18759         * gnus-topic.el (gnus-group-active-topic-p): do.
18760
18761         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18762
18763         * gnus-group.el (gnus-group-kill-region): do.
18764
18765         * gnus-art.el (article-date-ut): do.
18766
18767         * message.el (message-fetch-field): Remove redundant
18768         case-fold-search binding.
18769         (message-narrow-to-field): Simplify.
18770
18771 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * spam.el (spam-directory): Derive from `gnus-directory'.
18774
18775         * spam-report.el (spam-report-url-to-file)
18776         (spam-report-requests-file): New function and variable for offline
18777         reporting.
18778         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18779         and user defined function.
18780         (spam-report-url-ping-mm-url): Remove doubled slash.
18781
18782 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18783
18784         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18785
18786 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18787
18788         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18789         Fix format string mismatch.
18790
18791         * sieve.el (sieve-deactivate-all): do.
18792
18793         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18794
18795         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18796
18797         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18798
18799         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18800
18801 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18802
18803         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18804         the list of checks.
18805
18806 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18807
18808         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18809         padding.
18810
18811 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18812
18813         * mm-view.el (mm-fill-flowed): New variable.
18814         (mm-inline-text): Use it.
18815
18816 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18817
18818         * spam.el (spam-spamassassin-register-ham-routine)
18819         (spam-spamassassin-register-spam-routine): Fix function names.
18820
18821 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18822
18823         * gnus.el (gnus-tmp-grouplens): Remove.
18824         (gnus-summary-line-format): Remove grouplens.
18825
18826         * gnus-group.el (gnus-group-line-format): Ditto.
18827
18828         * gnus-spec.el (gnus-format-specs): Ditto.
18829         (gnus-update-format-specifications): Flush the group format spec
18830         cache if there's the grouplens stuff.
18831         (gnus-parse-simple-format): Replace %l with the empty string.
18832
18833 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18834
18835         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18836         omission.
18837
18838 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18841         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18842
18843 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18844
18845         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18846         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18847         New macros and functions.
18848         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18849         Handle > NLINK_MAX messages.
18850         * nnmaildir.el (nnmaildir-request-set-mark):
18851         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18852
18853 2004-01-25  Alex Schroeder  <alex@gnu.org>
18854
18855         * spam-stat.el (spam-stat-process-directory-age): New option.
18856         (spam-stat-process-directory): Use it.
18857
18858 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18859
18860         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18861         (spam-stat-save): Accept prefix argument.
18862
18863 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18864
18865         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18866         links" error.
18867
18868 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18871         the rest of the and/or forms.
18872
18873 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18874
18875         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18876         compatibility with old .newsrc.eld files.
18877
18878         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18879
18880         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18881
18882         * gnus-start.el (gnus-1): do.
18883
18884         * gnus-group.el (gnus-group-line-format-alist): do.
18885
18886         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18887
18888         * gnus-gl.el: Remove.
18889
18890 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18891
18892         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18893         marks consisting of a single range {for example, (3 . 5)} rather
18894         than a list of a single range { ((3 . 5)) }.
18895
18896 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18897
18898         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18899         Use with-current-buffer.
18900         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18901         avoid consing a string.
18902
18903         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18904         Remove obsolete entries for big5 and gb2312.
18905
18906 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18907
18908         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18909         uncompressed list.
18910
18911 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18912
18913         * spam-stat.el (spam-stat-strip-xref): New function.
18914         (spam-stat-process-directory): Use it.
18915
18916         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18917         here -- it's done in message-fetch-field.
18918
18919 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18920
18921         * gnus-agent.el (gnus-agent-queue-mail)
18922         (gnus-agent-prompt-send-queue): New variables.
18923         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18924         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18925         "nndraft:queue" along to gnus-draft-send.
18926         Use gnus-agent-prompt-send-queue.
18927         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18928         is "nndraft:queue".  Suggested by Gaute Strokkenes
18929         <gs234@srcf.ucam.org>
18930
18931         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18932         (agent-enable-undownloaded-faces): Add.
18933         (gnus-agent-cat-groups): Use eval-and-compile, not
18934         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18935         method of gnus-agent-cat-groups even when the buffer has been
18936         evaled.
18937         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18938         delete gnus-agent-save-active-1.
18939         (gnus-agent-save-groups): Delete.  Identical to
18940         gnus-agent-save-active.
18941         (gnus-agent-write-active): No longer adjust agent's copy of active
18942         file as agent's adjustments are now stored in their own
18943         file.  Remove optional parameter.
18944         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18945         servers.  Add use of min/max range limits from server's local
18946         file.
18947         (gnus-agent-save-alist): Remove unused optional argument.
18948         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18949         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18950         (gnus-agent-set-local): A per-server file that keeps min/max range
18951         limits for articles known to the agent.  Provides a fast mechanism
18952         for altering many active ranges.
18953         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18954         active file (local makes it unnecessary).
18955         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18956
18957         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18958         (agent-enable-undownloaded-faces): Add.
18959
18960         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18961         disable it when sending to "nndraft:queue".
18962         (gnus-group-send-queue): Add safety check to avoid sending queue
18963         when unplugged.
18964
18965         * gnus-group.el (gnus-group-catchup): Use new
18966         gnus-sequence-of-unread-articles, not
18967         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18968         numbers of articles.  Use gnus-range-map to avoid having to
18969         uncompress the unread list.
18970         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18971         Fix invalid ange-ftp reference.
18972
18973         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18974         (gnus-sorted-range-intersection): Intersection of two ranges
18975         without requiring that they first be uncompressed.
18976
18977         * gnus-start.el (gnus-activate-group): Unless blocked by the
18978         caller, possibly expand the active range to include both cached
18979         and agentized articles.
18980         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18981         multiple version-dependent converters.
18982         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18983         gnus-agent-save-active.
18984         (gnus-save-newsrc-file): Save dirty agent range limits.
18985
18986         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18987         gnus-agent-possibly-alter-active.
18988         (gnus-adjust-marked-articles): Faster handling of simple lists.
18989
18990 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18991
18992         * spam-stat.el (spam-stat-test-directory): New optional argument
18993         displays a list of files detected.  Suggested by Andrew Cohen
18994         <cohen@andy.bu.edu>.
18995         (spam-stat-buffer-words-with-scores): Don't narrow and change
18996         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18997
18998 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18999
19000         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19001         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19002         (spam-spamassassin-arguments)
19003         (spam-spamassassin-spam-flag-header)
19004         (spam-spamassassin-positive-spam-flag-header)
19005         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19006         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19007         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19008         (spam-list-of-processors, spam-list-of-checks)
19009         (spam-list-of-statistical-checks, spam-registration-functions)
19010         (spam-check-spamassassin-headers, spam-check-spamassassin)
19011         (spam-spamassassin-score)
19012         (spam-spamassassin-register-with-sa-learn)
19013         (spam-spamassassin-register-spam-routine)
19014         (spam-spamassassin-register-ham-routine)
19015         (spam-assassin-register-spam-routine)
19016         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19017         (spam-bogofilter-score): Fix to show article before scoring.
19018
19019 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19020
19021         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19022         default scoring function.
19023         (spam-generic-score): Call spam-spamassassin-score if
19024         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19025         spam-bogofilter-score otherwise.
19026
19027         * gnus.el (spam-process, spam-autodetect-methods):
19028         Add spamassassin and spamassassin-headers.
19029
19030 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19031
19032         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19033         Suppress unnecessary messages.
19034
19035 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19036
19037         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19038         make-hash-table.
19039
19040 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19041
19042         * canlock.el (base64-encode-string): Don't autoload it.
19043
19044 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * run-at-time.el: Remove useless (require 'itimer),
19047         eval-and-compile and (featurep 'xemacs).
19048
19049 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19050
19051         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19052         GROUP is a virtual group.
19053
19054 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19055
19056         * gnus.el: Autoload `message-y-or-n-p'.
19057
19058 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19059
19060         * pgg-parse.el: Remove unnecessary (require 'custom).
19061
19062         * pgg-def.el: do.
19063
19064         * nnmail.el: do.
19065
19066         * gnus-undo.el: do.
19067
19068         * gnus-picon.el: do.
19069
19070         * gnus-util.el: do.
19071
19072 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19073
19074         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19075
19076 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19079         handle, as well as a list.
19080
19081         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19082         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19083         (mm-w3m-cid-retrieve): Simplify.
19084
19085 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19086
19087         * message.el (message-kill-to-signature): Allow prefix arg to
19088         specify number of lines to keep before signature.
19089
19090 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19091
19092         * message.el (message-kill-to-signature): Change docstring.
19093
19094 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * canlock.el: Always require sha1-el.
19097         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19098
19099         * message.el: Autoload sha1 only when compiling.
19100
19101         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19102         eudc-expand-inline for XEmacs.
19103
19104 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19105
19106         * message.el (message-canlock-generate): Require sha1-el.
19107
19108 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19109
19110         * message.el (message-expand-name): Silence the byte compiler.
19111
19112         * lpath.el: Add detect-coding-system.
19113
19114         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19115         cus-edit.
19116
19117 2004-01-13  Simon Josefsson  <jas@extundo.com>
19118
19119         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19120         Invoke gnus-score-mode.
19121         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19122
19123         * gnus-range.el (gnus-compress-sequence): Doc fix.
19124         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19125
19126 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19127
19128         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19129
19130 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19131
19132         * spam.el (spam-get-article-as-string): Update to use
19133         gnus-request-article-this-buffer, much simpler.
19134         (spam-get-article-as-buffer): Remove.
19135
19136 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19137
19138         * message.el (message-expand-name): Use EUDC if the user uses that.
19139
19140 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19141
19142         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19143         character for the encoding to avoid consing a string.
19144
19145         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19146         unnecessarily.
19147
19148         * mm-util.el (mm-replace-chars-in-string): Remove.
19149
19150         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19151         of mm-replace-chars-in-string.
19152
19153 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19154
19155         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19156
19157         * mm-util.el (mm-subst-char-in-string): Support inplace.
19158
19159         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19160         a new string in every iteration.  Use shy groups.
19161
19162 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19163
19164         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19165         * gnus-soup.el (gnus-soup-group-brew):
19166         * gnus-msg.el (gnus-put-message):
19167         * gnus-move.el (gnus-group-move-group-to-server):
19168         * gnus-kill.el (gnus-batch-score):
19169         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19170         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19171         (gnus-group-update-group, gnus-group-read-group)
19172         (gnus-group-make-group, gnus-group-make-help-group)
19173         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19174         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19175         (gnus-group-sort-by-unread, gnus-group-catchup)
19176         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19177         (gnus-group-yank-group, gnus-group-set-info)
19178         (gnus-group-list-groups):
19179         * gnus.el (gnus-generate-new-group-name):
19180         * gnus-delay.el (gnus-delay-send-queue):
19181         * nnvirtual.el (nnvirtual-catchup-group):
19182         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19183         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19184         (gnus-group-prepare-topics, gnus-topic-check-topology):
19185         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19186         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19187         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19188         (gnus-group-make-articles-read):
19189         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19190         (gnus-group-change-level, gnus-kill-newsgroup)
19191         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19192         (gnus-get-unread-articles, gnus-make-articles-unread)
19193         (gnus-make-ascending-articles-unread): Use accessor
19194         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19195         to get group information for improved readability.
19196
19197
19198 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19199
19200         * gnus-art.el (article-decode-mime-words, article-babel)
19201         (gnus-article-highlight-signature, gnus-article-add-buttons)
19202         (gnus-signature-toggle): Use gnus-with-article-buffer.
19203
19204         * gnus-art.el (gnus-article-highlight-headers)
19205         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19206
19207         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19208         (gnus-article-set-globals, gnus-request-article-this-buffer)
19209         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19210         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19211         (gnus-mime-display-alternative): Use with-current-buffer.
19212
19213 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19214
19215         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19216         also under 80 char limit, and call gnus-error if needed.
19217         (spam-fetch-article-header): Fix - it was a
19218         buffer-local variable (gnus-newsgroup-data).
19219         (spam-find-spam): Use spam-generate-fake-headers, forget about
19220         spam-insert-fake-headers.
19221         (spam-insert-fake-headers): Remove.
19222
19223 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19224
19225         * deuglify.el (gnus-article-outlook-unwrap-lines)
19226         (gnus-outlook-rearrange-article)
19227         (gnus-outlook-repair-attribution-outlook)
19228         (gnus-outlook-repair-attribution-block)
19229         (gnus-outlook-repair-attribution-other): Remove redundant
19230         save-excursion.
19231
19232 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19233
19234         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19235         (spam-fetch-field-subject-fast)
19236         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19237         (spam-fetch-article-header): Add functions to deal with Gnus
19238         internals for fast retrieval of article header data.
19239         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19240
19241 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19242
19243         * pop3.el (pop3-md5): Remove.
19244         (pop3-apop): Replace pop3-md5 with md5.
19245
19246         * mm-bodies.el: base64 is always built-in.
19247
19248         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19249         Use with-current-buffer.
19250
19251 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19252
19253         * canlock.el (canlock-insert-header): Remove excessive grouping in
19254         regexp.
19255
19256         * gnus-sum.el (gnus-summary-read-document): Ditto.
19257
19258         * gnus-uu.el (gnus-uu-part-number): Ditto.
19259
19260         * html2text.el (html2text-remove-tags): Ditto.
19261         (html2text-format-tags): Ditto.
19262         (html2text-format-single-elements): Ditto.
19263
19264         * mml.el (mml-parse-1): Ditto.
19265
19266 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19267
19268         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19269
19270         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19271
19272         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19273
19274         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19275
19276 2003-11-15  Simon Josefsson  <jas@extundo.com>
19277
19278         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19279         (pgg-gpg-lookup-key): Use regexp match instead of
19280         split-string (split-string is different between emacs 21.2 and
19281         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19282
19283 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19284
19285         * gnus-art.el (gnus-mime-view-all-parts)
19286         (gnus-article-part-wrapper, gnus-article-view-part):
19287         Use with-current-buffer.
19288
19289 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19290
19291         * spam.el (spam-disable-spam-split-during-ham-respool)
19292         (spam-spamoracle-database, spam-cache-lookups)
19293         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19294         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19295         (spam-group-ham-marks, spam-group-spam-marks)
19296         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19297         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19298         also add spam-use-blackholes to the statistical checks.
19299         (spam-fetch-field-fast): Add interface to fetching fields, may
19300         become a macro.
19301         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19302         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19303         (spam-insert-fake-headers): Fake an article when needed.
19304         (spam-find-spam): Fake article when possible.
19305         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19306         (spam-check-bogofilter-headers): Use message-fetch-field instead
19307         of nnmail-fetch-field.
19308
19309 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19312
19313 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19314
19315         * spam.el (spam-split): Do not require spam-use-CHECK to be
19316         enabled if that check is passed to spam-split explicitly; also
19317         fix so 'spam doesn't get converted to spam-split-group when
19318         spam-split-symbolic-return is t.
19319         (spam-find-spam): Find registrations of the article and use those
19320         instead of re-running spam-split to find the spam/ham
19321         classification of the article.
19322         (spam-log-processing-to-registry, spam-log-registered-p)
19323         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19324         Use gnus-error instead of gnus-message.
19325         (spam-log-registration-type): Add function to determine the
19326         classification of a message based on registry entries; will
19327         return nil if both 'spam and 'ham are found.
19328         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19329         a reasonably fast local cache without the loading errors.
19330         (spam-cache-lookups): Set to t by default.
19331         (spam-find-spam): Don't try to guess spam-cache-lookups.
19332         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19333         spam-caches entry.
19334         (spam-filelist-build-cache, spam-filelist-check-cache):
19335         Fix caching of whitelist/blacklist entries.
19336         (spam-check-whitelist, spam-check-blacklist):
19337         Invoke spam-from-listed-p with a type, not a cache variable.
19338         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19339
19340 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19341
19342         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19343
19344         * nnmail.el (nnmail-split-fancy): do.
19345
19346         * mml.el (mml-parse): do.
19347
19348         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19349         (gnus-score-adaptive): do.
19350
19351 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19354         (gnus-mime-button-map): Don't set keymap parent.
19355         (gnus-button-ctan-directory-regexp): Use shy grouping.
19356         (gnus-prev-page-map): Don't set keymap parent.
19357         (gnus-prev-page-map): Remove duplicated one.
19358         (gnus-next-page-map): Don't set keymap parent.
19359         (gnus-mime-security-button-map): Ditto.
19360
19361         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19362         version number.
19363
19364         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19365
19366 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19367
19368         * canlock.el (canlock-sha1-function): Remove.
19369         (canlock-sha1-function-for-verify): Remove.
19370         (canlock-openssl-program): Remove.
19371         (canlock-openssl-args): Remove.
19372         (canlock-ignore-errors): Remove.
19373         (canlock-sha1-with-openssl): Remove.
19374         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19375         (canlock-verify): Don't use canlock-ignore-errors.
19376
19377         * sha1-el.el (sha1-string-external): Make it can return a string
19378         in binary form.
19379         (sha1-region-external): Ditto.
19380         (sha1-string-internal): Ditto.
19381         (sha1-region-internal): Ditto.
19382         (sha1-region): Ditto.
19383         (sha1-string): Ditto.
19384         (sha1): Ditto.
19385
19386 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19387
19388         * spam.el (spam-report-articles-gmane): New command.
19389
19390 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19393
19394         * run-at-time.el (run-at-time-saved): Remove.
19395         (run-at-time): Doc fix.
19396
19397 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19398
19399         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19400         (gnus-summary-limit-map): Add it.
19401         (gnus-summary-make-menu-bar): do.
19402
19403 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19404
19405         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19406         Make attempt at some caching support (done for BBDB only now).
19407         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19408         addresses to be checked.
19409         (spam-clear-cache-BBDB): Add function, to be invoked by
19410         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19411         (spam-check-BBDB): Check and use the caches, if
19412         spam-cache-lookups is on, remove superfluous (provide).
19413
19414 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19415
19416         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19417
19418 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19419
19420         * run-at-time.el (run-at-time-saved): Move to after the definition
19421         of `run-at-time'.
19422
19423         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19424
19425 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19426
19427         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19428         mm-w3m-local-map-property.
19429
19430         * mm-view.el (mm-w3m-mode-map): Remove.
19431         (mm-w3m-local-map-property): Remove.
19432         (mm-inline-text-html-render-with-w3m): Don't use
19433         mm-w3m-local-map-property.
19434
19435 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19436
19437         * run-at-time.el: New file.
19438
19439         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19440         under Emacs.
19441
19442         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19443         of gnus-set-text-properties.
19444
19445         * gnus-uu.el (gnus-uu-save-article): Ditto.
19446
19447         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19448
19449         * gnus-cite.el (gnus-cite-parse): Ditto.
19450
19451         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19452         of gnus-.
19453
19454         * gnus-xmas.el (run-at-time): Require run-at-time.
19455
19456         * gnus.el: Change calls to nnheader-run-at-time and
19457         password-run-at-time throughout to use run-at-time directly.
19458
19459         * password.el: Remove definition of run-at-time.
19460
19461         * nnheaderxm.el: Remove definition of run-at-time.
19462
19463 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19464
19465         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19466         in prompt.
19467
19468 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19469
19470         * messagexmas.el (message-xmas-redefine): Alias
19471         `message-make-caesar-translation-table' to
19472         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19473         version.
19474
19475         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19476         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19477         `gnus-xmas-set-text-properties'.
19478         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19479         `gnus-xmas-completing-read'.
19480         (gnus-xmas-completing-read): Removed.
19481         (gnus-xmas-open-network-stream): Removed.
19482
19483         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19484         XEmacs version.
19485
19486         * dns.el (dns-make-network-process): Use `open-network-stream'
19487         instead of `gnus-xmas-open-network-stream'.
19488
19489         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19490
19491         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19492
19493 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19494
19495         * gnus-art.el (gnus-mime-display-alternative)
19496         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19497         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19498         Don't use gnus-local-map-property.
19499
19500         * gnus-util.el (gnus-local-map-property): Remove.
19501
19502         * mm-view.el (mm-view-pkcs7-decrypt):
19503         Replace gnus-completing-read-maybe-default with completing-read.
19504
19505         * gnus-util.el (gnus-completing-read): do.
19506         (gnus-completing-read-maybe-default): Remove.
19507
19508 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19509
19510         * password.el: Only autoload `run-at-time' if not XEmacs.
19511         Only autoload the itimer functions if XEmacs.
19512
19513 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19514
19515         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19516         XEmacsen.
19517
19518         * dgnushack.el: Autoload executable-find for XEmacs.
19519
19520 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19521
19522         * gnus-art.el (gnus-read-string): Remove.
19523         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19524         read-string.
19525
19526 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19527
19528         * netrc.el: Autoload password-read.
19529         (netrc): Add configuration group.
19530         (netrc-encoding-method, netrc-openssl-path):
19531         Add variables for encoding and decoding of files with symmetric
19532         ciphers.
19533         (netrc-encode): Add assistant function to encode a file with
19534         netrc-encoding-method.
19535         (netrc-parse): Add interactive parameter, added optional
19536         decoding if netrc-encoding-method is non-nil but otherwise
19537         behavior is standard.
19538         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19539         Do s/encode/encrypt/ everywhere.
19540
19541         * spam.el: Remove executable-find autoload.
19542
19543 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19544
19545         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19546
19547         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19548
19549 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19550
19551         * gnus-art.el (gnus-treat-ansi-sequences)
19552         (article-treat-ansi-sequences): New variable and function.
19553         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19554
19555         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19556         Use it.
19557
19558 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19559
19560         * mm-util.el (mm-quote-arg): Remove.
19561
19562         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19563         shell-quote-argument.
19564
19565         * gnus-uu.el (gnus-uu-command): do.
19566
19567         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19568
19569         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19570         with make-char.
19571
19572         * mm-util.el (mm-make-char): Remove.
19573
19574         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19575         add-minor-mode.
19576
19577         * gnus-undo.el (gnus-undo-mode): do.
19578
19579         * gnus-topic.el (gnus-topic-mode): do.
19580
19581         * gnus-sum.el (gnus-dead-summary-mode): do.
19582
19583         * gnus-start.el (gnus-slave-mode): do.
19584
19585         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19586
19587         * gnus-ml.el (gnus-mailing-list-mode): do.
19588
19589         * gnus-gl.el (gnus-grouplens-mode): do.
19590
19591         * gnus-draft.el (gnus-draft-mode): do.
19592
19593         * gnus-dired.el (gnus-dired-mode): do.
19594
19595         * gnus-ems.el (gnus-add-minor-mode): Remove.
19596
19597         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19598         Replace gnus-char-width with char-width.
19599
19600         * gnus-ems.el (gnus-char-width): Remove.
19601
19602         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19603         Replace gnus-char-width with char-width.
19604
19605         * gnus-ems.el (gnus-char-width): Remove.
19606
19607         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19608         definition.
19609         Remove Emacs 20 hash table compatibility code.
19610
19611         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19612         20 compatibility code.
19613
19614         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19615
19616         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19617
19618         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19619         Replace with point-at-{eol,bol}.
19620
19621         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19622
19623         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19624
19625         * flow-fill.el (fill-flowed-point-at-bol)
19626         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19627
19628         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19629         Replace with point-at-{eol,bol} throughout all files.
19630
19631 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19632
19633         * ntlm.el (ntlm-string-as-unibyte): New macro.
19634         (ntlm-build-auth-response): Use it.
19635
19636         Remove Emacs 20 stuff:
19637         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19638         (butlast, mapc, remove): Remove the compiler macros.
19639         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19640         of delq and copy-sequence.
19641         * gnus-art.el (popup-menu): Remove the compiler macro.
19642         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19643         Emacs 20.
19644
19645 2004-01-05  Simon Josefsson  <jas@extundo.com>
19646
19647         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19648         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19649         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19650         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19651         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19652         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19653         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19654         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19655         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19656         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19657         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19658         string-xor into ntlm-string-xor.
19659         Suggested by Jesper Harder <harder@myrealbox.com>.
19660
19661         * ntlm.el: Don't include poem.
19662
19663         * md4.el (print-int32, print-string-hexa): Remove.
19664         Suggested by Jesper Harder <harder@myrealbox.com>.
19665
19666         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19667
19668         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19669         probably breaks emacs with DL patch, but do we care? Is anyone
19670         still using the DL stuff?)
19671
19672         * sieve-manage.el: Use the password package.
19673         (sieve-manage-read-passwd): Remove.
19674         (sieve-manage-interactive-login): Use password.  Re-add
19675         condition-case around loop.
19676
19677         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19678         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19679         Use the password package.
19680
19681 2003-02-19  Simon Josefsson  <jas@extundo.com>
19682
19683         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19684         token.
19685
19686 2002-08-07  Simon Josefsson  <jas@extundo.com>
19687
19688         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19689         (sieve-manage-authenticators):
19690         (sieve-manage-authenticator-alist): Add some SASL mechs.
19691         (sieve-sasl-auth): New function.
19692         (sieve-manage-cram-md5-auth):
19693         (sieve-manage-plain-auth): Rewrite using SASL library.
19694         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19695         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19696         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19697         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19698
19699 2004-01-05  Simon Josefsson  <jas@extundo.com>
19700
19701         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19702         New files.
19703
19704 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19705
19706         * gnus-group.el (gnus-no-groups-message): Update.
19707
19708         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19709
19710 2003-11-09  Simon Josefsson  <jas@extundo.com>
19711
19712         * imap.el: Support for ID IMAP extension (RFC 2971).
19713         (imap-local-variables): Add imap-id.
19714         (imap-id): New variable.
19715         (imap-id): New function.
19716         (imap-parse-response): Parse untagged ID response.
19717         * nnimap.el (nnimap-id): New variable.
19718         (nnimap-open-connection): Use it.
19719
19720 2003-12-28  Simon Josefsson  <jas@extundo.com>
19721
19722         * gnus-score.el (gnus-score-edit-all-score): New.
19723         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19724
19725 2004-01-04  Simon Josefsson  <jas@extundo.com>
19726
19727         * password.el: Add.
19728
19729 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19730
19731         * dns.el (dns-query-types): Fix typo.
19732         (dns-query-types): New function.
19733         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19734         PTR and SOA replies, see RFC 1035.
19735
19736 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19737
19738         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19739
19740         * Move to Changelog.2.
19741
19742 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19743
19744         * gnus.el (gnus-version-number): Bump version.
19745
19746 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19747
19748         * gnus.el: No Gnus v0.1 is released.
19749
19750 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19751
19752         * gnus.el: No Gnus v0.0 is released.
19753
19754 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19755
19756         * gnus.el (gnus-version-number): Bump.
19757         (gnus-version): No.
19758
19759 See ChangeLog.2 for earlier changes.
19760
19761     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19762       Free Software Foundation, Inc.
19763
19764   This file is part of GNU Emacs.
19765
19766   GNU Emacs is free software: you can redistribute it and/or modify
19767   it under the terms of the GNU General Public License as published by
19768   the Free Software Foundation, either version 3 of the License, or
19769   (at your option) any later version.
19770
19771   GNU Emacs is distributed in the hope that it will be useful,
19772   but WITHOUT ANY WARRANTY; without even the implied warranty of
19773   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19774   GNU General Public License for more details.
19775
19776   You should have received a copy of the GNU General Public License
19777   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19778
19779 ;; Local Variables:
19780 ;; coding: utf-8
19781 ;; fill-column: 79
19782 ;; add-log-time-zone-rule: t
19783 ;; End: